/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://pao.xsrv.jp/mt/mt-static/themes-base/blog.css);
@import url(http://pao.xsrv.jp/mt/mt-static/support/themes/minimalist-pink/minimalist-pink.css);
/* end StyleCatcher imports */
/* header */
#header {
    background: #CC0066 url()  no-repeat center center ;
    border-color: #522F60;
}

/* footer */
#footer {
    background: #CC0066;
}
/* layout  */
.layout-wt #alpha {
    width: 940px;
}

.layout-wt #beta {
    width: 0px;
}

/* list style */
ul {
        list-style-image: none;
        list-style-type: none;
        list-style-position: inside;
}
#alpha-inner li {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #EEBBCB;
}

/* HeadNavi */
#HeadNavi, #FootNavi {
	width: 920px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.Navi ul {
	list-style-type: none;
}

.Navi ul li {
	float: left;
}

.Navi ul li a {
	font-weight: bold;
	text-decoration: none;
	background-color: #F9A6CD;
	text-align: center;
	height: 2em;
	width: 177px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	font-size: 14px;
	display: block;
	line-height: 2em;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: ridge;
	border-top-color: #F39;
	border-right-color: #FCF;
	border-bottom-color: #999;
	border-left-color: #F39;
	color: #C06;
}

.Navi ul li a:hover {
	background-color: #C06;
	border-top-color: #999;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #999;
	color: #F9A6CD;
}

