@charset "UTF-8";

/* CSS Document */



/*レイアウト*/



*{

margin:0;

padding:0;

}



html,body {

	height:100%;

	margin:0px auto;

}



body {

	color:#555;

	font-size:14px;

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

	line-height: 1.8em;

	background-color:#fff;

}



/*ラップの設定*/



#wrap{

	width:980px;

	background-color:#fff;

	border-right:1px #000 solid;

	border-left:1px #000 solid;

	margin:0 auto;

	overflow:hidden;

}



/*ヘッダーの設定*/



#header{

	width:980px;

}



#header .logo{

	width:940px;

	height:50px;

	padding:20px;

	text-align:right;

	background-color:#152c88;

	color:#fff;

}



#header .logo h1{

	font-size:20px;

}



#header .logo h2{

	font-size:14px;

	line-height:1.4em;

	border-top:1px #fff solid;

}



#header .img{

	width:980px;

	height:300px;

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

}



/*コンテナの設定*/



#cont{

	width:920px;

	margin:0 auto;

	padding:20px 30px;

	background-color:#fff;

	overflow:hidden;

	border-bottom:6px #c9d0e6 solid;

}



/*サイドコンテンツの設定*/



#side{

	float:left;

	width:250px;

	border-top:5px #000 solid;

	border-right:1px #000 dotted;

	border-bottom:5px #000 solid;

	border-left:1px #000 dotted;

}



#side h2{

	font-size:16px;

	font-weight:normal;

	color: #fff;

	text-shadow:

  -1px -1px 0px #555,

   1px -1px 0px #555,

   1px  1px 0px #555,

  -1px  1px 0px #555;

	padding:10px 0 0 20px;

}



#side h3{

	font-size:14px;

	text-align:center;

}



#side p{

	font-size:12px;

	padding:5px 20px;

	line-height:1.5em;

	margin-bottom:5px;

}



#side .news{

	width:240px;

	background-color:#c9d0e6;	

	padding:5px;

}



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



#side ul{

	list-style-type:none;

}



#side li{

	margin-bottom:0.4em;

	padding-left:20px;

}



#side li a:link,

#side li a:visited{

	color:#555;

	text-decoration:none;

	padding-left:15px;

	display:block;

	text-indent:10px;

	background:url(../images/box.png) no-repeat 0 center;

}



#side li a:hover,

#side li a:active{

	color:#ccc;

	text-decoration:none;

	background:url(../images/box_hover.png) no-repeat 0 center;

}



/*現在位置表示のスタイル*/



#side li a.selected{

	color:#ccc;

	text-decoration:none;

	background:url(../images/box_hover.png) no-repeat 0 center;

}



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



#main{

	float:right;

	width:620px;

	margin-left:28px;

	padding:10px;

}



#main h2{

	font-size:18px;

	border-left:6px #ff8100 solid;

	border-bottom:1px #000 dotted;

	padding-left:5px;

}



#main p{

	padding:5px 5px 5px 15px;

}

	

/*フッターの設定*/



#footer{

	width:980px;

	height:auto;

	clear:both;

	color:#fff;

}



#footer .navi{

	widht:950px;

	height:20px;

	color:#fff;

	background-color:#152c88;

	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:980px;

	height:20px;

	font-size:10px;

	background-color:#000;

	text-align:center

}



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



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



.sitemap{

}



.sitemap ul{

	list-style-type:none;

	padding:10px 15px;

}



.sitemap a:link{

	color:#555;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #000 dotted;

	background:url(../images/box.png) no-repeat 0 center;

	text-indent:25px;

}



.sitemap a:visited{

	color:#551a8b;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #551a8b dotted;

	text-indent:25px;

}



.sitemap a:hover{

	color:#ccc;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #000 dotted;

	background:url(../images/box_hover.png) no-repeat 0 center;

	text-indent:25px;

}



.sitemap a:active{

	color:#999;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #000 dotted;

	text-indent:25px;

}



	

