@charset "EUC-JP";
/* CSS Document */

/* 初期化 */
* {
	margin:0;
	padding:0;
}
body {
	background-color:#E6E6FF;
	background-image:url(images/sch_bk.gif);
	background-position:center;
	background-repeat:repeat-y;
	font-style: normal;
	font-weight: normal;
	line-height:1.6;
	font-size:12px;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-weight: normal;
	line-height:1;
	font-size:12px;
}
p,ul,ol,dl {
	margin:5px 0;
}
p,li,dt,dd {
	line-height:1.4;
}
li {
	list-style-type:none;
}
td,th {
	padding:3px;
}
img {
	border:0;  
}
address {
	font-style:normal;
}

.clear {
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
}

/* Texts
----------------------------------------------------------- */
.str {
	font-weight:bold;
}

.green {
	font-weight:bold;
	color:#83C51E;
}
.brown {
	font-weight:bold;
	color:#8D7634;
}
.txt_s {
	font-size:10px;
}

/* ヘッダ
----------------------------------------------------------- */
#hd {
	width:980px;
	height:42px;
	margin:0 auto;
	background-image:url(images/sch_hd01.gif);
	background-repeat:no-repeat;
	padding:10px 10px 0 10px;
}
#hd a,
 #hd_m a {
/*\*/
	overflow: hidden;
/**/
	display:block;
	text-indent: -9999px;
	outline: none;
	font-size:0px;
}
#hd_l {
	width:180px;
	height:30px;
	float:left;
}
#hd_l a {
	width:180px;
	height:30px;
	background-image:url(images/sch_hd01.gif);
	background-position:-10px -10px;
}
#hd_r {
	width:290px;
	float:right;
}
#hd_r ul {
	margin:0px;
}
#hd_r li,
 #hd_m li {
	display:block;
	float:left;
}
.hdmenu01 {
	width:80px;
	height:18px;
	background-image:url(images/sch_hd01.gif);
	background-position:-700px -10px;
}
.hdmenu02 {
	width:120px;
	height:18px;
	background-image:url(images/sch_hd01.gif);
	background-position:-780px -10px;
}
.hdmenu03 {
	width:90px;
	height:18px;
	background-image:url(images/sch_hd01.gif);
	background-position:-900px -10px;
}
#hd_m {
	width:1000px;
	height:19px;
	margin:0 auto;
	background-image:url(images/sch_hd02.gif);
	background-repeat:no-repeat;
}
 #hd_m ul {
	margin:0 0 0 155px;
}
.hdmenu04 {
	width:85px;
	height:18px;
	background-image:url(images/sch_hd02.gif);
	background-position:-155px 0;
}
.hdmenu05 {
	width:115px;
	height:18px;
	background-image:url(images/sch_hd02.gif);
	background-position:-240px 0;
}
.hdmenu06 {
	width:85px;
	height:18px;
	background-image:url(images/sch_hd02.gif);
	background-position:-355px 0;
}
.hdmenu07 {
	width:73px;
	height:18px;
	background-image:url(images/sch_hd02.gif);
	background-position:-440px 0;
}
.hdmenu08 {
	width:117px;
	height:18px;
	background-image:url(images/sch_hd02.gif);
	background-position:-513px 0;
}
.hdmenu09 {
	width:116px;
	height:18px;
	background-image:url(images/sch_hd02.gif);
	background-position:-630px 0;
}
.hdmenu10 {
	width:114px;
	height:18px;
	background-image:url(images/sch_hd02.gif);
	background-position:-746px 0;
}
#hd_u {
	width:1000px;
	margin:0 auto;
	text-align:right;
	background-image:url(images/sch_hdbk.gif);
	background-repeat:repeat-x;
}

/* メイン
----------------------------------------------------------- */
#contents {
	width:940px;
	margin:0 auto;
	background-image:url(images/sch_img.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	padding:35px 30px 30px 30px;
}
.more {
	float:right;
	padding:0 15px 20px 10px;
	background-position:left 3px;
	background-repeat:no-repeat;
	line-height:1;
}
.toaso {
	background-image:url(images/sch_arrow01.gif);
}
.toarea {
	background-image:url(images/sch_arrow02.gif);
}
#submit {
	padding:20px;
	text-align:center;
}
#error {
	margin: 5px auto;
	width:600px;
	text-align:center;
	padding:3px;
	color:#FF00FC;
	font-weight:bold;
	border:1px solid #FF00FC;
}

/* エリア
----------------------------------------------------------- */
#area {
	float:left;
	width:465px;
	border:1px solid #D64B8B;
}
#area p {
	margin:5px 15px;
}
#mapimg {
	width:435px;
	height:288px;
	padding:0;
	margin:15px;
	background-image:url(images/sch_map.jpg);
	background-repeat:no-repeat;
	background-position:13px top;
}
#mapimg table,
 #mapimg tr {
	border:0;
	padding:0;
	margin:0;
}
#mapimg td{
	border:0;
	padding:0;
	margin:0;
	font-size:12px;
	line-height:1.4;
}
#city {
	width:435px;
	padding:0;
	margin:15px;
}
#city select {
	width:130px;
}
#area h3 {
	background-color:#F7ECF8;
	border-bottom:1px solid #D64B8B;
	margin:0 0 5px 0;
	padding:5px;
}
#area h4 {
	border-bottom:1px solid #D64B8B;
	margin:0 0 5px 0;
	padding:5px;
}

/* アソシエイツ
----------------------------------------------------------- */
#asoci {
	float:right;
	width:465px;
	border:1px solid #28AAD9;
	background-color:#FFF;
}
#asoci p {
	margin:5px 15px;
}
.field {
	width:435px;
	padding:0;
	margin:15px;
}
.field h3 {
	background-color:#EBFDFE;
	border-bottom:1px solid #28AAD9;
	margin:0 0 5px 0;
	padding:5px;
}
.field dl {
	margin:0 0 3px 15px;
	border-bottom:1px solid #CCCCCC;
	height:21px;
}
.field dt {
	display:block;
	float:left;
	width:355px;
}
.field dd {
	display:block;
	float:right;
	width:65px;
	text-align:center;
}

/* 一覧ページ
----------------------------------------------------------- */
#listpage {
	width:940px;
	margin:0 auto;
	padding:25px 30px 30px 30px;
}
#listlt {
	float:left;
	width:200px;
	padding-right:30px;
}
#listrt {
	float:right;
	width:710px;
}

.style1 {
	color: #339900;
	font-size: 10px;
}
.city {
	width:130px;
}
.num {
	font-size:14px;
}
.num a:link {
	color:#339900;
}
.num a:hover {
	color:#666666;
}
.resl {
	padding-left:10px;
	margin-bottom:10px;
	width:200px;
}

/* フッター
----------------------------------------------------------- */
#footer {
	width:700px;
	margin:0 auto;
	padding:0 150px;
	text-align:center;
	background-image:url(images/ft_line.gif);
	background-repeat:repeat-x;
	background-position:left 5px;
}