@charset "utf-8";

@import  "format.css";
@import  "in_style.css";
@import  "link_style.css";
@import  "main.css";

/**************************** 
インデックスイメージ
****************************/
#Topimg {
	width: 740px;
	height: 190px;
	margin: 0 auto;
	padding: 0;
}

/*****************************
左コンテンツ
*****************************/
#Leftbox div.contents {
	width: 500px;
	height: auto;
	margin: 25px auto;
	padding-bottom: 15px;
	text-align: left;
	border-top: 15px solid #55952a;
	background-color: #ffffff;
	clear: both;
}

	#Leftbox div.contents h3 {
		width: 470px;
		height: auto;
		margin: 20px auto 10px;
		text-align: left;
		font: normal bold 1.2em/1.3  Verdana, Arial, sans-serif;
		clear: both;
	}
	
	#Leftbox div.contents h4 {
		width: 460px;
		height: auto;
		margin: 20px auto 10px;
		padding-bottom: 4px;
		text-align: left;
		font: normal bold 1.2em/1.3  Verdana, Arial, sans-serif;
		border-bottom: 1px dashed #666666;
		clear: both;
	}
	
	#Leftbox div.contents p.date {
		width: 450px;
		height: auto;
		margin: 10px auto;
		text-align: right;
		font: normal normal 0.9em/1.3  Verdana, Arial, sans-serif;
		clear: both;
	}
	
	#Leftbox div.contents p.date_under {
		width: 470px;
		height: auto;
		margin: 10px auto;
		padding-bottom: 10px;
		text-align: right;
		font: normal normal 0.9em/1.3  Verdana, Arial, sans-serif;
		border-bottom: 1px dashed #666666;
		clear: both;
	}
	
	#Leftbox div.contents p {
		width: 450px;
		height: auto;
		margin: 10px auto 20px;
		text-align: left;
		font: normal normal 1.1em/1.6  Verdana, Arial, sans-serif;
		clear: both;
	}

/*****************************
右コンテンツ
*****************************/
	#Rightbox h4 {
		width: 220px;
		height: 25px;
		margin: 25px auto 10px;
		text-align: left;
		clear: both;
	}

	#Rightbox ul#topics {
		width: 200px;
		height: auto;
		margin: 15px auto;
		list-style: none;
		font: normal normal 1em/1.2  Verdana, Arial, sans-serif;
		text-align: left;
		color: #ff6600;
		clear: both;
	}
	
		#Rightbox ul#topics li {
			width: 200px;
			height: auto;
			margin: 15px auto;
			clear: both;
		}
	
	#Rightbox ul.autoreplay {
		width: 200px;
		height: auto;
		margin: 25px auto;
		list-style: none;
		font: normal normal 1em/1.2  Verdana, Arial, sans-serif;
		text-align: left;
		clear: both;
	}
	
		#Rightbox ul.autoreplay li {
			width: 182px;
			height: auto;
			margin: 10px auto;
			padding-left: 18px;
			background-image: url(../image_blog/list-icon.gif);
			background-repeat: no-repeat;
			clear: both;
		}

			#Rightbox p.bookmark {
				width: 200px;
				height: auto;
				margin: 30px auto;
				text-align: left;
				clear: both;
			}
