@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
	text-align: left;
	line-height: 180%;
}

a:link    {color:#660000;}
a:visited {color:#660000;}
a:active  {color:#660000;}
a:hover   {color:#000;}

html{ 
    height:100%; 
} 

body {
    width:100%;
	font-size: 100%;
	line-height: 140%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background-image:url(../img/top/bg_body.gif);
	background-repeat:repeat-x;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}

#container{ 
    height:100%; 
    min-height:100%; 
    width:100%; 
    background-image:url(../img/common/contents_bg.jpg);
	background-repeat:repeat;
} 
body > #container{ 
    height:auto; 
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:1.6ex;
	text-align: left;
	color: #666666;
}

img {
    border: 0px;
}

a:link    {
	color:#0000FF;
}
a:visited {color:#660000;}
a:active  {color:#0154fd;}
a:hover   {
	color:#0154fd;
}

.clear {clear: both;}

.nvi {
	margin-left:0px;
	margin-right: 0px;
}

h1 {
    margin:0px;
	padding:0px;
}
h2 {
    margin:0px;
	padding:0px;
}

h3 {
    margin:0px;
	padding:0px;
}

/* 文字装飾
---------------------------------------------------- */
.style1 {color: #FF3300}
.style2 {
	color: #009933;
	font-size:1.5ex;
	font-weight: normal;
}
.style3 {
	color: #FF3300;
	font-size:1.8ex;
	font-weight: normal;
}         

.style4 {
	color: #000000;
	font-size:1.6ex;
	font-weight: normal;
}

.style6 {
	color:#FF33FF;
	font-size: 1.8ex;
}

.style7 {color: #FF6600};

.style8 {
    color:#FF3300;
	font-weight:bolder;
}

/* レイアウト設定
---------------------------------------------------- */
#shadow {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}




#wraper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/common/wraper_end.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#header {
	height: 76px;
	width: auto;
	background-image: url(../img/common/contents_bg.jpg);
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
}

#logo {
	padding-left: 0px;
	padding-top: 5px;
	margin-left:20px;
	height: 69px;
}

#main_img {
	width:1000px;
	height:403px;
	margin-left: 0;
	clear: both;
}

#main_img_bg {
    width:auto;
	background-color:#333333;
}

#info_bg {
	width:auto;
	height:25px;
	background-image:url(../img/common/info_bg.gif);
	background-repeat:repeat-x;
}

#info_bg ul li {
	float:left;
	background-image:url(../img/common/list_point.gif);
	background-repeat:no-repeat;
	margin-left:20px;
	font-size:10px;
	color:#FFFFFF;
	list-style-type:none;
	padding-left:13px;
	padding-top: 2px;
	
}

#info_bg ul li a {
    color:#FFFFFF;
}

#info_un_bg {
	width:auto;
	height:23px;
	background-image:url(../img/common/info_un_bg.gif);
	background-repeat:repeat-x;
	clear: both;
	line-height: 0;
	font-size: 0px;
}

#info_un_bg ul li {
	float:left;
	background-repeat:no-repeat;
	margin-left:20px;
	font-size:10px;
	color:#ffff33;
	list-style-type:none;
	padding-left:13px;
	padding-top: 2px;
	
}

#info_un_bg ul li a {
    color:#ffff33;
}



#footer_bg {
    background-image:url(../img/common/contents_bg.jpg);
	background-repeat:repeat;
	width:auto;
}

#footer {
	width: 100%;
	background: #000000;
	position: absolute;
	bottom: 0;
	height: 23px;
	font-size:10px;
	color:#FFFFFF;
	left: -7px;
}

#copyright {
	width:400px;
	padding-left:20px;
	float: left;
}


	


/* グローバルナビ設定
---------------------------------------------------- */
#g {
	width:100%;
	clear: both;
	margin-left: 0px;
	background-image: url(../img/common/g_nav_bg.gif);
	background-repeat: repeat-x;
}

#g_navi {
	width:987px;
	margin-left: 0px;
	height: 28px;
	list-style-type: none;
	background-image:url(../img/common/g_nav_2.gif);
}

#g_navi li {
    float:left;
	width:141px;
}

#g_navi li a {
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 28px;
	padding-top: 28px;
	color: #FFFFFF;
	background-image:url(../img/common/g_nav.gif);
}

/*　オフマウス時　*/
#nav01 a { background-position: 0      0; }
#nav02 a { background-position: -141px 0; }
#nav03 a { background-position: -282px 0; }
#nav04 a { background-position: -423px 0; }
#nav05 a { background-position: -564px 0; }
#nav06 a { background-position: -705px 0; }
#nav07 a { background-position: -846px 0; }

/*　選択済み　*/
#nav01 a.stay { background-position:  0     -28px; }
#nav02 a.stay { background-position: -141px -28px; }
#nav03 a.stay { background-position: -282px -28px; }
#nav04 a.stay { background-position: -423px -28px; }
#nav05 a.stay { background-position: -564px -28px; }
#nav06 a.stay { background-position: -705px -28px; }
#nav07 a.stay { background-position: -846px -28px; }


/*　オンマウス時　*/
#nav01 a:hover { background-position:  0     -28px; }
#nav02 a:hover { background-position: -141px -28px; }
#nav03 a:hover { background-position: -282px -28px; }
#nav04 a:hover { background-position: -423px -28px; }
#nav05 a:hover { background-position: -564px -28px; }
#nav06 a:hover { background-position: -705px -28px; }
#nav07 a:hover { background-position: -846px -28px; }

#pankuzu {
	width:800px;
	margin-left: auto;
	margin-right:auto;
	height: 40px;
	list-style-type: none;
	background-repeat: no-repeat;
}

#pankuzu li {
	float:left;
	margin-left:20px;
	margin-top: 10px;
	font-size: 11px;
}


/* メンバー専用グローバルナビ設定
---------------------------------------------------- */
#mem_g {
	width:100%;
	clear: both;
	margin-left: 0px;
	background-image: url(../img/common/g_nav_bg.gif);
	background-repeat: repeat-x;
}

#mem_g_navi {
	width:705px;
	margin-left: 0px;
	height: 28px;
	list-style-type: none;
	background-image:url(../img/common/mem_g_nav.gif);
}

#mem_g_navi li {
    float:left;
	width:141px;
	text-indent:-9999px;
}

#mem_g_navi li a {
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 28px;
	padding-top: 28px;
	color: #FFFFFF;
	background-image:url(../img/common/mem_g_nav.gif);
}

/*　オフマウス時　*/
#mem_nav01 a { background-position: 0      0; }
#mem_nav02 a { background-position: -141px 0; }
#mem_nav03 a { background-position: -282px 0; }
#mem_nav04 a { background-position: -423px 0; }
#mem_nav05 a { background-position: -564px 0; }

/*　選択済み　*/
#mem_nav01 a.stay { background-position:  0     -28px; }
#mem_nav02 a.stay { background-position: -141px -28px; }
#mem_nav03 a.stay { background-position: -282px -28px; }
#mem_nav04 a.stay { background-position: -423px -28px; }
#mem_nav05 a.stay { background-position: -564px -28px; }


/*　オンマウス時　*/
#mem_nav01 a:hover { background-position:  0     -28px; }
#mem_nav02 a:hover { background-position: -141px -28px; }
#mem_nav03 a:hover { background-position: -282px -28px; }
#mem_nav04 a:hover { background-position: -423px -28px; }
#mem_nav05 a:hover { background-position: -564px -28px; }

/* メインコンテンツ
---------------------------------------------------- */

#main_contents {
	max-height:420px;
	overflow:auto;
	width:auto;
	padding-left:35px;
	padding-right:100px;
	clear:both;
	background-color:#FFFFFF;
}


*html #main_contents {
	height:70%;
	overflow:auto;
	width:auto;
	padding-left:35px;
	padding-right:100px;
	clear:both;
	background-color:#FFFFFF;
}

#main_contents_2 {
	max-height:420px;
	overflow:auto;
	width:auto;
	padding-right:100px;
	clear:both;
	background-color:#FFFFFF;
}


*html #main_contents_2 {
	height:70%;
	overflow:auto;
	width:auto;
	padding-right:100px;
	clear:both;
	background-color:#FFFFFF;
}

.box_books {
	width:850px;
	margin-top:20px;
	border-bottom:dotted #666666 1px;
	padding-bottom: 10px;
}

.box_juku {
	width:850px;
	margin-top:3px;
	border-bottom:dotted #666666 1px;
}

.box_img {
    float:left;
	width:120px;
}

.box_name {
	width:720px;
	float:left;
	font-weight: bold;
	color: #000000;
	font-size: 1.7ex;
}

.box_text {
	float:left;
	width:720px;
}

.half {
    width:50%;
	float:left;
}

.half_dvd {
    width:425px;
	float:left;
}

.dvd_60 {
    width:510px;
	float:left;
}

.dvd_60 ul {
    list-style-type:decimal;
	margin-left:10px;
}

.dvd_60 ul li {
    margin-left:23px;
	font-size:90%;
}

.dvd_40 {
    width:340px;
	float:left;
}

.dvd_40 ul li {
    margin-left:15px;
	font-size:90%;
}

.dvd {
    margin-left:10px;
}

.dvd li {
    margin-left:10px;
	font-size:95%;
}

.dvd_contents {
    width:850px;
}

.dvd_koe {
	width:850px;
	height:460px;
	background-image:url(../img/dvd/dvd_bg.gif);
	background-repeat:no-repeat;
	padding-top:35px;
}

.dvd_koe li {
	padding:5px 0 8px 0;
	margin-left:178px;
	list-style-type:circle;
	font-size:13px;
}
	

.box_contact {
	width:850px;
	margin-top:16px;
	border-bottom:dotted #666666 1px;
	padding-bottom: 2px;
}

.input03 {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 10px;
	text-align:center;
	font-size: 14px;
	font-weight: bolder;
}


.lesson {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	border:#999999 double 1px;
	margin-bottom: 15px;
}

.lesson_un {
	border-bottom:#999999 dotted 1px;
	background-color: #fff7e5;
	color: #000000;
}

.lesson_un_2 {
	border-bottom:#999999 dotted 1px;
}

.lesson p {
    padding-left:12px;
}
    
.lesson_un p {
  	color:#000000;
}
	
/* メンバーログインページ
---------------------------------------------------- */

#left {
    float:left;
	width:220px;
	border:#663300 solid 1px;
	background-color:#fbefc7;
}

#right {
	float:left;
	width:610px;
	margin-left:15px;
}
	
/* ブログバナー
---------------------------------------------------- */	
#blog {
	padding:20px;
}
