/* Blog honbun */

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

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

body {
	background: #A04D04;
}

/* 全体 */
#wrapper {
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 500px;
   text-align: left;
}

#descriptioin{
	clear:both;
	margin-top:20px;
	margin-right:30px;
	margin-bottom:10px;
	margin-left:30px;
	color:333333;
	font-size: 90%;
	line-height: 145%;
}

.list{
	margin-left:80px;
}
ul {
	padding-top: -10px;
	padding-left: 18px;
}

.list a:link {
	text-decoration:none;
	color: #0C0A7C;
}
.list a:visited {
	text-decoration:none;
	color: #1F7C0A;
}
.list a:hover {
	text-decoration:underline;
	color: #91310B;
}
.list a:active{text-decoration:none;} 

/* 本文 */
#container{
	background-color: #FFFFFF;
	width: 500px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	float: left;
	}
	
#mainclass {
	padding: 10px;
	width: 480px;
}

p.category{
	float:right;
	color:#000066 ;
	font-size: 100%;
	line-height: 145%;
	font-weight: bold;
}

h1.maintitle{
	margin-left:30px;
	font-size: 100%;
	line-height: 145%;
	font-weight: bold;
	color: #333333;
}

h2{
	margin-left:40px;
	font-size: 90%;
	line-height: 145%;
	font-weight: bold;
	color: #91310B;
}

p.date{
	margin-top: 20px;
	margin-right: 10px;
	font-size: 75%;
	line-height: 145%;
	color: #333333;
	float: right;
}

p.photo{
	padding: 5px;
	float: left;
}

#main{
	padding-top: 40px;
	color: #333333;
	line-height: 145%;
	font-size: 90%;
}

#entry-footer{
	font-size: 80%;
	line-height: 130%;
	color: #000066;
	float: right;
}

#address { 
	clear: both;
	float:center;
	font-size: 75%;
	line-height: 130%;
	color: #999999;
	padding: 20px;
}

/* データ */
#shop{
	margin: 20px auto;
	padding: 5px;
	width: 250px;
	border: 1px solid #000099;
	font-size: 75%;
	color: #333333;
}



