@charset "UTF-8";

/* CSS Document */



/*レイアウト*/



*{

margin:0;

padding:0;

}



html,body {

	height:100%;

	margin:0 auto;

}



body{

	color:#555;

	font-size:14px;

	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	line-height:1.8em;

	letter-spacing:0.04em;

	background-color:#fff;

}



/*ラップの設定*/



#wrap{

	width:978px;

	height:auto;

	background-color:#fff;

	border-right:1px #000 solid;

	border-left:1px #000 solid;

	margin:0 auto;

	overflow:hidden;

}



/*.clearfix:after{

	content:"";

	display:block;

	clear:both;

}



.clearfix{

	*zoom:1;

}

*/

/*ヘッダーの設定*/



#header{

	width:978px;

	height:auto;

	border-bottom:5px #000 solid;

	margin-bottom:10px;

}



#header .logo{

	width:938px;

	height:50px;

	padding:20px;

	text-align:right;

	background-color:#2350ab;

	color:#fff;

}



#header .logo h1{

	font-size:20px;

}



#header .logo h2{

	font-size:12px;

	line-height:1.4em;

	border-top:1px #fff solid;

}



#header .img{

	width:978px;

	height:300px;

	background-image:url(../images/header.jpg);

}



/*サイドメニューの設定*/



#side{

	width:210px;

	height:auto;

	margin:10px 10px 30px 21px;

	float:left;

}



#side ul{

	list-style-type:none;

}



#side ul li{

	display:block;

	line-height:2.2em;

	text-indent:10px;

	margin-bottom:0.4em;

	border-left:6px #2350ab solid;

	border-top:1px #c5c5c5 solid;

	border-right:1px #c5c5c5 solid;

	border-bottom:1px #c5c5c5 solid;

}



/*リンクの設定*/



a:link,

a:visited{

	color:#555;

	text-decoration:none;

}



a:hover{

	color:#999;

	text-decoration:none;

}



a:active{

	color:#2350ab;

	text-decoration:none;

}



/*現在位置の表示*/



#side a.selected{

	display:block;

	background-color:#ffc;

}



/*メインコンテンツの設定*/



#main{

	width:476px;

	height:auto;

	margin:10px 10px 30px 10px;

	float:left;

}



#main h2{

	font-size:18px;

	text-indent:5px;

	border-top:2px #ff0a00 solid;

	border-left:6px #ff0a00 solid;

}



#main p{

	margin:5px 5px 10px 20px;

}



#main ol{

	margin-left:40px;

}



/*サブコンテンツの設定*/



#sub{

	width:180px;

	height:auto;

	background-color:#ddd;

	margin:10px 21px 30px 10px;

	padding:0 15px;

	float:right;

}



#sub h2{

	font-size:16px;

	font-weight:normal;

	text-align:center;

	margin-top:10px;

	border-bottom:1px #999 solid;

}



#sub h3{

	font-size:14px;

	font-weight:normal;

	margin-top:5px;

}



#sub p{

	font-size:12px;

	margin:0 10px 10px 10px;

}



/*フッターの設定*/



#footer{

	width:978px;

	height:auto;

	clear:both;

	color:#fff;

}



#footer .navi{

	widht:948px;

	height:20px;

	color:#fff;

	background-color:#2350ab;

	padding:15px;

}



#footer .navi ul{

	list-style-type:none;

	font-size:11px;

}



#footer .navi ul li{

	padding:0 5px;

	line-height:1.2em;

	border-left:1px #fff solid;

	display:inline;

}



#footer .navi ul li:first-child{

	border-left:none;

}



#footer .navi ul li a:link,

#footer .navi ul li a:visited,

#footer .navi ul li a:hover,

#footer .navi ul li a:active{

	color:#fff;

	text-decoration:none;

}



#footer .copyright{

	width:978px;

	height:20px;

	font-size:10px;

	background-color:#000;

	text-align:center

}



/* ---------------------------------------------------------------------- */



/*サイトマップの設定*/



.sitemap{

}



.sitemap ul{

	padding:10px 10px 20px 30px;

}



.sitemap a:link {

 text-decoration: underline;

}



.sitemap a:visited {

 color: #551A8B;

 text-decoration: underline;

}



.sitemap a:hover {}



.sitemap a:active {

 text-decoration: underline;

}

