@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, b, i, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    color:#454545;
}
img{
vertical-align:bottom;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}
.mb10{margin-bottom:10px;}
.mb5{margin-bottom:5px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.search_input{
	border:1px solid #ccc;
	padding:5px;
	width:130px;
}
.search_btn{
	background:#f60;
	font-size:10px;
	color:#fff;
	border:1px solid #f90;
	padding:2px 2px 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table td{
	vertical-align: top;
}

ul li{
list-style-type: none;
}

body{
    border-top: 8px solid #60CBF4;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a img {
	border: none;
	text-decoration: none;
}

a:link {
	color: #454545;
	text-decoration: none;
}

a:visited {
	color: #454545;
	text-decoration: none;
}

a:hover {
	color: #60CBF4;
	text-decoration:underline;
}

#head{
	width:960px;
	margin:10px auto 0px;
	padding:0 auto;
	overflow:hidden;
}

#head .left{
	width:660px;
	float:left;
}

#head .left h1{
	font-size:12px;
	color:#666;
	margin-top:2px;
}

#head .left img{
	margin-top:20px;
}

#head .right{
	width:300px;
	float:right;
	text-align:right;
	overflow:hidden;
}

#head .right ul{
	overflow:hidden;
	float:right;
}

#head .right li{
	float:left;
	background:url(./img/mark1.png) no-repeat left center;
	padding:3px;
	padding-left:12px;
	font-size:12px;
	margin-left:10px;
}

#head .right img{
	clear:right;
	margin-top:5px;
}

#navi{
	width:964px;
	margin:0 auto;
	padding:0 auto;
	overflow:hidden;
	height:350px;
	z-index:2;
		
}

#navi li{
	float:left;
	position: relative;
}

#menu li ul {
  display: none;
  position: absolute;
  top: 70px;
  left:0px;
  font-size:12px;
}

#menu li ul.contact{
  left:-52px;
}


#menu li ul li{
 	padding-left:35px;
 	padding-top:10px;
 }
 
 #menu li ul.subnavi1{
 	width:233px;
 }
 
 #menu li ul.subnavi1 li{
 	float:none;
 	background:url(./img/subnavi_back.png);
 	height:30px;
 }
 #menu li ul.subnavi1 li.head{
 	background:url(./img/subnavi_head.png);
 }

 #menu li ul.subnavi1 li.foot{
 	background:url(./img/subnavi_foot.png);
 }
 
 #menu li ul.subnavi2{
 	width:263px;
 }
 #menu li ul.subnavi2 li{
  	float:none;
 	background:url(./img/subnavi2_back.png);
 	height:30px;
 }
 #menu li ul.subnavi2 li.head{
 	background:url(./img/subnavi2_head.png);
 }

 #menu li ul.subnavi2 li.foot{
 	background:url(./img/subnavi2_foot.png);
 }

 

#main_img{
	clear:both;
	width:960px;
	margin:-270px auto 20px;
	padding:0 auto;
}

#top_contents{
width:960px;
padding:0 auto;
margin:0 auto;
overflow:hidden;
}

.search{
	width:208px;
	float:left;
	background:#D7F0F6;
}

.search .form_area{
	margin-left:7px;
}

.search h2{
	font-size:15px;
	color:#00ACE7;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:8px;
}

.search ul{
	margin-top:5px;
	margin-left:10px;
}

.search li{
	font-size:12px;
	background:url(./img/mark1.png) no-repeat left center;
	padding:1px;
	padding-left:15px;
}

.search li.nobottom{
	padding:0px;
}

#top_contents .info{
	width:520px;
	float:left;
	margin-left:15px;
}

#top_contents .top_right{
	width:200px;
	float:right;
	background:url(./img/top_right_head.png);
}

#top_contents .top_right .area{
	clear:both;
	padding:10px 0px;
	margin:0px 5px;
	font-size:10px;
}
#top_contents .top_right .lb{
	border-bottom:1px solid #ccc;
}
#top_contents .top_right .lt{
	border-top:1px solid #fff;
}


#top_contents .top_right .area p{
	margin-top:7px;
	margin-left:5px;
	overflow:hidden;
}

#top_contents .top_right .area p img{
	float:left;
	margin-right:5px;
}

#top_contents .top_right img.line{
	clear:both;
	height:3px;
	margin-left:3px;
}

#top_contents .top_right .area .btn{
	text-align:right;
	margin-top:5px;
	margin-right:7px;
}

#banner_area{
	clear:both;
	overflow:hidden;
	width:960px;
	padding:0px auto;
	margin:15px auto;
}

#banner_area li{
	float:left;
	margin-right:2px;
}

#foot_area{
background:url(./img/foot_back.png) repeat-x;
height:220px;
margin-bottom:10px;
padding-top:15px;
}

#foot_area .foot_link{
	width:960px;
	margin:0px auto;
	overflow:hidden;
}

#foot_area .foot_link .area{
	padding:0px 10px;
	float:left;
	width:175px;
	height:180px;
}

#foot_area .foot_link .home{
	width:100px;
}

#foot_area .foot_link .company{
	width:200px;
}

#foot_area .foot_link .worker{
	width:170px;
}
#foot_area .foot_link .client{
	width:205px;
}

#foot_area .foot_link .lr{
	border-right:1px solid #57B9DE;
}
#foot_area .foot_link .ll{
	border-left:1px solid #B5D7E5;
}


#foot_area .foot_link .area a {
	color: #fff;
}

#foot_area .foot_link h2{
	background:url(./img/mark3.png) no-repeat left center;
	padding-left:15px;
	font-size:13px;
	color:#fff;
	margin:10px 0px;
}
#foot_area .foot_link ul{
	margin-top:10px;
}


#foot_area .foot_link li{
	font-size:11px;
	padding:3px;
	margin-left:12px;
}

.copyright{
	width:960px;
	margin:5px auto;
	padding:0px auto;
	text-align:center;
}

#toTop{
	width:960px;
	margin:5px auto;
	text-align:right;
}

#toTop img{
	cursor: pointer;
}

#content{
	overflow:hidden;
	margin:-270px auto 10px;
	width:960px;
}

#main{
	float:right;
	width:720px;
}

#main .pankuz{
	font-size:12px;
}

#main h1{
	font-size:32px;
	margin:15px 0px 25px;
}

#main p{
	margin-top:1em;
	font-size:14px;
	overflow:hidden;
}
#main .no{
margin-top:3px;
font-size:12px;
color:#666;
}

#main .no span{
color:#60CBF4;
font-weight:bold;
}

#main table.data{
	width:720px;
	margin:20px 0px 10px;
	font-size:13px;
	clear:both;
}

#main table.data th,#main table.data td{
	padding:8px;
	border-top:1px #ccc dotted;
	border-bottom:1px #ccc dotted;
}
#main table.data th{
	background:#D7F0F6;
	width:150px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#main .list{
	margin-top:20px;
	overflow:hidden;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}

#main .list h3{
	font-size:18px;
	background:url(/img/mark2.png) no-repeat left center;
	padding-left:20px;
}

#main .list .donyu{
	border-top:1px solid #60CBF4;
	margin-top:5px;
}

#main .list img{
	float:left;
	margin-right:1em;
	margin-top:5px;
}

#main .list p{
	margin-top:5px;
	font-size:13px;
}

.info .no{
margin-top:3px;
font-size:12px;
color:#666;
}

.info .no span{
color:#60CBF4;
font-weight:bold;
}

.info .list{
	margin:8px 5px 0px;
	overflow:hidden;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}

.info .list h3{
	font-size:14px;
	background:url(/img/mark1.png) no-repeat left center;
	padding-left:15px;
}

.btn_contact{
	text-align:center;
	padding:5px;
}

#main .txt{
	margin-top:1em;
	margin-bottom:2em;
}
#main .txt p{
	margin-top:0.5em;
	margin-bottom:1.5em;
	font-size:14px;
	overflow:hidden;
}

#main .txt h3{
	font-size:16px;
	background:#D7F0F6;
	padding:3px;
	margin-top:0.5em;
}

table.data input,table.data textarea{
	border:1px solid #ccc;
	padding:5px;
	margin:2px 0px;
}

.orange{
	color:#f90;
}


#main .zu{
	clear:both;
	overflow:hidden;
	margin-top:20px;
	font-size:14px;
}

#main .zu img{
	margin-top:10px;
}

#main .zu .left{
	float:left;
	text-align:center;
	width:359px;

}

#main .zu .right{
	float:right;
	text-align:center;
	width:359px;
	border-left:1px dotted #ccc;
}
#main h2{
	line-height:28px;
}

#main h3.menu{
	background:url(/img/menu.png) no-repeat left center;
	padding:10px 45px;
	margin-top:20px;
	border-bottom:2px solid #60CBF4;
}


#main h3.merit{
	background:url(/img/icon_good.png) no-repeat left center;
	padding:10px 45px;
	margin-top:20px;
	border-bottom:2px solid #60CBF4;
}

#main p.maru{
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; 
    padding:5px;
    background:#f2f2f2;
}

#main ul.check{
	margin:5px 0px 20px;
}

#main ul.check li{
	background:url(img/icon_check.png) no-repeat left center;
	font-size:14px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
}

#main table.data th.num{
	width:20px;
}

#main table.line td,#main table.line th{
	border:1px dotted #ccc;
}

.blue{
	color:#0099ff;
}

#intro .intro_data {
    overflow: hidden;
}

#intro h3 {
	background:#D7F0F6;
	padding:3px;
    clear: both;
    font-size: 16px;
    margin-bottom: 10px;
    clear:both;
    margin-top:20px;
}
#intro .intro_img {
    float: left;
    padding-left: 10px;
}

#intro .intro_txt {
    float: right;
    padding-top: 3px;
    width: 480px;
}
#intro p{
	margin-top:0.5em;
}

.blueback {
    background: none repeat scroll 0 0 #60CBF4;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
}

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#454545;
background: #eee;
}
 
.pagination a:hover{
color:#fff;
background: #60CBF4;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #60CBF4;
color:#fff;
}
