/* CSS Document */

/*-----▼----------------*/
/*-----▲----------------*/

/* コンテンツ */
html, body {
	height:100%;
	width:auto;
	background:url(../image/tutorial/body.gif) top left repeat-x #FCFDFB;
}
#container {
	width: 880px;
	padding:0 0 0 12px;
	background:url(../image/tutorial/kage.png) top left repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -44px 32px; /* 下部marginはfooterの高さのネガティブmargin */
}

body > #container {
　height: auto;
}
.header {
	width: 856px;
	height:159px;
	margin:0;
	background:url(../image/tutorial/head.jpg) top left no-repeat;
}
.top_logo{
	position:absolute;
	left:57px;
	top:7px;
}
/*-ヘッダーボタン-*/
ul.header_menu {
	overflow:hidden;
	margin:0;
	width: 856px;
	height:159px;
}

ul.header_menu li {
	width:88px;
	height:74px;
	list-style:none;
	overflow:hidden;
	position:relative;
	margin:0;
}

ul.header_menu li img {
	position:absolute;
}

ul.header_menu li a:hover {/*-IE6、IE7用-*/
	background:transparent;
}


ul.header_menu li.about {
	position:absolute;
	top:32px;
	left:320px;
}

ul.header_menu li.about img {
	left:0;
	top:0;
}

ul.header_menu li.about a:hover img {
	left:0;
	top:-74px;
}

ul.header_menu li.school {
	position:absolute;
	top:46px;
	left:418px;
}

ul.header_menu li.school img {
	left:-88px;
	top:0;
}

ul.header_menu li.school a:hover img {
	left:-88px;
	top:-74px;
}

ul.header_menu li.bbs_up {
	position:absolute;
	top:64px;
	left:510px;
}

ul.header_menu li.bbs_up img {
	left:-176px;
	top:0;
}

ul.header_menu li.bbs_up a:hover img {
	left:-176px;
	top:-74px;
}
ul.header_menu li.friend {
	position:absolute;
	top:80px;
	left:602px;
}

ul.header_menu li.friend img {
	left:-264px;
	top:0;
}

ul.header_menu li.friend a:hover img {
	left:-264px;
	top:-74px;
}

ul.header_menu li.gray img {
	top:-222px;
}

/*-ヘッダーボタン-*/
/*-新規登録ボタン-*/
div.regist_page {
	overflow:hidden;
	margin:0 0;
	width:184px;
	height:52px;
	position:relative;
	top:60px;
	left:12px;
}

div.regist_page div {
	height:26px;
	overflow:hidden;
	position:relative;
	margin:0;
}

div.regist_page div img {
	position:absolute;
	left:0;
	top:0;
}

div.regist_page div a:hover img {
	left:0;
	top:-26px;
}
div.regist_page div a:hover{/*-IE6、IE7用-*/
	background:transparent;
}

/*-新規登録ボタン-*/

.contents_area, .contents_area_single{
	width:820px;
	height:100%;
	background:url(../image/tutorial/container_bg.jpg) top left no-repeat;
	min-height:600px;
	padding:26px 20px 0 16px;
	height: auto !important;
	height: 100%;
}
.contents_area_single{
	background:url(../image/tutorial/container_single_bg.jpg) top left no-repeat;
}

/*-パンくずリスト-*/
ol#topicPath {
	margin: 0 0 10px 2px;
	padding: 0;
	font-size: 90%;
	list-style: none;
	height:1em;
	position:absolute;
	top:162px;
	left:60px;
}
ol#topicPath li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(../image/tutorial/path_pic.gif) no-repeat 0 50%;
}
ol#topicPath li.home {
	padding-left: 0;
	background: none;
}
ol#topicPath li a:link,
ol#topicPath li a:visited {
	color: #36F;
	text-decoration: underline;
}
ol#topicPath li a:hover,
ol#topicPath li a:active {
	color: #FF6633;
	text-decoration: underline;
}
ol#topicPath li em {
	color:#238000;
	font-style: normal;
	font-weight: normal;
}
/*-パンくずリスト-*/
/*-ページ移動ナビ-*/
.page_navi{
	margin:0;
	float:right;
}
div.m_tb30{
	margin:30px 0;
}
.page_navi ul{
	text-align:center;
	list-style:none;
	overflow:hidden;
	/* [disabled]float:left; */
	width:auto;
	margin:0 0 0 15px;
}
.page_navi li{
	float:left;
	border:1px solid #C2D1B4;
	padding:1px 0 1px 1px;
	margin:0 6px 0 0;
}
.page_navi li a{
	text-decoration:underline;
	padding:1px 8px 2px;
	color:#335F19;
	background-color:#F4FAE6;
}
.page_navi li a:hover{
	text-decoration:underline;
	color:#0C6DB7;
	background-color:#98E3EA;
}
.page_navi li.current_page{
	background-color:#FDF16C;
	color:#9B5D00;
	padding:1px 8px 1px;
}
/*-ページ移動ナビ-*/
.sub_menu{
	float:right;
	width: 170px;
	margin:0;
	overflow:hidden;
}
.sub_menu ul{
	width:160px;
	padding:0 6px 0;
}
.sub_menu li{
	margin:10px 2px;
	display:block;
	width:160px;
}
.sub_menu li a{
	display:block;
	border-bottom:1px solid #3874E4; 
	padding:0 0 3px;
}
.sub_menu li a:hover{
	text-decoration: none;
}
.sub_menu li a:hover{
	border-bottom:1px solid #FF855C; 
}

.sub_menu li.select{
	border-bottom:1px solid #238000;
	color:#238000; 
	padding:0 0 3px 17px;
	background: url(../image/tutorial/select_star.gif) 0% 50% no-repeat;
}



.contents_in{
	float:left;
	width: 614px;
	padding:10px;
}
.contents_single_in{
	width:auto;
	padding:10px;
}
.contents_in h3{
	color:#F55C00;
	background: url(../image/tutorial/star_h.gif) left bottom no-repeat;
	height:33px;
	padding-left:2em;
	padding-top:5px;
	font-size:160%;
	clear:both;
}
.contents_single_in h2{
	background: url(../image/tutorial/about_h2bg.gif) left center repeat-x;
	margin:5px 0 0;
	padding:0 20px;
}
.contents_single_in h3{
	margin:0 0 10px;
}

.contents_in p, .contents_single_in p{
	color:#194C0B;
	line-height:150%;
}
.about_charafre{
	margin:10px 20px 10px 20px;
	font-size:16px;
}
.about_charafre p{
	margin:20px 0 10px;
	font-size:80%;
	letter-spacing:2px;
	line-height:240%;
	font-weight:600;
	color:#7D594F;
}
.about_charafre p span{
	padding:0 0 3px;
	border-bottom:1px solid #DBDBDB;
}
.t_pic_box img, .t_pic_box2 img ,.t_pic_box3 img{
border:1px dotted #8ECE73;

}

.t_box,.t_pic_box,.t_pic_box2,.t_pic_box3{
	padding:10px 10px;
	margin:10px;
	border:2px solid #C8ECB6;
	clear:both;
}
.t_pic_box p{
	float:right;
	width:290px;
}
.t_pic_box img{
	float:left;
}
.t_pic_box2 p{
	width:260px;
	padding:0 5px;
	margin:5px 0 0;
	text-indent:12px;
	background: url(../image/tutorial/p_3kaku.gif) left 4px no-repeat;
}
.t_pic_box3 p{
	padding:0 5px;
	margin:5px 0;
}
.t_pic_box3 img{
	border:1px solid #AEAEAE;
}

.t_pic_box2 div.float_l,.t_pic_box2 div.float_r{
	width:270px;
	margin:5px 0;
}
.t_box3{
	border:1px solid #CEE3B1;
	background:#FCFFF8;
	padding:5px 10px 10px;
	margin:10px;
}
.t_box3 p{
	padding:0 5px 0 40px;
	margin:5px 0;
}


p.cap_title{
	float:none;
	color:#FFF;
	font-weight:bold;
	background: url(../image/tutorial/class_bg.gif) left top no-repeat;
	margin:0 0 0;
	padding:2px 18px;
	width:auto;
	text-indent:0;
}

p.float_r{
	float:right;
	width:290px;
	padding:0;
	margin:0;
	text-indent:0;
	background:none;
}
.page_top{
	margin:0 0 0 530px;
	text-align:right;
}
.contents_single_in .page_top{
	margin:0 0 0 720px;
}
.page_top a{
	color:#337F10;
	background: url(../image/tutorial/p_3kaku.gif) left 3px no-repeat;
	border-bottom:1px solid #FFF;
	padding:0 0 0 20px;
	text-decoration:none;
}
.page_top a:hover {
	border-bottom:1px solid #337F10;
}


/*-生徒会メンバー-*/
.fance{
	margin:0 10px 30px;
	padding:0 10px 20px;
	width:490px;
	border:1px solid #d3d3d3;
}
.fance h4 {
	background:#69b20f;
	text-align:center;
	width:485px;
	height:33px;
	color:#FFF;
	background: url(../image/tutorial/h4_fance.gif) top left no-repeat;
	margin:15px 0;
	padding:7px 0 0;
	font-size:139%;
}
.member{
	width:462px;
	height:133px;
	background:#F00;
	background: url(../image/tutorial/member_base.gif) 1px 1px no-repeat;
	margin:5px auto;
}
.chara_base{
	width:91px;
	height:100px;
	overflow:hidden;
	background: url(../image/tutorial/member_all.png) -64px -1px no-repeat;
	float:left;
	margin:17px 0 0 18px;
}
.member img{
	overflow:hidden;
	position:static;
}

.member_info{
	float:right;
	width:276px;
	height:112px;
	margin:11px 9px 0 6px;
	padding-right:60px;
}
.member_name{
	width:238px;
	height:26px;
	background: url(../image/tutorial/member_all.png) 0px -714px no-repeat;
	border-bottom:#69b20f 1px solid;
}
p.member_name{
	font-size:139%;
	font-weight:bolder;
	color:#398b02;
	position:relative;
	padding-left:44px;
	padding-top:22px;
	letter-spacing:0.2em;
}
p.member_name span{
	color:#69b20f;
	position:absolute;
	font-size:14px;
	top:0px;
}

p.member_txt{
	margin-top:8px;
	height:58px;
	width:284px;
	overflow:hidden;
	line-height:19px;
}

.chara_01 img{
	margin-top:-103px;
	margin-left:-64px;
}
.chara_02 img{
	margin-top:-205px;
	margin-left:-64px;
}
.chara_03 img{
	margin-top:-307px;
	margin-left:-64px;
}
.chara_04 img{
	margin-top:-409px;
	margin-left:-64px;
}
.chara_05 img{
	margin-top:-511px;
	margin-left:-64px;
}
.chara_06 img{
	margin-top:-613px;
	margin-left:-64px;
}
.chara_01 .member_info{
	background: url(../image/tutorial/member_all.png) 280px -1px no-repeat;
}
.chara_02 .member_info{
	background: url(../image/tutorial/member_all.png) 280px -116px no-repeat;
}	
.chara_03 .member_info{
	background: url(../image/tutorial/member_all.png) 280px -231px no-repeat;
}	
.chara_04 .member_info{
	background: url(../image/tutorial/member_all.png) 280px -346px no-repeat;
}	
.chara_05 .member_info{
	background: url(../image/tutorial/member_all.png) 280px -461px no-repeat;
}	
.chara_06 .member_info{
	background: url(../image/tutorial/member_all.png) 280px -576px no-repeat;
}	
/*-吹き出し-*/
.fuki_box{
	margin:20px 0 20px 15px;
	min-height:85px;
}

.fuki_tr {
	margin:0 6px 0 85px;
	padding:0 0 0 0;
	background:url("../image/tutorial/fuki_tr.gif") no-repeat right top;
	display:inline-block;
	color:#294C29;
	letter-spacing:0.1em;
	line-height:1.5em;
}

.fuki_tl {
	margin:0;
	padding:0;
	background: url("../image/tutorial/fuki_tl.gif") no-repeat left top;
	display:inline-block;
}

.fuki_br {
	margin:0;
	padding:0;
	background: url("../image/tutorial/fuki_br.gif") no-repeat right bottom;
	display:inline-block;
}

.fuki_bl {
	margin:0;
	padding:0;
	background: url("../image/tutorial/fuki_bl.gif") no-repeat left bottom;
	display:inline-block;
	padding:1em 1em 1em 26px; 
}

/*-IE6,7用-*//*-inline-blockをIE5～7で再現-*/
.fuki_tr,
.fuki_tl,
.fuki_br,
.fuki_bl {
	display:inline-block;
}
* html .fuki_tr,
* html .fuki_tl,
* html .fuki_br,
* html .fuki_bl {
	display:inline;
	zoom:1;
}
*:first-child+html .fuki_tr,
*:first-child+html .fuki_tl,
*:first-child+html .fuki_br,
*:first-child+html .fuki_bl { 
	display:inline;
	zoom:1;
}
/*--*/


.question{
	color:#208bbd;
	border-bottom:1px solid #208bbd;
	margin:10px 0;
	padding:3px;
}
.answer_area{
	padding:1px 0 1px;
	margin-bottom:10px;
	background:#fbf9ec url("../image/tutorial/answer_area_bg.gif") no-repeat left bottom;
	width:615px;
	overflow:hidden;
}
.chara05bg{
	background: url("../image/tutorial/chara05bg.jpg") no-repeat left top;
	padding-left:128px;
}

.chara01_fuki,
.chara02_fuki,
.chara03_fuki,
.chara04_fuki,
.chara05_fuki,
.chara06_fuki{
	position:absolute;
	width:75px;
	height:97px;
	overflow:hidden;
	margin:-15px 0 0 0;
	background-image:url("../image/tutorial/fuki_face_base.gif") ;
	background-repeat:no-repeat;
	left:86px;
}
/*--キャラ--*/
.chara01_fuki{
	background-position:-1px -1px;
}
.chara01_fuki img{
	margin-left:-1px;
}
.chara02_fuki{
	background-position:-78px -1px;
}
.chara02_fuki img{
	margin-left:-78px;
}
.chara03_fuki{
	background-position:-155px -1px;
}
.chara03_fuki img{
	margin-left:-155px;
}
.chara04_fuki{
	background-position:-232px -1px;
}
.chara04_fuki img{
	margin-left:-232px;
}
.chara05_fuki{
	background-position:-309px -1px;
}
.chara05_fuki img{
	margin-left:-309px;
}
.chara06_fuki{
	background-position:-386px -1px;
}
.chara06_fuki img{
	margin-left:-386px;
}


/*--表情--*/
.face_a img{
	margin-top:-1px;
}
.face_b img{
	margin-top:-100px;
}
.face_c img{
	margin-top:-199px;
}
.face_d img{
	margin-top:-298px;
}
.face_e img{
	margin-top:-397px;
}
.face_f img{
	margin-top:-496px;
}
.face_g img{
	margin-top:-595px;
}
.face_h img{
	margin-top:-694px;
}
.face_i img{
	margin-top:-793px;
}
.face_j img{
	margin-top:-892px;
}

/*-名前-*/
.chara_name{
	position:relative;
	margin:0;
}

.chara_name span{
	position:absolute;
	display:block;
	top:69px;
	left:-9px;
	overflow:hidden;
	width:97px;
	height:24px;

}
span.chara01_name img{
	margin-top:0px;
}
span.chara02_name img{
	margin-top:-25px;
}
span.chara03_name img{
	margin-top:-50px;
}
span.chara04_name img{
	margin-top:-75px;
}
span.chara05_name img{
	margin-top:-100px;
}
span.chara06_name img{
	margin-top:-125px;
}

/*-ローンチページ-*/

.launch{
	width:836px;
	padding:0;
	position: relative;
}
span.headimg{
	display: block;
	width: 205px;
	height: 150px;
	position: absolute;
	top: 150px;
	z-index: 1;
	right: 10px;
	background: url(../image/tutorial/launch_01_07.png) no-repeat;
}
.launch_contents_area {
	width:820px;
	height:100%;
	background:url(../image/tutorial/container_single_bg.jpg) top left no-repeat;
	min-height:600px;
	padding:24px 20px 0 16px;
	height: auto !important;
	height: 100%;
}
.contents_area_single{
	background:url(../image/tutorial/container_single_bg.jpg) top left no-repeat;
}

.launch_contents_area .page_top{
	margin:0 0 0 720px;
}


.launch .launchTop{
	background: url(../image/tutorial/launch_01_01.jpg) no-repeat 0;
	height: 374px;
}

.launch .launchMiddle{
	background: url(../image/tutorial/launch_01_02.jpg) no-repeat 0;
	height: 305px;
	padding-top: 36px;
}

.launch .launchBottom{
	background: url(../image/tutorial/launch_01_06.jpg) no-repeat 0;
	height: 334px;
	position: relative;
}
.launch h2{
	margin:0;
	padding-top: 101px;
	padding-left:355px;

}

.launch div.launchMiddle p{
	padding-left: 70px;
	margin: 0;
}

.launch div.launchRegist,
.launch div.launchMore,
.launch div.launchLogin {
	text-indent: -997em;
}

.launch div.launchRegist a {
	margin-left: 413px;
	width: 322px;
	height: 90px;
	display: block;
	background: url(../image/tutorial/launch_regist.png) no-repeat;
}

.launch div.launchRegist a:hover {

	background: url(../image/tutorial/launch_regist.png) no-repeat 0 -90px;
}

.launch .launchMore a  {
	margin-top: 5px;
	margin-left: 180px;
	width: 228px;
	height: 65px;
	display: block;
	background: url(../image/tutorial/launch_more.png) no-repeat;
}

.launch .launchMore a:hover  {
	background: url(../image/tutorial/launch_more.png) no-repeat 0 -65px;
}

.launch div.launchLogin a {
	width: 325px;
	height: 75px;
	display: block;
	background: url(../image/tutorial/launch_login.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 15px;
}

.launch div.launchLogin a:hover  {
	background: url(../image/tutorial/launch_login.png) no-repeat 0 -75px;
}































.footer, .push {
	height: 44px; /* pushとfooterは同じ高さ */
}
.footer {
	width: 857px;
	margin: 0 0 0 44px;
	background:#379310 url(../image/tutorial/footer.gif) no-repeat left top;
	text-align:center;
	overflow:hidden;
}
.footer span{
	color:#FFF;
	font-weight:bold;
	font-size:120%;
	position:relative;
	top:-13px;
	right:10px;
}
.footer img{
	margin:8px 0 0 0px;
}
