@charset "UTF-8";

	
/* ------------------------------------

  	Default Reset & Base Style Sheet
	Last Update 2010-01-05

------------------------------------- */
/* IE only */
body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	line-height:1.5em;
	font-size:13px;
	color:#333944;
	background:#FFFFFF;
	text-align:center;
	margin:0;
	padding:0;
}

h1{ margin-bottom: 20px;}
h2{ margin-bottom: 10px}

#FormBox {
 width: 740px;
 margin: 0 auto;
}
#FormBox table {
 width:740px;
}
#FormBox table th{
 width:135px;
}
#FormBox table td{
text-align: left;
}
#Wrapper {
	width: 800px;
	margin: 0 auto;
}

/* for safari */
html:\66irst-child body {
	font-size: 12px;
}


/*各要素の幅リセット*/
body,div,dl,dt,dd,ul,ol,li,p,pre,form,fieldset,blockquote,p,address {
	margin:0px;
	padding:0px;
}

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

td,th {
	line-height:1.5em;
	font-weight:normal;
}

/*画像ボーダーオフ*/
img {
	margin:0px;
	padding:0;
	border:0px;
}

/*テーブルボーダーcollapse、フォントサイズ継承*/
table {
	border-collapse:collapse;
	font-size:inherit;
	font-size:1em;
}

textarea {
	font-size:100%;
}

/*無表示*/
hr {
	display:none;
}

ul,li {
	list-style:none;
}


/*--クリアフィックス--*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size:.01em;
	height:0;
	overflow:hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}


/*フロート・クリアーボックス*/
.clear {
	clear:both;
}


/*基本リンク設定*/

a,
a:link {
	color: #0063af;
	text-decoration:none;
}

a:visited {

}


a:hover,
a:active {
	color:#973c3f;
	text-decoration:underline;
}




/*スペース設定----------------*/
.m_b0 {
	margin-bottom:0px !important;
}

.m_b1 {
	margin-bottom:1px !important;
}

.m_b2 {
	margin-bottom:2px !important;
}

.m_b5 {
	margin-bottom:5px !important;
}

.m_b7 {
	margin-bottom:7px !important;
}

.m_b8 {
	margin-bottom:8px !important;
}

.m_b10 {
	margin-bottom:10px !important;
}

.m_b12 {
	margin-bottom:12px !important;
}

.m_b13 {
	margin-bottom:13px !important;
}

.m_b15 {
	margin-bottom:15px !important;
}

.m_b20 {
	margin-bottom:20px !important;
}

.m_b25 {
	margin-bottom:25px !important;
}

.m_b30 {
	margin-bottom:30px !important;
}

.m_b35 {
	margin-bottom:35px!important;
}

.m_b40 {
	margin-bottom:40px !important;
}

.m_b45 {
	margin-bottom:45px !important;
}

.m_b50 {
	margin-bottom:50px !important;
}
