@charset "utf-8";
/* CSS Document */

/* ************************************************ 
 *	共通設宁E
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}
 
html,body {
	height: 100%;
}

body {
	font: 100%;
}

body {
	color: #333;
	font-size: 62.5%;
	font-family: "メイリオ","Meiryo","EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
	background-color:#f8f8ef;
	height:100%;
	margin:0;
	padding:0;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
	vartical-align:middle;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

a:focus{
	outline:none;
}

html { 
    filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

p {
	width:560px;
	margin-bottom:20px;
}

table#t_cntct {
	margin:0;
	width:560px;
}
	
table#t_cntct th, table#t_cntct td {
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
}
	
.t_cntct_p {	
	padding:11px 15px;
}
	
.cell_bg {	
	background:url(../../images/line.gif) left bottom no-repeat;
}
	
.cell_bg02 {	
	background:url(../../images/line.gif) left top no-repeat;
}

.formdeco {
	border:0;
	padding:5px;
	border:solid 1px #000;
	width:300px;
}

input:focus {
    border:solid 1px #ffb57d;
}

.form_btn {
	text-align:center;
	margin-top:10px;
}

#image-btn {
    border: 0px;
    width: 90px;
    height:36px;
	background:url(../../images/contact/btn_submit_off.jpg) left top no-repeat;
	cursor: pointer;
}

#image-btn02 {
    border: 0px;
    width: 140px;
    height:36px;
	background:url(../../images/contact/btn_kakunin_off.jpg) left top no-repeat;
	cursor: pointer;
}

#image-btn03 {
    border: 0px;
    width: 90px;
    height:36px;
	background:url(../../images/contact/btn_back_off.jpg) left top no-repeat;
	cursor: pointer;
}
#image-btn-en {
    border: 0px;
    width: 90px;
    height:36px;
	background:url(../../images/contact/btn_submit_off_en.jpg) left top no-repeat;
	cursor: pointer;
}

#image-btn02-en {
    border: 0px;
    width: 140px;
    height:36px;
	background:url(../../images/contact/btn_kakunin_off_en.jpg) left top no-repeat;
	cursor: pointer;
}

#image-btn03-en {
    border: 0px;
    width: 90px;
    height:36px;
	background:url(../../images/contact/btn_back_off_en.jpg) left top no-repeat;
	cursor: pointer;
}

.size12 {
	font-size:1.2em;
	line-height:1.6;
}
	
.a_c {
	text-align:center;
}

.legal {margin-left: 30px; margin-right: 30px}