@charset "UTF-8";
/* CSS Document */

/* 全体設定 */
* {
    margin-top: 0px;
    margin-bottom: 0px; 
    padding: 0px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
a {
    text-decoration: none;
}

/* 基本タグ設定 */
body {
	text-align: center;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	font-family: "メイリオ", "メイリオ イタリック", "メイリオ ボールド", "メイリオ ボールド イタリック","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka,;
	font-size: 12px;
	color: #000000;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

/* コンテナ */
div#container {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border-top-width: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #00533f;
	border-right-color: #00533f;
	border-left-color: #00533f;
}

/* IE6 */
* html #container { width: 922px; } 

/* ヘッダー */
div#header {
	background-image: url(img/header.jpg);
	height: 180px;
	background-repeat: no-repeat;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #00533f;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-left: 30px;
}
div#header h1 {
	color: #003300;
}
div#header h1 a {
	color: #003300;
}
div#header h1 a:hover {
	color: #CC9933;
}
div#header p {
	margin-top: 10px;
}
div#hack {
    padding: 0 10px;
}

/* コンテンツ */
div#content {
	float: right;
	width: 675px;
	margin-bottom: 35px;
}
div#content .post {
	margin-bottom: 40px;
}
div#content .post h2 {
	background-image: url(img/contenth2.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	height: 32px;
	line-height: 32px;
	color: #FFFFFF;
}
div#content .post .honbun {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 15px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00533f;
	border-right-color: #00533f;
	border-bottom-color: #00533f;
	border-left-color: #00533f;
	padding: 10px;
	line-height: 1.5em;
}
div#content .post .honbun p {
	margin-top: 6px;
	margin-bottom: 6px;
}

/* サイドバー */
div#sidebar {
	float: left;
	width: 210px;
	margin-bottom: 50px;
}
div#sidebar h2 {
	background-image: url(img/sideh2.jpg);
	background-repeat: no-repeat;
	height: 32px;
	text-align: left;
	line-height: 32px;
	padding-left: 55px;
	font-size: 1.15em;
	color: #FFFFFF;
}
div#sidebar ul {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 12px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00533f;
	border-right-color: #00533f;
	border-bottom-color: #00533f;
	border-left-color: #00533f;
	list-style-type: none;
	padding-left: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-image: url(img/list.gif);
	margin: 0 0 28px 0;
}
div#sidebar li {
	margin-bottom: 5px;
}
div#sidebar li a {
	color: #003300;
}
div#sidebar li a:hover {
	color: #CC9933;
}


/* フッター */
div#footer {
	background-color: #00533f;
	height: 24px;
	text-align: center;
	color: #FFFFFF;
	clear: both;
}
address {
	font-style: normal;
	font-size: 0.75em;
	line-height: 24px;
}
#foot {
font-size:10px;
clear:both;
text-align:right;
white-space:auto;
margin-right:5px;
color:#666;
}

#foot ul {
list-style-type:none;
white-space:auto;
}

#foot li {
display:inline;
white-space:nowrap;
margin-left:1em;
line-height:2em;
}


