@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/photography.png) repeat;

	

}



#bordertop{

	border-top:6px #00A8C6 solid;

	width:100%;

}



/*ヘッダーの設定*/



#header{

	position:relative;

	border-top:4px #40C0CB 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(249,242,231,0.6);

}



#header .logo{

	width:960px;

	margin:0 auto;

}



#header h1{

	font-size:10px;

	line-height:1.8em;

	display:inline;

}

	

#header h2{

	font-size:14px;

	padding:5px;

	display:inline;

}



/*コンテナの設定*/



#cont{

	width:980px;

	margin:20px auto;

	overflow:hidden;

	zoom:1;

}



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

	

#side{

	float:left;

	width:215px;

	background-color:rgba(249,242,231,0.6);

	border:1px #00A8C6 dashed;

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

}



#side li a:link,

#side li a:visited{

	color:#666;

	text-decoration:none;

	padding-left:15px;

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

	background-color:rgba(255, 255, 255, 0.6);

	margin-left:23px;

	border:1px #40C0CB dashed;

	padding:10px 20px 20px 20px;

}



#main h2{

	font-size:18px;

	line-height:1.8em;

	border-left:5px #AEE239 solid;

	border-bottom:1px #AEE239 dotted;

	text-indent:5px;

}



#main p{

	padding:5px 15px 5px 15px;

}



/*フッターの設定*/



#footer{

	width:100%;

	background-color:#8FBE00;

	border-top:4px #AEE239 solid; 

}



#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{

	color:#fff;

	text-decoration:none;

}



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



#copyright{

	color:#fff;

	background-color:#6c6c6c;

	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 #00A8C6 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 #40C0CB 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 #40C0CB dotted;

	text-indent:25px;

}





