@charset "UTF-8";
 
/*=========================================================================
Type : Specified Directory Layout
Page : /contact/
=========================================================================*/

/* Common Import Setting
--------------------------------------------- */

/* Basic Setting */
@import "common_basic.css";

/* Whole Layout */
@import "common_layout.css";


/* ReWrite Common Layout
--------------------------------------------- */
div#contents div.coInB{
}

/* Directry Page Layout
--------------------------------------------- */
div#coMain{
	width:890px;
	margin-bottom:20px;
}
div#coMain h2{
	height:45px;
	margin-bottom:22px;
	background:url(../images/contact/main_title.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	overflow:hidden;
}
div#coMain div#mInner{
	width:690px;
	padding:15px 100px 0px 100px;
}
div#coMain div.entryInner{
	background:url(../images/contact/cont_bg.gif) repeat-x 0px 0px;
}

/* infomation area */
div#coMain div#mInner div.cInfoArea{
	width:690px;
	margin-bottom:30px;
	padding-top:20px;
}
div#coMain div#mInner div.cInfoArea div{
	float:left;
	width:305px;
	margin:0px 20px;
	display:inline;
}
div#coMain div#mInner div.cInfoArea div h3{
	margin-bottom:0.5em;
	padding-left:10px;
	background:url(../images/contact/table_cell_head_bullet.gif) no-repeat 0px 0px;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
}
div#coMain div#mInner div.cInfoArea div p{
	margin-bottom:0.2em;
}

/* error message */
div#coMain div#mInner p.fErrMes{
	margin-bottom:15px;
	padding:10px 15px;
	text-align:center;
	font-weight:bold;
	background:url(../images/contact/errmes_bg.gif) repeat-x 0px 0px;
}

/* lead */
div#coMain div#mInner dl.fLead{
	margin-bottom:15px;
	padding:0px 10px;
}
div#coMain div#mInner dl.fLead dt{
	margin-bottom:0.5em;
	font-weight:bold;
}
div#coMain div#mInner dl.fLead dd ul li{
	padding-left:8px;
	background:url(../images/contact/bullet01.gif) no-repeat 0px 0.5em;
}

/* confirm message */
div#coMain div#mInner p.fConfMes{
	margin-bottom:15px;
	padding:10px 15px;
	font-weight:bold;
	background:url(../images/contact/confmes_bg.gif) repeat-x 0px 0px;
}

/* table layout */
div#coMain div#mInner div.fTable table{
	width:100%;
	margin-bottom:15px;
	background:url(../images/contact/table_border.gif) repeat-x 0px bottom;
}
div#coMain div#mInner div.fTable table tr{
	background:url(../images/contact/table_cell_bg.gif) repeat-x 0px 0px;
}
div#coMain div#mInner div.fTable table tr.err{
	background:url(../images/contact/table_cell_bg_err.gif) repeat-x 0px 0px;
}
div#coMain div#mInner div.fTable table tr.err td p{
	padding-top:0.3em;
	font-size:0.8em;
	color:#ff9900;
}
div#coMain div#mInner div.fTable table th,
div#coMain div#mInner div.fTable table td{
	padding:10px 10px;
	text-align:left;
}
div#coMain div#mInner div.fTable table th{
	width:200px;
}
div#coMain div#mInner div.fTable table th p{
	padding-left:10px;
	background:url(../images/contact/table_cell_head_bullet.gif) no-repeat 0px 0px;
}
div#coMain div#mInner div.fTable table th p span.must{
	padding-left:1.0em;
	color:#990000;
}
div#coMain div#mInner div.fTable table th p span.plus{
	font-size:0.8em;
	font-weight:normal;
}
div#coMain div#mInner div.fTable table th p span{
}
div#coMain div#mInner div.fTable table td span{
	padding-left:1.0em;
	font-size:0.8em;
}
div#coMain div#mInner div.fTable table td select{
}
div#coMain div#mInner div.fTable table td input{
	width:200px;
}
div#coMain div#mInner div.fTable table td input[type="file"]{
	width:auto;
}
div#coMain div#mInner div.fTable table td textarea{
	width:400px;
}

/* button */
div#coMain div#mInner ul.fBtn{
	width:380px;
	padding:0px 155px;
}
div#coMain div#mInner ul.fBtn li{
	width:180px;
}
div#coMain div#mInner ul.fBtn li a{
	display:block;
	width:180px;
	height:30px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-9999px;
	overflow:hidden;
}
div#coMain div#mInner ul.fBtn li a:hover{
	background-position:0px -30px;
}
div#coMain div#mInner ul.fBtn li.bConfirm{
	margin:0px auto;
}
div#coMain div#mInner ul.fBtn li.bRewrite,
div#coMain div#mInner ul.fBtn li.bSubmit{
	float:left;
	margin:0px 5px;
	display:inline;
}
div#coMain div#mInner ul.fBtn li.bConfirm a{background-image:url(../images/contact/btn_confirm.gif);}
div#coMain div#mInner ul.fBtn li.bRewrite a{background-image:url(../images/contact/btn_rewrite.gif);}
div#coMain div#mInner ul.fBtn li.bSubmit a{background-image:url(../images/contact/btn_submit.gif);}

/* submit message */
div#coMain div#mInner dl.submitMes{
	width:500px;
	margin:0px auto;
	padding:50px 0px 150px 0px;
}
div#coMain div#mInner dl.submitMes dt{
	margin-bottom:15px;
	padding:10px 15px;
	font-weight:bold;
	text-align:center;
	background-repeat:repeat-x;
	background-position:0px 0px;
}
div#coMain div#mInner dl.submitMes dt.submitOK{background-image:url(../images/contact/confmes_bg.gif);}
div#coMain div#mInner dl.submitMes dt.submitNG{background-image:url(../images/contact/errmes_bg.gif);}
div#coMain div#mInner dl.submitMes dd{
}
div#coMain div#mInner dl.submitMes dd p{
	margin-bottom:0.5em;
	padding:0px 15px;
}
div#coMain div#mInner dl.submitMes dd ul{
	padding:20px 170px 0px 170px;
}
div#coMain div#mInner dl.submitMes dd ul li{
	padding-left:8px;
	background:url(../images/contact/bullet01.gif) no-repeat 0px 0.5em;
}





