@charset "shift_jis";

body {
	margin: 0;
	padding: 0;
	line-height: 140%;
	color: #333;
	font-size: 0.875em;
}

h1,h2,h3,h4,h5,h6{
	margin: 5px 0;
	padding: 0;
	font-size: 0.8em;
}

h1{
	font-size: 140%;
}

h2{
	border-left: solid 5px #b01;
	font-size: 120%;
	padding: 3px 5px;
}

p{
	margin: 0 0 20px 20px;
	padding: 0;
}

img{
	vertical-align: bottom;
}

a img{
	border: none;
	text-decoration: none;
}
		h2{
			margin-top: 0;
			color: #333;
			font-weight: bold;
			margin-bottom: 15px;
		}
		
		h3{
			font-size: 110%;
			font-weight: bold;
			color: #000066;
			margin-left: 6px;
		}
		
		h4{
			font-size: 100%;
			font-weight: bold;
			color: #006;
			margin-left: 20px;
		}
		
		.speck{
			border-collapse: collapse;
			border: 1px solid #666;
		}
		
		.speck th{
			border: 1px solid #999;
			background-color: #ddd;
			text-align: center;
		}
		
		.speck td{
			border: 1px solid #999;
		}
		
		#contents ul{
			list-style: disk outside;
			margin: 0 0 20px 20px;
			padding-left: 15px;
		}
		
		#contents li{
			margin: 0;
			padding: 0;
			/*
			padding: 0 12px;
			background:#fff url(img/arrow.gif) no-repeat center left;
			*/
		}
#main{
	width: 800px;
	height: auto;
	margin: 30px auto;
	border: 1px solid #666;
	
	position: relative;
}

/* ヘッダー
--------------------------------------*/
#header{
	width: 100%;
	height: 90px;
	position: relative;
}

#header iframe{
	width: 100%;
	height: 90px;
	border: none;
	overflow: hidden;
}

#header_area{
	width: 800px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/common_img/header_bg.jpg) no-repeat top left;
	z-index: 900;
}

#header_area ul{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 65px;
	right: 0;
	
	list-style: none;
}

#header_area ul li{
	margin: 0;
	padding: 0;
	float: left;
}

#header_area ul li a{
	display: block;
}

/* ドロップダウンメニュー */
	.submenu {
	  background: #eee;
	  border: 1px solid #666;
	  visibility: hidden;
	  position: absolute;
	  top: 19px;
	  z-index: 3;
	  width: 109px;
	}
	
	.submenu a span{
		display: block;
		width: 100%;
	}
	.submenu a {
	  display: block;
	  font: 11px arial;
	  text-align: left;
	  text-decoration: none;
	  padding: 3px 5px;
	  color: #666;
	  font-size: 7pt;
	}
	
	.submenu a:hover {
	  background: #a00;
	  color: #fff;
	}

/* パンくずリスト */
#topicpass{
	position: absolute;
	top: 95px;
	left: 250px;
	font-size: 9pt;
	line-height: 120%;
	z-index: 100;
}

#topicpass ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#topicpass ul li{
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
	float: left;
	background: url(../images/common_img/topic_arrow.gif) top left no-repeat;
}

#topicpass ul li.top{
	background: none;
	padding: 0;
}

#topicpass a{
	color: #666;
	text-decoration: none;
}

/* メインコンテンツ
--------------------------------------*/
#contents{
	width: 100%;
	height: auto;
	margin: 30px 0;
}

#contents div{
	width: 760px;
	margin: 0 auto;
}

.indent10{
	margin-left: 10px;
	margin-bottom: 20px;
}

.indent20{
	margin-left: 20px;
	margin-bottom: 20px;
}

.indent30{
	margin-left: 30px;
	margin-bottom: 20px;
}

.indent40{
	margin-left: 40px;
	margin-bottom: 20px;
}

.indent50{
	margin-left: 50px;
	margin-bottom: 20px;
}


/* フッター
--------------------------------------*/
#footer{
	width: 100%;
	height: 25px;
}

#footer iframe{
	width: 100%;
	height: 25px;
}

	/* if_footer.html内スタイル */
	#footer_area{
		width: 800px;
		height: 25px;
		position: absolute;
		top: 0px;
		left: 0;
		background: url(../images/common_img/footer_bg.jpg) no-repeat bottom left;
	}
	
	#footer_area ul{
		margin: 0;
		padding: 0;
		position: absolute;
		top: 5px;
		left: 20px;
		
		list-style: none;
	}
	
	#footer_area ul li{
		margin: 0 10px 0 0;
		padding: 0;
		float: left;
		font-size: 8pt;
		line-height: 120%;
	}
	
	#footer_area ul li a{
		display: block;
		color: #666;
		text-decoration: none;
	}
	
	#footer_area ul li a:hover{
		text-decoration: underline;
	}
	
	#footer_area span{
		display: none;
	}


/*問合せフォーム*/
	#contents_form{
		text-align: center;
		width: 520px;
		margin: 0 auto;
		margin-top: 100px;
	}
	
	#contents_form table{
		border-collapse: collapse;
		border: 1px solid #666;
	}
	
	#contents_form th{
		background-color: #eee;
		border: 1px solid #666;
		text-align: left;
	}
	
	#contents_form td{
		border: 1px solid #666;
		text-align: left;
		background-color: #fff;
	}
	
	#contents_form .Importance{
		color: #f00;
		font-weight: bold;
	}

