@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ol, ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
    vertical-align: top;
    font-size:0;
    line-height: 0;
}

ol, ul {
    list-style: none;
}
	
body {
	background-color: #FFF;
	background-image: url(../images/contact_bg.gif);
	background-repeat: repeat;
}
/*//////////////////////////////////////////////////*/
/*// 01.�x�[�X�̐ݒ�                              //*/
/*//////////////////////////////////////////////////*/

form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
}
form#mailform label {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	padding: 2px;
	width: 98%;
	margin-bottom: 1px;
}
label.label_true {
	background-color: #FFFFEE;
	border: solid 1px #CCCCCC;
	text-decoration: none;
}
label.label_false {
	background-color: none;
	border: none;
	text-decoration: underline;
	background-image: none;
}
div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
div#mfp_closed {
	display: none;
}
div.mfp_disp {
	display: none;
}
div#input_time_disp {
	padding: 10px;
}
div#expires_time_disp {
	padding: 10px;
	text-align: center;
}
div#expires_time_disp strong {
	font-size: 18px;
	color: #CC0000;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 24px;
	color: #CC0000;
}
img.must {
	width: 28px;
	height: 15px;
	float: left;
	margin: 0px 0px 0px 5px;
}
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #FF0000;
	font-size: 12px;
	line-height: normal;
	display: none;
	background-image: url(../images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
input.mfp {
    padding: 7px 8px 7px 30px;
	border: #CCC solid 1px;
	position:relative;
	
    text-shadow:0px 1px 0px #FFF;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	-webkit-box-shadow:#CACAD9 2px 2px 4px inset;
	-moz-box-shadow: #CACAD9 2px 2px 4px inset;
	box-shadow: #CACAD9 2px 2px 4px inset;
	
	  background: #FFF url('../images/icon_form.gif') no-repeat 4px 5px;
	  background: url('../images/icon_form.gif') no-repeat 4px 5px, -moz-linear-gradient(
           center bottom,
           rgb(225,225,225) 0%,
           rgb(255,255,255) 54%,
           rgb(255,255,255) 100%
           );
	  background:  url('../images/icon_form.gif') no-repeat 4px 5px, -webkit-gradient(
          linear,
          left bottom,
          left top,
          color-stop(0, rgb(225,225,225)),
          color-stop(0.54, rgb(255,255,255)),
          color-stop(1, rgb(255,255,255))
          );
}	  

input.mfpR {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	-webkit-box-shadow:#CACAD9 2px 2px 4px inset;
	-moz-box-shadow: #CACAD9 2px 2px 4px inset;
	box-shadow: #CACAD9 2px 2px 4px inset;
}	  

 input#email { 
 	background-position: 8px -29px; 
	background-position: 8px -29px, 0px 0px;
	}
	
 input#name { 
 	background-position: 8px 0px; 
	background-position: 8px 0px, 0px 0px; 
	}
	
 input#tel { 
 	background-position: 8px -60px; 
	background-position: 8px -60px, 0px 0px; 
	}

select{
	padding: 3px;
	position:relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	border: #CCC solid 1px; 
	
	-webkit-box-shadow:#CACAD9 2px 2px 4px inset;
	-moz-box-shadow: #CACAD9 2px 2px 4px inset;
	box-shadow: #CACAD9 2px 2px 4px inset;
	
	background: #FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#ECECEC));
	background: -webkit-linear-gradient(#FFF, #ECECEC);
	background: -moz-linear-gradient(#FFF, #ECECEC);
	background: -ms-linear-gradient(#FFF, #ECECEC);
	background: -o-linear-gradient(#FFF, #ECECEC);
	background: linear-gradient(#FFF, #ECECEC);
	-pie-background: linear-gradient(#FFF, #ECECEC);
	behavior: url(commons/PIE.php);

}

textarea{
	padding: 3px;
	position:relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	border: #CCC solid 1px; 
	
	-webkit-box-shadow:#CACAD9 2px 2px 4px inset;
	-moz-box-shadow: #CACAD9 2px 2px 4px inset;
	box-shadow: #CACAD9 2px 2px 4px inset;
	
	background: #FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#ECECEC));
	background: -webkit-linear-gradient(#FFF, #ECECEC);
	background: -moz-linear-gradient(#FFF, #ECECEC);
	background: -ms-linear-gradient(#FFF, #ECECEC);
	background: -o-linear-gradient(#FFF, #ECECEC);
	background: linear-gradient(#FFF, #ECECEC);
}	

div#mfp_buttons {
	padding: 0px;
	text-align: center;
}

div#mfp_buttons img{
	padding: 0px;
	text-align: center;
	margin:auto;
}

div#mfp_buttons ul {
	width: 180px;
	height: 60px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
div#mfp_buttons ul li {
	width: 180px;
	height: 60px;
	overflow: hidden;
	float: left;
}
input#button_mfp_goconfirm {
	width: 250px;
	padding:12px 10px 10px;
	margin-left:100px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#FFF;
	font-size:130%;
	
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	
	border:#F07800 solid 1px;
	
	-webkit-box-shadow:#CACAD9 2px 2px 4px;
	-moz-box-shadow: #CACAD9 2px 2px 4px;
	box-shadow: #CACAD9 2px 2px 4px;
	
	background: #FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF9326), to(#FFBA5B));
	background: -webkit-linear-gradient(#FF9326, #FFBA5B);
	background: -moz-linear-gradient(#FF9326, #FFBA5B);
	background: -ms-linear-gradient(#FF9326, #FFBA5B);
	background: -o-linear-gradient(#FF9326, #FFBA5B);
	background: linear-gradient(#FF9326, #FFBA5B);
	-pie-background: linear-gradient(#FF9326, #FFBA5B);
	behavior: url(commons/PIE.php);
	cursor: pointer;
}
input#button_mfp_goconfirm:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	opacity:0.5;
}

input#button_mfp_reset {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
	/*text-indent: -5000px;*/
}
.reset_over {
	background-image: url(../images/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(../images/mfp_reset.gif);
}
.confirm_over {
	background-image: url(../images/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(../images/mfp_confirm.gif);
}

/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*// 02.�e�[�u���̎w��                            //*/
/*//////////////////////////////////////////////////*/
table.mailform {
	width: 100%;
}
table.mailform tr th {
	padding: 7px 10px;
	width:200px;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
table.mailform tr th span {
	font-size: 10px;
	color: #999999;
	display: block;
}
table.mailform tr td {
	padding: 7px 0px 7px 10px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

td.top { vertical-align: top; 
	 color: #666;
}
th.top { vertical-align: top; 
}

table.mailform tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table.mailform tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
table.mailform tr td p,table.mailform tr td div,table.mailform tr td span {
	clear: both;
}

/*//////////////////////////////////////////////////*/
/*// 04.�ȉ��m�F��ʊ֘A�̃X�^�C��                //*/
/*//////////////////////////////////////////////////*/
ul.confirm_layer {
	width: 560px;
	padding: 0px;
	margin: 20px;
}
ul.confirm_layer li {
	width: 560px;
	list-style: none;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
li.confirm_middle {
	background-image: url(../images/mfp_table_background.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_background.png', sizingMethod='scale');
}
li.confirm_top {
	height: 33px;
	background-image: url(../images/mfp_table_top.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_top.png', sizingMethod='scale');
}
li.confirm_bottom {
	height: 33px;
	background-image: url(../images/mfp_table_bottom.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_bottom.png', sizingMethod='scale');
}
div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#disabled_submit input {
	margin: 10px;
}
table.infield {
	width: 500px;
	margin: 0px auto 0px auto;
}
table.infield tr th {
	padding: 5px;
	margin: 0px;
	text-align: right;
	font-size: 14px;
	border-bottom: solid 1px #CCCCCC;
	color: #232323;
}
table.infield tr td {
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
}
table.infield tr td p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	border-left: solid 2px #CCCCCC;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}
.mfp_color {
	background-color: #E8EEF9;
}
div#confirmWindow {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
}
div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0px auto 0px auto;
}
div#confirmBody h2 {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 294px;
	height: 33px;
	padding-top: 10px;
}

div#confirmBody h3 {
	color: #FFFFFF;
	margin: 0px 0px 0px 30px;
	width: 499px;
	height: 63px;
	padding-top: 10px;
}

div.buttons {
	margin: 0px auto 0px auto;
}

div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}

img.logo {
}

img.back {
}

img.back:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	opacity:0.5;
}
.headtel {
	width:700px;
	margin:0 auto 30px;
}

.footlogo {
}

.footlogo img{
	margin: 0 auto 10px;
	width: 700px;
}

.footprivacy{
	margin:0 auto 30px;
	padding:10px 0;
	width:700px;
	text-align:left;
	font-size:12px;
	border-bottom:#999 dotted 1px;
	border-top:#999 dotted 1px;
}

.footback {
	width:128px;
	margin:0 auto 30px;
}

.footback:hover{
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	opacity:0.5;
}

.copy {
	text-align:center;
	font-size:90%;
	padding:0 0 30px 0;
}


/*//////////////////////////////////////////////////*/
