body 
	{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin: 0px;
	padding:0;
	text-align:center;
	background: #FFF5E1;
	}

h1,h2,h3,h4,p
	{
	margin:0;
	padding:0;
	}

#container
	{
	width:780px;
	background:#fff;
	text-align:left;
	margin:0 auto;
	padding:0;
	}
/*ヘッダー
----------------------------------------------- */

#header	{
	height:110px;
	width:780px;
	background-image: url(../img/banner01k.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	}

h1 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	border-left:9px double #333;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 50px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
/*ナビゲーション
----------------------------------------------- */
#nav {
	padding: 5px;
	background-color: #333333;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

#nav ul {
	list-style-type:none;
	display: block;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
  }
  

#nav li {
	display: inline;
	padding-left: 22px;
	padding-right: 20px;
	background-image: url(../img/c_li.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
  }
  
#nav a {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#nav a:hover {
	color: #CC0000;
	background-color: #FFFFFF;
}



/*コンテンツ右
----------------------------------------------- */
#contents1
	{
	width:580px;
	background:#fff;
	float:right;
	margin-right:0px;
	margin-top:10px;
	}

.left
	{
	width:180px;
	margin:10px 5px;
	float:left;
	}

h2
	{
	font-size: 12px;
	margin: 0px 0px 0px 5px;
	background: #cbd0d3  ;/*メニューの色*/	
	text-indent:10px;
	color: #000;
	}

.des
	{
	padding:5px;
	margin-left:5px;
	border-left: 1px dotted #dce7e9;/*メニューの枠の色*/
	border-right: 1px dotted #dce7e9;/*メニューの枠の色*/
	border-bottom: 1px dotted #dce7e9  ;/*メニューの枠の色*/
	}  

.right
	{
	padding:0px;
	margin-bottom:10px;
	width:570px;
	margin-right:10px;
	float:right;
	}

.ad
	{
	float:left;
	padding:10px 10px 10px 0px;
	background:#fff;
	}

h3
	{
	font-size: 12px;
	border-bottom: 2px dotted #bac6d2;/*コンテンツタイトルの下線の色*/
	margin: 10px 0px 10px;
	text-indent:5px;
	color: #bac6d2  ;/*コンテンツタイトルの色*/
	}

#contents2
	{
	width:200px;
	background:#fff;
	margin-top:10px;
	float:left;
	}

.border
	{
	border: 1px dotted #C0C0C0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background:#  eff2f2;
	}

h4 
	{
	font-size: 12px;
	margin: 10px 0px;
	border-left: 3px solid #454545;
	padding-left: 5px;
	color:#454545;
	}

#footer 
	{
	margin-top:20px;
	border-top:7px solid #adb8bc;/*フッターの色*/
	height: 50px;
	padding-top:10px;
	padding-right:25px;  
	text-align: right;
	clear:both;
	font-size: 12px;
	}


a	{
	color: #666666;
	text-decoration: none;
	}
a:hover	{
	color: #993333;
	text-decoration: underline;
	}
/* globalNavi-Foot
---------------------------------------------------- */
.globalNaviFoot {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 35px;
	clear: both;
	margin-left: 20px;
}
.globalNaviFoot ul {
	margin-bottom: 0px;
}
.globalNaviFoot li{
	display: inline;
	font-size: 12px;
}

.globalNaviFoot a{
	display: inline;
	color: #333333;
	text-decoration: none;
	line-height: 1.2em;
	padding: 0px;
}
.globalNaviFoot a:hover{
	display: inline;
	color: #ff8223;
	line-height: 1.2em;
}

