/*------------下層ページ共通部-----------------*/
/*---初期値設定---*/
body {
	background:url("../images/bg_body2.gif") repeat-x top left;
	}
img,{
	padding:0;
	margin:0;
	}
ol {
	list-style-position: inside;
	}
ul li{
	list-style-type:none;
	}
h4 {
	padding:15px 0 0 10px;
	}
h5 {
	padding:20px 20px 0 20px;
	text-align:left;
	}
h6 {
	padding-top:15px;
	font-size:0.8em;
	}
/*------------------------------------------------*/
/*---イメージ画像---*/
#image {
	clear:both;
	position:relative;
	width:780px;
	height:110px;
	padding:15px 0;
	margin:0;
	}
/*---メインコンテンツ部全体の位置---*/
#contents {
	padding-top:20px;
	text-align:left;
	}
/*---見出し画像（大）---*/
#contents h2 {
	position:relative;
	left: 0;
	top: 0;
	width:560px;
	height:auto;
	padding:0 0 30px 0;
	margin:0;
	}
/*---見出し画像（中）---*/
#contents h3 {
	position:relative;
	width:560px;
	height:auto;
	padding:0 0 15px 0;
	margin:0;
	}
/*20210218追加 start---------------ここから---*/
#contents h3.odrepwrllt {
	font-size: 16px;
	text-align: left;
	padding:0 0 15px 9%;
	}
#contents p.odrepwrllt {
	padding:0 0 15px 10%;
	}
/*20210218追加 end-----------------ここまで---*/
/*準備中--------------------------------*/
#under_const{
	position:relative;
	width:560px;
	height:auto;
	padding:0 0 30px 0;
	margin:0;
	text-align: center;
	}
#con_mail{
	width: 80%;
	height: auto;
	padding: 20px;
	margin: 20px 0 0 0 ;
	border: 1px solid #ccc;
	background-color: #eee;
	}
#con_mail img{
	margin: 20px 0 0 0;
	}
.send{
	color: #236;
	font-size: 100%;

	}
#con_tel{
	width: 80%;
	height: auto;
	padding: 10px;
	margin: 0;
	}
/*ページ先頭へ 20090416追加-----------------ここから---*/
.gototop{
	position: relative;
	width:100%;
	padding: 0 0 10px 0;
	text-align: right;
	font-size: 65%;
	}
/*ページ先頭へ 20090416追加 end-----------------ここまで---*/
