@charset "utf-8";

/*基本設定*/
*{
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	font-size: 12px;
    font-family: MS PGothic, "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, sans-serif;
}

li{
	list-style: none;
}

a{
	color: #000;
	overflow: hidden;
}
a:visited , a:hover , a:active{
	color: #666;
}


/*全体構造
----------------------------------*/

/*コンテナ
----------------------------------*/
#container{
	margin: 0 auto;
	text-align: left;
	width: 804px;
	background: url(../img/seminar/bg-container.jpg) repeat-y;
	font-size: 12px;
	color: #333;
}


/*ヘッダ
----------------------------------*/
#header{
	width: 790px;
	height: 75px;
	background: url(../img/seminar/bg-header.jpg) no-repeat;
	margin-left: 7px;
}
#header h1{
	font-size: 10px;
	color: #999;
	padding-top: 3px;
	font-weight: normal;
	margin: 0 0 5px 10px;
	/margin: 0 0 6px 10px;
}
/*Opera Hack---*/
#header h1:not(\*|*){
	margin: 0 0 7px 10px;
}
/*---Opera Hack*/

/*法人・個人へのリンク*/
#header ul{
	width: 304px;
	height: 47px;
}
#header li{
	float: left;
	height: 47px;
}
#header li a{
	height: 47px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#mbc{
	width: 169px;
	height: 47px;
	background: url(../img/seminar/rogo-mbc.jpg) no-repeat;
}
#mlc{
	width: 135px;
	height: 47px;
	background: url(../img/seminar/rogo-mlc.jpg) no-repeat;
}

/*株式会社リアライズロゴ*/
#header h2{
	width: 295px;
	height: 47px;
	text-indent: -9999px;
	background: url(../img/seminar/logo-realize.jpg) no-repeat;
	margin-left: 304px;
	margin-top: -47px;
}

/*個人・法人に戻る*/
ul#btn_back{
	width: 380px;
	height: 34px;
	margin-top:-43px;
	margin-left: 409px;
}
#btn_back li {
	display: inline;
	float: left;
	width: 180px;
	height: 34px;
}
#btn_back li a{
	display:block;
	width: 180px;
	height: 34px;
	text-indent:-9999px;
}
/*法人*/
#btn_back li.corporate{
	background: url(../img/seminar/btn_corporate.jpg) no-repeat;
	margin-right: 10px;
}
#btn_back li.corporate a:hover{/*a:hover*/
background: url(../img/seminar/btn_corporate.jpg) 0 -34px;
}
/*個人*/
#btn_back li.parsonal {
	background: url(../img/seminar/btn_parsonal.jpg) no-repeat;
}
#btn_back li.parsonal a:hover {/*a:hover*/
	background: url(../img/seminar/btn_parsonal.jpg) 0 -34px;
}



/*フッタ
----------------------------------*/
#footer{
	width: 804px;
	height: 63px;
	clear: both;
	background: url(../img/seminar/bg-footer.jpg) no-repeat;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
}
#footer-2{
	padding-top: 10px;
}
#footer-2 ul{
	margin: 2px 0;
	clear: both;
}
#footer-2 li{
	display: inline;
	border-right: 1px #fff solid;
	padding: 0 5px 0 5px;
}

#footer-2 li a{
	color: #fff;
}
#footer-2 li a:link{
	color: #fff;
}
#footer-2 li a:visited{
	color: #666;
}
#footer-2 li a:hover{
	color: #660;
}
#footer-2 li a:active{
	color: #660;
}

#footer-2 .none{
	border-right: none;
}
#footer p{
	margin-top: 5px;
}


