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

/*ラップの設定*/

#wrap{
	width:980px;
	height:auto;
	background-color:#fff;
	border-right:1px #457D97 solid;
	border-left:1px #457D97 solid;
	margin:0 auto;
}

/*ヘッダーの設定*/

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

#header .logo{
	width:940px;
	padding:20px 20px 10px 20px;
	background-color:#457D97;
	color:#fff;
	border-bottom:3px #CCB24C solid;
}

#header  .logo h1{
	font-size:26px;
	line-height:1.8em;
	border-top:5px #fff solid;
	border-bottom:5px #fff solid;
	display:inline;
}

#header .logo h2{
	font-size:14px;
	font-weight:normal;
}

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

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

#navi{
	width:980px;
	background-color:#555;
	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:930px;
	margin:0 auto;
	padding:20px 25px 30px 25px;
	background-color:#fff;
	overflow:hidden;
	zoom:1;
}

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

#main{
	float:left;
	width:650px;
}

#main h2{
	font-size:18px;
	text-indent:5px;
	border-left:5px #F7D683 solid;
	border-bottom:1px #F7D683 solid;
}

#main p{
	padding:5px 5px 5px 10px;
}
	
/*mainにul,olが出てきたら*/

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

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

#sub h2{
	font-size:16px;
	font-weight:normal;
	text-align:center;
	color:#ccc;
	text-shadow:
	1px 1px 0px #3b3b3b,
	2px 2px 0px #616161;
}         

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

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

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

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

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

/*フッターの設定*/

#footer{
	width:980px;
	height:auto;
	clear:both;
	color:#fff;
}

#footer .navi{
	widht:980px;
	height:20px;
	color:#fff;
	background-color:#555;
	padding:10px;
	border-bottom:3px #CCB24C solid;
}

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

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

#footer .copyright{
	width:980px;
	height:20px;
	font-size:10px;
	background-color:#457D97;
	text-align:center;
}
	
/* ---------------------------------------------------------------------- */

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

.sitemap{
}

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

.sitemap a:link{
	color:#4b4b4b;
	text-decoration:none;
	display:block;
	margin-bottom:0.4em;
	text-indent:10px;
	border-left:5px #F7D683 solid;
	border-bottom:1px #F7D683 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:#ccc;
	text-decoration:none;
	display:block;
	margin-bottom:0.4em;
	text-indent:10px;
	border-left:5px #FFFDC0 solid;
	border-bottom:1px #FFFDC0 dotted;
}

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

