/* 基本設定 */
/* ----------------------------------------------------- */

/* ------------------------------------- 
 *	CSSリセット
 * ------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,fieldset,form,input,p,blockquote {margin:0px; padding:0px; }
fieldset,img { border:0px; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }

/* ------------------------------------- 
 *	基本設定
 * ------------------------------------- */


html{
	height:100%;
}

body {
	background-color:#F8F7ED;
	font: 12px/18px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-align:center;
	height:100%;
}

/* ------------------------------------------------------------------------------------------- 
 *
 *	body {
 *	background-color:#F8F7ED;
 *	background-image:url(/common/img/back_customer.gif);
 *	background-repeat:repeat-x;																			変更前のオリジナルです		4/23 sackie
 *	font: 12px/18px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 *	color: #333333;
 *	text-align:center;
 *	height:100%;
 *}
 * ------------------------------------------------------------------------------------------ */

.txt_10 {
	font-size: 10px;
	line-height: 14px;
}

.txt_strong {
	font-weight: bold;
}

.txt_red {
	color: #FF4444;
	font-weight: bold;
}

.txt_red2 {
	color: #FF4444;
	font-size:10px;
}

.txt_blue {
	color: #0066FF;
}

.txt_org {
	color: #FF6600;
	font-weight: bold;
}

a:link {
	text-decoration: underline;
	color: #003399;
}

a:visited {
	text-decoration: underline;
	color: #330066;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #003399;
}

#container a:link {
	text-decoration: underline;
	color: #0F5EDE;
}

#container a:visited {
	text-decoration: underline;
	color: #0F5EDE;
}

#container a:hover {
	text-decoration: none;
	color: #0F5EDE;
}

#container a:active {
	text-decoration: none;
	color: #0F5EDE;
}

#footer_menu a:link {
	text-decoration: underline;
	color: #FAFAFA;
}

#footer_menu a:visited {
	text-decoration: underline;
	color: #FAFAFA;
}

#footer_menu a:hover {
	text-decoration: none;
	color: #FAFAFA;
}

#footer_menu a:active {
	text-decoration: underline;
	color: #FAFAFA;
}

/* ------------------------------------- 
 *	基本レイアウト設定
 * ------------------------------------- */

#container {
	width:850px;
	background-image:url(/common/img/containerback_customer.gif);
	margin:0px auto ;
	height: auto !important;
	height:100%;
	min-height:100%;
}

#container-top {
	width:850px;
	background-image:url(/common/img/containerback_customer.gif);
	margin:0px auto ;
	height:2473px;
	position: relative;
}

#main {
	width: 94%;
	height: auto;
	min-height: 450px;
	text-align: left;
	margin: 0px auto;
	position: relative;
}

#menu {
	width:185px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

#paji-title {
	text-align: center;
	display: block;
	margin: 0 auto;
}

#mitsumori {
	width:185px;
	height:162px;
	background-image: url(/img/irai.gif);
	background-repeat: no-repeat;
	margin-bottom:5px;
	padding-top:5px;
}

#mitsumori a{
	width: 184px;
	height: 152px;
	display: block;
	text-decoration: none;
	background-image: url(/img/bt_kaishi_new.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#mitsumori a:hover {
	background-position: left bottom;
}

#mitsumori img{
	margin:0px 0px 0px 5px;
}

#mitsumori input{
	width:171px;
	margin:0px 0px 0px 5px;
	color:#333333;
	display:block;
	text-align:center;
}

#mitsumori input.bt{
	margin:12px 0px 0px 7px;
	display:inline;
}

#menu img{
	vertical-align:top;
}

#rightcontents{
	width:608px;
	text-align:center;
	margin: 0 auto;
}

#second_contents{
	width:568px;
	text-align:left;
	margin:30px auto 0px auto;
}

#second_contents p{
	margin:25px 0px 25px 0px;
}

img.cam-img {
	display: block;
	margin: 0 auto;
}

.clear{
	clear:both;
}

#footer{
	width:850px;
	height:103px;
	margin: 0 auto 0;
	background-image:url(/common/img/footer_customer.gif);
	background-repeat: no-repeat;
	overflow:hidden;
	text-align:right;
}

#footer-top{
	width:850px;
	height:103px;
	margin: 0 auto 0;
	background-image:url(/common/img/footer_customer.gif);
	background-repeat: no-repeat;
	overflow:hidden;
	text-align: center;
}

#footer_menu {
	width: 572px;
	display: block;
	margin: 0 auto;
}

#footer_menu img.footer-img {
	text-align: center;
	margin: 27px 0 0 50px;
	display: block;
}

.push{
	height:103px;
}

#head{
	margin:0px;

}

#container_under{
	margin:15px 0px -10px 0px;
	overflow:hidden;
}

/* ------------------------------------- 
 *	パンクズ設定
 * ------------------------------------- */

#pan{
 	width: 100%;
	height: 24px;
	background-color: #A3D900;
	border-bottom: solid #E1D1BA 1px;
	line-height: 24px;
	text-indent: 10px;
	margin-top: 0;
	margin-bottom: 2px;
}

/* ------------------------------------- 
 *	ページ先頭へ
 * ------------------------------------- */
 
#gopagetop{
 	width:570px;
	height:24px;
	background-color:#EBEBEB;
	line-height:24px;
	text-align:right;
	margin-top:40px;
}

#gopagetop a{
	margin-right:10px;
}

/* ------------------------------------- 
 *	トップページレイアウト設定
 * ------------------------------------- */

#main_img{
	width:608px;
	height:399px;
	background-image:url(/img/main_3.jpg);
	margin:0px 0px 0px 0px;
	font-size:10px;
	overflow:hidden;
}

#main_img_left{
	width:390px;
	float:left;
	text-align:left;
}

#main_img_left p{
	margin:28px 0px 0px 124px;
}

#main_img_rightbox {
	width:200px;
	float:right;
	margin:8px 10px 0px 5px;
	display:inline;
}

#main_img_right {
	width:200px;
	height:191px;
	background-image:url(/img/irai.gif);
	padding-top:5px;
}

#main_img_right input.txt {
	width:184px;
	margin:0px 0px 7px 3px;
	color:#333333;
	text-align:center;
}

#main_img_right .access_code {
	margin:0px 0px 0px 5px;
}

#main_img_right input.bt {
	margin:0px 0px 0px 3px;
	display: inline;
}

.bt_syosai {
	margin-top: 82px;
	text-align: right;
}

#moving_list {
	width:606px;
	height: auto;
	background-color:#F8F6E3;
	border:solid #DCDCDC 1px;
	padding: 0 0px 5px 1px;
	text-align: center;
	margin-top: 0;
	clear: both;
}

.logo_list-l,
.logo_list-r {
	height: auto;
	min-height: 160px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-top: 0;
}

.logo_list-l {
	width: 198px;
	margin: 0;
	float: left;
	display: inline;
}

.logo_list-r {
	width: 398px;
	margin-top: 10px;
	float: right;
	display: inline;
}

#moving_list .logo_list-l .logo {
	width: 188px;
	height: 123px;
	border: solid 1px #CCCCCC;
	margin: 10px 0 0px 5px;
	float: left;
	background: #FFFFFF;
	text-align: center;
	display: inline;
}

.logo_list-l .logo .logo_img {
	border-bottom: solid 1px #CCCCCC;
}

.logo_list-r .logo .logo_img {
	width: 95px;
	height: 50px;
	margin: 0 0 2px 2px;
	display: block;
	background-color: #FFFFFF;
	line-height: 50px;
	float: left;
	display: inline;
}

.logo_list-r .logo .logo_img img{
	width: 95px;
	height: 41px;
	margin: 4px 0 0 0;
}

.logo_list-l .logo .logo_syokai {
	width:182px;
	height:60px;
	font-size: 10px;
	line-height: 12px;
	padding: 0 2px;
	margin: 0 auto;
	background:#FFFFFF;
	text-align: left;
	overflow:hidden;
	clear: both;
}

#estate_list {
	width: 606px;
	height: auto;
	background-color: #F0F8E3;
	border: solid #DCDCDC 1px;
	padding: 10px 0px 5px 0px;
	text-align: center;
	margin-top: 0px;
}

.logo_list {
	width: 140px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	float: left;
	display: inline;
}

#zenkoku_movinglist .logo_list .logo {
	width: 188px;
	height: 123px;
	border: solid 1px #CCCCCC;
	margin: 10px 28px 0px 57px;
	background: #FFFFFF;
	text-align: center;
	display: inline;
}

.bt_syousai {
	width: 606px;
	height: 27px;
	text-align: right;
	clear: both;
	position: relative;
}

.bt_syousai a {
	width: 150px;
	height: 21px;
	font-size: 10px;
	text-indent: 25px;
	line-height: 21px;
	text-align: left;
	margin: 0 auto;
	background-image: url("/common/img/bt_syousai-l.gif");
	background-repeat: no-repeat;
	position: absolute;
	top: 3px;
	right: 15px;
}

#qa {
	width:606px;
	border:solid #DCDCDC 1px;
	border-top:0px;
	padding:10px 0px 10px 0px;
	text-align:center;
	margin-top:0px;
}

.qa_list{
	width: 570px;
	margin: 10px auto;
	text-align: left;
}

/* ------------------------------------- 
 *	入力フォームレイアウト設定
 * ------------------------------------- */

.id_pass { 
	width: 300px; 
}

.name { 
	width: 150px; 
}  

input.bottan{
	padding-top:3px;
	width:150px;

}

input.seiyaku_bt{
	padding-top:3px;
	background-color:#E1F0FF;
	width:200px;
}

input.syuryou_bt{
	background-color:#FF3333;
	color:#FFFFFF;
	width:200px;
	margin-right:20px;
	font-weight:bold;
	padding-top:3px;
}


/* ------------------------------------- 
 *	汎用部品
 * ------------------------------------- */
 
.gray_obi{
 	width:100%;
	background-color:#EDEDED;
	padding:3px 0px 3px 0px;
	text-indent:5px;
	margin-bottom:10px;
 }

.kugiri{
	width:100%;
	background-image:url(/common/img/back_kugiri.gif);
	height:15px;
}

.midashi{
	margin-bottom:10px;
}


.back{
	width:100%;
	height:25px;
	text-align:right;
	font-size:12px;
	line-height:25px;
	margin-top:20px;
	background-color:#F8F8F8;
	padding-right:5px;
}

.cente{
	text-align: center;
	margin-top: 20px;
}

/* ------------------------------------- 
 *	Q&A
 * ------------------------------------- */
 
ul.list {
    list-style: none;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
}
 
ul.list li {
	margin-bottom:5px;
    padding: 0px 0px 0px 20px;
    background: url(/common/img/arrow.gif) no-repeat 0px 0.2em;
    list-style: none;
}

.question{
	width:100%;
	border-bottom:dotted 1px #CCCCCC;
	height:20px;
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
	color:#FF9900;
	margin-bottom:10px;
}

/* ------------------------------------- 
 *	参加不動産会社一覧
 * ------------------------------------- */

.list_estatebox{
	width:566px;
	border:double #DCDCDC;
	background-color:#F0F8E3;
	text-align:center;
}


.list_estatebox .box{
	width:548px;
	overflow:hidden;
	margin:10px auto 10px auto;
	text-align:left;
	clear:both;
}

.list_estatebox .box .left{
	width:101px;
	float:left;
}

.list_estatebox .box .right{
	width:447px;
	float:right;
}

.ku_box{
	width:99px;
	height:28px;
	line-height:28px;
	background:#FFFFFF;
	text-align:center;
	border:solid 1px #BCD495;
	border-right:solid 2px #A4BC7D;
	border-bottom:solid 2px #A4BC7D;
	float:left;
	margin:0px 0px 10px 7px; 
}

.list_title{
	width:100%;
	border-bottom:dotted 1px #CCCCCC;
	height:20px;
	padding-top:3px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

table.list{
	width:568px;
	border:solid 1px #CCCCCC;
	border-collapse:collapse;
}

table.list td,th{
	padding:5px;
	border:solid 1px #CCCCCC;
}

table.list .green{
	background:#F9FFF0;
}

table.list .item{
	padding:5px;
	border:solid 1px #CCCCCC;
	background:#6FAA1F;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

/* ------------------------------------- 
 *	参加引越会社一覧
 * ------------------------------------- */


table.list .orange{
	background:#FBF8E7;
}

table.list .item{
	padding:5px;
	border:solid 1px #CCCCCC;
	background:#FF9A00;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

table.list .name{
	font-weight:bold;
}

.details_cach{
	width: 99.8%;
	background-color:#F8F5E2;
	border:solid 2px #D9D09A;
	padding:10px 0px 10px 0px;
	text-align:center;
}

.details_box{
	width:548px;
	text-align:left;
	margin:auto;
	overflow:hidden;
}

#second_contents .details_box p {
	margin: 0 auto;
}

.details_cach .logo{
	float:left;
	width:180px;
}

.details_cach .text{
	float:right;
	width:358px;
	margin-left:10px;
}

.details_cach h1{
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

table.list .details_item{
	background:#F2F2F2;
	width:20%;
}

.details_tokuten{
	width: 99.8%;
	background:#FFE9E2;
	border:solid 1px #FF4000;
	padding:10px 0px 10px 0px;
	color:#FF4000;
}

.details_tokuten img{
	margin-bottom:10px;
}

.details_aquest{
	width:568px;
	background:#FFFBF6;
	border:solid 1px #FFD5A2;
	padding:10px 0px 10px 0px;
}

.details_aquest_title{
	width:568px;
	height:24px;
	background-image:url(/list_moving/img/t2_details.gif);
	background-repeat:no-repeat;
	text-align:right;
	line-height:24px;
}

.details_aquest .details_box{
	width:548px;
	text-align:left;
	margin:0px auto 10px auto;
	overflow:hidden;
	border-bottom:dotted 1px #CCCCCC;
	padding-bottom:5px;
}

/* ------------------------------------- 
 *	初めてご利用の方
 * ------------------------------------- */

#beginner_contentsu{
	width:608px;
	margin-top:20px;
	text-align:center;
}

.beginner_step_back{
	width:608px;
	background-color:#EEEDDE;
	text-align:center;
	margin:10px auto 0px auto;
	padding:10px 0px 10px 0px;
}

.beginner_step_arrow{
	width:608px;
	text-align:center;
}

.beginner_step{
	width:588px;
	text-align:left;
	margin:auto;
}

.beginner_step .left{
	width:150px;
	float:left;
	margin-right:10px;
	display:inline;
}

.beginner_step .right{
	width:226px;
	float:left;
	margin:5px 10px 0px 0px;
	display:inline;
}

.beginner_step .right_flash{
	width:190px;
	height:139px;
	float:left;
	display:inline;
	background:#FFFFFF;
	border:solid 1px #DFDCBE;
	text-align:center;
}

.beginner_step .right_flash object{
	margin-top:9px;
}

.beginner_step .right img{
	float:left;
	margin-right:5px;
	display:inline;
}

.beginner_step .right h1{
	font-size:14px;
	font-weight:bold;
	color:#663300;
	margin-bottom:5px;
}

.beginner_step .right span{
	display:block;
	margin-top:5px;
}

.beginner_step .right a{
	display:block;
	margin-top:5px;
	font-size:10px;
}

.beginner_eria{
	width:568px;
	text-align:center;
	margin-top:20px;
}

.beginner_eria .left{
	width:450px;
	margin-right:0px;
	float:left;
}


.beginner_eria .right{
	width:355px;
	margin:auto;
	float:left;
	text-align:left;
}

.beginner_eria .right img{
	margin-bottom:20px;
}


table.beginner_eria{
	width:568px;
	border:solid 1px #CCCCCC;
	border-collapse:collapse;
	margin-top:20px;
}

table.beginner_eria td,th{
	padding:5px;
	border:solid 1px #CCCCCC;
}

table.beginner_eria .item{
	padding:5px;
	border:solid 1px #CCCCCC;
	background:#FAFAFA;
	text-align:center;
	width:21%;
}

table.beginner_eria .tokyo{
	padding:5px;
	border:solid 1px #CCCCCC;
	background:#F0E6EE;
	text-align:center;
	font-weight:bold;
	width:20%;
}

table.beginner_eria .kanagawa{
	padding:5px;
	border:solid 1px #CCCCCC;
	background:#D9EDEF;
	text-align:center;
	font-weight:bold;
	width:20%;
}

table.beginner_eria .saitama{
	padding:5px;
	border:solid 1px #CCCCCC;
	background:#DBEDC3;
	text-align:center;
	font-weight:bold;
	width:20%;
}

table.beginner_eria .chiba{
	padding:5px;
	border:solid 1px #CCCCCC;
	background:#F8EDD1;
	text-align:center;
	font-weight:bold;
	width:20%;
}


/* ------------------------------------- 
 *	会社概要
 * ------------------------------------- */

ul.company{
	list-style-position:outside;
	margin:10px 0px 10px 0px;
	border-bottom:#CCCCCC dotted 1px;
	padding-bottom:10px;
	text-indent: 10px;
	list-style-type: none;
}


/* ------------------------------------- 
 *	規約
 * ------------------------------------- */
#site_rule {
	width: 610px;
	height: auto;
	margin: 0 auto;
}

#site_rule h2 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 10px auto 0;
}

#site_rule h3 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 24px;
	text-indent: 5px;
	margin: 10px auto 0;
}

#site_rule ol.kiyaku {
	list-style-position: outside;
	margin: 10px 0px 10px 0px;
	padding-bottom: 10px;
}

li.kiyaku{
	margin: 10px 0px 10px 24px;
}

ol.kiyaku2 {
	list-style-position: outside;
	list-style-type: upper-roman;
	margin: 5px 0px 5px 0px;
}

li.kiyaku2 {
	margin: 5px 0px 5px 24px;
}

#site_rule ul.kiyaku {
	margin: 10px 0px 10px 0px;
	padding-bottom: 10px;
	list-style-type: none;
}

#site_rule li {
	margin: 10px 0px 10px 15px;
}

#site_rule p {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 0 15px;
}

#site_rule span {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 24px;
	text-indent: 5px;
	margin: 10px auto 0;
	display: block;
}

#site_rule address {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 10px 20px 0;
}



/* ------------------------------------- 
 *	お問い合わせ
 * ------------------------------------- */

table.inq_style {
	width: 100%;
	background-color: #E5DDD1;
}
