﻿@charset "utf-8";

/* -----------------------------------------------
FileName: style.css
----------------------------------------------- */
/*************************
		base
*************************/
body {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size:12px;
/*	text-align: center;*/
	font-family:"ＭＳ Ｐゴシック", Verdana, Georgia;
	line-height:1.3em;
	background:url(../images/header_bg.png) top center repeat-x;
}

table {
	width:97%;
	border: none;
/*	text-align:center;*/
	vertical-align:top;
}

html, h1, h2,h3, h4, h5, p, dl, dt, dd, ul, ol, li, form, div, img, em{
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}
span{
	color:#FF6600;
}

h2{
	font-size:10px;
	display: none;
}
h3{
	display: none;
}
h4{
	font-size:14px;
	margin-bottom:4px;
}


/* Anchor - Nomal */

a:link, a:visited, a:active {
	color: #003766;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}



img {
	border: none;
}

.hidden{
	text-indent:-99999px;
	overflow:hidden;
}

.title{
	overflow:hidden;
	margin-bottom:5px;
	text-indent: -9999px;
	}


/*************************
		layout
*************************/
#container{
	width:845px;
	padding:0px 0px 10px;;
	margin:0 auto;
	text-align:left;
	position:relative;
/*	height:1880px;*/
}


#header {
	height:100px;
	text-align:left;
	margin:0 auto;
}

#top_navi {
	height: 25px;
	padding-bottom:20px;
	clear:both;
	text-align:right;
}
.contents{
	float:right;
	width:630px;
	margin:0px;
	padding:0px;
}
.contents2{
	float:right;
	width:630px;
	margin:0px;
	padding:0px;
	height: 1600px;
}
.contents3{
	float:right;
	width:630px;
	margin:0px;
	padding:0px;
	height: 1100px;
}

#side_navi{
	float:left;
	width:194px;
	padding:0px;
	margin:0px;
}


#footer{
	clear:both;
	margin:0px 0px 5px;
	padding:10px 0 20px;
	width:100%;
	background:url(../images/footer_bg.png) left top repeat-x;
	color:#999;
	text-align:center;
}
#login{
	float: right;
	width: 230px;
	margin: 1em 0 0 0;
}
#login p {
	color: #FFFFFF;
	font-weight: bold;
}
#login form {

}
#login form ul {
	float: left;
}
#login form ul li {
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
}
#login form ul li input {
	width: 8em;
}
#login form .btnBox {
	padding: 0 0 0 0.5em;

}
#login form .btnBox input {
	height: 40px;
}

/*************************
		navi
*************************/

/* topnavi */
#top_navi span{
	display:none;
}

#top_navi ul {
	padding-right:10px;
	height:30px;
	margin:0px;
	font-size:12px;
	padding-top:2px;
}

#top_navi ul li{
	float:right;
	height:26px;
	width:121px;
	margin-left:10px;
	padding-top:1px;
	display:block;
	cursor:pointer;
}


#top_navi ul #t_detail{
	background:url(../images/top_menu2.png) center center no-repeat;
}
#top_navi ul #t_agency{
	background:url(../images/top_menu1.png) center center no-repeat;
}
#top_navi ul #t_kiyaku{
	background:url(../images/top_menu3.png) center center no-repeat;
}


#top_navi ul li a{
	display:block;
	height:26px;
	width:121px;
}
#top_navi ul #t_detail a:hover,
#top_navi ul #t_detail a.current{
	background:url(../images/top_menu2_hover.png) center center no-repeat;
	cursor:pointer; 
}
#top_navi ul #t_agency a:hover,
#top_navi ul #t_agency a.current{
	background:url(../images/top_menu1_hover.png) center center no-repeat;
	cursor:pointer; 
}
#top_navi ul #t_kiyaku a:hover,
#top_navi ul #t_kiyaku a.current{
	background:url(../images/top_menu3_hover.png) center center no-repeat;
	cursor:pointer; 
}

/* side_navi */
#side_navi li{
	display:block;
	height:40px;
}

#s_detail a,
#s_haisin a,
#s_image a,
#s_jisseki a,
#s_kiyaku a,
#s_agency a{
	display:block;
	height:40px;
}

#s_haisin{
	background:url(../images/sidemenu5.png) left top no-repeat;
}
#s_image{
	background:url(../images/sidemenu7.png) left top no-repeat;
}
#s_jisseki{
	background:url(../images/sidemenu4.png) left top no-repeat;
}
#s_detail{
	background:url(../images/sidemenu6.png) left top no-repeat;
}
#s_agency{
	background: url(../images/sidemenu2.png) left top no-repeat;
}
#s_kiyaku{
	background:url(../images/sidemenu3.png) left top no-repeat;
}


/* footer_navi */
 
#footer_navi{
	list-style:none;
	padding-top:10px;
	}
#footer_navi li {
	padding:5px 0px;
	display:inline;
	}
#footer a{
	color:#666;
}
		
#footer p{
	margin:0;
	padding:5px 0px;
}



/*************************
		index
*************************/
h1 a{
	font-size:12px;
	font-weight:normal;
	position:absolute;
	background:url(../images/h1_bg2.png) left top no-repeat;
	left: 22px;
	top: 7px;
	height: 75px;
	width: 303px;
}

.con_box{
	background:url(../images/box_bg.png) left top repeat-x;
	padding:10px;
	margin-bottom:20px;
}

#intro_text{
	background:url(../images/intro_text.png) left 10px no-repeat;
	height:	85px;
}

.point{
	height:199px;
	float:left;
	width:50%;
	display:block;
}
#point1{
	background: url(../images/point1.png) left top no-repeat;
}
#point2{
	background: url(../images/point2.png) 5px top no-repeat;
}
#point3{
	background: url(../images/point3.png) left top no-repeat;
}
#point4{
	background: url(../images/point4.png) 5px top no-repeat;
}

.point dd{
	padding-top:70px;
	padding-left:10px;
	padding-right:20px;
	line-height:1.5em;
}

#merit{
	clear:left;
	background:url(../images/merit.png) left top no-repeat;
	height:281px;
	margin-top:20px;
}
#merit p{
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
	line-height:1.5em;
	letter-spacing:1px;
}
#detail_box{
	height:500px;
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/syosai_box.png);
	background-repeat: no-repeat;
}
#detail_box p{
	margin-bottom:10px;
}

#step1{
	background:url(../images/step1.png) center top no-repeat;
	height:116px;
	padding-top:20px;
}
#step2{
	background:url(../images/step2.png) center top no-repeat;
	height:135px;
}
#step3{
	background:url(../images/step3.png) center top no-repeat;
	height:148px;
	padding-top:50px;
}
#step4{
	background:url(../images/step4.png) center top no-repeat;
	height:144px;
	padding-top:45px;
}
#step5{
	background:url(../images/step5.png) center top no-repeat;
	height:147px;
	padding-top:50px;
}
.step{
	padding-left:170px;
	padding-right:80px;
	padding-top:40px;
}

#kiyaku{
	background:url(../images/kiyaku_bg.png) left top no-repeat;
	padding-left:20px;
	padding-top:40px;
	padding-right:20px;
}
#kiyaku p{
	margin-bottom:12px;
	line-height:1.6em;
}

#reg_form table {
	border-collapse: separate;
	border: 0px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	margin-left: auto;
	margin-right: auto;
}
#reg_form table tr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
#reg_form table td, #reg_form table th {
	border: 0px;
}
#reg_form table th {
	text-align: center;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #EEEEEE;
	border-left-style: solid;
	border-left-color: #999999;
	border-left-width: 5px;
	font-weight: normal;
	width: 40%;
}
#reg_form table th.must {
	border-left-color: #990000;
}
#reg_form table td {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5px;
}

#reg_form table em {
	color: #990000;
	font-style: normal;
	padding-left: 5px;
}

#reg_form input {
}

#form_id {
}
.form_pass {
}
#form_email {
	width: 250px;
}
#form_company {
}
#form_zip {
}
#form_address {
	width: 300px;
}
#form_tel {
}
#form_fax {
}

#agency {
}
#agency div {
	padding: 1em 0 1em 0;
}
#agency h2 {
}
#agency p {
	padding: 1em 0;
}
#agency ul {
}
#agency ul li {
}
#agency form {
}
#detail2_box {

	height:150px;
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/syosai2_box.png);
	background-repeat: no-repeat;
}
#detail_box_seolink {

	height:800px;
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/seolink.png);
	background-repeat: no-repeat;
}
#detail_box_seolink2 {


	height:800px;
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
/*	background-image: url(../images/link_box__.png);*/
	background-repeat: no-repeat;
}
.bob {
	font-size:13px;
	line-height: 25px;	
	
}

.bob_tit {
	font-size:18px;
	line-height: 40px;
	color: #FF3300;
	font-weight: bold;
	background-image: url(../images/titbg.jpg);
	background-repeat: no-repeat;
	background-position: 0;
}
.bob_tit2 {
	font-size:18px;
	line-height: 40px;
	color: #000000;
	font-weight: bold;
/*	background-image: url(../images/titbg1.jpg);
	background-repeat: no-repeat;
	background-position: 0;
*/	
}
#detail_box_seolink3 {



	height:800px;
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/seolink2.png);
	background-repeat: no-repeat;
}
#detail_box_seolink4 {




	height:800px;
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/haisin.gif);
	background-repeat: no-repeat;
}
