/* CSS Document */

@charset ”UTF-8”;


/*BASIC PAGESTYLE*/
html, body {
   text-align:center;
   background:url("../img/bak_header.gif") repeat-x center top;
   margin: 0px;
}
* {
   font-family: "Verdana", "Arial","sans-serif";
   color: #555555;
   font-size: 12pt;
   line-height: 15pt;
}

* a{
	font-family: "Verdana", "Arial","sans-serif";
    color: #555555;
	text-decoration: underline;
    font-size: 12pt;
    line-height: 15pt;
    }

* a:hover{
	font-family: "Verdana", "Arial","sans-serif";
    color: #F8D11D;
	text-decoration: underline;
    font-size: 12pt;
    line-height: 15pt;
    }

h1{
	font-size:15pt;
	line-height:15pt;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom: 15px;
}

h1:first-child{
	font-size:15pt;
	line-height:15pt;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 15px;
}

h1 img{
	vertical-align: middle;
}

h2 {
	font-weight:bold;
	border-left: 3px solid #FF0000;
	padding: 5px 0px 5px 10px;
	margin:15px 0px 15px 0px;
	color: #223F53;
	background-color: #EDEDED;
}

h2:first-child {
	font-weight:bold;
	border-left: 3px solid #FF0000;
	padding: 5px 0px 5px 10px;
	margin:0px 0px 15px 0px;
	color: #223F53;
	background-color: #EDEDED;
}

h3{
	background:url("../img/mrk_circle.gif") no-repeat center left;
	font-size: 12pt;
	line-height: 12pt;
	font-weight: bold;
	padding: 5px 0px 0px 25px;
	margin-top: 20px;
	margin-bottom: 15px;
}

h3:first-child{
	background:url("../img/mrk_circle.gif") no-repeat center left;
	font-size: 12pt;
	line-height: 12pt;
	font-weight: bold;
	padding: 5px 0px 0px 25px;
	margin-top: 0px;
	margin-bottom: 15px;
}

h4{
	background:url("../img/mrk_arrow.gif") no-repeat center left;
	font-size: 12pt;
	line-height: 12pt;
	padding: 0px 0px 0px 15px;
	margin-top: 20px;
	margin-bottom: 15px;
}

hr {
border:solid #D1D0CF;
border-width:1px 0px 0px 0px;
height:1px;
overflow:hidden;
margin:10px 0;
clear:both;
}

input[type="text"], input[type="password"],input[type="file"],input[type="button"],input[type="submit"]{
	padding:4px 4px 4px 4px;
	font-size: 8pt;
    line-height: 8pt;
}

textarea{
	padding:4px 4px 4px 4px;
	font-size: 8pt;
    line-height: 14pt;
}

#container{
	width:900px;
	position:relative;
	margin:0 auto;
	text-align: center;
	border-right: 1px dashed #AAAAAA;
	border-left: 1px dashed #AAAAAA;
}


#header{
	width: 900px;
	height: 72px;
	text-align: center;
	position:relative;
	margin-bottom: 0px;
}

#header_logo{
	position:absolute;
	top:10px;
	left:14px;
}

#mainmenu{
	margin-bottom: 10px;
	white-space : nowrap;
}

div#header_menu {
	font-size: 8pt;
	line-height: 8pt;
	position:absolute;
	top:0px;
	right:10px;
}

div#header_menu img {
	vertical-align: middle;
	margin-left: 12px;
}

#breadnavi{
	width: 860px;
	margin: 0px 20px 0px 20px;
	font-size: 8pt;
	text-align:left;
}

#breadnavi a{
	font-size: 8pt;
}

#inner{
	width: 860px;
	text-align: left;
	padding: 10px 20px 50px 20px;
}

.index_left{
	width:667px;
	float:left;
}

.index_right{
	width:173px;
	float:right;
}

.index_right *{
	font-size: 8pt;
	line-height: 15pt;
}

.index_right * a{
	font-size: 8pt;
	line-height: 15pt;
}

.index_right * a:hover{
	font-size: 8pt;
	line-height: 15pt;
}

.index_right_box{
	width:149px;
	padding: 12px;
	font-size: 7pt;
	color: #000000;
	background-color: #EBEBDB;
	margin-bottom: 20px;
}

.index_right_menu{
	margin-bottom: 10px;
}

.field{
	font-size:8pt;
	color:#555555;
	font-weight:bold;
	background : url("../img/mrk_arrow.gif") no-repeat right;
	padding-right: 15px;
	margin: 5px 10px 0px 0px;
}

.field a{
	font-size:8pt;
}

.field a:hover{
	font-size:8pt;
}
.tips{
	font-size:8pt;
	background : url(../img/mrk_tips.gif) no-repeat top left;
	padding: 3px 0px 2px 17px;
	margin-left:15px;
}

.tips a{
	font-size:8pt;
}

.tips2{
	font-size:8pt;
	background : url(../img/mrk_tips.gif) no-repeat top left;
	padding: 3px 0px 2px 17px;
	margin-top:5px;
}

.tips2 a{
	font-size:8pt;
}

.hint{
	background : url(../img/mrk_hint.gif) no-repeat top left;
	padding: 3px 0px 2px 17px;
	font-size:10pt;
	line-height:10pt;
	font-weight: bold;
}

.hint a{
	font-size:10pt;
	line-height:10pt;
	font-weight: bold;
}

.check{
	background : url(../img/mrk_check.gif) no-repeat left center;
	padding-left: 25px;
	margin:5px 0px 5px 30px;
	font-weight:bold;
}

.large{
	font-size:14pt;
	line-height: 14pt;
	font-weight:bold;
}

.list{
	background:url("../img/mrk_arrow.gif") no-repeat center left;
	font-size: 12pt;
	line-height: 12pt;
	padding: 0px 0px 0px 15px;
}
.section_head{
	background-color:#FFFFFF;
	margin-bottom:0px;
	padding:10px 15px 0px 15px;
}

.top_select_head{
	width: 667px;
	height: 50px;
	background : url("../img/bak_top_select_head.gif") no-repeat center top;
	margin: 0px;
}

.top_select_body{
	width: 627px;
	zoom: 100%;
	height:1%;
	padding: 10px 20px 0px;
	background : url("../img/bak_top_select_body.gif") repeat-y center top;
	margin: 0px;
	text-align: left;
}

.top_select_bottom{
	width: 667px;
	height: 20px;
	background : url("../img/bak_top_select_bottom.gif") no-repeat center top;
	margin-bottom: 15px;
}

.top_design_head{
	width: 667px;
	height: 50px;
	background : url("../img/bak_top_design_head.gif") no-repeat center top;
	margin: 0px;
}

.top_design_body{
	width: 627px;
	zoom: 100%;
	height:1%;
	padding: 10px 20px 0px;
	background : url("../img/bak_top_design_body.gif") repeat-y center top;
	margin: 0px;
	text-align: left;
}

.top_design_bottom{
	width: 667px;
	height: 20px;
	background : url("../img/bak_top_design_bottom.gif") no-repeat center top;
	margin-bottom: 15px;
}

.top_sonomama_head{
	width: 667px;
	height: 50px;
	background : url("../img/bak_top_sonomama_head.gif") no-repeat center top;
	margin: 0px;
}

.top_sonomama_body{
	width: 627px;
	zoom: 100%;
	height:1%;
	padding: 10px 20px 0px;
	background : url("../img/bak_top_sonomama_body.gif") repeat-y center top;
	margin: 0px;
	text-align: left;
}

.top_sonomama_bottom{
	width: 667px;
	height: 20px;
	background : url("../img/bak_top_sonomama_bottom.gif") no-repeat center top;
	margin-bottom: 15px;
}

.faq_q{
	background:url('../img/mrk_q.gif') no-repeat left top;
	padding-left: 25px;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}

.faq_a{
	background:url('../img/mrk_a.gif') no-repeat left top;
	padding-left: 25px;
	text-align: left;
	margin-bottom: 15px;
}

.work_left{
	float:left;
	width:520px;
	text-align:left;
}

.work_right{
	float:right;
	width:320px;
	text-align:left;
}

.work_mainimage_wrapper{
	width: 518px;
	height: 518px;
	position:relative;
}

.work_prototyped{
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.work_list_image_wrapper{
	width: 148px;
	height: 148px;
	position:relative;
}

.work_list_image_wrapper img{
	vertical-align:middle;
}

.work_list_prototyped{
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.work_title{
	font-size:8pt;
	color:#555555;
	background : url("../img/mrk_arrow.gif") no-repeat left;
	padding-left: 10px;
	margin: 5px 0px 0px 0px;
}

.work_title a{
	font-size:8pt;
}

.work_title a:hover{
	font-size:8pt;
}

.work_text{
	padding:0px 10px 7px 10px;
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:6px;
}

.work_comment_image{
	position: relative;
	width: 104px;
	height:104px;
}

.work_comment_designedthis{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10;
}

.work_comment_wrapper{
	background-color: #EBEBDA;
	padding: 30px 50px 20px;
}

.work_comment_each{
	margin-bottom: 15px;
}

.work_comment_left{
	float:left;
	width:104px;
	text-align:left;
}

.work_comment_right{
	float:right;
	width:640px;
	text-align:left;
}

.work_comment_top{
	width: 580px;
	height: 18px;
	font-size: 10pt;
	line-height: 10pt;
	background : url("../img/bak_wrk_comment_top.gif") no-repeat center top;
	margin: 0px;
	padding: 15px 15px 10px 45px;
}

.work_comment_top a{
	font-size: 10pt;
	line-height: 10pt;
}

.work_comment_top img{
	vertical-align:middle;
	margin-right: 5px;
}

.work_comment_body{
	width: 580px;
	zoom: 100%;
	height:1%;
	padding: 0px 15px 0px 45px;
	background : url("../img/bak_wrk_comment_body.gif") repeat-y center top;
	margin: 0px;
	text-align: left;
}

.work_comment_bottom{
	width: 640px;
	height: 15px;
	background : url("../img/bak_wrk_comment_bottom.gif") no-repeat center top;
	margin: 0px;
}

.mypage_comment_each{
	margin-bottom: 15px;
}

.mypage_comment_left{
	float:left;
	width:104px;
	text-align:left;
}

.mypage_comment_right{
	float:right;
	width:500px;
	text-align:left;
}

.mypage_comment_top{
	width: 470px;
	height: 18px;
	font-size: 10pt;
	line-height: 10pt;
	background : url("../img/bak_myp_comment_top.gif") no-repeat center top;
	margin: 0px;
	padding: 15px 15px 10px 15px;
}

.mypage_comment_top a{
	font-size: 10pt;
	line-height: 10pt;
}

.mypage_comment_top img{
	vertical-align:middle;
	margin-right: 5px;
}

.mypage_comment_body{
	width: 470px;
	zoom: 100%;
	height:1%;
	padding: 0px 15px 0px 15px;
	background : url("../img/bak_myp_comment_body.gif") repeat-y center top;
	margin: 0px;
	text-align: left;
}

.mypage_comment_bottom{
	width: 500px;
	height: 15px;
	background : url("../img/bak_myp_comment_bottom.gif") no-repeat center top;
	margin: 0px;
}

.thumb_wrapper{
	width: 510px;
	text-align:center;
	padding: 5px;
}

.thumb_each{
	margin: 0px 5px;
}

.designer_left{
	float:left;
	width:220px;
	text-align:left;
}

.designer_right{
	float:right;
	width:427px;
	text-align:left;
}

.order_box{
	border: 1px solid #666666;
	padding: 14px;
	text-align: left;
	zoom: 100%;
	height:1%;
	margin-bottom: 20px;
}
.order_left{
	float:left;
	width:640px;
	text-align:left;
}

.order_right{
	float:right;
	width:120px;
	text-align:left;
}
/*FOOTER*/

#footer{
	height: 47px;
	padding-top:10px;
	width: 100%;
	font-size: 9px;
	line-height: 9px;
	text-align:center;
}

div#footer_menu {
	margin: 2px 0px 8px 0px;
	padding: 1px 0px 0px 0px;
}

div#footer_menu img {
	vertical-align: middle;
	margin-left: 12px;
}

div#footer_menu span {
	padding-left: 15px;
}

div#footer_menu span a {
	font-size: 9px;
	line-height: 9pt;
	text-decoration: none;
}

div#footer_menu span a:hover {
    color: #F8D11D;
}


.dummy { 
	font-size: 1pt;
    line-height: 1pt;
	visibility: hidden; 
	} 

.clear{
	clear:both;
	line-height:0;
	height:0;
}

.search{
	width:900px;
	text-align: left;
	background-color:#5F220A;
	color:#FFFFFF;
	margin-bottom: 0px;
}

.search td{
	color:#FFFFFF;
}

.list{
	width: 900px;
	text-align: left;
	margin-bottom:20px;
}

.result{
	padding: 0px 0px 10px;
	font-weight:bold;
}

.pagenavi{
}

.errormessage{
	width:880px;
	padding:10px;
	margin-top:20px;
	text-align:center;
	font-weight: bold;
}

.centerbutton{
	width:100%;
	margin-top:20px;
	text-align:center;
}

.centerbutton input{
	cursor:hand;
	cursor:pointer;
}

.centerbutton button{
	cursor:hand;
	cursor:pointer;
}

.tablebox_name{
	text-align:center;
	margin-top:5px;
}

.tablebox_name_sub{
	text-align:center;
	font-size: 8pt;
	line-height: 8pt;
	margin-top:2px;
}

.tablebox_name_sub a{
	font-size: 8pt;
	line-height: 8pt;
}

.tablebox_name_sub img{
	margin: 0px 5px;
}

/*CONTACT*/

.con_table {
border-collapse:collapse;
width:720px;
}

.con_table  TH {
width:150px;
padding: 10px;
text-align: right;
}

.con_table  TD { 
width:530px;
padding: 10px;
text-align:left;
}

/*PAGENAVI*/
div.pagenavi_wrapper{
	width:510px;
	height:20px;
	font-weight: bold;
	margin-bottom:15px;
	position:relative;
	text-align:center;
	background-color: #ECE179;
}

div.pagenavi_prev{
	position:absolute;
	left:0px;
	top:0px;
	text-align:left;
	padding:0px;
	margin:0px;
}

div.pagenavi_next{
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
	padding:0px;
	margin:0px;
}


.list_table {
width:100%;
border-collapse: collapse; 
margin-top:10px;
margin-bottom:10px; 
}
 
.list_table TH {
font-weight:normal;
text-align:left;
padding: 5px 10px;
}

.list_table TD {
text-align:left;
border-top:1px dashed #CCCCCC;
padding: 5px 10px;
}

.stripe_table {
width:100%;
border-collapse: collapse; 
margin-top:10px;
margin-bottom:10px; 
}
.stripe_table TR.color1{
	background-color: #EEEEEE;
}
.stripe_table TR.color2{
	background-color: #FFFFFF;
}
.stripe_table TH {
font-weight:bold;
text-align:right;
padding: 5px 10px;
}

.stripe_table TD {
text-align:left;
padding: 5px 10px;
}

.stripe_table TD a {
margin-right: 10px;
}

/*LOGIN */

.login_right{
	width:618px;
	float:right;
}

.login_left{
	width:267px;
	float:left;
}

/*MYPAGE*/
.mypage_head{
	position: relative;
}

#mypage_account{
	border: 1px solid #CCCCCC;
	padding : 8px;
	margin-bottom : 10px;
	font-size:7pt;
}

#mypage_name{
	font-weight:bold;
   font-size: 10pt;
   line-height: 10pt;
   margin-bottom: 8px;
}

#mypage_login{
	font-size:7pt;
	line-height: 7pt;
	float: left;
}
#mypage_logout{
	position: absolute;
	top: 0px;
	right: 0px;
}

#mypage_logout a{
	font-size:7pt;
	line-height: 7pt;
}

.mypage_right{
	width:620px;
	float:right;
}

.mypage_left{
	width:220px;
	float:left;
}
#mypage_menu_wrapper{
	font-size: 8pt;
	line-height: 15pt;
	text-align:left;
	padding:15px;
	background-color:#FFFFFF;
	margin:0px auto 15px;
}

#mypage_menu{
	list-style-type:none;
	margin: 0px;
}

#mypage_menu li{
	background:url(../img/mrk_boxarrow.gif) no-repeat center left;
	padding-left:20px;
	margin:5px 10px;
}

#mypage_menu li a{

	font-size: 8pt;
	line-height: 15pt;
text-decoration:none;
}

#mypage_menu li a:hover{
text-decoration:none;
}

#progress{
	width:100%;
	background : url("../img/bak_body.gif");
	position:relative;
	text-align: center;
	min-height:100%;
    _height:100%;
}

#progress_body{
	background:url("../img/bak_progress.gif") no-repeat center top;
	width:340px;
	height:190px;
	text-align:center;
	font-weight:bold;
	padding:80px 30px 30px ;
	margin:100px auto 15px;
}

#progress_footer{
	height: 20px;
	padding-top:10px;
	width: 100%;
	font-size: 9px;
	text-align:center;
	position:absolute;
    bottom:0;
	left:0;
}


/*ACCEPT*/

.qry_thumb_wrapper{
	float:right;
}

.qry_thumb_each{
	display: block;
	margin-bottom: 10px;
}

.list_div_top{
text-align:left;
padding: 0px 10px 5px;
}

.list_div{
text-align:left;
border-top:1px dashed #CCCCCC;
padding: 5px 10px;
}

/*submenu*/
ul.submenu{
	width:100%;
	text-align:left;
	margin:0px 0px 10px;
	padding:0px;
}

ul.submenu li{
	font-weight:bold;
	margin:1px;
	display:inline;
	padding:3px 20px;
	background-color:#EDEDED;
}

ul.submenu li.nowshow{
	
	font-weight:bold;
	margin:1px;
	display:inline;
	padding:3px 20px;
	background-color:#223F53;
}

ul.submenu li a{
	
	cursor:pointer;
	text-decoration: none;
}

ul.submenu li.nowshow a{
	color:#FFFFFF;
	cursor:pointer;
	text-decoration: none;
}
/*NEW REGISTER*/
#register_box{
	border: 1px solid #CCCCCC;
	padding : 15px;
	margin-top : 20px;
}

.menubox{

	font-size: 8pt;
	line-height: 15pt;
	border:1px solid #CCCCCC;
	padding: 9px;
	text-align: left;
	margin-bottom:15px;
	background-color:#FAF8F6;
}

.alertbox{
	border:2px solid #FF6600;
	color: #FF6600;
	font-weight: bold;
	padding: 9px;
	text-align: left;
	margin-bottom:15px;
	background-color:#FAF8F6;
}
.noticebox{
	border:2px solid #66CC33;
	color: #66CC33;
	font-weight: bold;
	padding: 9px;
	text-align: left;
	margin-bottom:15px;
	background-color:#FAF8F6;
}

.groupbox{
	border:1px solid #CCCCCC;
	padding: 9px;
	text-align: left;
	margin-bottom:15px;
}

.strongbox{
	border:1px solid #CCCCCC;
	padding: 9px;
	text-align: left;
	font-size: 12pt;
	line-height:12pt;
	font-weight:bold;
	margin-bottom:15px;
	background-color:#FAF8F6
}


/*FORM SEND*/
.formbox{
	width:780px;
	border:1px solid #CCCCCC;
	padding: 24px;
	text-align: left;
	margin:0px 15px 15px;
	background-color:#FAF8F6;
}

div.formprocess{
	width:830px;
	height: 30px;
	text-align:left;
	margin:0px 15px 10px;
	padding:0px;
}

div.formprocess div{
	font-size: 8pt;
	float:left;
	height: 20px;
	font-weight:bold;
	margin:1px;
	padding:5px 25px 5px 15px;
	background:#CCCCCD url(../img/bak_formprocess2.gif) no-repeat center right;
}

div.formprocess div.nowshow{
	color: #FFFFFF;
	background:#28A9AC url(../img/bak_formprocess1.gif) no-repeat center right;
}

div.formprocess div.endprocess{
	padding:5px 15px 5px 15px;
	background:#CCCCCD;
}

div.formprocess div.endnowshow{
	color: #FFFFFF;
	padding:5px 15px 5px 15px;
	background:#28A9AC;
}

/*MAP*/
#map_result{
	font-size: 8pt;
	line-height: 8pt;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10;
	font-weight:bold;
	padding:5px 10px;
	color:#FFFFFF;
	background-color:#F44A0B;
}

#map_result img{
	vertical-align:middle;
}

#map_result a{
	color:#FFFFFF;
	text-decoration: none;
	
	cursor:pointer;
    }

#map_result a:hover{
	color:#FFFFFF;
	text-decoration: none;
    }

#mapwrapper{
	position:relative;
}

.map_cityname{
	margin-top:20px;
}

.map_cityname a{
	font-weight:bold;
	font-size: 15pt;
}

#zoomcontrol{
	position:absolute;
	top:10px;
	left:10px;
	z-index:10;
}

.link_list{
	margin-left:20px;
	margin-bottom: 10px;
}

.link_list img{
	vertical-align: middle;
	margin-right: 20px;
}

ul.link_index{
	width:100%;
	text-align:left;
	margin:10px 0px 20px;
	padding:0px;
}

ul.link_index li{
	font-weight:bold;
	margin:1px;
	display:inline;
	padding:3px 35px;
	background-color:#F1EFEA;
}

ul.link_index li.nowshow{
	
	font-weight:bold;
	margin:1px;
	display:inline;
	padding:3px 20px;
	background-color:#666666;
}

ul.link_index li a{
	
	cursor:pointer;
	text-decoration: none;
}

ul.link_index li.nowshow a{
	color:#FFFFFF;
	
	cursor:pointer;
	text-decoration: none;
}
