@charset "UTF-8";
/* CSS Document */

@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:#E9E9E9;
}

/*ラップの設定*/

#wrap{
	width:980px;
	background-color:#fff;
	border-right:1px #424242 solid;
	border-left:1px #424242 solid;
	margin:0 auto;
	overflow:hidden;
}

/*ヘッダーの設定*/

#header{
	width:980px;
	border-bottom:6px #424242 solid;
}

#header .logo{
	width:940px;
	height:50px;
	padding:20px;
	text-align:right;
	background-color:#3299BB;
	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 #E9E9E9 solid;
}

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

#side{
	float:left;
	width:250px;
	border-top:5px #424242 solid;
	border-right:1px #424242 dotted;
	border-bottom:5px #424242 solid;
	border-left:1px #424242 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:#E9E9E9;	
	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/arrow1.png) no-repeat 0 5px;
}

#side li a:hover,
#side li a:active{
	color:#ccc;
	text-decoration:none;
	background:url(../images/arrow2.png) no-repeat 0 5px;
}

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

#side li a.selected{
	color:#ccc;
	text-decoration:none;
	background:url(../images/arrow2.png) no-repeat 0 5px;
}

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

#main{
	float:right;
	width:620px;
	margin-left:28px;
	padding:10px;
}

#main h2{
	font-size:18px;
	border-left:6px #FF9900 solid;
	border-bottom:1px #424242 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:#3299BB;
	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:#424242;
	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 #424242 dotted;
	background:url(../images/arrow1.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 #424242 dotted;
	background:url(../images/arrow2.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 #424242 dotted;
	text-indent:25px;
}

	
