@charset "utf-8";

/* @group css hack
----------------------------------------------------------------------*/

div#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#wrapper {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/

* html div#wrapper {
	height: 1%;
}

div#wrapper {
	display: block;
}

/* End hide from IE-mac */

.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 */

/* @end */


/* group layout
----------------------------------------------------------------------*/

div#container {
	position: relative;
	width: 1000px;
	height: auto !important; 
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
	background: #fff;
}

body > div#container {
	height: auto;
}

div#header {
	position: relative;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background: url(../../common/header_background2.gif) no-repeat center;
	text-align: left;
}

div#global-nav-bg {
	width: 1000px;
	background: #fff;
	margin: 0 auto;
}

div#global-nav {
	position:relative;
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background: #999;
}

/* IE6,7用 */

*+html body div#global-nav {
	height: 41px;
}

* html body div#global-nav {
	height: 41px;
}


/* ここまで */

div#wrapper {
	clear: both;
	width: 900px;
	height: 100%;
	margin: 0 auto;
}

div#contents {
	display: inline;
	width: 900px;
}

div#page-contents {
	display: inline;
	float: right;
	width: 900px;
}

div#main {
	float: right;
	width: 630px;
	margin-top: 20px;
}

div#side {
	width: 250px;
	display: inline;
	float: left;
}

div#mainbox_bottom {
	float:left;
}

div#footer{
	position: relative;
	width: 1000px;
	height: 424px;
	margin: 0 auto;
	background: #999 url(../../common/footer_background.jpg) no-repeat center top;
	text-align: left;
	color: #fff;
	font-size: 10px;
}

div#footer_wrap {
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	width: 900px;
	font-size: 12px;
}


html, body {
	height: 100%;
	overflow-x:hidden;
}

body {
	background: #fff;
	color: #000;
	font: 14px/1.6 "Verdana", "ヒラギノ角ゴ　Pro W3" , "ＭＳ ゴシック", "メイリオ", "Meiryo","Osaka-等幅";
	text-align: center;
}

div#body_bg {
	background: #fff url(../../common/background.png) repeat-y scroll center top;
}


/*-------- リンク色などの設定 --------*/

a {
	color: #999999;	
}

a:hover {
	text-decoration: underline;
}

div#header a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8;
}

div#container a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8;
}


/*-------- ポイントなどの設定 --------*/

/* 文字を大きく */

span.big {
	font-size: 18px;	
}

p.big {
	font-size: 18px;
	margin-top: 10px;
}

p.big-b {
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
}

p.flow {
	margin-top: 25px;
}

h4 {
	font-size: 27px;
	font-weight: bold;
	margin: 15px 0;
}
h4.number {
	font-size: 18px;
	font-weight: bold;
	color: #993333;
	margin-bottom: 5px;
}

/* 文字を小さく */

span.small {
	font-size: 13px;
}

/* もっと読む */

div.more {
	text-align: right;
	margin: 5px;
}


/* イメージ単品 */

p.img {
	margin: 5px;
	text-align:center;
}


/* テキスト単品 */

p.text {
	margin: 10px 25px 10px 25px;
}

p.gstop {
	margin-top: 10px;
}

p.space {
	margin-top: 5px;
}


/* リスト */

ul.list {
	margin: 5px;
	list-style: none;
}

/* 他 */

p.space {
	margin-top: 15px;
}

div.clear {
	clear: both;
}

/* ヘッダーエリアの設定
----------------------------------------------------------------------*/

/* ヘッダー */

div#header img {
	float: left;
	margin: 0 45px;
}


/* for IE6 */  

* html div#header div.text {
	display: inline;
	zoom: 1;
}  

       
/* for IE7 */  

*:first-child+html div#header div.text {
	display: inline;
    zoom: 1;
}

div#header div.text {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	text-align: left;
	font-size: 17px;
}

div#header ul#header_nav {
	position:absolute;
	top: 75px;
	left: 850px;
	font-size: 12px;
}

div#header ul#header_nav li {
	display: inline;
	padding: 1px 0 2px 13px;
	margin-left: 10px;
	background: transparent url(../../common/list.gif) no-repeat left center;
}

	
/* グローバルナビ */

ul.menu {
	width: 900px;
	position: relative;
	list-style:none;
	float:left;
	margin:0;
    padding:0;
	text-align: left;
}

ul.menu * {
	margin:0;
	padding:0;
}

ul.menu a {
	display:block;
    color:#000;
    text-decoration:none;
}

ul.menu li.a {
	position: relative;
    float:left;
}

ul.menu ul {
	position:absolute;
    top:40px;
    left:0;
    background:#d1d1d1;
    display:none;
    opacity:0;
    list-style:none;
}

ul.menu ul li {
        position:relative;
        border-top:none;
        width:180px;
        margin:0;
}

ul.menu ul li a {
        display:block;
        padding:3px 7px 5px;
        background-color:#d1d1d1;
}

ul.menu ul li a:hover {
        background-color:#c5c5c5;
}

ul.menu ul ul {
        left:180px;
        top:-1px;
}

ul.menu .menulink {
        width:180px;
}

ul.menu .menulink:hover, ul.menu .menuhover {
        background:url(images/header_over.gif);
}

ul.menu .topline {
        border-top:1px solid #aaa;
}



/* インデックス以外のページ設定
----------------------------------------------------------------------*/


div#main a {
	color: blue;
}

/* タイトル領域 */

div.page_title {
	position: relative;
	width: 708px;
	height: 40px;
	background: #fff url(../../common/pagebar_bg.png) no-repeat bottom;
	margin: 10px auto;
}


/* タイトル領域に載せるテキスト（一行） */

div.page_title h2 {
	position: absolute;
	top: 3px;
	left: 4px;
	font-size: 18px;
	font-weight: bold;
	color: #7f2900;
	background: url(../../common/icon.png) no-repeat center left;
	background-position: 0 7px;
	text-indent: 25px;
}


/* タイトル領域（中見出し） */

div.page_title_middle {
	position: relative;
	width: 670px;
	height: 40px;
	background: url(../../common/pagebar_middle_bg.png) no-repeat bottom;
	margin: 10px auto;
}


/* タイトル領域に載せるテキスト（中見出し） */

div.page_title_middle h3 {
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: url(../../common/icon_c.png) no-repeat center left;
	background-position: 0 7px;
	text-indent: 25px;
}


/* タイトル領域（小見出し/一行） */

div.page_title_small_one {
	position: relative;
	width: 675px;
	height: 30px;
	background: url(../../common/pagebar_small_bg.png) repeat-x center;
	margin: 10px auto;
	border: 1px solid #f2d265;
}


/* タイトル領域（小見出し/一行） */

div.page_title_small_one h4 {
	position: absolute;
	top: 2px;
	left: 10px;
	font-weight: bold;
	background: url(../../common/icon_b.png) no-repeat center left;
	background-position: 0 7px;
	text-indent: 20px;
	line-height: 25px;
}

/* テーブル領域の設定
----------------------------------------------------------------------*/

table.prof {
	width: 630px;
	margin: 15px 0;
}

table.prof tr td {
	padding: 5px;
	border-bottom: #999 1px dotted;
}

table.prof td.header {
	width: 110px;
	background: #f4f4f1;
	text-align: right;
}

table.prof p {
	margin: 2px;
}

/* ごあいさつ */

div.greeting {
	margin: 1em 0 0;
	width: 630px;
	overflow: hidden; /* clear float */
}

div.greeting img.figure {
	float: left;
	display: inline; /* for IE6,7 */
	margin-right: 10px;
	margin-bottom: 10px;
}

div.name {
	text-align: right;
	font-weight:bold;
	font-size: 18px;
}

/* 事業内容 */

dl.busi {
	margin: 15px 0;
}

dl.busi dt {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

dl.busi dd {
	margin-left: 15px;
}

/* テーブル　*/

/* メインボックス3列タイトルと画像と説明 */

div.mainbox_three {
	width: 192px;
	height: 225px;
	float: left;
	margin: 20px 0 0 10px;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
}

*+html body div.mainbox_three {
	padding-bottom: 10px;
}

div.mainbox_three p {
	font-size: 11px;
	text-align: left;
	margin-left: 5px;
}

div.mainbox_three img.photo {
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* メインボックス3列タイトルと画像と説明2 */

div.mainbox_three-b {
	width: 205px;
	height: 185px;
	float: left;
	margin: 20px 0 0 3px;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
}

*+html body div.mainbox_three-b {
	padding-bottom: 10px;
}

div.mainbox_three-b p {
	font-size: 11px;
	text-align: left;
	margin-left: 5px;
}

div.mainbox_three-b img.photo {
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* サイドナビ領域の設定
----------------------------------------------------------------------*/

div#side ul#sidenav {
	list-style-type: none;
}


/* フッター領域の設定
----------------------------------------------------------------------*/

div.footer_left {
	float:left;
}

div.footer_right {
	float:right;
}

div#footer ul#footer_nav li {
	float:left;
	list-style-type: none;
	background-image: url('../common/list.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-indent: 14px;
	margin: 15px 55px 0 -45px;
}

div#footer ul#footer_nav li a {
	color: #fff;
}

div#footer address {
	width: 900px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	color: #fff;
	border-top: 3px solid #B42F30;
	text-align: center;
	line-height: 20px;
}

.footer {
	clear: both;
	width: 100%;
	margin-left: 0px;
	position: relative;
}

.footer .footer01 {
	display: inline;
	float: left;
	height: 265px;
	margin-left: 2px;
	margin-right: -5px;
	width: 245px;
	border-left: 2px solid #fff;
}

.footer .footer02 {
	display: inline;
	float: left;
	height: 265px;
	margin-left: 2px;
	margin-right: -5px;
	width: 215px;
	border-left: 2px solid #fff;
}

.footer .footer03 {
	display: inline;
	float: left;
	height: 265px;
	margin-left: 2px;
	margin-right: -5px;
	width: 130px;
	border-left: 2px solid #fff;
}

.footer h3 {
	margin: 0 0 5px 10px;
	padding: 2px 0 4px 0px;
	color: #333;
	font-weight: bold;
	text-align: left;
	font-size:14px;
}

.footer div.para {

	margin-top: -2px;
}

.footer p {
	margin: 2px 0 2px 10px;
	padding: 0 0px;
	color: #fff;
	text-align: left;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:visited {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}


/* ぱんくずリスト領域の設定
----------------------------------------------------------------------*/

div#kuzu {
	width: 1000px;
	background: #fff;
	margin: 0 auto;
}

div.pan {
	width: 900px;
	height: 22px;
	background: #fff url(../../common/pankuzu_bg.jpg) repeat-x center;
	margin: 0 auto;
}

div#pankuzu {
	width: 900px;
	height: 22px;
	margin-left: 5px;
	line-height: 23px;
	text-align: left;
	font-size: 11px;
}

div#pankuzu li {
	display: inline;
	list-style-type: none;
}

div#pankuzu li a {
	padding-right: 10px;
	background: url(../../common/pankuzu.gif) no-repeat right center;
	color: #666;
	text-decoration: none;
}

div#pankuzu li a:visited {
	color: #000;
	text-decoration: none;
}

div#pankuzu li a:hover {
	color: #666;
	text-decoration: underline;
}

/* コンタクト領域の設定
----------------------------------------------------------------------*/

div#mail {
	margin-top: 15px;
}

p.mail {
	margin-bottom: 10px;
}

/* ページスクロール領域の設定
----------------------------------------------------------------------*/

div.pagetop {
	width: 1000px;
	height: 14px;
	background: #fff;
	margin: 0 auto;
}

div.pagetop p {
	margin-left: 840px;
}

body {
	margin: 0;
	padding: 0;
}

ins,del {
	display: block;
}

p ins,p del,
ul ins,ul del,
ol ins,ol del,
dl ins,dl del,
table ins,table del {
	display: inline;
}

div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset,
p,blockquote,
table,thead,tbody,tfoot,caption,th,td {
	margin: 0;
	padding: 0;
}

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

fieldset,
img {
	border: 0 none;
}

abbr,acronym {
	border-bottom: 1px dashed;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6,
strong {
	font-weight: bold;
}

em {
	font-style: normal;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

select,
input,
textarea {
	font-size: 100%;
	font-weight: normal;
}

var,code,samp,kbd {
	font-family: monospace;
}

html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}

textarea {
	overflow: auto;
}

caption,
th {
	text-align: left;
}

img,
input {
	vertical-align: middle;
}

a,
input[type="submit"] {
	cursor: pointer;
}

a,
a span {
	text-decoration: none;
}

a:hover,
a:hover span,
a.current {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:active,
a:focus {
	outline: none;
}

/* mailform */

form#mailform {
    width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
form#mailform label {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	padding: 5px 5px;
	margin-bottom: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
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: 30px;
	height: 16px;
	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(../mailformpro2/commons/images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
input.mfp {
	padding: 2px;
}
div#mfp_buttons {
	padding: 0px;
	text-align: center;
}
div#mfp_buttons ul {
	width: 360px;
	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: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../mailformpro2/commons/images/mfp_goconfirm.gif);
	/*text-indent: -5000px;*/
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_reset {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../mailformpro2/commons/images/mfp_reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
	/*text-indent: -5000px;*/
}
.reset_over {
	background-image: url(../mailformpro2/commons/images/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(../mailformpro2/commons/images/mfp_reset.gif);
}
.confirm_over {
	background-image: url(../mailformpro2/commons/images/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(../mailformpro2/commons/images/mfp_confirm.gif);
}

/*//////////////////////////////////////////////////*/
/*// 02.e[u̎w                            //*/
/*//////////////////////////////////////////////////*/
table.mailform {
	width: 100%;
	padding: 10px;
}
table.mailform tr th {
	padding: 7px 0px 7px 0px;
	border-bottom: solid 1px #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	width: 160px;
}
table.mailform tr th span {
	font-size: 10px;
	color: #999999;
	display: block;
}
table.mailform tr td {
	padding: 7px 10px 7px 10px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
}
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.ȉmFʊ֘ÃX^C                //*/
/*//////////////////////////////////////////////////*/
ul.confirm_layer {
	width: 560px;
	padding: 0px;
	margin: 0px;
}
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(../mailformpro2/commons/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(../mailformpro2/commons/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(../mailformpro2/commons/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.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;
}

dl.mailform {
	padding: 0px 15px;
}

dl.mailform dt {
	float: left;
	width: 180px;
	clear: both;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
}
dl.mailform dt span {
	display: block;
	font-size: 10px;
	color: #999999;
}
dl.mailform dd {
	padding: 10px 10px 15px 190px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
}

/* @end mailform */

/* @group images */

/* Using 'class="alignright"' on an image will (who would've thought?!) align the image to the right. And using 'class="centered', will of course center the image. This is much better than using align="center", being much more futureproof (and valid) */

img.centerd {
 display: block;
 margin: 0 auto;
 padding: 12px 0;
}

img.alignright {
 padding: 4px;
 margin: 0 0 4px 12px;
 display: inline;
}

.alignright {
 float:right;
}

.alignleft {
 float: left;
}

/* @end */

/* @group Various Tags &Classes */

.center {
 text-align: center;
}

.left {
 text-align: left;
}

.right {
 text-align: right;
}

.navigation {
 clear: both;
 display: block;
 margin-top: 30px;
 margin-bottom: 30px;
 height: 1.5em;
 font-size: 1.2em;
 text-align: center;
}

/* @end */


/*//////////////////////////////////////////////////*/
/*// 01.x[X̐ݒ                              //*/
/*//////////////////////////////////////////////////*/
form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
}
form#mailform label {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	padding: 5px 5px;
	margin-bottom: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
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: 30px;
	height: 16px;
	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: 2px;
	border: solid 1px #CCCCCC;
}

textarea {
	border: solid 1px #CCCCCC;
}

div#mfp_buttons {
	padding: 0px;
	text-align: center;
}
div#mfp_buttons ul {
	width: 360px;
	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: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_goconfirm.gif);
	/*text-indent: -5000px;*/
	border: none;
	border-style: none;
	cursor: pointer;
}
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(../mailformpro2/images/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(../images/mfp_reset.gif);
}
.confirm_over {
	background-image: url(../mailformpro2/images/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(../images/mfp_confirm.gif);
}

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

/*//////////////////////////////////////////////////*/
/*// 02.e[u̎w                            //*/
/*//////////////////////////////////////////////////*/
table.mailform {
	width: 100%;
	padding: 10px;
}
table.mailform tr th {
	padding: 7px 0px 7px 0px;
	border-bottom: solid 1px #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	width: 160px;
}
table.mailform tr th span {
	font-size: 10px;
	color: #999999;
	display: block;
}
table.mailform tr td {
	padding: 7px 10px 7px 10px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
}
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.ȉmFʊ֘ÃX^C                //*/
/*//////////////////////////////////////////////////*/
ul.confirm_layer {
	width: 560px;
	padding: 0px;
	margin: 0px;
}
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.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;
}
/*//////////////////////////////////////////////////*/

dl.mailform {
	padding: 0px 15px;
}

dl.mailform dt {
	float: left;
	width: 180px;
	clear: both;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
}
dl.mailform dt span {
	display: block;
	font-size: 10px;
	color: #999999;
}
dl.mailform dd {
	padding: 10px 10px 15px 190px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
}
