@charset"utf-8";

/*基本項目*/
body {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background-color: #E6E6E6;
	color: #000000;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0;
	margin-bottom: 0;
}
hr {
	display: none;
}
/*外枠*/
#outline {
	width: 920px;	
	margin-left: 10px;
	text-align:left;
	background-image: url(../images/bg.jpg);
	background-color: #ffffff;
}
/*ヘッダーレイアウト*/
#head {
	width: 900px;
	margin: 0 auto;
}
/*メイン部*/
#main {	width:690px; float:right;}
/*サイド部*/
#side {	width:210px; float:left; }
/*回り込み解除*/
.c-both { clear:both; }
/*ヘッダーブロック*/
#header {
	height: 90px;
	width: 900px;
	margin-left: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
/*ヘッダー部見出し指定*/
#header h1 {
	width: 900px;
	height: 90px;
}
#header h1 span, #header h2 span,#header h3 span,#keyword h2{
	display: none;
}
#header h2 {
}
/*パンくずリスト*/
#pan {
	background-color: #B8DCB8;
	background-image: url(../images/footer_bg.jpg);
	margin: 0px;
	height: 5px;
}
/*フッターブロック*/
#footer {
	width: 920px;
	background-image: url(../images/bg_f.jpg);
	background-repeat: no-repeat;
	height: 35px;
	background-color: #B8DCB8;
	text-align:right;
}
/*コピーライト*/
#copy {
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
}
/*フッター部見出し指定*/
#footer h2 {
	display: none;
}
/*バナーブロック*/
#banner {
	width: 200px;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
}
/*バナー段落*/
#banner p {
	margin-top: 5px;
	margin-bottom: 5px;
}
/*バナーブロック部見出し指定*/
#banner h2 {
	display: none;
}
/*センターバナーブロック*/
#center_b {
	width: 670px;
	background-image: url(../images/center_banner2.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-position: left top;
}
/*センターバナーブロック部見出し指定*/
#center_b h2,#center_b h3{
	display: none;
}
/*フォームボタン装飾*/
.btn3 {
	color: #000000;
	background-color: #CCCCCC;
	font-size: 14px;
	background-image: url(../../1/images/btn02.jpg);
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	padding: 2px;
}
.kensakubox{
	font-size: 12px;
	width: 190px;
}
.btn1 {
	color: #ffffff;
	background-color: #666666;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	text-align: center;
	width: 50px;
}
#found {
	height: 300px;
	width: 570px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
