@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #ffffff url(../common/back.gif) left top repeat;

}
a {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#h3 {
	font-size: 16pt;
	font-weight: bold;
	line-height: 1.0;
	color: darkblue;
}
#wrapper {
	margin: 0 auto;
	width: 860px;
	background: #ffffff;
}
#logo {
	width: 860px;
	height: 215px;
}
#content {
	width: 860;
	overflow: auto !important;
	overflow /**/: hidden;
	background: #ffffff url(../blog/back_2.gif) top left repeat-y;
}
/* メインイメージと2段組
---------------------------------------------*/

#navi {
	float: left;
	width: 182px;
	padding: 10px;
}
#modoru {
	margin: 0 0 10px 0;
}
#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navi li {
	margin: 0;
	padding: 0;
}
#navi dd {
	background: url(../blog/list_marker_red.gif) left center no-repeat;
	margin: 0;
	padding: 0 0 0 12px;
	text-indent: 0;
	color: #338;
	font-weight: bold;
}
#navi dt {
	margin: 0;
	padding: 0 0 0 12px;
}

#link {
	padding: 0 4px 20px 16px;
	font-size: 90%;
	line-height: 200%;
}
#s_photo {
	padding: 0 16px 0 16px;
	font-size: 90%;
	line-height: 200%;
}

/* 右側　コンテンツ
---------------------------------------------*/
#blogkiji { 
	float: right;
	width: 608px;
	margin: 0;
	padding: 10px 20px 20px 30px;
	font-size: 125%;
	line-height: 150%;
}

#footer {
	clear: both;
	width: 860px;
	height: 24px;
	background: #016E35;
	color: #ffffff;
	text-align: right;
	padding-top: 8px;
}


