/*---Initialize---*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	color:#442828;
} 
table{
	border-collapse:collapse;
	border-spacing:0;
} 
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:90%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{ border:0
}

a{
	color:#2698FF;
}

a:hover{
	color:#3366FF;
}

/*---------------------------
Body
---------------------------*/

body{
 	width:100%;
}

div#html_container{
	/*background:#CCFFCC;*/
	/*background:#001E55;*/
	background:#FF9966;

}

div#wrapper_a{
	background-color:#FFFFFF;
	width:800px;
	height:333px;
}
div#wrapper_b{
	background-color:#FFFFFF;
	width:800px;
}

div#wrapper_c{
	width:800px;
	height:60px;
}

.wrapper_2{
	/*background-color:#FFFFFF;*/
	width:800px;
	height:445px;  
	position:relative;

 	border-bottom: 1px dotted red;

}

.wrapper_2a{
	/*background-color:#FFCC99;*/
	width:800px;
	position:relative;
	top:20px;
}

.wrapper_2a_1{/*キャラクター画像*/
	/*background-color:#FFCC99;*/
	width:150px;
	float:left;
}
.wrapper_2a_2{/*各種テキスト*/
	/*background-color:#FFFFFF;
	background-color:#FFCC99;*/
	width:650px;
	float:left;

}

.wrapper_2b{
	/*background-color:#CCCC66;*/
	width:400px;
	height:150px;
	float:left;
	position:relative;
	margin-top:35px;
}
.wrapper_2c{
	/*background-color:#CC6666;*/
	width:350px;
	height:195px;/*height:150px;*/
	float:right;
	position:relative;
	text-align:left;
	margin-top:35px;

}

.wrapper_2c_1{
	margin-left:5px;
	margin-top:10px;
	line-height:160%;
	float:left;
	margin-right:60px;
	font-size:85%;

	/*margin-left:10px;
	margin-top:10px;
	line-height:160%;
	float:left;
	margin-right:35px;*/
}


/*---------------------------
Body_CLASS
---------------------------*/

.info_img_picture{
	float:right;
}
.info_img_title{
	float:left;
	margin-left:10px;
}
.info_subtitle{
	margin-top:10px;
	margin-left:10px;
	float:left;
	color:#FF6600;
	font-size:120%;
	font-weight:bold;
	text-align:left;
}
.info_text{
	margin-top:16px;
	margin-left:10px;
	margin-bottom:15px;
	float:left;
	width:550px;
	text-align:left;
	line-height:160%;
}

.btn1_txt{
	margin-left:75px;
	margin-top:10px;
	line-height:160%;
	font-size:80%;
	text-align:left;
}

div#textbook{
	/*background-color:#CC6666;*/
	margin-left:5px;
	width:350px;
	height:45px;
	float:left;
	text-align:left;
	margin-top:20px;
	margin-right:20px;
	font-size:85%;
}
div#textbook h6{
	color:#A2A2A2;
	line-height:160%;
}

div#footer{
	width:800px;
	height:60px;
}
 
#logo{
	float:left;
	margin-left:10px;
}
#logo_txt{
	float:left;
	position:relative;
	top:15px;
	left:8px;
	font-size:75%;
}
