/*
Theme Name: iwamura
Theme URI: http://
Description: 
Version: 1.0
Author: selection
Author URI: http://
Tags: 
*/

/* IE6用透過PNG設定 */
* html #container,.iepngfix,.handle{
behavior: expression(IEPNGFIX.fix(this));
}


/* General */

body {
                     margin: 0;
	background: #171717;
	font-family:Verdana, Arial, sans-serif;sans-serif;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

table {
                      border: 1;
}



/* Page */

#page {
	margin: 0 auto;
	width: 795x;
}



/* Header */

#header {
	width: 795px;
	height: 50px;
	position: relative;
	background: url("images/page.jpg") no-repeat;
	margin: 0 auto 5px auto;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 0px;
		left: 5px;
		width: 785px;
                highth: 50px;
		}
	
	#header #header-info h1 {
		color: #FFE979;
		font: bold 20px serif;
             	}
	
	#header #header-info h1 a {
		color: #FFE979;
		text-decoration: none;
                position: absolute;
		top: 5px;
		left: 5px;
		}
	
	
	#header #header-info .description {
	margin: 0;
	color: #999;
	font: normal 10px serif;
	position: absolute;
	top: 30px;
	left: 5px;
        clear: both
	}
	



/* Main */

#main {
	width: 795px;
	padding-left: 0px;
	margin: 0 auto;		
}

	/* Main - Content */
	
	#content {
		float: right;
		width: 600px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: right;
		margin-bottom: 1px;
		width: 600px;
		background: url("images/post.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 568px;
			padding: 16px 16px 0 16px;
			background: url("images/post_title.gif") no-repeat;
			color: #FFE979;
			font: bold 12px Verdana;
		}
		
		#content .post .post-title a {
			color: #FFE979;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			text-align: center;
			text-transform: lowercase;
			color: #7e7e7e;
			width: 52px;
			height: 52px;
			font: normal 20px Verdana;
			background: url("images/post_date.gif") no-repeat;
			margin-right: 10px;
		}
		
		#content .post .post-title .post-date span {
			padding: 1px 0 3px 0;
			font: bold 14px/18px Verdana;
			color: #000000;
			display: block;
		}
		
		#content .post .post-title h2 {
			color: #C8B560;
			font: normal 18px Verdana;
			padding: 1px 0;
		}
		
		#content .post .post-title h2 a {
			color: #C8B560;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			padding-top: 4px;
                        padding-bottom: 4px;
			color: #666;
		}
		
		#content .post .post-title .post-title-info a{
			color: #666;
		}
		/* Post - Entry */
		
		#content .post .post-entry {
			padding: 0 17px;
			width: 566px;
			font: normal 12px/19px Verdana;
			color: #CCC;
		}
		
		#content .post .post-entry a {
			color: #C8B560;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #1c1c1c;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			padding: 0 17px 17px 17px;
			text-align: right;
			background: url("images/post_bottom.gif") no-repeat left bottom;
			width: 566px;
			font: bold 12px Verdana;
			color: #FFE979;
		}
		
		#content .post .post-info a {
			color: #FFE979;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Bottom */
		
		#content .post .post-bottom {
			clear: both;
			width: 600px;
			height: 17px;
			background: url("images/post_bottom.gif") no-repeat left bottom;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #C8B560;
			font: bold 15px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			width: 566px;
			font: normal 12px/19px Verdana;
			color: #333;
			background: #FFF;	
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
			list-style-type: none;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #1E6DF6
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #F1F1F1;
		}
		
		#content .post .comments ol li cite {
			color: #1E6DF6;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #1E6DF6;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #1E6DF6;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			width: 541x;
			font: normal 12px/19px Verdana;
			color: #7a7a7a;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #FFE979;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		width: 600px;
		color: #CCC;
		float: left;
	}
	
	#content .navigation a {
		margin-bottom: 1px;
		font: bold 12px/30px Verdana;
		color: #CCC;
		text-decoration: none;
		padding: 7px;
		width: 150px;
		height: 30px;
		background: url("images/navigation.gif");
		text-align: center;
		display: block;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
			margin-left: 0px
		}
		
		#content .navigation .navigation-next {
			float: right;
			margin-right: 0px;
		}
	


/* Footer */

#footer {
	margin: 0 auto 8px auto;
	width: 795px;
	height: 30px;
	padding: 7px;
	background: url("images/footer.gif") no-repeat;
	color: #7a7a7a;
	font: normal 12px/30px "Times New Roman", Times, serif;
	text-align: center;
}

#footer a {
	color: #7a7a7a;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}




	
/* The Sidebar */
.sidebar{
	float:left;
	width:195px;
	padding-top:3px;
	font-size:14px;
	}

.sidebar h2 {
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#FFE979;
	margin:5px 0 0 0 ;
	padding:0px 0 0 10px;
	background:url(images/h2.jpg);
	}

.sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

.sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 5px 10px 5px;
	background:#1c1c1c url(images/bottom.jpg) bottom;
	background-repeat:no-repeat;
	}

.sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
.sidebar ul li {
	height:100%;
	line-height:18px;
	}

.sidebar ul li a:link, .sidebar ul li a:visited {
	color: #999;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	font: font-family:Verdana, Arial, sans-serif;sans-serif;
	background:#252525;
	background-repeat:no-repeat;
	border-bottom:1px solid #232526;
	border-top:1px solid #373a3c;
	}

.sidebar ul li a:hover {
	background:#333638;
	background-repeat:no-repeat;
	color:#fff;
	}

.sidebar p {
	padding: 7px 10px;
	margin:0;
	}

.sidebar table {
	width:100%;
	text-align:center;
	background-color:transparent;
	}	

/* --- 子カテゴリ表示時 --- */		
.sidebar ul li ul li ul li{
                     text-indent: 2em;
                     font-size: 90%
                     }	
					
					
/* --- serchform --- */			
#serchform {
position: absolute;
top: 20px;
right: 5px;
	}				
	
/* --- gallery --- */	
.gallery-caption {
padding: 3px;
font-size: x-small;
}


/* --- トップフラッシュ --- */	
#flash {
margin: 0px auto; width: 800px; padding: 0px 0px 0px 0px; background: #333;}

/* --- リンクアイコン --- */	
#oneitem li {
float: left;
display:block;
}

#oneitem { 
margin: 0px;
list-style: none;
}

/*記事投稿用 */
#content .post .blue a {
color: #3399CC;
}
