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

/*レイアウト*/

*{
margin:0;
padding:0;
}

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

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

/*ラップの設定*/

#wrap{
	width:100%;
	margin:0 auto;
	position:relative;
    z-index:0;
}

/*ヘッダーの設定*/

#header{
	width:100%;
	position:relative;
	border-top:6px #F2374A solid;
	color:#555;
}

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

#header .inner{
	position:absolute;
	top:0;
	width:980px;
	background-color:rgba(255,255,255,0.6);
}

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

#header h1{
	font-size:24px;
	line-height:1.8em;
	display:inline;
}
	
#header h2{
	font-size:14px;
	padding:5px;
	display:inline;
}

/*ナビゲーションの設定*/

#navi{
	width:980px;
	background-color:#666;
	margin:0 auto;
}

#navi ul{
	list-style-type:none;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#navi li{
	float:left;
	line-height:15px;
	font-weight:600;
	height:25px;
	margin:0;
	padding:0;
	text-align:center;
	border-right:1px #7e7e7e solid;
}

#navi li a:link,
#navi li a:visited{
	display:block;
	padding:5px 10px;
	color:#FFF;
	text-decoration:none;
	background-color:#666;
}

#navi li a:hover{
	background-color:#000;
	text-decoration:none;
	text-shadow:
  0px 0px 1px #fff,
  0px 0px 2px #fff,
  0px 0px 3px #fff;
}

#navi li a:active{
	text-shadow: 0 0 5px orange;
	text-decoration:none;
}

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

#navi li a.selected{
	background-color:#000;
	text-decoration:none;
}


/*コンテナの設定*/

#cont{
	width:940px;
	margin:0 auto;
	padding:30px 20px;
	background-color:rgba(214,249,226,0.6);
	position:relative;
	z-index:2;
	overflow:hidden;
	zoom:1;
}

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

#main{
	float:left;
	width:598px;
	background-color:#fff;
	padding:10px;
	border:1px #D0F4F1 dotted;
}

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

#main p{
	padding:0 15px 5px 25px;
}
	
/*サイドコンテンツの設定*/

#side{
	float:right;
	width:253px;
	margin-left:25px;
	padding:10px 20px;
	background-color:#FCFAE3;
	border:1px #D0F4F1 dotted;
}

#side h2{
	font-size:16px;
	font-weight:normal;
	text-align:center;
	text-shadow:
  1px 1px 0px #eee,
  2px 2px 0px #707070;
}

#side h3{
	font-size:14px;
	font-weight:normal;
	padding:5px 0;
	text-align:center
}

#side ul{
	list-style-type:none;
	padding:0 10px;
}

#side a:link,
#side a:visited{
	color:#424242;
}

#side a:hover{
	color:#ccc;
}

#side a:active{
	color:#999;
	text-decoration:none;
}

#side p{
	font-size:12px;
	padding:0 10px;
}

/*フッターの設定*/

#footer{
	width:100%;
	height:55px;
	background-color:#81E2BF;
	position:absolute;
	bottom:-35px;
	z-index:1;
}

#footer .box{
	width:980px;
	height:55px;
	margin:0 auto;
}
			
#footer .box ul{
	list-style:none;
	font-size:11px;
	padding-top:25px;
}

#footer .box ul li{
	padding:0 5px;
	line-height:1.2em;
	border-left:1px #666 solid;
	display:inline;
}

#footer .box ul li:first-child{
	border-left:none;
}	

#footer .box ul li a:link,
#footer .box ul li a:visited{
	color:#666;
	text-decoration:none;
}

#footer .box ul li a:hover{
	color:#ccc;
	text-decoration:none;
}

#footer .box ul li a:active{
	color:#999;
	text-decoration:none;
}

#copyright{
	color:#fff;
	background-color:#666;
	width:100%;
	position:absolute;
	bottom:-50px;
}

#copyright .box2{
	width:980px;
	margin:0 auto;
	font-size:10px;
	text-align:right;
	height:15px;
	line-height:1.5em;
}
	
/* ---------------------------------------------------------------------- */

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

.sitemap{
}

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

.sitemap a:link{
	color:#424242;
	text-decoration:none;
	display:block;
	margin-bottom:0.4em;
	text-indent:10px;
	border-left:5px #D6F9E2 solid;
	border-bottom:1px #D6F9E2 dashed;
}

.sitemap a:visited{
	color:#551a8b;
	text-decoration:none;
	display:block;
	margin-bottom:0.4em;
	text-indent:10px;
	border-left:5px #551a8b solid;
	border-bottom:1px #551a8b dashed;
}

.sitemap a:hover{
	color:#ccc;
	text-decoration:none;
	display:block;
	margin-bottom:0.4em;
	text-indent:10px;
	border-left:5px #D0F4F1 solid;
	border-bottom:1px #D0F4F1 dashed;
}

.sitemap a:active{
	color:#999;
	text-decoration:none;
	display:block;
	margin-bottom:0.4em;
	text-indent:10px;
	border-left:5px #D0F4F1 solid;
	border-bottom:1px #D0F4F1 dashed;
}
