/* デフォルト */
* {
	margin: 0; padding: 0;  
	
}
body{
	padding:8px 0px;
	text-align:center;
	letter-spacing:1px;
	font-size:12px;
	background:FFFFFF;
}
#mother{
	color:#000000;
	margin:0 auto;
	width:730px;
	text-align:left;
	background:FFFFFF;
}
/* 画像 */
img{
	border:1px solid #888888;
}
/* トップ画像 */
#bg{
	margin-top:4px;
	margin-bottom:4px;
	padding-bottom:4px;
	border-bottom:2px solid #000000;
	width:600px;
	height:200px;
	background:url() no-repeat left top #FFFFFF;
}
/* 見出し */
h1{
	color:#000000;
	font-size:20px;
}
h2{
	clear:right left;
	font-size:16px;
}
h3{
	font-size:14px;
}
/* リンク */
a{
	color:#00ff66;
	text-decoration:none;
}
a:hover{

}
/* ヘッダ */
#header{
	width:730px;
	height:64px;
	border-top:12px solid #000000;
	background:#FFFFFF;
}
/* タイトル */
#title{

}
#title a{
	color:#333333;
}
/* メインメニュー */
#main_menu{
	width:730px;
	background:#000000;
}
#main_menu ul{
		padding: 10px 10px 10px 0px;
		background:#000000;
}
#main_menu li{
		display:inline;

}
#main_menu a{
		padding: 5px 5px;
		text-decoration: none;

}
#main_menu a:hover{
		color:#ffff00;
		background:#00cccc;

}
.active{
	color:#ffff00;
	background:#667788;
}
/* 記事部分 */
#main{
	color:#555555;
	width:730px;
	background:#FFFFFF;
}
#main_text{
	width:510px;

	float:left;

}
#main_text h2{
	width:510px;
}
#main_text h3{
	width:510px;
}
#main_text h4{
	width:510px;
}
#main_text p{
	margin:2px 12px 12px 12px;
}
#main_text a{
	font-size:12px;
	color:#667788;
	border-bottom:1px dotted #778899;
}
#main_text a:hover{

	color:#445566;
}
#main_text ul{
	line-height:110%;
	margin:3px 12px 12px 28px;
}
#main_text li{
	background:#FFFFFF;
}
.meta{
	width:510px;
	font-size:12px;
	margin-bottom:12px;
	text-align:right;
	border-bottom:1px solid #CCCCCC;
}
/* サブメニュー */
#sub_menu h2{
	width:212px;
}
#sub_menu h3{
	width:212px;
	color:#222222;
}
#sub_menu{
	width:212px;
	float:right;
}
#sub_menu ul{
	list-style:none;
	margin:0px 0px 12px 8px;
}
#sub_menu li a{
	margin:2px 0px;
	width:204px;
	display:block;
	line-height:200%;
	background:#F7F7F7;
}
#sub_menu li a:active{
	color:#FFFFFF;
	background:#CCCCCC;
}
#sub_menu a:hover {
	color:#444444;
	background:#E1E9EE;
}
#sub_menu p{
	margin:4px 8px 12px 8px;
}
/* フッター */
#footer{
	width:730px;
	clear:left;
	font-size:10px;
	text-align:right;
	border-top:16px solid #000;
}
#footer a:hover{
	color:#445566;
}

strong{background-color:#ffff00}







