@charset "utf-8";

/* formatting style ------------------------------*/
*{
	font-style:normal;
	margin:0px;
	padding:0px;
}

hr{
	display:none;
}

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


/* line style　------------------------------*/

a img{
	border-style:none;
}


/* link style ------------------------------*/
a:link{
	color: #000000;	
}

a:hover{
	color: #000000;
	
}

a:visited{
	color: #000000;
}

a:active{
	color: #000000;
}


/* basic layout ------------------------------*/

body {
	text-align: center;
	font-size: 100%;
	line-height: 1.6;
	color: #000000;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	background-color: #e8e9e9;
}

#wrapper {
	text-align: left;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(img/back.jpg);
}

#header {
	width: 800px;
	position: relative;
	height: 130px;
}

#header h1 {
	position: absolute;
	left: 30px;
	top: 48px;
}

#header h2 {
	position: absolute;
	left: 570px;
	top: 48px;
}
#header_bottom #header_img {
	float: left;
}

#header_bottom #header_bt {
	float: left;
}



/* main ------------------------------*/

#main {

	
}
#contents {
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 10px;
	clear: both;
}
#wrapper #main #contents h3 {
	font-size: 22px;
	padding-bottom: 10px;
	line-height: 130%;
}


#main #mess {

}
#contents #mess #intyou_p {
	float: left;
	width: 200px;
}
#contents #mess #intyou_p img {
	margin-bottom: 5px;
}

#contents #mess #intyou_p p {
	font-size: 12px;
	text-align: right;
}


#contents #mess #mess_comment {
	float: right;
	width: 525px;
	font-size: 14px;
	line-height: 160%;
}
#mess_comment #oyayubi {
	float: right;
}

#mess_comment #rakuni {
	font-size: 20px;
	line-height: 160%;
	font-weight: bold;
}



#main .clear {
	clear: both;
}
#main #info {
	clear: both;
	margin-top: 20px;
}
#info h5 {
	padding-bottom: 20px;
}

#info table {
	float: left;
	font-size: 14px;
}

#info #map img {
	float: right;
}



/* footer ------------------------------*/

#footer {
	width: 800px;
	padding-top: 20px;
	clear: both;
	text-align: center;
}

#footer #totop {
	float: right;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
}


#footer address {
	color: #FFFFFF;
	text-align: center;
	background-color: #003399;
	padding-top: 10px;
	font-size: 80%;
	clear: right;
	padding-bottom: 30px;
}

#contents #lead {
	clear: both;
}


#contents #lead h3 {
	float: left;
}

#contents #lead #hand {
	float: right;
}
#case_study {
	padding-top: 10px;
	clear: both;
}

#case_study h5 {

}


#contents .case_mess {
	float: left;
	width: 350px;
	margin-right: 20px;
	background-image: url(img/koe_ue.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #e6f1f7;
	margin-top: 20px;
}


#contents .case_mess .case_mess2 {
	background-image: url(img/koe_shita.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 350px;
}

#contents .case_mess h4 {
	font-size: 120%;
	padding-top: 12px;
	padding-bottom: 10px;
	line-height: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-right: 20px;
	margin-left: 20px;
}

#contents .case_mess p {
	padding-left: 20px;
	width: 260px;
	font-size: 90%;
	padding-bottom: 10px;
	padding-top: 10px;
}
