@CHARSET "UTF-8";

/*******************************
	BODY
*******************************/
body
{
	font-family: 'MS PGothic',sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 130%;
	background: #E8E8E8 url(../../img/bg/body.gif);
}

/*******************************
	TD
*******************************/
td
{
	font-family: 'MS PGothic',sans-serif;
	font-size: 12px;
	line-height: 130%;
}

/*******************************
	A
*******************************/
a
{
	color: #074FBB;
	text-decoration: underline;
}
a:visited
{
	color: #074FBB;
	text-decoration: underline;
}
a:hover
{
	color: #074FBB;
	text-decoration: none;
}

.entrance
{
	width: 800px;
	margin: auto;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

.entrance h1
{
	height: 18px;
	background: #C20907 url(../../img/bg/orange20.gif);
	color: #FFFFFF;
	padding: 2px 10px 0 10px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	width: 780px;
}

.entrance .top
{
	background: #FFFFFF url(../../img/bg/entrance2.jpg) no-repeat 50% 0;
	width: 780px;
	height: 190px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	border-bottom: solid 1px #CCCCCC;
}

.entrance .top .table1
{
	width: 100%;
}
.entrance .top .table1 .td1
{
	width: 590px;
	height: 190px;
	vertical-align: top;
}
.entrance .top .table1 .td1 .text
{
	padding: 31px 5px 0 395px;
	margin: 0;
	height: 80px;
}

.entrance .top .table1 .td2
{
	background: url(../../img/bg/entrance_qr.gif) no-repeat 50% 0;
	width: 210px;
	text-align: center;
	padding-top: 15px;
}
.entrance .top .table1 .td2 .mailto
{
	background: url(../../img/icon/email.gif) no-repeat 0 50%;
	padding-left: 20px;
}

.entrance .top .table1 .td1 .table2
{
}
.entrance .top .table1 .td1 .table2 .td3
{
	padding-left: 145px;
}
.entrance .top .table1 .td1 .table2 .td4
{
	padding-left: 10px;
}

.entrance .index
{
	background-color: #FFFFFF;
	padding: 25px 40px;
	width: 720px;
	border-bottom: solid 1px #CCCCCC;
}
.entrance .index .table1
{
	width: 100%;
}
.entrance .index .table1 .td1
{
	width: 325px;
	text-align: center;
	vertical-align: top;
}
.entrance .index .table1 .td2
{
	width: 368px;
	padding-left: 17px;
}
.entrance .index .table1 .td2 h2
{
	background: url(../../img/icon/purple.gif) no-repeat 0 0;
	height: 17px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.entrance .index .table1 .td2 ul
{
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-bottom: 10px;
}
.entrance .index .table1 .td2 ul li
{
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	list-style: none;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5～7*/
	/zoom: 1; /*for ie5～7*/
}
.entrance .index .table1 .td2 ul li .sepa
{
	color: #999999;
	padding: 0 5px;
	margin: 0;
}

.entrance .mongon
{
	width: 780px;
	padding: 20px 10px;
	background-color: #FFFFFF;
	margin: 0;
}

.line2
{
	height: 3px;
	line-height: 3px;
	font-size: 1px;
	background: url(../../img/line/common.gif) repeat-x;
	padding-bottom: 5px;
}

.footer
{
	height: 20px;
	background: #C20907 url(../../img/bg/orange20.gif);
	color: #FFFFFF;
	padding: 0 10px;
	text-align: center;
	line-height: 20px;
}