@charset "UTF-8";
/* CSS Document */

/*=== 基本ベースを設定します ===*/
* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-size: 1em;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color:#116b14;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#ffffff;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
	}

a   {color:#b81649;text-decoration:none}
a:visited   {color:#985a6e}
a:hover   {color:#fa1960;text-decoration:underline}
a:active   {color:#ff0000}

a img {border: 0;}
ul,ol,li,dl,dt,dd {list-style-type: none;}
h1,h2,h3,h4,ol,ul,li,dl,dt,dd,p,img {
	margin: 0;
	padding: 0;
}

/*=== コンテナー（HPの横幅を指定します）===*/
#container {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

/*=== ヘッダー部分のスタイル ===*/
#header {
	width:850px;
	margin-top:0px
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.logo {
	padding:8px 135px 0px 65px;
}

h1 {
	font-size:12px;
	font-weight:bold;
	margin-top:-25px;
	margin-left:235px;
}

/*=== トップメニュー部分のスタイル ===*/
#topmenu {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	height:30px;
	background-image:url(../images/menu-bar.gif);
	text-align:left;
}

#topmenu ul {
	padding-left:25px;
}

#topmenu li {
	width:103px;
	display:block;
	font-size:13px;
	float:left;
	line-height:30px;
	font-weight:bold;
	padding-top:1px;
}

#topmenu li a {
	color:#FFF;
	text-decoration:none;
}


/*=== パンクズ部分のスタイル ===*/
#pankuzu {
	clear:both;
	font-size:12px;
	text-align:right;
	padding:5px 20px;
	margin-bottom:-20px;
}

/*=== メインコンテンツ部分のスタイル ===*/
#contents {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

.indeximg {
	margin-top:-75px;
	z-index: 2;
}

#maincontents {
	float:left;
	width:578px;
	text-align:left;
}

h2 {
	font-size:16px;
	font-weight:bold;
	height:19px;
	padding:10px 8px 8px 30px;
	margin-bottom:8px;
	background-image:url(../images/h2bg.gif);
}

* html h2 {
	font-size:16px;
	font-weight:bold;
	height:19px;
	padding:12px 8px 8px 30px;
	margin-bottom:8px;
	background-image:url(../images/h2bg.gif);
}

#news {
	padding:8px;
}

#news td {
	font-size:13px;
	line-height:20px;
	padding:3px 5px;
	border-bottom:#CCC solid 2px;
}

.newsLeft {
	background-color:#efefef;
	width:100px;
	text-align:center;
}

.clear {
	clear:both;
}

#indexMenu1 {
	width:282px;
	height:152px;
	margin-top:12px;
	background-image:url(../images/index-menu-bg.gif);
	margin-bottom:16px;
}

#indexMenu2 {
	float:right;
	margin-top:-168px;
	width:282px;
	height:152px;
	background-image:url(../images/index-menu-bg.gif);
}

.indexMenuTitle {
	padding:10px 0 0 34px;
	color:#b81649;
	font-size:14px;
	font-weight:bold;
}

#indexMenu1 ul {
	margin:16px 0 10px 50px;
}

#indexMenu1 li a {
	font-size:13px;
	line-height:25px;
	color:#116b17;
}

#indexMenu1 li a:hover {
	color:#e95380;
	text-decoration:none;
}

#indexMenu2 ul {
	margin:16px 0 10px 50px;
}

#indexMenu2 li a {
	font-size:13px;
	line-height:25px;
	color:#116b17;
}

#indexMenu2 li a:hover {
	color:#e95380;
	text-decoration:none;
}

h3,h4,h5 {
	font-size:15px;
	font-weight:bold;
	color:#e95383;
	padding:5px 0;
	border-bottom: #ff33ff dotted 1px;
}

.cont_text {
	padding:10px;
}

.cont_text p {
	padding:4px 0 16px;
	font-size:13px;
	line-height:24px;
	text-indent:0px;
}

.cont_text ul {
	margin-top:-6px;
	margin-bottom:6px;
}

.cont_text li {
	font-size:13px;
	margin-left:52px;
	padding:2px 0;
	list-style-type:disc;
}

.cont_text2 {
	padding:10px;
}

.cont_text2 p {
	padding:4px 0 16px;
	font-size:9px;
	line-height:24px;
	text-indent:0px;
}

.cont_text2 ul {
	margin-top:-6px;
	margin-bottom:6px;
}

.cont_text2 li {
	font-size:9px;
	margin-left:52px;
	padding:2px 0;
	list-style-type:disc;
}
/*=== サイドメニュー部分のスタイル ===*/
#sideblock  {
	float:right;
}

.sidemenu {
	width:260px;
	text-align:left;
	border:#ccc solid 1px;
	margin-bottom:16px;
	background-color:#fbf5f5;
}

#sidemenu {
	width:260px;
	text-align:left;
}

#sidemenu img {
	margin-bottom:10px;
}

.sideTitle {
	font-size:14px;
	font-weight:bold;
	height:30px;
	color:#FFF;
	margin:4px;
	padding:8px 0 0 28px;
	background:url(../images/contents_menu.gif) no-repeat;
}

.sidemenu ul {
	font-size:13px;
	line-height:26px;
	margin:5px 0 5px 25px;
}

.sidemenu li a {
	display:block;
	width:200px;
	height:26px;
	color:#0e4d0b;
	padding-left:20px;
}

.sidemenu li a:hover {
	color:#e95380;
	text-decoration:none;
	background-color:#FFF;
}

#sidemenu p {
	margin-top:-10px;
	padding:10px;
	font-size:13px;
	line-height:18px;
}

.indeximg1 {
	margin-top:16px;
	overflow: hideen;
}

#company_info {
	clear: both;
	float: left;
}

#intoroduction {
	float: right;
	overflow: hideen;
}

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

#footer {
	clear: both;
	width:850px;
	padding-top:20px;
}

.pagetop {
	font-size:11px;
	text-align:right;
	margin:-22px 20px 0 0;
}

.pagetop a {
	color:#FFF;
	text-decoration:none;
}

.pagetop a:visited {
	color:#FFF;
	text-decoration:none;
}

.pagetop2 {
	font-size:11px;
	text-align:right;
	margin:-22px 20px 0 0;
}

.pagetop2 a {
	color:#000;
	text-decoration:none;
}

.pagetop2 a:visited {
	color:#000;
	text-decoration:none;
}

#footermenu {
	height:30px;
	background-image:url(../images/menu-bar.gif);
	text-align:left;
}

#footermenu ul {
	padding-left:25px;
}

#footermenu li {
	width:103px;
	display:block;
	font-size:13px;
	float:left;
	line-height:30px;
	font-weight:bold;
	padding-top:1px;
}

#footermenu li a {
	color:#FFF;
	text-decoration:none;
}

#footermenu li a:hover {
	color:#fddd34;
	text-decoration:none;
}

#copyright {
	margin-top:16px;
	padding:8px 0 12px 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#credit {
	font-size:9px;
	float:right;
	margin:-25px 16px 0 0;
}

#credit a {color:#ffc3d4;text-decoration:none}
#credit a:hover {color:#666;text-decoration:none}

/*//////////////////////////////////////////////////*/
/*// 01.ベースの設定                              //*/
/*//////////////////////////////////////////////////*/
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: 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(http://www.nmt.ne.jp/~emiko/cgi-bin/mailformpro2/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(http://www.nmt.ne.jp/~emiko/cgi-bin/mailformpro2/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(http://www.nmt.ne.jp/~emiko/cgi-bin/mailformpro2/images/mfp_reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
	/*text-indent: -5000px;*/
}
.reset_over {
	background-image: url(http://www.nmt.ne.jp/~emiko/cgi-bin/mailformpro2/images/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(http://www.nmt.ne.jp/~emiko/cgi-bin/mailformpro2/images/mfp_reset.gif);
}
.confirm_over {
	background-image: url(http://www.nmt.ne.jp/~emiko/cgi-bin/mailformpro2/images/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(http://www.nmt.ne.jp/~emiko/cgi-bin/mailformpro2/images/mfp_confirm.gif);
}

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


/*//////////////////////////////////////////////////*/
/*// 02.テーブルの指定                            //*/
/*//////////////////////////////////////////////////*/
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 0px 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.以下確認画面関連のスタイル                //*/
/*//////////////////////////////////////////////////*/
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(http://www.nmt.ne.jp/~emiko/cgi-bin/mailformpro2/images/mfp_table_background.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.nmt.ne.jp/~emiko/cgi-bin/mailformpro2/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='http://www.nmt.ne.jp/~emiko/cgi-bin/mailformpro2/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='http://www.nmt.ne.jp/~emiko/cgi-bin/mailformpro2/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;
}
/*//////////////////////////////////////////////////*/
