body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", "VL Pゴシック", "Takao Pゴシック", "IPA Pゴシック", sans-serif !important;
	color: #8A8A8A;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #549900;
}



h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 1.4em;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #961A06; text-decoration:none; }

a:hover { text-decoration:underline; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: auto;
	margin: 0 auto;
	text-align:center;
	background: #FFFFFF url(images/img01.gif) repeat-x left top;
		}

/* Menu */

#menu {
	float: left;
	width: 680px;
	margin:0 auto!important;
	height: 36px;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 22px;
	padding: 10px 0px 0px 0px;
	background: url(images/img04.gif) no-repeat left top;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	background: url(images/img03.gif) no-repeat left top;
	text-decoration: none; 
}

#menu .current_page_item a {
	background: url(images/img03.gif) no-repeat left top;
}

#menu .first {
}
/* Search */

#search {
	float: right;
	width: 260px;
}

#search form {
	float: right;
	margin: 0;
	padding: 4px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 200px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #5AA01B;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
}


/** LOGO */

#logo {
	width: 940px;
	height: 74px;
	margin: 0 auto;
}

#logo h1 {
	font-size:10px;
	text-indent:-95147px;
	width:260px;
	height:35px;
	display:block;
	background:url(./images/logo.png) no-repeat left;
	margin:0px 0 5px 0!important;
	}

#logo h1 a{
	font-size:10px;
	text-indent:-95147px;
	width:260px;
	height:35px;
	display:block;
	}

#logo p {
	margin: 5px 0;
	line-height: normal;
	font-weight:bold;
	color: #FFFFFF;
	font-size:13px;
}


#logo h1 {
	padding-top: 10px;
	font-size: 48px;
}

#logo a {
	text-decoration: none;
	color: #FFA25D;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}


#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 670px;
}

.entry_title{
	font-size:15px;
	font-weight:bold;
	text-shadow: 0 -1px 1px #EFEFEF, -1px 0 1px #EFEFEF, 1px 0 1px #ccc;
	display:inline-block;
	padding:5px;
}

#entrylist{
	margin:0;
	padding:0;
	list-style:none;
}

#entrylist li{
	margin:0;
	padding:10px 0;
	border-bottom:1px dotted #CCCCCC;
	clear:both;
}


.blog_title{
	display:inline-block;
	padding:5px;
	
	
}

.blog_con{
	float:left;
	width:670px;
}

.blog_time{
	padding:3px 5px;
	display:inline-block;
	background:#EFEFEF;
	color:#666;
     border-radius: 5px;        /* CSS3草案 */ 
     -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */ 
     -moz-border-radius: 5px;   /* Firefox用 */ 
}

.blog_date img{
	margin:0px 0 -3px 5px!important;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	font-size: 12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
	margin: 0px 14px;
}

#sidebar li li {
	margin: 0;
	padding: 12px 0px;
	border-bottom: 1px solid #E9E8DD;
	background: url(images/img08.gif) no-repeat left 18px;
}

#sidebar li li a {
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	color: #EB5716;
}

#sidebar li li a:hover {
	color: #EB5716;
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	height: 30px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 14px;
	background: url(images/img05.gif) repeat-x left top;
	font-size: 18px;
	font-weight: normal;
	color: #543A2C;
}




/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img02.gif) repeat-x left top;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #7B1605;
}

#footer a {
	color: #961A06;
}

/*page all*/
.left{float:left;text-align:left;}
.right{float:right;text-align:right;}
.center{text-align:center!important; margin:auto;}
.red{color:#FF0000;}
.grey{color:#999999;}
.noborder{border:none!important;}

.normal{font-size:12px!important;}
.xxsmall{font-size:9px!important;}
.xsmall{font-size:10px!important;}
.small{font-size:11px!important;}
.normal{font-weight:normal!important;}
.bold{font-weight:bold!important;}
.clear{clear:both; font-size:1px; height:1px;}
.clear hr{display:none;}
