@charset "Shift_JIS";

/* 基本設定
------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body div {
	text-align: left;
	margin: 0 auto;
}
body {
  margin: 0;
  padding: 0;
  background:#FFFEE0;
	color:#3D3D3D;
}
html {
overflow-y: scroll;
}
a{
border:none;
color:#3D3D3D;
} 
img{
border:none;
} 
a:link	{
	color:#3D3D3D;
	text-decoration:none;
	}
a:visited	{
	color:#3D3D3D;
	text-decoration:none;
	}
a:hover,
a:active	{
	color:#FF6600;
	}
.cb{
	clear:both;
	}

/* 基本ページ
------------------------------------- */
#contain{
	width:796px;
	background: url(../img/bg.jpg) repeat-y;
	margin:0 auto;
	}
#wrapper{
	width:740px;
	margin:0 auto;
	}
#head{
	width:740px;
	margin:0 auto;
	padding-top:18px;
	}
#head h1{
	width:403px;
	height:47px;
	background:url(../img/logo.gif) no-repeat;
	text-indent:-9999px;
	}
.topImg{
	width:740px;
	height:215px;
	background:url(../img/head_img.jpg) no-repeat;
	text-indent:-9999px;
	margin:10px 0 15px 0;
	}
.mainImg{
	width:740px;
	height:120px;
	background:url(../img/head_s.jpg) no-repeat;
	text-indent:-9999px;
	margin:10px 0 15px 0;
	}
.newsT{
	width:740px;
	height:29px;
	background:url(../img/t_news.gif) no-repeat;
	text-indent:-9999px;
	margin:15px 0 5px 0;
	}
#topLt{
	float:left;
	width:552px;
	font-size:13px;
	}
#topLt h2{
	width:552px;
	height:39px;
	background:url(../img/t_about.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 8px 0;
	}
#topLt h3{
	width:552px;
	height:29px;
	background:url(../img/t_inq.gif) no-repeat;
	text-indent:-9999px;
	margin:15px 0 8px 0;
	}
.newsP{
	margin:0 0 15px 0;
	}
#topLt p{
	width:540px;
	margin:0 auto;
	line-height:19px;
	}
#topRt{
	float:right;
	width:170px;
	}
#footer{
	clear:both;
	width:780px;
	height:20px;
	margin:0 auto;
	padding-top:18px;
	text-align:right;
	border-bottom:#F1EDE6 1px solid;
	}
#footer address{
	font-style:normal;
	margin-right:20px;
	font-size:10px;
	}

/* コンテンツページ
------------------------------------- */
#page{
	width:740px;
	margin:15px 0 0 0;
	}
#left{
	width:144px;
	float:left;
color:#3D3D3D;
	}
#left ul{
	border-top:1px solid #F1EDE6;
	width:130px;color:#3D3D3D;
	}
#left li{
	border-bottom:1px solid #F1EDE6;
	padding:10px 0 10px 0;
	list-style:none;
	font-size:13px;
color:#3D3D3D;
	}
#left ul img{
	padding-right:3px;
	}	
#main{
	width:595px;
	float:right;
	border-left: dashed 1px #CCCCCC;
	font-size:13px;
	}
#contents{
	width:583px;
	text-align:left;
	padding-left:12px;
	line-height:20px;
	}
.title{
	border-left:#EBB833 4px solid;
	padding-left:5px;
	font-weight:bolder;
	margin-left:3px;
	}
.conTtl{
	border-left:#EBB833 4px solid;
	padding-left:5px;
	font-weight:bolder;
	margin-left:3px;
	font-size:14px;
	}
.ttlImg{
	margin-bottom:10px;
	}
#contents p{
	margin:5px 0 0 3px;
	padding:0;
	}
