/*	[ Basic HTML ]                                                  */<!-- -->
body{
	color:#000000;
	background:#090908;
}

a {color:#8C6531;text-decoration: none;}
a:hover {color: #8C6531;text-decoration:underline;}

hr {height:1px;border:none;border-top:1px dashed #8C6531; width:95%;}
blockquote {
	border-left: 2px solid #8C6531;
}
/*	[ Layout ]                                                      */<!-- -->
#bg{
	background:url('Outing/bg_repeat.jpg') repeat-y center top;
}

#bg_top{
	background:url('Outing/bg_top.jpg') no-repeat center top;	
}
#bg_btm{
	background:url('Outing/bg_btm.png') no-repeat center bottom;
}
#bg_feather{
	background:url('Outing/bg_feather.png') repeat-y center;
}
#base{
	background: url(Outing/bg_base_repeat.png) repeat-y center top;
}

#base_btm{
	background:url(Outing/bg_base_btm.png) no-repeat center bottom;
}

#header{
	height: 300px;
	background:url(Outing/bg_header.jpg) no-repeat center top;
		
}

#menubar {
	position:absolute;
	top:227px;
	left:130px;
	width:605px;
	height: 22px;
}
#container{
	background:none;
}
#content{
	padding: 0px 0px 0 0px;
}

#sidebar{
	width:190px;
	margin: 0px 44px 0 0;
}

#footer{
	height:220px;
}


/*	[ Header ] Blog Title, Description, Home URL                    */<!-- -->
#blog_name {
	margin:0px 550px 0 0px;
	padding-top:50px;
	font-size:26px;
	text-shadow:#000000 1px 1px 1px;
}
#blog_desc {
	margin:0 490px 0 0px;
	text-shadow:#000000 1px 1px 1px;
}

#header .home {
	position: absolute;
	margin:0;
	padding:0;
	left: 30px;
	top: 0px;
	width:900px;
	height:145px;
}
#header .home_icon{
	position:absolute;
	display:block;
	top:214px;
	left:90px;
	width:42px;
	height:45px;
	background:url(Outing/icon_home.png) no-repeat 0 0;
}

/*	[ RSS, Twitter ]                                                          */<!-- -->
.rss {
	position:absolute;
	display:block;
	top:155px;
	left:92px;
	width:55px;
	height:55px;
	background:url(Outing/icon_rss.png) no-repeat 0 0;
	
}
.rss:hover {
	background:url(Outing/icon_rss.png) no-repeat 0 -55px;
}
.twitter {
	position:absolute;
	display:block;
	top:134px;
	left:165px;
	width:56px;
	height:75px;
	background:url(Outing/icon_twitter.png) no-repeat 0 0;
}
.twitter:hover {
		background:url(Outing/icon_twitter.png) no-repeat 0 -75px;
}

/*	[ Menu ]  Level 1                                               */<!-- -->
	/* if possible, give menu dynamic width*/
div.menu {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.menu ul{
	height:22px;
}

div.menu li a {
	height:22px;
	color: #000000;
	padding:0 20px 0px 12px;
	line-height: 22px;/*for ie7*/
	border:none;
	background:url(Outing/bg_menu_sep.png) no-repeat right 2px;
}
div.menu>ul>li:last-child a{
	background:none;
}
div.menu > ul > li a:hover, 
div.menu > ul > li.current_page_item > a,
div.menu > ul > li.current_page_ancestor > a,
div.menu > ul > li.current_page_parent > a,
div.menu > ul > li.current-menu-ancestor > a,
div.menu > ul > li.current-menu-item > a,
div.menu > ul > li.current-menu-parent > a{
	color:#899A73;
	background:url(Outing/bg_menu_sep.png) no-repeat right 2px;
	border-radius: 0;
	border-right:none;
}

/*		[ Menu ]  Level 2                                            */<!-- -->

div.menu ul ul li {
	margin-bottom:0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

div.menu ul ul li a{
	color:#000000;  
	border:1px #D1C399 solid;
	background:#FBFBF3;
}							

div.menu ul ul li a:hover,
div.menu ul ul li.current_page_item > a,
div.menu ul ul li.current_page_ancestor > a,
div.menu ul ul li.current_page_parent > a,
div.menu ul ul li.current-menu-ancestor > a,
div.menu ul ul li.current-menu-item > a,
div.menu ul ul li.current-menu-parent > a{	
	color:#ffffff;
	background:#D1C399; 
}


/*	[ Content ] Post                                                */<!-- -->
.postbox{
	width:656px;
	padding:0 0 5px 0;
	margin:0 0 0 30px;
	background: none;
}
.postbox2{
	background: url('Outing/bg_post_title.png') no-repeat top center;
}
.postbox3{
}
.post_title{
	float:left;
	width:513px;/*533px*/
	font-weight:bold;
	padding:24px 0 10px 12px;
}
.post_title h1, .post_title h2{
	font-size:18px;
	line-height:40px;
	font-family: Arial, Helvetica, Sans-Serif; 
	font-weight:bold;
	margin-bottom:0;
}
.sticky .postbox2{
	background:url('Outing/bg_post_title2.png') no-repeat 0 0;
}
.post_title a{
	color: #863E2B;
	text-decoration:none;
	text-shadow:1px 1px 1px #ffffff;
}
.post_title a:hover{
	color: #863E2B;
	text-decoration:underline;
}
.sticky .post_title a {
	color:#585858;
	font-style:italic;
}

.post_author{
}

.post_date{
	float:right;
	height:35px;
	width:95px;
	margin-top:28px;
}

.post_date_day{
	color:#6D6D6D;
}
.post_date_monthyear{
	color:#6D6D6D;
}

.page .post_date, .page .post_author{
	display:none;
}

/*		[ Content ] Post Info                                        */<!-- -->
.info a{
	color:#8C6531;
}

.info_category {
	background: url('Outing/icon_category.png') no-repeat top left;
}

.info_tag {
	background: url('Outing/icon_tag.png') no-repeat top left;
}

.info_comment {
	background: url('Outing/icon_comment.png') no-repeat top left;
}

/*		[ Content ] MISC                                             */<!-- -->
.archivetitle {
	color: #E9B94F;
}
.navigation {
	border-top:1px #8C6531 solid;
}
.sorry {
	border: 1px dashed #8C6531;
}

#featured {
	margin:0px 0 0 10px;
	padding:0;
}

/*	[ Comment ] General                                             */<!-- -->
#postmetadata {
	border-top:1px #8C6531 solid;
	border-bottom:1px #8C6531 solid;
}

#comments_title {
	border-bottom: 2px dotted #8C6531;
}


/*	[ Sidebar ]                                              */<!-- -->
#sidebar select{
	margin:5px 5px 0px 5px;
	font-size:11px;
	width:154px;
	overflow:hidden;
}
#sidebar {color:#000000; font-family:Verdana, Arial, Sans-Serif; font-size:13px;}
#sidebar a{color:#000000; text-decoration:none;}
#sidebar a:hover {color:#FEF7D0;text-decoration:none;}

#sidebar > ul >li { /* before = #sidebar ul li */
	margin: 0px 0px 24px 0px;
	padding: 0px 3px 18px 0px; /*3px for title box shadow, 18px for line*/
	background:url(Outing/bg_sb_line.png) no-repeat center bottom;
}

#sidebar > ul > li > h4{ /*before #sidebar h4*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
	font-size: 15px;
	font-weight: bold;
	text-align:left;
	height:auto;
	color: #ffffff;
   padding: 8px 10px 8px 20px;
	margin-bottom:5px;
	background:rgba(97,74,55,0.8);
	border:none;
	border-radius: 0 8px 8px 0;
	box-shadow:0px 0px 3px #614A37;
}

#sidebar li li {
	line-height: 22px;
	margin-left: 12px;
	padding: 0px 0px 0px 20px;
	background: url('Outing/icon_arrow1.png') no-repeat 0px 4px;
}
#sidebar li li li{
	margin-left:0;
}
/*	[ Footer ] Link and credit                                      */<!-- -->
#footer_credit{
	position:absolute;
	top:170px;
	left:200px;
	width:430px;
	margin:0;
	font-size:11px;
	line-height:15px;
	font-family:Verdana, Arial, Sans-Serif;
	color:#fff;
}
#footer_credit a, #footer_credit a:hover{
	color:#fff;
	font-style:italic;
	text-decoration:none;

}
/*携帯投稿*/
.photo{
margin-top:18px;
	margin-bottom:18px;
}
<!-- -->