@charset "utf-8";
@import  "./import/format.css";
@import  "./import/in_style.css";
@import  "./import/link_style.css";
@import  "./import/main.css";

/**************************** 左コンテンツ1 ************************/
#Left_container div#Pickup_1_header {
	width: 564px;
	height: 25px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../image_index/contents_1_head.gif);
	background-repeat: no-repeat;
	font: normal normal 12px/1.5  Verdana, Arial, sans-serif;
}

#Left_container div#Pickup_1_mid {
	width: 564px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background-image: url(../image_index/contents_1_mid.gif);
	background-repeat: repeat-y;
}

	div#Pickup_1_mid h3 {
		width: 520px;
		height: auto;
		margin: 0 auto 8px;
		text-align: left;
		clear: both;
	}
	
	div#Pickup_1_mid h4 {
		width: 520px;
		height: auto;
		margin: 20px auto;
		padding-bottom: 8px;
		border-bottom: 1px dashed #666666;
		text-align: left;
		font: normal bold 0.9em/1.5  Verdana, Arial, sans-serif;
		clear: both;
	}
	
	div#Pickup_1_mid p {
		width: 500px;
		height: auto;
		margin: 20px auto;
		text-align: justify;
		text-justify: inter-ideograph;
		font: normal normal 0.9em/1.5  Verdana, Arial, sans-serif;
		clear: both;
	}
	
	div#Pickup_1_mid ul {
		width: 490px;
		height: auto;
		margin: 20px auto 0;
		text-align: left;
		vertical-align: top;
		font: normal normal 0.9em/1.2  Verdana, Arial, sans-serif;
		list-style: none;
		clear: both;
	}
	
	div#Pickup_1_mid ul li {
		width: 470px;
		height: auto;
		margin: 7px auto;
		padding-left: 20px;
		padding-bottom: 3px;
		text-align: left;
		vertical-align: top;
		font: normal normal 0.9em/1.2  Verdana, Arial, sans-serif;
		background-image: url(../image_planning/under-link.gif);
		background-repeat: no-repeat;
		clear: both;
	}


#Left_container div#Pickup_1_footer {
	width: 564px;
	height: 45px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../image_index/contents_1_foot.gif);
	background-repeat: no-repeat;
	font: normal normal 12px/1.5  Verdana, Arial, sans-serif;
}


/**************************** 右コンテンツ ************************/
	#Right_container ul.categories {
		width: 180px;
		height: auto;
		margin: 0 auto 15px;
		list-style: none;
		clear: both;
	}
	
			#Right_container ul.categories li {
				width: 152px;
				height: auto;
				margin: 0 auto 2px;
				padding-left: 20px;
				padding-bottom: 2px;
				font: normal normal 0.9em/1.5  Verdana, Arial, sans-serif;
				background-image: url(../image/list_icon_2.gif);
				background-repeat: no-repeat;
				border: none;
			}
