@charset "UTF-8";

/*----------------------------------------
 layout
----------------------------------------*/
/*common*/
html {
	background: #FFF;
	color: #555;
}
html, body {	
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	font-size: 14px;
	line-height: 1.8;
}
em {
	font-style:normal;
}
.columntitle{
	font-weight:bold;
}
#frame{
	width:900px;
	margin:0 auto;
	background:url(../img/bg.jpg);
}

/*----------------------------------------
 header
----------------------------------------*/
#h_area{
	background:url(../img/bg.jpg);
	line-height:1;
}
#t_logo{
}
#g_navi{
}
#g_navi li{
	display:inline;
	float:left;
}

/*----------------------------------------
 contents
----------------------------------------*/
#c_area{
	padding:16px 20px 30px;
} 
#m_area{
	width:590px;
	padding:25px;
	background-color:#FFF;
	float:left;
}
#m_area h1{
	background:url(../img/h1image.gif) no-repeat;
	height:35px;
	padding:5px 0 0 15px;
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
	line-height:1;
}
#m_area p,
#m_area div{
	margin:5px 5px 25px;
}
#m_area h2{
	background-color:#E7F5F2;
	padding:20px 20px 10px;
	font-size:16px;
	font-weight:bold;
	line-height:1;
}
#m_area p.osusume{
	margin:0;
	padding:0 20px 20px;
	background-color:#E7F5F2;
}

#s_navi{
	float:right;
	width:200px;
}
#s_navi dl{
	background-color:#FFF;
	padding-bottom:20px;
	margin-bottom:20px;
}
#s_navi dt{
	margin-bottom:20px;
	line-height:0;
	
}
#s_navi dd{
	line-height:1.5;
	padding-left:35px;
	margin:0 12px 20px 0;
	font-size:12px;
	background:url(../img/icon.gif) no-repeat 12px center;
}
#m_area dl{
	margin-bottom:30px;
}
#m_area dt{
	font-weight:bold;
	margin-top:1em;
}
#m_area dd{
	padding-left:1em;
}
#m_area dd ul{
	margin:1em 0 0 1em;
}
#m_area dd ul li{
	list-style:disc;
	line-height:1.2;
	padding-bottom:1em;
}

/*----------------------------------------
 footer
----------------------------------------*/
#p_top{
	text-align:right;
	padding:0 18px 8px 0;
}
#f_area{
	background-color:#006699;
	color:#FFF;
}
#f_area p{
	padding:20px;
	width:600px;
	font-size:12px;
}

/*----------------------------------------
 link
----------------------------------------*/
a:link {
	color: #006699;
}
.hover a,
a:hover {
	text-decoration:none;
}
a:visited {
	color:#006699;
}
#s_navi dd a:link{
	color: #006699;
}
#s_navi dd .hover a,
#s_navi dd a:hover{
	text-decoration:none;
}
#s_navi dd a:visited {
	color:#006699;
}
#f_area p a:link{
	color: #FFF;
}
#f_area p a:visited{
	color: #FFF;
}
#f_area p .hover a,
#f_area p a:hover{
	text-decoration:none;
}

/*----- clearfix -----*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height:0;
  overflow:hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*----------------------------------------
 お問い合わせ
----------------------------------------*/
table.contact{	
	width:580px;
	margin:0 auto;
}
table.contact td,
table.contact tr{
	border-bottom:1px solid #BBB;
	padding:10px 10px;
}
input, textarea, select{
    margin: 5px;
}
#m_area div.button{
	text-align:center;
	margin:1em 0 30px;
}
#m_area div.button p{
	margin-bottom:1em;
}
span.must{
	color:#0D4224;
	font-weight:bold;
}
