@charset "utf-8";

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                  baseSetting                  */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

html {
	overflow-y:scroll; /* firefox scrollbarYp */
}
body {
	background:url(../img/bg_body.png) repeat-x 0 0;
	color:#2e2e2e;
	font-size:0;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
}

/* link style */

a {
	overflow:hidden;
	outline:none;
}
a:link, a:visited {
	color:#542d8f;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

/*-----------------------------------------------*/
/*                    textSize                   */
/*-----------------------------------------------*/

p, th, td, dt, dd, li, form {
	line-height:180%;
	font-size:12px;
	letter-spacing:1px;
	text-align:left;
}

/*-----------------------------------------------*/
/*                    common                     */
/*-----------------------------------------------*/

.red {
	color:#F00;
}
.centerItem {
	margin:25px auto 40px auto;
	text-align:center;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                    header                     */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#header {
	position:relative;
	width:950px;
	height:92px;
	margin:0 auto;
	background:url(../img/bg_header.png) no-repeat 0 0;
}
#header h1 {
	position:absolute;
	top:14px;
	left:12px;
}

/*-----------------------------------------------*/
/*                     hnavi                     */
/*-----------------------------------------------*/

#hnavi {
	position:absolute;
	top:10px;
	right:10px;
	width:197px;
	height:13px;
}
#hnavi li {
	float:left;
	margin-right:10px;
}
#hnavi li a {
	display:block;
	height:13px;
	background-image:url(../img/hnavi.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#hnavi #hnavi01 a {
	width:66px;
}
#hnavi #hnavi01 a:hover {
	background-position:0 -13px;
}
#hnavi #hnavi02 a {
	width:50px;
	background-position:-66px 0;
}
#hnavi #hnavi02 a:hover {
	background-position:-66px -13px;
}
#hnavi #hnavi03 {
	margin-right:0;
}
#hnavi #hnavi03 a {
	width:61px;
	background-position:-116px 0;
}
#hnavi #hnavi03 a:hover {
	background-position:-116px -13px;
}


/*-----------------------------------------------*/
/*                     gnavi                     */
/*-----------------------------------------------*/

#gnavi {
	position:absolute;
	top:45px;
	right:4px;
	width:457px;
	height:33px;
}
#gnavi li {
	float:left;
}
#gnavi li a {
	display:block;
	height:33px;
	background-image:url(../img/gnavi.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#gnavi #gnavi01 a {
	width:150px;
	background-position:0 0;
}
#gnavi #gnavi01 a:hover {
	background-position:0 -33px;
}
#gnavi #gnavi02 a {
	width:111px;
	background-position:-150px 0;
}
#gnavi #gnavi02 a:hover {
	background-position:-150px -33px;
}
#gnavi #gnavi03 a {
	width:109px;
	background-position:-261px 0;
}
#gnavi #gnavi03 a:hover {
	background-position:-261px -33px;
}
#gnavi #gnavi04 a {
	width:87px;
	background-position:-370px 0;
}
#gnavi #gnavi04 a:hover {
	background-position:-370px -33px;
}

/*-----------------------------------------------*/
/*                   clearfix                    */
/*-----------------------------------------------*/

#hnavi, #gnavi {
	zoom: 1; /* for IE5.5 - IE7 */
}
#hnavi:after, #gnavi:after {
	/* for modern browser */
    content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                   contents                    */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#contents {
	width:950px;
	margin:0 auto 100px auto;
}

/*-----------------------------------------------*/
/*                 mainContents                  */
/*-----------------------------------------------*/

#mainContents {
	float:left;
	width:690px;
}

/*-----------------------------------------------*/
/*                 rightContents                 */
/*-----------------------------------------------*/

#rightContents {
	float:right;
}
#rightContents ul.bnr li {
	margin-bottom:10px;
}
#rightContents ul.bnr li a {
	display:block;
	width:230px;
	height:75px;
	background:url(../img/bnr.png) no-repeat 0 0;
	text-indent:-9999px;
}
#rightContents #bnrPersonal a:hover {
	background-position:-230px 0;
}
#rightContents #bnrSeminar a {
	background-position:0 -75px;
}
#rightContents #bnrSeminar a:hover {
	background-position:-230px -75px;
}
#rightContents #bnrFaq a {
	background-position:0 -150px;
}
#rightContents #bnrFaq a:hover {
	background-position:-230px -150px;
}
#rightContents #bnrContact a {
	background-position:0 -225px;
}
#rightContents #bnrContact a:hover {
	background-position:-230px -225px;
}
#rightContents #bnrAbout a {
	background-position:0 -300px;
}
#rightContents #bnrAbout a:hover {
	background-position:-230px -300px;
}
#rightContents #bnrSystem a {
	background-position:0 -375px;
}
#rightContents #bnrSystem a:hover {
	background-position:-230px -375px;
}

/*-----------------------------------------------*/
/*                   clearfix                    */
/*-----------------------------------------------*/

#contents, #mainContents, #rightContents {
	zoom: 1; /* for IE5.5 - IE7 */
}
#contents:after, #mainContents:after, #rightContents:after {
	/* for modern browser */
  	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                   footerWrap                  */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

#footerWrap {
	clear:both;
	width:100%;
	background:url(../img/bg_footer.png) repeat-x 0 0;
}

/*-----------------------------------------------*/
/*                     footer                    */
/*-----------------------------------------------*/

#footer {
	position:relative;
	width:950px;
	height:250px;
	margin:0 auto 0 auto;
	text-align:left;
}
#logoFooter {
	position:absolute;
	top:50px;
	left:5px;
}
address {
	position:absolute;
	top:50px;
	left:160px;
}
#footer #copyright {
	position:absolute;
	top:148px;
	left:325px;
}
#fnavi {
	position:absolute;
	height:11px;
	top:9px;
	left:8px;
}
#fnavi li {
	float:left;
	margin-right:10px;
}
#fnavi li a {
	display:block;
	height:11px;
	background:url(../img/fnavi.png) no-repeat 0 0;
	text-indent:-9999px;
}
#fnavi li a:hover {
	background-position:0 -11px;
}
#fnavi li#fnavi01 a {
	width:57px;
}
#fnavi li#fnavi02 a {
	width:118px;
	background-position:-57px 0;
}
#fnavi li#fnavi02 a:hover {
	background-position:-57px -11px;
}
#fnavi li#fnavi03 a {
	width:99px;
	background-position:-175px 0;
}
#fnavi li#fnavi03 a:hover {
	background-position:-175px -11px;
}

/*-----------------------------------------------*/
/*                    pageTop                    */
/*-----------------------------------------------*/

#footer .pageTop {
	position:absolute;
	top:-23px;
	right:28px;
}
#footer .pageTop a {
	display:block;
	width:35px;
	height:24px;
	background-image:url(../img/btn_pagetop.png);
	background-repeat:no-repeat;
	text-indent:-9999px;	
}
#footer .pageTop a:hover {
	background-position:right top;
}

/*-----------------------------------------------*/
/*                   float clear                 */
/*-----------------------------------------------*/

#footerWrap {
	zoom: 1; /* for IE5.5 - IE7 */
}
#footerWrap:after {
	/* for modern browser */
    content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
