/*==============================================================

CSS for Kiuchism｜コンテンツページ汎用（weblog/profile/contact）
Modified: 2008.8.11

==============================================================*/

/*==============================================================
Universal
==============================================================*/

body {
	background-color:#E4E4E4;
	text-align:center;
}




/*==============================================================
ヘッダー
==============================================================*/

/*汎用*/
div#header_content {
	width:760px;
	height:52px;
	background:url(../img/common/bg_header.gif) repeat-x bottom;
	margin:0 auto;
	padding:6px 0 11px 0;
}
/*ブログ*/
div#header_content_blog {
	width:760px;
	height:52px;
	background:url(../img/bg_header_blog.gif) repeat-x bottom;
	margin:0 auto;
	padding:6px 0;
}
/*キウチグループロゴ*/
h1#content {
	width:234px;
	height:52px;
	background:url(../img/common/header_logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-left:8px;
	float:left;
}
h1#content a {
	width:234px;
	height:52px;
	display:block;
	border:0;
	background:none;
}
/*管理画面ボタン*/
div#edit_link {
	width:123px;
	height:28px;
	background:url(../img/common/b_edit_header.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	margin:30px 20px 0 0;
}
div#edit_link a:link,
div#edit_link a:visited {
	width:123px;
	height:28px;
	display:block;
	border:0;
}
div#edit_link a:hover {
	width:123px;
	height:28px;
	background:url(../img/common/b_edit_header.jpg) no-repeat;
}




/*==============================================================
本体
==============================================================*/

/*コンテナ*/
div#wrapper_content_body {
	width:760px;
	margin:0 auto;
	background:url(../img/common/bg_content.gif) repeat-y;
	text-align:left;
}
/*内部コンテナ（ブログ専用）*/
div#content_blog {
	width:750px;
	margin:0 auto;
	padding-top:5px;
	background:url(../img/stripe_header.gif) no-repeat top;
}




/*==============================================================
フッター
==============================================================*/

div#footer {
	width:750px;
	height:27px;
	background:url(../img/common/dotline_footer.gif) repeat-x top;
	text-align:center;
	margin:20px auto 0 auto;
}
div#footer p {
	font-size:83.3%;
	color:#000;
	padding-top:6px;
}
div#footer p a:link,
div#footer p a:visited {
	color:#999E19;
	text-decoration:none;
}
div#footer p a:hover {
	color:#999E19;
	background-color:#E3E1DC;
}
