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

/*------------------------------------*/
/*-------------共通設定---------------*/
/*------------------------------------*/

*{
	margin:0;
	padding:0;
	/* [disabled]line-height:1.6; */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* [disabled]list-style-type:none; */
}

img{
	border:none;
}

/*------------------------------------*/
/*---------大枠ボックス構成-----------*/
/*------------------------------------*/

body{
	font-size:20px;
	text-align:center;
	/*background-image:url(../images/wallpaper7.jpg)*/
	/*background-color:#FCFEEB;*/
}

#wrapper{
	width:750px;
	margin:0px auto;
	text-align:left;
}

#header{
	width:750px;
	height:150px;
	border-top:10px solid #f4e070;
}

#main_visual{
	width:750px;
	height:187px;
	margin-bottom:5px;
	clear:both;
}

#box{
	width:750px;
	margin-top:30px;
	margin-bottom:30px;
}

#footer{
	width:750px;
	height:120px;
	margin-bottom:30px;
}
	

/*----------------------*/
/*-------header---------*/
/*----------------------*/


#header_left{
	width:670px;
	height:70px;
	float:left;
}

#header_right{
	width:180px;
	height:70px;
	float:right;
}

#header h1{
	font-size:12px;
	font-weight:normal;
	/* [disabled]width:670; */
}





/*---------------------*/
/*------navi-----------*/	
/*---------------------*/

#navi{
	width:280px;
	height:40px;
	margin-left:200px;
	margin-right:200px;
	margin-top:80px;
}

#navi2{
	width:280px;
	height:40px;
	margin-left:200px;
	margin-right:200px;
}

/*---------------------*/
/*-------box-----------*/	
/*---------------------*/


#title{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:30px;
	font-size:20px;
	font-weight:bold;
	border-left:solid 5px #FFA500;
	border-bottom:solid 3px #FFE4B5;
	padding:15px;	
}


#text{
	width:640px;
	padding:5px;
	margin-bottom:5px;
	margin-left:30px;
	margin-right:30px;
}

#text_quote{
	background-color:#FFE4B5;
	border:double 8px #FFA500;
    border-radius:15px;
	width:520px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:50px;
	margin-right:80px;
	padding:25px;
}

#vocabulary{
	background-color:#faebd7;
    border-radius:10px;
	width:460px;
	margin-bottom:25px;
	margin-left:80px;
	margin-right:80px;
	padding:25px;
}



/*----------------------*/
/*-------footer---------*/
/*----------------------*/


#footerlink{
	width:750px;
	height:70px;
}

.footerline{
	color:#0000cc;
	font-size:6px;
	margin-left:2px;
	margin-right:2px;
}

#copyright{
	margin-top:80px;
	font-size:16px;
	text-align:right;
}

