@charset "utf-8";

/*　ブログテンプレート
------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	color:#333;
    font-family: "メイリオ", Meiryo, Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.5;
	font-size: 78%;
	_text-align: center;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,em,address{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal; 
}

strong {
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
ul li {
    list-style-type:none;
}
img {
	display: block;
}
a img { border:0; }

h1{
	font-size: 0.9em; 
	font-weight: bold; 
	color: #DEB25E;
	text-align: right;
	margin-right: 1em;
}

.h2_title {
    font-size: 1.1em;
	font-weight: bold;
	color: #F60;
	border-bottom: 1px solid #DEB25E;
}

#container {
	width: 680px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	_text-align: left;
}

#header {
	width: 680px;
	height: 29px;
	_height: 30px;
	padding-top: 1px;
	overflow: hidden;
	background-color: #0D0600;
	position: relative;
}

#wrapper {
	width: 680px;
    padding-bottom: 10px;
}

.blog_title {
    width: 680px;
	height: 100px;
	background: url(../images/blog_title.jpg) left top no-repeat;
	text-indent: -9999em;
}

.box_01 {
	padding: 10px;
}

.close {
    width: 80px;
	margin: 0 auto;
}
