@charset "UTF-8";
/*-----------------------------------------------
  style clear
-----------------------------------------------*/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form,  fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
#header ol, #header ul, #header li,  #side-menu ol, #side-menu ul, #side-menu li,  #footer ol, #footer ul, #footer li {
	list-style:none;
	margin: 0;
	padding: 0;
}
fieldset, img {
	border:0;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
body {
	font-size: 0.82em; 
	line-height:1.48;
	color:#666666;
	background-color: #eeeeee;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
}
th,td{
	font-size: 1em; 
	line-height:1.48;}
ul {
	margin: 0;
	padding:0;
}
li {
	margin: 0;
	padding:0;
}
hr {
	display:none;
}
sup {
	font-size: 0.8em;
	vertical-align: baseline;
}
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:0px;
	display:block;
}
.none {
	display:none;
}
.mb5 {
	margin-bottom:5px;
}
.mb25 {
	margin-bottom:25px;
}
.mb50 {
	margin-bottom:50px;
}
.mb150 {
	margin-bottom:150px;
}
.mt8 {
	margin-top:8px;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:20px;
}
.mt25 {
	margin-top:25px;
}
.mt35 {
	margin-top:35px;
}
.mt50 {
	margin-top:50px;
}
.mt60 {
	margin-top:60px;
}
.mr5 {
	margin-right:5px;
}
.mr25 {
	margin-right:25px;
}
.ml10 {
	margin-left:10px;
}
.ml15 {
	margin-left:15px;
}
.ml25 {
	margin-left:25px;
}
.ml35 {
	margin-left:35px;
}
.ml50 {
	margin-left:50px;
}
.ml70 {
	margin-left:70px;
}
.ml150 {
	margin-left:150px;
}
.ml190 {
	margin-left:190px;
}
.ml240 {
	margin-left:240px;
}
.ml1em {
	margin-left:1em;
}
.pad12 {
	padding:12px;
}
.pt30 {
	padding-top:30px;
}
.pt40 {
	padding-top:40px;
}
.pt50 {
	padding-top:50px;
}
.pt60 {
	padding-top:60px;
}
.note {
	padding-left:2em;
	text-indent: -2em;
}
.center img {
	vertical-align: middle;
}
.pad10 {
	padding-left:5px;
}





/*-----------------------------------------------
 link color
-----------------------------------------------*/
a:link {
	color:#141e69;
	text-decoration:underline;
}
a:visited {
	color:#141e69;
	text-decoration:underline;
}
a:hover {
	color:#CC0000;
	text-decoration:none;
}
a:active {
	color:#CC0000;
	text-decoration:none;
}
.arrow a {
	background-image: url(../img/side_arrow.gif);
	background-position: -10px 2px;
	background-repeat: no-repeat;
	padding-left: 23px;
}
#side .arrow a {
	font-size:90%;
}
#side .arrow {
	padding-bottom:0.5em;
}
/*-----------------------------------------------
 font
-----------------------------------------------*/
.font10{font-size:85%;}
.font14{font-size:14px;}
.font18{font-size:18px;}
.font24{font-size:24px;}
.red {
	color:#CC0000;
}
.black {
	color:#000000;
}
.blue {
	color:#059fff;
}
.bulet {
	color:#b9b5b6;
}
h1{
	font-size:10px;
	color:#ffffff;
	line-height: 24px;
	background-image: url(../img/head_h1_bg.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}
* html h1{font-size:11px;}
h4{
	border-left:8px solid #12a5ff;
	border-bottom:1px solid #12a5ff;
	padding-left:8px;
	font-size:1.1em;
	font-weight:normal;
	margin-top:25px;margin-bottom:8px;
}

/*-----------------------------------------------
 bg-color
-----------------------------------------------*/
.bg-gray {
	background-color: #eeeff2;
}
/*-----------------------------------------------
 clearfix
-----------------------------------------------*/
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
* html .clearfix {
	display: inline-block;
}
/* no ie mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */

.clearfix {
	zoom: 100%;
}
/*-----------------------------------------------
 page-top
-----------------------------------------------*/
.page-top {
	height:40px;
	clear:both;
	padding:5px;
	text-align:right;
	font-size:85%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/*-----------------------------------------------
 container
-----------------------------------------------*/
#container {
	width:800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
}
#container:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
* html #container {
	display: inline-block;
}
/* no ie mac \*/

* html #container {
	height: 1%;
}
#container {
	display: block;
}
/* */

#container {
	zoom: 100%;
}
/*-----------------------------------------------
 layout
-----------------------------------------------*/
#side{width:190px;margin-left:10px;float:left;}
#main-contents{width:580px;margin-right:10px;float:right;}
#footer{
	clear:both;
	width:780px;
	margin-left:10px;
	padding-top: 60px;
}
* html #side{margin-left:5px;}
* html #main-contents{margin-right:5px;}


/*-----------------------------------------------
 header
-----------------------------------------------*/
#header{
	width:800px;
	position: relative;
}
#logo{
	float:left;
	margin-left:8px;
	width:400px;
}
#head-info{
	float:right;
	margin-right:10px;
	width:350px;
	text-align: right;
}

h2#title{
	margin-left:10px;
	width:790px;
	clear: both;
}

/*banner*/
#blog-banner{
	position: absolute;
	width:302px;
	height:169px;
	top: 50px;
	right: 0px;
}
#blog-banner2{
	position: absolute;
	width:302px;
	height:169px;
	top: 50px;
	right: 0px;
	z-index: 3;
}


/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer {position:relative;}
#footer-link{position:absolute; right:5px; bottom:27px; text-align:right;line-height:37px;}
#footer-link a{
	line-height:37px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 4px;
	font-size:11px;
}
#footer #address{width:625px;}
#footer #address strong{color:#000000;}
#copyright{padding-top:8px;padding-bottom:10px;}




/*-----------------------------------------------
 side
-----------------------------------------------*/
#side ul,#side li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#side li{
	display:block;
	float:left;
	width:188px;
	height:61px;
}
#side ul li a{
	width:188px;
	height:61px;
	display:block;
}
#side ul li#menu01{
	background-image: url(../img/side_menu01_r.jpg);
	background-repeat: no-repeat;
}
#side ul li#menu02{
	background-image: url(../img/side_menu02_r.jpg);
	background-repeat: no-repeat;
}
#side ul li#menu03{
	background-image: url(../img/side_menu03_r.jpg);
	background-repeat: no-repeat;
}
#side ul li#menu04{
	background-image: url(../img/side_menu04_r.jpg);
	background-repeat: no-repeat;
}
#side ul li#menu05{
	background-image: url(../img/side_menu05_r.jpg);
	background-repeat: no-repeat;
}
#side ul li#menu06{
	background-image: url(../img/side_menu06_r.jpg);
	background-repeat: no-repeat;
}
#side ul li#menu07{
	background-image: url(../img/side_menu07_r.jpg);
	background-repeat: no-repeat;
}
#side ul li#menu08{
	background-image: url(../img/side_menu08_r.jpg);
	background-repeat: no-repeat;
}
#side ul li#menu09{
	background-image: url(../img/side_menu09_r.jpg);
	background-repeat: no-repeat;
}
#side ul li#menu10{
	background-image: url(../img/side_menu10_r.jpg);
	background-repeat: no-repeat;
}



/*ROLL OVER*/
#side ul li a:hover{
	background-color:transparent;
}
#side ul li a:hover img{
	visibility:hidden;
}



#reform-page #side ul li#menu01 a img,
#shinchiku-page #side ul li#menu02 a img,
#taishin-page #side ul li#menu03 a img,
#voice-page #side ul li#menu04 a img,
#kenko-page #side ul li#menu05 a img,
#zairai-page #side ul li#menu06 a img,
#blog-page #side ul li#menu07 a img,
#company-page #side ul li#menu08 a img,
#mail-page #side ul li#menu09 a img{
	visibility:hidden;
}




/*-----------------------------------------------
 main
-----------------------------------------------*/
/*top-page*/
#top-page #blog-banner{
	position: absolute;
	width:302px;
	height:169px;
	top: 50px;
	right: -14px;
}
#top-page #blog-banner2{
	position: absolute;
	width:302px;
	height:169px;
	top: 50px;
	right: -14px;
	z-index: 3;
}
#top-page #top-banner{
	margin:15px 10px;
}
#top-menu{margin:0px 10px;}
#top-menu ul,#top-menu li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top-menu li{
	display:block;
	float:left;
	width:250px;
	height:75px;
	margin-bottom:10px;
}
#top-menu ul li a{
	width:250px;
	height:75px;
	display:block;
}
#top-menu ul li#menu01{
	background-image: url(../img/top_menu01_r.jpg);
	background-repeat: no-repeat;
	margin-left:0px;
}
#top-menu ul li#menu02{
	background-image: url(../img/top_menu02_r.jpg);
	background-repeat: no-repeat;
	margin-left:15px;
}
#top-menu ul li#menu03{
	background-image: url(../img/top_menu03_r.jpg);
	background-repeat: no-repeat;
	margin-left:15px;
}
#top-menu ul li#menu04{
	background-image: url(../img/top_menu04_r.jpg);
	background-repeat: no-repeat;
	margin-left:0px;
}
#top-menu ul li#menu05{
	background-image: url(../img/top_menu05_r.jpg);
	background-repeat: no-repeat;
	margin-left:15px;
}
#top-menu ul li#menu06{
	background-image: url(../img/top_menu06_r.jpg);
	background-repeat: no-repeat;
	margin-left:15px;
}
#top-menu ul li#menu07{
	background-image: url(../img/top_menu07_r.jpg);
	background-repeat: no-repeat;
	margin-left:0px;
}
#top-menu ul li#menu08{
	background-image: url(../img/top_menu08_r.jpg);
	background-repeat: no-repeat;
	margin-left:15px;
}
#top-menu ul li#menu09{
	background-image: url(../img/top_menu09_r.jpg);
	background-repeat: no-repeat;
	margin-left:15px;
}
/*ROLL OVER*/
#top-menu ul li a:hover{
	background-color:transparent;
}
#top-menu ul li a:hover img{
	visibility:hidden;
}
#top-page #footer{padding-top:15px;}







/*company*/
#company-page .data-table th{width:80px;}
.data-table th{
	vertical-align: top;
	padding: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a2aeb7;
}
.data-table td{
	vertical-align: top;
	padding: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a2aeb7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d0d7db;
}
.data-table th.space,.data-table td.space{
	height:10px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.no-style td{
	border-style: none;padding: 3px 20px 3px 0px;
}






/*reform*/
.lead{margin-left:15px;margin-bottom:15px;}
.lead strong{color:#000000;font-size:1.1em;}
img.ph{border: 1px solid #cccccc;}
.caption{
	padding-top:5px;
	vertical-align: top;
}
.voice-btn{
	margin-top:60px;
	margin-bottom:25px;
	text-align: right;
}
.main-contact{}








/*voice*/
.voice{
	margin-bottom:60px;
	background-image: url(../img/voice_icon.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 60px;
}
.voice strong{color:#000000;font-size:1.1em;}








/*mail*/
.mail{border: 1px solid #059fff;padding:25px;}








/*privacy*/
#privacy-page #main-contents ul{margin-left:35px;}









/*taishin*/
.left-photo{float:left;margin-right:10px;margin-bottom:10px;}


