/* デフォルト */
* {
	margin: 0; padding: 0;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{

	text-align:center;
	font-size:9px;
	color:#666666;
	letter-spacing:1px;
}
#mother{
	margin:0 auto;
	text-align:left;
	width:800px;
	padding:1% 0px;
}
/* リンク */
a{
	color:#000000;
	text-decoration:none;
}
/* 線 */
hr{
	border:1px solid #999999;
}
/* 画像 */
img{
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}
/* 段落 */
p{
	margin:2px 0px 12px 0px;
}
/* 見出し */
h1{
	font-size:20px;
}
h2{
	color:#000000;
	font-size:14px;
}
h3{
	color:#000000;
	font-size:12px;
}
/* サイトタイトル */
#title{

}
#title h1{
	font-size:24px;
}
#title a{
	text-decoration:none;
}
/* ヘッダーリンク */
#header_link{
	float:right;
	text-align:right;
}
#header_link a{
	color:#777777;

}
#header_link a:hover{
	color:#444444;
}
/* ヘッダー */
#header
{
	clear:right;
	margin-top:2px;
	background-image:url(img/back.jpg);
	width:800px;
	height:200px;
}
/* ヘッダーテキスト */
#header_text{
	color:#FFFFFF;
	font-size:9px;
	float:right;
	margin:10px;
	padding:6px 6px;
	background:#222222;
	width:240px;
	height:160px;
	border:1px dashed #999999;
}
#header_text h2{
	color:#FFFFFF;
	font-size:20px;
}
#header_text p{
	margin:4px 10px;
}
#header_text a{
	color:#55bbee;
	text-decoration:none;
}
#header_text a:hover{
	color:#77ddff;
	text-decoration:none;
}
/* メニュー */
#menu{
	margin:2px 0px;
	padding:4px 54px 4px 0px;
	font-size:11px;
	clear:right;
	text-align:right;
	background:#000000;

	margin-bottom:6px;
	border-bottom:1px solid #999999;
}
#menu a{
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 8px;
}
#menu a:hover{
	background:#666666;
}
/* 記事部分 */
#main{
	float:left;
	width:554px;
	background:#FFFFFF;
	padding-right:4px;

	border-right:1px solid #999999;
}
#main h2{
	color:#333333;
	font-size:16px;
}
#main h3{
	font-size:12px;
}
#main img{
	border:1px solid #CCCCCC;
	padding:1px;
	margin:2px 0px 2px 6px;
}
/* 記事部分リンク */
#main a{
	color:#4488BB;
	text-decoration:none;
}
#main a:hover{
	color:#226699;
	text-decoration:underline;
}

/* 記事部分リスト */
#main ul{

	margin:12px 0px 12px 24px;
}
#main li{
	margin:4px 0px;
	list-style-image:url(img/list.gif);
}
/* 引用 */
blockquote{
	color:#444444;
	background: url('img/block.gif') no-repeat #EEEEEE;
	display: block;
	margin:2px 20px 12px 20px;
	padding:12px 12px;
}
/* サイドバー */
#sidebar{
	width:204px;
	float:right;
	padding:4px 16px;
}
#sidebar p{
	width:204px;
}
/* サイドバーリスト */
#sidebar ul{
	width:180px;
	margin:12px 0px 12px 24px;
}
#sidebar li{
	margin:4px 0px;
	list-style-image:url(img/list.gif);
}
/* サイドバーリンク */
#sidebar a{
	color:#4488BB;
}
#sidebar a:hover{
	color:#226699;
	text-decoration:underline;
}
/* フッター */
#footer{
	margin-top:8px;
	padding-top:4px;
	width:800px;
	border-top:1px solid #999999;
	text-align:right;
	color:#AAAAAA;
}
#footer a{
	color:#999999;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}












