@charset "utf-8";
/* CSS Document */

/*共通*/

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

*{
	margin:0px;
	padding:0px;
	color:#333333; 
}
body,td {
	font-size:12px;
	}
p { 
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	margin-right:20px;
	margin-bottom:15px;
    line-height: 20px;
	text-align: left; 
}
a {
	color: #001F99;
	font-size: 16px;
	font-weight: bold;
}

td img {
	display: block;
}

img {
	border:0px;
}




/* クラス */
	/* h1より大きいコンテンツタイトル */
　　.big {
	font-size: 15px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 20px;
	}
	
	
	/* 赤字 */
	.style1 {color: #990000}

			/* コンテンツタイトル */
			.title{
				font-size: 14px;
				font-weight: normal;
				color: #000000;
				text-decoration: underline;				
				line-height: 20px;
			}
			
			/* パン屑 */
			h2 {
				font-size: 10px;
				font-weight: normal;
				color: #333333;
				margin-top: 0px;
				margin-right: 5px;
				margin-bottom: 0px;
			}
			
			
			/*ブログタイトル*/
			.blog_1 {
				color: #333333;
				margin-top: 0px;
				margin-right: 5px;
				margin-bottom: 0px;
			}
		
			/* テーブル用 */	
			.te {
				color: #000000;
				margin-top: 0px;
				margin-right: 5px;
				margin-bottom: 0px;
				margin-left: 5px;
			}
			
			/* テーブル用(小) */	
			.te1 {
				color: #000000;
				margin-top: 0px;
				margin-right: 5px;
				margin-bottom: 0px;
				margin-left: 5px;
				font-size: 10px;
				float:left;
			}
		   /* テーブル用(小) */	
			.te2{
				color: #666666;
				margin-top: 0px;
				margin-right: 5px;
				margin-bottom: 0px;
				margin-left: 5px;
				font-size: 10px;
			}
			/* 最終更新&gallery */
			.update{
				font-size: 12px;
				font-weight: lighter;
				color: #333333;
				margin:10px;
				line-height: 20px;
			}
			/* 練習 */
			.lesson{
				font-size: 12px;
				color: #333333;
				margin:10px;
				line-height: 20px;
				font-weight: bold;
			}
			.p_top{
				float:left;
				background-color:#9ADAFD;
				font-size: 12px;
				font-weight: lighter;
				color: #333333;
				line-height: 20px;
	
				}


/*  個別　*/
#main{
	width:920px;
	float:center;
	margin:10px auto;	
	background-color:#9ADAFD;
}
#rogo{
	width:920px;
	height:100px;
	background-color:#9ADAFD;
}
#blog{
	width:920px;
	height:30px;
	background-image:url(images/hed_blo.jpg);
	margin-bottom:20px;
}


#menu{
	float:left;
	width:160px;
	background-color:#9ADAFD;
	padding-bottom:50px;
}
#content{
	margin-right:20px;
	margin-left:20px;
	float:left;
	width:520px;
	background-color:#9ADAFD;
	padding-bottom:20px;
	}


#right{
	float:right;
	width:200px;
	background-color:#9ADAFD;
	margin-bottom:0px;
}
#bottom{
	width:920px;
	background-color:#9ADAFD;
}


#copy{
	width:920px;
	height:50px;
	float:right;
	background-color:#9ADAFD;

}
#top_text{
	float:left;
	width:420px;
	margin-bottom:250px;
}
#p_top2{
	float:right;
	width:100px;
	background-color:#9ADAFD;
	margin-right:0px;

}
h1 {
	margin-left: 20px;
	text-align: left; 
}

