/* CSS Document */

body {
	text-align:center;
	margin:0;
	padding:0;
	background-color:#000000;
	background-image:url(bg.png);	/* 背景画像の定義 */
}
a {
	color:#000066;	/* リンク文字の色 */
}
a:visited {
	color:#999999;	/* 訪問済みリンク文字の色 */
}

#base {
	margin:0 auto;
	width:800px;
	border-left:#999999 solid 1px;	/* 中央画面左サイドの線 */
	border-right:#999999 solid 1px;	/* 中央画面右サイドの線 */
	background-color:#FFFFFF;		/* 中央画面の背景色 */
	text-align:left;
}

#header {
	height:233px;		/* ヘッダー部分の高さ[ヘッダー部分の画像と同じ高さにしてください] */
	background-image:url(header.png);		/* ヘッダー部分の画像定義 */
	background-position:top;
	background-repeat:no-repeat;
}

#main {
	float:left;
	width:600px;
	margin:0 0 20px 0;
}
div.article {
	border-bottom:#AAAAAA solid 1px;
	margin:10px 10px 20px 10px;
}
h2 {	/* メインカラム(左)の記事のタイトル部分 */
	margin:10px 0;
	padding:5px 0;
	border-left:#000066 solid 7px;
	font-size:100%;
	text-indent:2em;
	font-weight:bold;
}
div.text {	/* メインカラム(左)の記事のテキスト部分 */
	padding:0 10px 10px 50px;
	font-size:80%;
	line-height:1.5;	
}
#sub {
	float:right;
	width:198px;
	margin:0 0 20px 0;
}
.take {
	font-size: small;
	line-height: 200%;
	padding: 5px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	border: 1px solid #797F8F;
	background-color: #D6D6D6;
}

.machi {
	font-size: small;
	line-height: 200%;
	padding: 5px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	border: 1px solid #797F8F;
}
.machichan{     
     background-color:#ffc5c3;     
     
}
.capt span{
	display: block;
	font-size: x-small;
	text-align: center;
}

h3#menulogo {
	background-image:url(menu-logo.png);	/* メニュータイトル画像URL */
	height:30px;
	text-indent:-9999px;
	margin:10px 0 0 0;
}
.mojired{
	color:#ff0000;
}
div.imagebox_left{
	float: left;
	padding: 0 5px 5px 5px;
}

.imagebox_left span{
	display: block;
	font-size: x-small;
	text-align: center;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}
div.imagebox_right{
	float: right;
	padding: 0 5px 5px 5px;
}

.imagebox_right span{
	display: block;
	font-size: x-small;
	text-align: center;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}

ul#menu {
	margin:5px 0 0 15px;
	padding:0;
	list-style:none;
}
ul#menu li {
	line-height:0;
	border-bottom:#999999 solid 1px;
}
ul#menu li a {
	display:block;
	width:100%;
	line-height:1.5;
	font-size:80%;		/* メニューの文字の大きさ */
	text-decoration:none;
	text-indent:7px;
}
ul#menu li a:hover {
	background-color:#DDDDDD;	/* メニューのマウスオーバー時の背景色 */
	background-image:none;
}

div.link {
	margin:10px 0;
	background-image:url(link-bg.png);
}
div.link div.comment {
	margin:5px 0;
	float:right;
	width:245px;
}
div.link div.img {
	float:left;
	border:#999999 solid 1px;
}
div.link a img {
	border:0;
}

#footer {
	margin:0;
	padding:5px 0;
	clear:both;
	border-top:#999999 solid 1px;
	text-align:center;
	font-size:80%;
}