/* CSS Document */

body {
	margin:0;
	background-color:#FFFFFF;
	text-align:center;
}
#base {
	margin:0 auto;
	width:800px;
	border-left:#aaaaaa solid 1px;
	border-right:#aaaaaa solid 1px;
	text-align:left;
}
#header {
	border-bottom:#aaaaaa solid 1px;
	background-image:url(bg.jpg);
	background-position:50% 50%;
	height:166px;					/*サイトロゴの画像の高さを指定してください(画像が変形するわけではありません)*/
}
h1 {
	margin:0;
	padding:0;
	text-indent:-9999px;
	background-image:url(logo.png);	/*サイトロゴのURL*/
	background-repeat:no-repeat;
	background-position:right;
	height:166px;					/*サイトロゴの画像の高さを指定してください(画像が変形するわけではありません)*/
}

#sub {
	float:left;
	margin:0 0 50px 0;
	padding:0 0 50px 0;
	width:266px;
	background-image:url(right-border.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
h2 {
	margin:0 1px 10px 0;
	padding:0 5px 0 0;
	font-size:100%;
	background-image:url(menu-logo.png);
	background-repeat:no-repeat;
	height:30px;
	text-indent:-9999px;
}
#sub ul {
	margin:0 1px 20px 0;
	padding:0;
	list-style:none;
}
#sub ul li {
	line-height:0;
}
#sub ul li a {
	display:block;
	line-height:1.3;
	font-size:15px;
	text-decoration:none;
	color:#999999;
	text-indent:30px;	
}
#sub ul li a:hover {
	background-color:#DDDDDD;
	background-repeat:no-repeat;
}
.menu li a:hover {
	background-image:url(top-menu.png);
	background-position:245px 50%;
}
#link li a:hover {
	background-image:url(link-bg.png);
	background-position:200px 50%;
}
#main {
}
div.article {
	margin:20px 20px 20px 280px;
	border-bottom:#CCCCCC solid 1px;
}
h3 {
	margin:5px 0;
	font-size:100%;			/*記事タイトルの文字サイズ*/
	border-bottom:#CCCCCC solid 5px;
	text-indent:10px;
	color:#000000;			/*記事タイトルの色*/
}
div.text {
	padding:7px 20px;
	font-size:80%;			/*本文テキストの文字サイズ*/
	line-height:1.4;		/*本文テキストの行間設定(通常は1.0)*/
	color:#000000;			/*本文テキストの色*/
}

#footer {
	clear:both;
	padding:20px 0;
	border-top:#aaaaaa solid 1px;
	font-size:80%;
	text-align:center;
}	