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

body {
	background:#ffffff;
	color:#333333;
	font-size:0.9em;
	line-height:1.5em;
	font-family:"ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
	border:0px;
}

p {
	width:95%;
	margin:0px auto;
}

.red {
	color:#ff0000;
}

.tx_center {
	text-align:center;
}

/*　アウトライン　*/

#container {
	width:780px;
	_width:785px;
	height:100%;
	margin:0px auto;
}


/*　ブログタイトル　*/

#blog_title {
	width:780px;
	height:85px;
	margin:10px auto;
	padding-top:75px;
	padding-left:35px;
	background:url(img/blog_title.jpg) no-repeat;
}

#blog_title a {
	color:#ffffff;
	text-decoration:none;;
}


/*　メニュー　*/

#menu {
	float:left;
	width:200px;
}

#menu_top {
	width:200px;
	height:7px;
	background:url(img/menu_top.gif) no-repeat;
}

#menu_mid {
	width:200px;
	background:#d4f7bc;
}

#menu_bottom {
	width:200px;
	height:7px;
	margin:0px auto 10px auto;
	background:url(img/menu_bottom.gif) no-repeat;
}

#menu h2 {
	width:190px;
	margin:0px auto;
}

.navi_top {
	width:190px;
	height:8px;
	margin:5px auto 0px auto;
	background:url(img/navi_top.gif) no-repeat;
}

.navi_mid {
	width:180px;
	margin:0px auto;
	padding:5px;
	background:#ffffff;
}

.navi_mid li {
	margin-left:20px;
}

.navi_bottom {
	width:190px;
	height:6px;
	margin:0px auto;
	background:url(img/navi_bottom.gif) no-repeat;
}


/*　カレンダー　*/

#calendar {
	width:190px;
	margin:0px auto;
	background:#ffffff;
}

#calendar td {
	text-align:center;
}


/*　エントリー　*/

#main {
	float:right;
	width:570px;
}

.main_top {
	width:570px;
	height:7px;
	background:url(img/main_top.gif) no-repeat;
}

.main_mid {
	width:570px;
	background:#faf7d2;
}

.main_bottom {
	width:570px;
	height:6px;
	background:url(img/main_bottom.gif) no-repeat;
	margin-bottom:10px;
}

#main h2 {
	width:530px;
	height:22px;
	font-size:1.3em;
	color:#ffffff;
	margin:0px auto 10px auto;
	padding-top:2px;
	padding-left:30px;
	background:url(img/entrytitle.jpg) no-repeat;
}

#main h2 a {
	color:#ffffff;
	text-decoration:none;;
}

.more {
	width:100%;
	text-align:right;
}

.info {
	width:95%;
	border-top:1px solid #999999;
	text-align:right;
	margin:20px auto 0px auto;
}


/*　アーカイブ　*/

.main_mid h3 {
	width:90%;
	margin:0px auto;
	padding:5px;
	border-left:5px solid #E3B030;
	color:#D39D14;
}


/*　コメントフォーム　*/

.main_mid form {
	width:80%;
	margin:0px auto;
}


/*　フッター　*/

#footer {
	clear:both;
	width:770px;
	height:40px;
	padding-top:30px;
	padding-right:10px;
	margin:10px auto;
	background:url(img/footer.gif) no-repeat;
	text-align:right;
	font-size:12px;
	color:#666666;
}

#footer a {
	color:#666666;
}

