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

/*レイアウト*/

*{
margin:0;
padding:0;
}

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

body{
	color:#424242;
	font-size:14px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.8em;
	letter-spacing:0.04em;
	background-color:#fff;
}

/*ラップの設定*/

#wrap{
	width:980px;
	height:auto;
	border-top:6px #009290 solid;
	margin:0 auto;
}

/*ヘッダーの設定*/

#header{
	width:980px;
	height:auto;
}

#header .logo{
	width:940px;
	height:60px;
	padding:30px 20px 10px 20px;
}

#header .logo h1{
	font-size:28px;
}

#header .logo h2{
	font-size:12px;
	/*padding:0 25px;*/
}

/*ドロップシャドウ*/

#cont{
	width:980px;
	height:auto;
	box-shadow:rgb(173, 173, 173) 0px 0px 6px 0px;
	-webkit-box-shadow:rgb(173, 173, 173) 0px 0px 6px 0px;
	-moz-box-shadow:rgb(173, 173, 173) 0px 0px 6px 0px;
}

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

#navi{
	background: #ffffff; /* Old browsers */

	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}

#navi ul{
	width:980px;
	list-style-type:none;
	margin:0 auto;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}

#navi li{
	float:left;
	/*width:162px;*/
	/*line-height:1.8em;*/
	border-right:1px #e0e0e0 solid;
}

/*#navi li:last-child{
	border-right:none;
}*/

#navi a:link,
#navi a:visited{
	color:#999;
	text-decoration:none;
	border-bottom:3px #64c0bf solid;
	display:block;
	padding-left:5px;
	padding-right:5px;
	/*height:35px;*/
	/*padding-top:8px;*/
}

#navi a:hover{
	color:#ccc;
	text-decoration:none;
	border-bottom:3px #ffa800 solid;
}

#navi a:active{
	color:#64c0bf;
	text-decoration:none;
}

/*現在位置表示*/

#navi a.selected{
	color:#999;
	text-decoration:none;
	border-bottom:3px #ffa800 solid;
}

/*画像領域の設定*/

#topimage{
	width:930px;
	height:300px;
	margin:20px auto;
	background-image:url(../images/topimage.jpg);
}

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

#main{
	width:660px;
	height:auto;
	margin:0 20px 30px 25px;
	float:left
}

#main h2{
	font-size:18px;
	border-bottom:2px #64c0bf solid;
}

#main p{
	padding:5px;
}

/*mainにul,olが出てきたら*/

.padding{
	padding-left:40px;
}

/*サブコンテンツの設定*/

#sub{
	width:210px;
	height:auto;
	margin:0 25px 30px 0;
	background-color:#f0f0f0;
	float:right;
	padding:10px 20px;
}

#sub h2{
	font-size:16px;
	font-weight:normal;
	text-align:center;
}         

#sub h3{
	font-size:14px;
	font-weight:normal;
	padding:5px 0;
}

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

#sub a:hover{
	color:#999
}

#sub a:active{
	color:#64c0bf;
	text-decoration:none;
}

#sub p{
	font-size:12px;
	padding:0 5px;
}

/*フッターの設定*/

#footer{
	width:980px;
	height:80px;
	clear:both;
	border-top:5px #009290 solid;
}

/*フッターナビの設定*/

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

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

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

#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:hover,
#footer ul li a:active{
	color:#424242;
	text-decoration:none;
}

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

.copyright{
	color:#424242;
	font-size:12px;
	text-align:right;
	margin-right:15px;
	margin-top:25px;
}
	
/* ---------------------------------------------------------------------- */

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

.sitemap{
}

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

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

.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 dotted;
}

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

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


	














