@charset "UTF-8";

/* === ボックスのスタイル === */

body	{margin-top:40px;
	     background-color:#FFFFFF;
	     font-family:'Arial''Helvetica''sans-serif''Verdana';
	     text-align: center}

.box	{width:800px;
	      margin-left:auto;
	      margin-right:auto;
	      text-align:left}

/* === ヘッダー部分のスタイル === */

.head 	{width:100%;
              padding: 0px}

.head1 	{height: 60px;
             text-align: left;
             padding: 0px}

.head2 	{text-align: right;
             padding: 0px;
             font-size:12px;
	         font-weight:none;
	         color: #505050;
	         text-decoration: none}
	         
.head2 a 	{color:#B4B4B4;
                 text-decoration:none}

.head2 a:hover 	{color:#222222}
                 
/* === サイドバーとコンテンツ部分のスタイル === */

.side_main 	{width:100%;
                     padding: 0px}
/* === サイドバー部分のスタイル === */

.side 	{width: 250px;
             background-color:#FFFFFF;
             vertical-align:top;
	         padding: 0px;
	         margin:0px}

.side div	{font-size:11px;
	             font-weight:none;
	             color:#505050;
	             padding:0px;
	             margin-top: 0px;
	             margin-bottom: 0px;
	             margin-left:12px;
	             margin-right:12px;
	             line-height: 50%}

.side h1	{font-size:12px;
             font-weight:none;
	         color:#505050;
	         padding-top:25px;
	         padding-bottom:5px}

.side b  { color: #505050; 
              font-size: 10px; 
              font-weight: 700}
	             
.side a	{color:#B4B4B4;
	         text-decoration:none}
	 
.side a:hover	{color:#000000}

/* === コンテンツ部分のスタイル === */

.main	{width:550px;
	          text-align:center;
	          padding: 0px}

.main h2	{font-size:20px;
	             color:#505050;
	             text-align: left;
	             margin-top: 7px;
	             padding-bottom: 0px;
	             margin-bottom: 0px}

.main h3	{font-size:18px;
	             font-weight: 100;
	             color:#505050;
	             text-align: left;
	             margin-top: 7px;
	             padding-bottom: 0px;
	             margin-bottom: 0px}

.main p	{font-size:12px;
	         color:#555555;
	         text-align: left;
	         margin-top: 7px;
	         line-height: 160%}
	         
.main b  {font-size: 12px; 
              color: #505050; 
              text-align: left;
              font-weight: 700}
                
.main a 	{color:#708090;
             text-decoration:none}

.main a:hover 	{color:#000000;
                          text-decoration: underline}

                
.copyright	{height: 50px;
                 text-align:right;
                 padding: 0px}
	             
.copyright p	{font-size:10px;
	                 color:#505050;
	                 text-align: right}

              

/*//////////////////////////////////////////////////*/
/*// 01.全体の設定                              //*/
/*//////////////////////////////////////////////////*/
div#thanks {
	padding: 40px 0px 40px 0px;
	text-align: center;
}
div#thanks p {
	font-size: 18px;
}
/*//////////////////////////////////////////////////*/
/*// 02.ベースの設定                              //*/
/*//////////////////////////////////////////////////*/
form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
}
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: 0px;
	padding: 3px 0px 5px 0px;
	color: #FF0000;
	font-size: 11px;
	line-height: normal;
	display: none;
}
/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*// 03.テーブルの指定                            //*/
/*//////////////////////////////////////////////////*/
table.mailform {
	width: 100%;
	padding: 10px;
}
table.mailform tr th {
	padding: 7px 0px 7px 0px;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	width: 150px;
}
table.mailform tr th b {
	font-size: 15px;
	font-weight: normal;
	color: #0090FF;
}
table.mailform tr td {
	padding: 7px 0px 7px 10px;
	font-size: 11px;
}
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;
}
/*//////////////////////////////////////////////////*/
/*// 04.以下エレメント毎の指定                    //*/
/*//////////////////////////////////////////////////*/
input#mfp_el01,input#mfp_el02,input#mfp_el03 {
	width: 200px;
	ime-mode: disabled;
}
input#mfp_el04,input#mfp_el05 {
	width: 200px;
	ime-mode: active;
}
input#mfp_el06 {
	width: 95%;
	ime-mode: active;
}
textarea#mfp_el07 {
	width: 95%;
	height: 100px;
	ime-mode: active;
}
/*//////////////////////////////////////////////////*/
/*// 05.以下確認画面関連のスタイル                //*/
/*//////////////////////////////////////////////////*/
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: 11px;
	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;
}
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;
}