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

*{
margin:0;
padding:0;
}

html,body {
	height:100%;
	margin:0px auto;
}

body {
	color:#292929;
	font-size:14px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	background:url(../images/square_bg.png) repeat;
	
}

#bordertop{
	border-top:6px #00DFFC solid;
	width:100%;
}

/*ヘッダーの設定*/

#header{
	position:relative;
	border-top:4px #e1e1e1 solid;
	color:#fff;
}

#header .image{
	width:980px;
	height:300px;
	margin:0 auto;
	background-image:url(../images/header.jpg);
}

#header .inner{
	position:absolute;
	bottom:0;
	width:100%;
	background-color:rgba(225,225,225,0.5);
}

#header .logo{
	width:960px;
	margin:0 auto;
}

#header h1{
	font-size:24px;
	border-top:1px #fff solid;
	line-height:1.8em;
}
	
#header h2{
	font-size:14px;
	padding:5px 0 0 5px;
}

/*コンテナの設定*/

#cont{
	width:980px;
	margin:20px auto;
	overflow:hidden;
	zoom:1;
}

/*サイドコンテンツの設定*/	
	
#side{
	float:left;
	width:215px;
	border-top:3px #00B4CC solid;
	border-right:1px #ddd solid;
	border-bottom:1px #ddd solid;
	border-left:1px #ddd solid;
	background-color:#efefef;
	padding:10px;
}


#side h2{
	font-size:18px;
	color:#fff;
	text-shadow: 0px 0px 2px #333333;
	text-align:center;
}

#side h3{
	font-size:14px;
	color:#999;
	text-align:center;
}

#side p{
	font-size:12px;
	color:#999;
	padding:5px 20px;
	line-height:1.5em;
	margin-bottom:10px;
}

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

#side ul{
	list-style-type:none;
}

#side li{
	margin-bottom:0.4em;
	padding-left:15px;
	
}

#side li a:link,
#side li a:visited{
	color:#666;
	text-decoration:none;
	padding-left:10px;
	display:block;
	text-indent:10px;
	background:url(../images/arrow.png) no-repeat 0 center;
}

#side li a:hover,
#side li a:active{
	color:#ccc;
	text-decoration:none;
	background:url(../images/arrow.png) no-repeat 2px center;
}
		
/*現在位置表示のスタイル*/

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

/*メインコンテンツの設定*/
	
#main{
	float:right;
	width:720px;
	background-color:rgba(255, 255, 255, 0.6);
	margin-left:23px;
	position:relative;
	padding-bottom:20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#main .border{
	width:720px;
	height:8px;
	background-color:rgba(0,140,158,0.8);
	position:absolute;
	top:0;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#main h2{
	font-size:18px;
	line-height:2em;
	padding:10px 10px 0 20px;
	background:url(../images/h2.png) no-repeat 15px 17px;
	text-indent:21px;
}

#main p{
	padding:0 20px 5px 30px;
}

/*フッターの設定*/

#footer{
	width:100%;
	border-top:5px #008C9E solid;
	background-color:#005F6B;
	position:relative;
}

#footer .navi{
	width:980px;
	height:35px;
	margin:0 auto;
}

#footer .navi ul{
	list-style:none;
	font-size:11px;
	padding-top:5px;
}

#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;
}

/*コピーライトの設定*/

#copyright{
	color:#fff;
	background-color:#343838;
	width:100%;
	font-size:10px;
	text-align:center;
	height:15px;
	line-height:1.5em;
}

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

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

.sitemap{
}

.sitemap ul{
	list-style-type:none;
	padding:10px 15px;
}

.sitemap a:link{
	color:#666;
	text-decoration:none;
	display:block;
	margin-bottom:0.6em;
	text-indent:10px;
	border-bottom:1px #008C9E dotted;
	background:url(../images/arrow.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 #00B4CC dotted;
	background:url(../images/arrow.png) no-repeat 3px center;
	text-indent:25px;
}

.sitemap a:active{
	color:#999;
	text-decoration:none;
	display:block;
	margin-bottom:0.6em;
	text-indent:10px;
	border-bottom:1px #00B4CC dotted;
	text-indent:25px;
}

