﻿@charset "utf-8";
@import url("reset.css");


html{
	height:100%;
	margin-bottom:1px;
}


body{
	color: #333;
	font-size: 12px;
	line-height: 20px;
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'ＭＳ Ｐゴシック';*/
}


img{
	border: 0;
	vertical-align: top;
}


strong{
	font-weight: normal;
}


a:link    { color: #666; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:active  { color: #999; text-decoration: underline; }
a:hover   { color: #999; text-decoration: underline; }


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


#contanier{
	width: 978px;
	border: 1px solid #c8c1a9;
}


/************ header start ************/
#header{
	width: 940px;
	padding: 19px 19px 11px 19px;
	overflow: hidden;
}


#header:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #header {
	height: 1em;
	overflow: visible;
}
/**/


#header .logo{
	float: left;
}


#header .upper{
	float: right;
}


#header .upper ul, #header .upper li{
	display: inline;
	color: #666;
	/*font-size: 10px;*/
	font-size: 85%;
	margin: 5px 0 0 20px;
}


#header .upper .eng{
	background: url(../images/eng.gif);
	background-repeat: no-repeat;
	background-position: right;
}


#header .upper .eng a{
	margin: 0 35px 0 0;
}


#header a:link    { color: #666; text-decoration: none; }
#header a:visited { color: #666; text-decoration: none; }
#header a:active  { color: #999; text-decoration: underline; }
#header a:hover   { color: #999; text-decoration: underline; }


#menu{
	width: 940px;
	height: 35px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	padding: 0 19px;
}


#menu ul, #menu li{
	float: left;
}


.breadlist{
	width: 940px;
	color: #333;
	/*font-size: 10px;*/
	font-size: 77%;
	text-align: left;
	margin: 3px auto;
}


.breadlist a:link    { color: #333; text-decoration: underline; }
.breadlist a:visited { color: #333; text-decoration: underline; }
.breadlist a:active  { color: #333; text-decoration: none; }
.breadlist a:hover   { color: #333; text-decoration: none; }


/************ header end ************/


/************ content start ************/
#bgImg{
	width: 978px;
	height: 950px;
	background-image: url(../images/service/bg_img.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#contents{
	width: 940px;
	margin: 0 auto;
	padding: 0 0 0px 0;
	overflow: hidden;
}

#contents .contents_l{
	width: 600px;
	float: left;
	text-align: left;
	margin: 30px 0 0 0;
}


#contents .contents_r{
	width: 305px;
	height: 280px;
	float: right;
	position: relative;
	text-align: left;
	margin: 30px 0 0 0;
}


#contents .main{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

#contents:after,
#contents .main:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html #contents,
* html #contents .main {
	height: 1em;
	overflow: visible;
}
/**/


#contents .main .lMenu{
	width: 140px;
	float: left;
}


#contents .main .rMain{
	width: 760px;
	float: right;
}

#contents .main .rMain2{
	width: 704px;
	float: left;
	background-color: #f00;
	overflow: hide;
}


#contents .main .lContents{
	width: 430px;
	float: left;
	margin: 0 0 0 10px;
}


#contents .main .rContents{
	width: 430px;
	float: right;
	margin: 0 10px 0 0;
}

#contents .contents_r .notes {
	font-size:80%;
	margin: 20px 0 20px 0;
}
 
#contents .explain {
	height:200px;
	margin-top: 100px;
	font-size:80%;
	line-height: 2.0em;
}


/************ content end ************/


/************ footer start ************/
#footer{
	color: #c8c1a9;
	font-size: 12px;
	text-align: center;
	padding: 3px 0;
}


#footer a:link    { color: #666; text-decoration: none; }
#footer a:visited { color: #666; text-decoration: none; }
#footer a:active  { color: #c8c1a9; text-decoration: none; }
#footer a:hover   { color: #c8c1a9; text-decoration: none; }


/************ footer end ************/


/************ other start ************/
.ttl{
	margin: 30px 0;
}

.ctr{
	text-align: center;
}

.rgt{
	text-align: right;
}

/************ other end ************/

