@charset "UTF-8";
/* ------ 全体構造 ------ */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	line-height: 170%;
	font-family: verdana, helvetica, arial, 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Osaka','ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'MS UI Gothic';
	background:#ffffff url( img/bg_body.gif) repeat-x;
}

#body {
	margin:0px auto 0px auto;
	width: 800px;
}

th, td {
	vertical-align: top;
	color: #333333;
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	line-height: 160%;
}
img, a img {
	border: 0;
}

sup, sub {
	font-size: 60%;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin:0px;
	padding:0px;
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	font-weight: normal;
}

p {
	margin-top:10px;
}



/* ------ メイン ------ */
#mainarea {
	margin: 10px 10px 20px 10px;
	padding: 0px;
}

ul#twitter_update_list {
	margin:0px;
	padding:0px;
}
ul#twitter_update_list li span {
	display:block;
}
ul#twitter_update_list li span.date-fmt {
	color:#396523;
	font-weight:bold;
}
ul#twitter_update_list li {
	margin: 0px;
	padding: 15px;
	border-bottom:#d9d9d9 1px solid;
	list-style:none;
}

a img.border{
	padding:1px;
	border:#d9d9d9 1px solid;
}
a:hover img.border{
	border:#396523 1px solid;
}


.textbox01 {
	margin:20px 0px;
	padding:15px 20px;
	background:#fff9db;
	color:#000;
}



/* ------ フッター ------ */
#footerarea {
	margin:0px;
	padding:0px 0px 15px 0px;
	width:100%;
	border-top:#9ac842 2px solid;
	background:#f3f9e5;
}
#footerbox {
	margin:0px auto 0px auto;
	width: 780px;
}


/* ------ リンク設定 ------ */
a:link { color: #058cff; text-decoration: none; }
a:visited { color: #058cff; text-decoration: none; }
a:hover { color: #058cff; text-decoration: underline; }
a:active { color: #058cff; text-decoration: underline; }


/* ------ クリアー ------ */

.clearboth {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	border-top: transparent 0px solid;
}
/*（WiniE4〜6用ハック）*/ 
.clearboth {
	_display: inline-block;
	_height: 0px;
	_font-size: 0;
	_line-height: 100%;
	_overflow: hidden;
}

/*（WiniE7用ハック）*/ 
*+html .clearboth {
	display: inline-block;
	height: 0px;
	font-size: 0;
	line-height: 100%;
	overflow: hidden;
}


.mt0 {
	margin-top:0px !important;
}
.mt5 {
	margin-top:5px !important;
}

.mt10 {
	margin-top:10px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}

.small01 { font-size:x-small;}
.frd { color:#cc0000;}
.green { color:#396523;}
