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

/*レイアウト*/

*{
margin:0;
padding:0;
}

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

body{
	color:#3b3b3b;
	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:url(../images/001-Basik-Paper.png) repeat;
}

/*ラップの設定*/

#wrap{
	width:980px;
	margin:0 auto;
	box-shadow:rgba(98, 87, 76, 0.5) 0px 0px 2px 3px;
	-webkit-box-shadow:rgba(98, 87, 76, 0.5) 0px 0px 2px 3px;
	-moz-box-shadow:rgba(98, 87, 76, 0.5) 0px 0px 2px 3px;
	background-color:#fff;
}


/*ヘッダーの設定*/

#header{
	width:980px;
	margin:0 auto;
}

#header .logo{
	width:980px;
	border-top:6px #332F3E solid;
	border-bottom:6px #332F3E solid;
}

#header .logo h1{
	font-size:28px;
	display:inline;
	margin-left:10px;
	line-height:1.8em;
}

#header .logo h2{
	font-size:14px;
	display:inline;
	margin-left:10px;
}

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

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

#navi{
	margin:0 auto;
	background-color:#EEEEEE;
	padding:5px;
}

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

#navi li{
	float:left;
	padding:5px 0 5px 5px;
}

#navi a:link,
#navi a:visited{
	text-decoration:none;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:0px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

#navi a:hover{
	text-decoration:none;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}	

#navi a:active {
	text-decoration:none;
	position:relative;
	top:1px;
}

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

#navi a.selected{
	color:#006E91;
	text-decoration:none;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}	

/*コンテナの設定*/

#cont{
	width:980px;
	margin:20px auto;
	padding-bottom:10px;
	overflow:hidden;
}

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

#main{
	float:left;
	width:680px;
	background-color:#fff;
}

#main h2{
	font-size:18px;
	color:#fff;
	padding:5px;

background: rgb(81,81,81);

background: -moz-linear-gradient(left,  rgba(81,81,81,1) 0%, rgba(81,81,81,1) 80%, rgba(170,170,170,1) 90%, rgba(255,255,255,1) 100%);

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(81,81,81,1)), color-stop(80%,rgba(81,81,81,1)), color-stop(90%,rgba(170,170,170,1)), color-stop(100%,rgba(255,255,255,1)));

background: -webkit-linear-gradient(left,  rgba(81,81,81,1) 0%,rgba(81,81,81,1) 80%,rgba(170,170,170,1) 90%,rgba(255,255,255,1) 100%);

background: -o-linear-gradient(left,  rgba(81,81,81,1) 0%,rgba(81,81,81,1) 80%,rgba(170,170,170,1) 90%,rgba(255,255,255,1) 100%);

background: -ms-linear-gradient(left,  rgba(81,81,81,1) 0%,rgba(81,81,81,1) 80%,rgba(170,170,170,1) 90%,rgba(255,255,255,1) 100%);

background: linear-gradient(to right,  rgba(81,81,81,1) 0%,rgba(81,81,81,1) 80%,rgba(170,170,170,1) 90%,rgba(255,255,255,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#332F3E', endColorstr='#ffffff',GradientType=1 );

	border-left:5px #006E91 solid;
}

#main p{
	padding:5px 15px;
}

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

.padding{
	padding-left:40px;
}
		
/*サブコンテンツの設定*/

#sub{
	float:right;
	width:240px;
	margin:0 20px;
	background-color:#EEEEEE;
	padding:5px 10px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.4);
}

#sub h2{
	font-size:16px;
	color:#666;
	text-align:center;
	padding-top:5px;
	border-bottom:1px #006E91 solid;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.5);
}

#sub h3{
	font-size:14px;
	font-weight:normal;
	color:#666;
	text-align:center;
	padding-top:5px;
	border-bottom:1px #7f9600 dotted;
}

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

#sub ul{
	list-style-type:none;
	padding:5px 5px 0 5px;
}

#sub a:link,
#sub a:visited{
	color:#006E91;
	text-decoration:none;
}

#sub a:hover,
#sub a:active{
	color:#4CD4FF;
	text-decoration:none;
}

/*フッターの設定*/

#footer{
	width:980px;
	height:35px;
	margin:0 auto;
	background-color:#4DB788;
}

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

#footer ul li{
	padding:0 5px;
	line-height:1.2em;
	border-left:1px #FFF 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:#FFF;
	text-decoration:none;
}

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

#copyright{
	color:#fff;
	background-color:#332F3E;
	width:970px;
	font-size:10px;
	text-align:right;
	padding-right:10px;
	height:15px;
	line-height:1.6em;
}

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

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

.sitemap{
}

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

.sitemap ul li{
	display:block;
	margin-bottom:0.8em;
	
}

.sitemap ul li a:link{
	color:#3b3b3b;
	text-decoration:none;
	padding:5px 20px 5px 5px;
	border-left:5px #4DB788 solid;
	border-bottom:1px #4DB788 dashed;
}

.sitemap ul li a:visited{
	color:#551A8B;
	text-decoration:none;
	border-left:5px #551A8B solid;
	border-bottom:1px #551A8B dashed;
}

.sitemap ul li a:hover{
	color:#A0A0A0;
	text-decoration:none
}

.sitemap ul li a:active{
	color:#b3d300;
	text-decoration:none;
}
