/***** Reset *****/
*{
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/***** Link *****/
a{
	color: #0000FF;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

/***** Tags *****/
body{
	text-align: center;
}

p{
	margin-bottom: 1em;
}

/***** Layout *****/
#wrap{
	margin: 0 auto;
	width: 670px;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

#contents,
#navi{
	text-align: left;
}

#contents{
	margin-left: 1.5em;
	padding-top: 2em;
	float: left;
	width: 450px;
}

#navi{
	padding-top: 3em;
	float: left;
	width: 170px;
	background-color: #EDEDED;
}

#footer{
	font-size: 80%;
	text-align: center;
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px dashed #9999FF;
	clear: both;
	background-color: #FFFFFF;
}

/***** Header *****/

/***** Contents *****/
#contents h2{
	margin: 1em 0 2em;
}

p.leader{
	text-align: right;
	margin-bottom: 1em;
}

#contents p.nextback{
	font-size: 85%;
	color: #999999;
	text-align: center;
	margin-bottom: 2em;
}

#contents hr{
	margin: 0.5em 0;
	border-top: 1px dashed #9999FF;
	height: 1px;
}


#contents dt{
	color: #3333FF;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #3333FF;
}

#contents table.member{
	width: 470px;
}

#contents table.member td{
	font-size: 85%;
	color: #999999;
	width: 33%;
}

#contents table.member span.name{
	font-size: 120%;
	color: #000000;
}

#contents div.sbmenu{
	font-size: 85%;
	margin-bottom: 2em;
}

#contents div.sbrectitle{
	margin-bottom: 1em;
	border-bottom: 1px solid #3333FF;
}

#contents div.sbrectitle *{
	color: #3333FF;
	font-weight: bold;
}

.introduction {
	font-size: 18px;
	font-weight: bold;
	color:#000099;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-left-color: #0000CC;
	text-indent:10px;
	letter-spacing: 3px;
}

.midashi {
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom:10px;
	text-align: left;
	border-bottom-color: #000099;
	text-indent:5px;
	letter-spacing: 2px;	
}

/***** Navigation *****/
#navi li.on a{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#navi ul{
	margin: 0 5px 1em;
}

#navi li{
	padding: 0 0 1em 1.5em;
	background-image: url('../img/yaji.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#navi ul.main li{
	background-image: url('../img/square.gif');
}

#navi ul.main li.category{
	background-image: url('../img/yaji2.gif');
	margin: 0 15px;
	padding: 0 0 0.5em 1em;
	background-repeat: no-repeat;
	background-position: left top;
	font-size:15px;	
}

#navi ul.main li.category2{
	background-image: url('../img/yaji2.gif');
	margin: 0 15px;
	padding: 0 0 0.5em 1em;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size:15px;	
}

#navi dl{
	font-size: 80%;
	margin: 0 auto 2em;
	padding: 0.5em 0;
	border-width: 1px 0px;
	border-color: #999999;
	border-style: solid;
	width: 90%;
}

#navi div{
	text-align: center;
}

/***** Footer *****/
p.copyright{
	text-align: right;
}

p.copyright a{
	color: #999999;
}

#footer li{
	margin: 0 0.3em;
	display: inline;
	margin-top: -20px;
}
