@charset "utf-8";

/*サイトマップ用*/
#main #block1 {
	float: left;
	width: 250px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	}

#main #block2 {
	float: left;
	width: 250px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25px;

	}


#main h3 {
	background-color: #f4f4f4;
	font-size: small;
	color: #0068B6;
	width: auto;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0068B6;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 0px;

	}
	
#main h4 {
	font-weight: bold;
	font-size: small;
	background-image: url(../img/con_bg.png);
	height: 27px;
	width: 240px;
	background-repeat: repeat-x;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;

	}
	
#main h5 {
	font-weight: bold;
	font-size: small;
	color: #0068B6;
	padding: 0px;
	margin: 0px;

	}
	
#main .top_img{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;


	}
	
/*サイトマップのみで使用*/
#main p {
	background-image: url(../img/sub_navi/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 10px;
	margin: 0px;

	}
