@charset "utf-8";
/* info pages design */

div#content {
	width: 705px;
	margin: 12px auto;
}

div#message {
	height: 370px;
	margin: 28px 0 28px;
	border: 1px solid #EA3440;
	background: #FDEBDF url(images/bg_message.gif) bottom left no-repeat;
	color: #413B35;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
div#message h1 {
	height: 44px;
	line-height: 44px;
	background: #EE0011 url(images/bg_message_h1.gif);
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
div#message p {
	width: 530px;
	line-height: 22px;
	margin: 21px auto 0 124px;
}
div#message #sign {
	margin: 24px auto 0 260px;
}
div#message #sign p {
	width: auto;
	margin: 0;
}
div#message #sign img {
	display: block;
	margin-left: 157px;
}

/** menu **/
div#menu #m_f_1 a {
	display: block;
	width: 705px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/bg_feature1.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#menu #m_f_2 a {
	display: block;
	width: 705px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/bg_feature2.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#menu #m_f_3 a {
	display: block;
	width: 705px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/bg_feature3.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#menu #m_f_4 a {
	display: block;
	width: 705px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/bg_feature4.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#menu #m_f_5 a {
	display: block;
	width: 705px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/bg_feature5.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#menu #m_f_6 a {
	display: block;
	width: 705px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/bg_feature6.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#menu #m_f_7 a {
	display: block;
	width: 705px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/bg_feature7.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#menu #m_f_1 a:hover,
div#menu #m_f_2 a:hover,
div#menu #m_f_3 a:hover,
div#menu #m_f_4 a:hover,
div#menu #m_f_5 a:hover,
div#menu #m_f_6 a:hover,
div#menu #m_f_7 a:hover {
	background-position: left bottom;
}


/** contents **/
div.context {
	color: #413B35;
	font-size: 14px;
}
div.context h2 {
	height: 38px;
	line-height: 38px;
	margin: 0 0 28px 0;
	padding: 0 0 3px 54px;
	background: url(images/bg_h2.gif) bottom left no-repeat; /* image height 41px */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
}
div.context h3.section {
	margin-top: 18px;
}
div.context p{
	width: 620px;
	line-height: 21px;
	margin: 0 auto 14px;
}
div.context ul,
div.context ol {
	width: 620px;
	margin: 0 auto;
}
div.context .image {
	text-align: center;
}

div.go2top {
	width: 620px;
	line-height: 24px;
	margin: 14px auto 14px;
	font-size: 14px;
	text-align: right
}
table.btns {
	margin: 14px auto;
	text-align: center;
}
