@charset "utf-8";
/********************************************/
/*      　　　 02/11/ 　　　　　　Ver0.1　 */
/********************************************/

/*ブラウザの初期化(IE6など)*/
th,form{
	margin:0;
	padding:0;
	background-color:transparent;
	color:black;
	font-size:medium;
}

a:link{
	color: #1e2b5a;
	text-decoration:none;
}

a:visited{
	color: #1e2b5a;
	text-decoration:none;
}

a:hover{
	color:#cc0000;
	text-decoration:underline;
}

/*イメージ画像*/
img {
	border:0;
}
html{
    height: 100%;
}

body {
	width:100%;
    height: 100%;
	background:url(../images/bg.jpg);
	font-family: Arial, Helvetica;
	font-size: 13px;
	line-height:250%;
	text-decoration: none;
	margin:0;
	padding:0;
	
}

/********************************************/
/*      　　　　全体コンテナ 　　　　　　　 */
/*      　　　　　　　　　　 　　　　　　　 */
/********************************************/

#container {
	width:800px;
    height: auto !important;
	height:100%;
    margin: 0 auto -39px;
	background: #fff;
    min-height: 100%;
}

* html div#container {
	height:100%;
}

/********************************************/
/*      　　　　ヘッダー　　　　　　　　　 */
/*      　　　　　　　　　　 　　　　　　　 */
/********************************************/
#header-e {
	width:800px;
	height:50px;
	background:url(../images/header-ent.jpg) no-repeat;
	margin:0;
	padding:0;
}
.push {
	width: 800px;
	height: 50px;
	display:block;
	clear:both;
}

/********************************************/
/*      　　　フッター　　　　　　　　　　 */
/*      　　　　　　　　　　 　　　　　　　 */
/********************************************/
#footer {
	width: 800px;
	background:url(../images/footer.jpg) no-repeat;
	height: 39px;
    margin: 0 auto;
	padding-top:10px;
	text-align: center;
	font-family: Arial, Helvetica; 
	font-size: 10px;
	line-height:140%;
	color: #0d2432;
	text-decoration: none;
}
.pushf {
	width: 800px;
	height: 39px;
	display:block;
	clear:both;
}

/********************************************/
/*      　　　エントランス本体　　　　　　 */
/*      　　　　　　　　　　 　　　　　　　 */
/********************************************/

#contents {
	width:650px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	font-family: Arial, Helvetica; 
	font-size: 12px;
	color: #0d2432;
}


/*左側*/
#leftbox{
	float:left;
	width:160px;
	margin:0;
	padding:0;
	text-align:left;
	display:inline;/*for IE6*/
}

/*右側*/
#rightbox{
	float:left;
	width:450px;
	margin-left:20px;
	text-align:left;
	font-family: Arial, Helvetica;
	font-size: 13px;
	line-height:130%;
	
}

.blue11{
	font-size: 11px;
	line-height:130%;
	color: #0d2432;
}
.blue11ml{
	font-size: 11px;
	line-height:130%;
	color: #0d2432;
	margin-left:40px;
}


.gbox-e {
	border: 1px #c9cfcf solid;
	clear:both;
	width:620px;
	padding:28px 30px 28px 30px;
	margin:auto;
	text-align:left;
	font-size: 13px;
	line-height:130%;
	color: #0d2432;
}

#ebtns{
	margin-top:20px;
	padding-left:110px;
	height:168px;
	background:url(../images/ebtns-back.gif) repeat-x;
}
#ebtns img{
	margin-top:48px;
}

.acce-e{
	margin-top:20px;
	border: 1px #c9cfcf solid;
	background:#fff;
}

