﻿/* CSS Document */
@charset "shift_jis";
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear {
	clear:both;
	margin: 0;
	padding: 0;
	line-height: 0;
}


/*　全体共通　*/
body {
	font:13px/1.231 "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	*font-size:small;*font:x-small;
	color:#666666;
	margin:0;
	text-align:center;
	}
select, input, textarea{*font-family:"MS UI Gothic","MS PGothic";}
table {
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
h1,h2,h3,h4,h5,h6,p,pre,code,address,caption,cite,code,em,strong,th {
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	margin:0;
	padding:0;
}

.red{ color:#AD0B07;}
.red02{ color:#E73420;}
.black{ color:#000000;}
.deepblue{ color:#423E95;}

.fo10{ font-size:10px; line-height:140%;}
.fo14{
	font-size:14px;
	line-height: 150%;
}
a {
	color:#595656;
}
a:hover, a:focus {
	color:#CCCCCC;
}
.clear {
	clear:both;
	text-align: left;
	line-height: 0;
}
.mt2 {margin-top:2px;}
.mt4 {margin-top:4px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt16 {margin-top:16px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt50 {margin-top:50px;}

.mr28 {margin-right:28px;}


.mb2 {margin-bottom:2px;}
.mb4 {margin-bottom:4px;}
.mb5 {margin-bottom:5px;}
.mb8{ margin-bottom:8px;}
.mb9{ margin-bottom:9px;}
.mb10 {margin-bottom:10px;}
.mb11 {margin-bottom:11px;}
.mb12 {margin-bottom:12px;}
.mb13 {margin-bottom:13px;}
.mb14 {margin-bottom:14px;}
.mb15 {margin-bottom:15px;}
.mb16 {margin-bottom:16px;}
.mb18 {margin-bottom:18px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb47 {margin-bottom:47px;}

.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}


.ml10mb5{ margin-left:10px; margin-bottom:5px;}
.ml10mb20{ margin-left:10px; margin-bottom:20px;}
.ml18mb5{ margin-left:18px; margin-bottom:5px;}
.ml15mt10{ margin-left:15px; margin-top:15px;}

.ml8mb8{ margin-left:8px; margin-bottom:8px;}


.t_align_r{text-align:right;}
.v_align_tb{vertical-align:text-bottom;}


#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	font-size: 92%;
	line-height: 170%;
}
#header {
	width: 800px;
	height: auto;
	background-color: #000;
	color: #FFFFFF;
	font-size: 75%;
	overflow: hidden;
}

#header ul{
	float:left;
	width:800px;
	line-height: normal;
	padding: 0;
	margin: 0;
	}
#header li{
	float:left;
	list-style:none;
	padding:0;
	margin:22px 5px 0 0;
	line-height: normal;
}
#header .logo{
	margin:0 200px 0 0;
}


#header a {
	color:#FFFFFF;
	text-decoration: none;
}
#header a:hover, a:focus {
	color:#CCCCCC;
	text-decoration: none;
}


#mainbox {
	width: 800px;
	margin-top: 0px;
	padding-bottom: 25px;
	padding-top: 20px;
}
#mainbox.calender_bg {
	background:url(../images/calender_bn1.gif) no-repeat right bottom;
	padding-bottom: 150px;
}
#mainbox.pb0 {
	padding-bottom:0;
	}



#leftbox {
	width: 118px;
	float: left;
	margin-right: 20px;
}
#leftbox a{
}

#leftbox h4{
	width:auto;
	border-bottom:1px solid #333333;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
	color: #221816;
}

#leftbox ul {
	padding: 0;
	margin: 0;
}

#leftbox li{
	height:auto;
	text-align: left;
	margin-bottom: 20px;
}

#centerbox {
	width: 642px;
	float: right;
	text-align: left;
}

#centerbox h2{
	width:642px;
	border-bottom:1px solid #333333;
	text-align:left;
	font-weight: bold;
	margin-bottom: 20px;
	color: #221816;
}
#centerbox h2.mb0{
	margin-bottom:0;
	}
#centerbox .bar dl{}
#centerbox .bar dt{
	float:left;
	font-weight: bold;
	line-height: 150%;
}
#centerbox .bar dd{ float:right;}




.pagetop {
	text-align: right;
	padding: 20px 10px 0 0;
}

#footer {
	height: 34px;
	background-image: url(../images/footer_bn1.jpg);
	background-repeat: no-repeat;
	padding: 0;
	text-align: right;
	margin-top: 0px;
	background-color: #231816;
}

#footer_area {
	height: 34px;
	background-image: url(../images/footer_bn1.jpg);
	background-repeat: no-repeat;
	padding: 0;
	text-align: right;
	background-color: #231816;
}


#opening {
	position:absolute;
	width:550px;
	height:400px;
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: -200px;
}



/* 物件詳細ページ */
#leftbox2 {
	width: 95px;
	float: left;
	margin-right: 32px;
	text-align: left;
}

/* IE7用ハック */
*:first-child+html #leftbox2 {
	padding-top:40px;
	background:url(/images/detail_subtitle01.gif) no-repeat left 5px;
}

/* IE6以下用ハック */
* html #leftbox2 {
	padding-top:40px;
	background:url(/images/detail_subtitle01.gif) no-repeat left 5px;
}



#leftbox2 ul {
	margin:0;
	padding:0;
	position: relative;
}

#leftbox2 ul.menu01 {
	height:330px;
	display: none;
}

#leftbox2 ul.menu02:before {
	content:"ピクト表記一覧";
	display:block;
	border-bottom:1px solid #666;
	font-weight:bold;
	margin-bottom:20px;
}


#leftbox2 ul.menu01:before {display:none;}


#leftbox2 h4{
	width:95px;
	border-bottom:1px solid #595656;
	margin: 0 0 20px 0;
	font-weight: bold;
	display: none;
}


#leftbox2 .menu01 li{
	height:110px;
}

#leftbox2 .menu02 li{
height:18px;}



#centerbox2 {
	width: 673px;
	float: right;
	text-align: left;
}

#centerbox2 h2{
	width:673px;
	border-bottom:1px solid #333333;
	height: auto;
	text-align:left;
	font-weight: bold;
}
#centerbox2 .left_column {
	float: left;
	width: 308px;
	margin-top: 17px;
}
#centerbox2 .right_column {
	float: right;
	width: 225px;
	margin-right: 90px;
	display: inline;
	margin-top: 17px;
}

#detail_hitokoto {
	border-bottom: 1px solid #595656;
	margin-bottom: 12px;

}

#detail_hitokoto.parking{
	border:none;
	margin-bottom:0;
}

#detail_hitokoto h3{
	float: left;
	width: 220px;
	color: #333;
}
#detail_hitokoto #detail_newmark {
	color: #DD991E;
	margin-right: 19px;
	margin-left: 8px;
	font-weight: bold;
}
#detail_hitokoto #detail_category {
	color: #DD991E;
	text-align: right;
	font-weight: bold;
	float: right;
}



/* hitokoto side map bt 

#detail_mapbt {
	float: right;
	width: 88px;
	text-align: center;
	margin-bottom: 2px;
}
#detail_mapbt a {
	height: 150%;
	width: 86px;
	border: 1px solid #B6231B;
	display: block;
	text-decoration: none;
	color: #B6231B;
	line-height: 150%;
}


#detail_mapbt a:hover {
	background-color:#B6231B;
	color:#FFF;
}
*/


#detail_kodawari_pict {
	width: 308px;
}
#detail_kodawari_pict h4 {
	margin-bottom: 9px;
	margin-left: 10px;
	line-height: normal;
}
#detail_pic_area ul {
	padding:0;
	margin:0;
}
#detail_pic_area ul li {
	float:left;
	margin-left:10px;
	margin-right:8px;
	margin-bottom: 11px;
	line-height: normal;
	width: 16px;
	height: 16px;
	display: inline;
}
#detail_pic_area ul li.last {
	margin-right:0;
}


.detail_data01{
	border-top:1px solid #595656;
	border-bottom:1px solid #595656;
	float: left;
	width: 308px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 16px;
	line-height: 170%;
}
.detail_data01 dl {
	float: left;
	border-bottom: 1px dashed #595656;
	width: 308px;
	margin:0 0 2px 0;
	padding: 0;
}
.detail_data01 dl.noborder {
	border:none;
}
.detail_data01 dl.last {
	border:none;
}
.detail_data01 dl dt {
	float: left;
	margin-left: 9px;
	width: 70px;
	display: inline;
	overflow: hidden;
}
.detail_data01 dl dd {
	float: left;
	width: 228px;
	padding: 0;
	margin: 0;
}

#detail_toiawase {
	margin-bottom: 12px;

}
#detail_toiawase h3{
	float: left;
	width: 211px;
	margin-left: 9px;
	display: inline;
}
#detail_mailbt {
	float: right;
	width: 88px;
	text-align: center;
	margin-bottom: 2px;
}
#detail_mailbt a {
	height: 150%;
	width: 86px;
	border: 1px solid #B6231B;
	display: block;
	text-decoration: none;
	color: #B6231B;
	line-height: 150%;
}
#detail_mailbt a:hover {
	background-color:#B6231B;
	color:#FFF;
}
.detail_data02{
	border-top:1px solid #595656;
	float: left;
	width: 308px;
	padding-top: 2px;
	margin-bottom: 20px;
}
.detail_data02.mb0{
	margin-bottom:0;
}

.detail_data02 dl {
	float: left;
	width: 308px;
	margin:0 0 2px 0;
	padding:0;
}
.detail_data02 dl dt {
	float: left;
	margin-left: 9px;
	width: 70px;
	display: inline;
	overflow: hidden;
}
.detail_data02 dl dd {
	float: left;
	width: 228px;
	margin: 0;
	padding: 0;
}
.pagetop2 {
	text-align: right;
	padding: 3px 10px 0 0;
	width: 298px;
	margin-top: 20px;
	border-top: 1px solid #595656;
}
#detailview_preview_area {
	border: 1px solid #CCC;
	width: 223px;
	padding-bottom: 5px;
	margin-bottom: 16px;
}
#detailview_preview_area h3 {
	margin-top: 3px;
	margin-left: 5px;
}
#detailview_preview_area .mainpic {
	width: 195px;
	margin-left: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	display: inline;
	overflow: hidden;
}
#detailview_preview_area .zoom_bt {
	text-align: right;
	float: right;
	margin-right: 5px;
	display: inline;
	width: 213px;
	line-height: normal;
}
#detailview_preview_area .zoom_bt img {
	vertical-align: text-bottom;
	margin-right: 5px;
	margin-bottom: 0px;
}
#detailview_thumbs_area {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#detailview_thumbs_area ul {
	margin: 0;
	padding: 0;
}
#detailview_thumbs_area ul li {
	float: left;
	margin-right: 5px;
}
#detailview_thumbs_area ul li.last {
	margin-right:0;
}


#detailplan_preview_area {
	border: 1px solid #CCC;
	width: 223px;
	padding-bottom: 5px;
}
#detailplan_preview_area h3 {
	margin-top: 3px;
	margin-left: 5px;
}
#detailplan_preview_area .mainpic {
	width: 195px;
	margin-left: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	display: inline;
	overflow: hidden;
}
#detailplan_preview_area .zoom_bt {
	text-align: right;
	float: right;
	margin-right: 5px;
	display: inline;
	width: 213px;
	line-height: normal;
}
#detailplan_preview_area .zoom_bt img {
	vertical-align: text-bottom;
	margin-right: 5px;
}
.caution01 {
	margin-top: 3px;
	font-size: 0.9em;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#detail_googlemap_area {
	border: 1px solid #CCC;
	width: 223px;
	padding-bottom: 5px;
	height: 223px;
	margin-top: 15px;
	text-align: center;
}



#back_list_bt a {
	display: block;
	text-align: center;
	line-height: 170%;
	height: auto;
	border: 1px solid #B6231B;
	text-decoration: none;
	color: #B6231B;

}
#back_list_bt a span{
	display: block;
	line-height: 150%;
	height: auto;
}

#back_list_bt a:hover {
	background-color:#B6231B;
	color:#FFF;
}


.right_column #back_list_bt img {
	vertical-align: middle;
	margin-right: 5px;
	line-height: 150%;
}
/*　Sfari hac　*/
html:not(:only-child:only-child) .right_column #back_list_bt img {
	vertical-align: text-bottom;
	margin-bottom:1px;
}

#back_list_bt {
	margin-top: 10px;
	line-height: normal;
	height: auto;
}
.left_column01 {
	float: left;
	width: 290px;
	margin-top: 0px;
}
.left_column01.width350 {
	width:350px;
}

.right_column01 {
	float: right;
	width: 342px;
	margin-top: 0px;
}
.right_column01.owner1_bg {
	background:url(../images/owner1_bn1.gif) no-repeat right bottom;
	height: 378px;
	width: 282px;
}
.left_column01 dl {
	width: 290px;
	padding: 0;
	margin: 0;
	float: left;
	margin-bottom: 17px;
}

.left_column01 dl dt {
	float: left;
	width: 60px;
	color: #333;
	padding: 0;
	margin: 0;
}
.left_column01 dl dd {
	float: left;
	width: 230px;
	padding: 0;
	margin: 0;
}
.right_column01 dl {
	width: 342px;
	padding: 0;
	margin: 0;
	float: left;
	margin-bottom: 17px;
}
.right_column01 dl.mb0 {
	margin-bottom:0;
}

.right_column01 dl dt {
	float: left;
	width: 60px;
	margin: 0;
	padding: 0;
	color: #585657;
}
.right_column01 dl dd {
	float: left;
	width: 282px;
	padding: 0;
	margin: 0;
}
.right_column01 dl dd.layout01 {
	width: 24px;
}
.right_column01 dl dd.layout02 {
	width: 57px;
	text-align: left;
}
.right_column01 dl dd.layout03 {
	width: 201px;
	text-align: left;
}
#about_layout01 {
	background:url(../images/about_bn1.gif) no-repeat left top;
	min-height: 114px;
}
#about_layout01 h3{
	margin-left:157px;
	line-height: 250%;
	color: #000;
}
#about_layout01 p{
	margin-left:157px;
	line-height: 250%;
}
#about_layout02 {
	margin-top: 74px;
	width: 642px;
}
#about_layout02 ul {
	margin: 0;
	padding: 0;
	width: 642px;
}
#about_layout02 ul li {
	float: left;
	margin-right: 29px;
	width: 105px;
}
#about_layout02 ul li.last {
	margin-right:0;
	margin-left: 1px;
}

/* カレンダー */
.calender_box {
	float: left;
	margin-right: 21px;
}
.calender_box.last {
	margin-right:0;
}
.calendar {
	width: 200px;
	padding: 0;
	margin: 0;
	color: #616B76;
	text-align: center;
	background-color: #fff;
	font-size: 92%;
}
.calendar caption{
	font-size:150%;
	font-weight:bold;
	padding-left: 5px;
}
.calendar th {
	border-bottom: 1px solid #A2ADBC;
	text-align:center;
	line-height: 1.7em;
}
.calendar .first_line td{
	line-height: 5px;
	height: 5px;
}
.calendar td {
	width: auto;
	text-align: center;
	line-height: 2em;
}
.calendar td.today {
	color:#FFF;
	background:#545AA8;
}


/*　フリーワード検索箇所　*/
#leftbox2 .menu01 li#freeword_search {
	width: 276px;
	border: 2px solid #CCCCCC;
	display: none;
	background: #EEEEEE;
	position: absolute;
	height: auto;
	padding-bottom: 6px;
	left: 0px;
	top: 208px;
}
/*　IE6 hac　*/
*html #leftbox2 .menu01 li#freeword_search {
	width:280px;
}
#leftbox2 .menu01 #freeword_search form input {
	float: left;
	width: 169px;
	border: 1px solid #CCCCCC;
	margin-left: 9px;
	margin-top: 6px;
	line-height: normal;
	font-size: 130%;
	padding: 2px;
	display: inline;
	ime-mode:active;
}
/*　IE6 hac　*/
*html #leftbox2 .menu01 #freeword_search form input {
	width:173px;
}
#leftbox2 .menu01 #freeword_search form input:focus {
	background:#FFC;
}

#leftbox2 .menu01 #freeword_search form input#search_bt {
	float: left;
	width: 75px;
	border:none;
	padding: 0;
	margin-left: 8px;
}
#leftbox2 .menu01 li#searchbox_closebt {
	position:absolute;
	top:208px;
	left:280px;
	border:none;
	height: 23px;
	display: none;
}

.detail_data01 .stationList
{
	list-style-type: none;
}



/*　お役立ちマニュアル　*/
.manual_bg01 {
	background:url(../images/bg_manual1.gif) no-repeat right top;
}
.manual_bg02 {
	background:url(../images/bg_manual2.gif) no-repeat right top;
}
.manual_bg03 {
	background:url(../images/bg_manual3.gif) no-repeat right top;
}
.manual_bg04 {
	background:url(../images/bg_manual4.gif) no-repeat right top;
}
#manual{
}
#manual h3 {
	color: #EAC080;
}
#manual h3.orange_bullet {
	padding-left:15px;
	background:url(../images/maru_bullet_orange.gif) no-repeat left 4px;
	line-height: 20px;
}
#manual h4 {
	padding-left:15px;
	background:url(../images/maru_bullet.gif) no-repeat 2px 5px;
	line-height: 20px;
}
#manual h4.indent01{
	margin-left: 15px;
}
#manual .textbox01 {
	margin:0 240px 10px 15px;
}
#manual .textbox01.mb0 {
	margin-bottom:0;
}
#manual .textbox01.mb20 {
	margin-bottom:20px;
}


#manual .textbox02 {
	margin:0 240px 10px 15px;
	text-align:right;
}
#manual .textbox02.mb0 {
	margin-bottom:0;
}
#manual .textbox02.mb0 {
	margin-bottom:0;
}


#manual .textbox03 {
	margin:0 100px 20px 15px;
}
#manual .textbox03.mb0 {
	margin-bottom:0;
}
#manual .textbox04 {
	margin:0 100px 10px 15px;
	text-align:right;
}
#manual .textbox05 {
	margin:0 100px 20px 30px;
}
#manual .textbox05.mb0 {
	margin-bottom:0;
}

#manual_popup_wrapper {
	width: 500px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 92%;
	line-height: 170%;
}


#manual_popup_wrapper h1 {
	border:1px solid #1F3134;
	background:#D5D8DD;
	font-weight: bold;
	color: #333;
	padding: 3px 0;
	text-align: center;
}

#manual_popup{
	text-align:left;
}

#manual_popup_wrapper p {
	margin:20px 30px 10px 30px;
	text-align:left;
}
#manual_popup_wrapper p.mt0 {
	margin-top:0;
}

#manual_popup_wrapper p.mb0 {
	margin-bottom:0;
}

#manual_popup_wrapper p.textbox01 {
	text-align:right;
	font-size: 14px;
	font-weight: bold;
}
#manual_popup_wrapper p.textbox01.mb0 {
	margin-bottom:0;
}
#manual_popup_wrapper table {
	margin:0 35px 10px 35px;
	text-align: left;
	width: 430px;
}
#manual_popup_wrapper table.adjust01 {
	margin:0 30px 10px 30px;
}
#manual_popup_wrapper table.adjust01.mb0 {
	margin-bottom:0;
	}
#manual_popup_wrapper table.adjust01 th {
	width:55px;
	vertical-align: top;
}


#manual_popup_wrapper table th {
	width:25px;
	vertical-align: top;
}
#manual table {
	margin:0 200px 20px 15px;
}
#manual table.adjust05 {
	margin:0 50px 20px 15px;
}
#manual table table {
	margin:0 0 0 0;
}
#manual table.text_layout01 table th {
	width:120px;
	vertical-align: top;
}
#manual table.text_layout01 table th.adjust02 {
	width:150px;
}
#manual table.text_layout01 table th.adjust03 {
	width:20px;
}

#manual table th {
	width:170px;
	vertical-align: top;
	line-height:150%;
}
#manual table th.adjust06 {
	width:100px;
	vertical-align: top;
}
#manual table th.adjust07 {
	width:180px;
	vertical-align: top;
}
#manual table th.adjust08 {
	width:220px;
	vertical-align: top;
}
#manual table td{
	vertical-align:top;
	line-height:150%;
}

#manual table.text_layout01 {
}
#manual table.text_layout01 th {
	width:90px;
}

#manual table.text_layout02 {
	margin:0 0 20px 15px;
}
#manual table.text_layout02 th{
	width:90px;
}
#manual table.text_layout02 table th{
	width:280px;
}
#manual table.text_layout02 table th.adjust04{
	width:100px;
}

#manual table.text_layout03 {
	margin:0 150px 20px 15px;
}
#manual table.text_layout03 th{
	width:90px;
}
#manual table.text_layout03 table th{
	width:100px;
}
#manual table.text_layout03 table table th{
	width:140px;
}


#manual ul {
	margin:0 30px 0 15px;
	padding:0;
	text-align:left;
}
#manual ul.mb20 {
	margin-bottom:20px;
}
#manual ul.indent02 {
	margin-left:30px;
}

#manual li {
	list-style:none;
	margin:0;
	padding:0 0 0 0;
	text-align:left;
}




/*　花小金トピックス　*/
.guide_detail{
	margin:0 0 10px 0;
	width: 590px;
	}
	
.guide_detail .left_column{
	float:left;
	width:280px;
}
.guide_detail table{
	width:100%;
	border-collapse:collapse;
	font-size: 77%;
}

/*　Firefox fontsiza hac　*/
.guide_detail table,x:-moz-read-only {
	font-size: 85%;
	/* Fx 1.5, 2.0 以降に適用される */
	}
.guide_detail table,x:-moz-broken {
	font-size: 85%;
	/* Fx 3.0 以降に適用される */
	}
.guide_detail table, x:x{
	font-size: 77%;
	}


.guide_detail table td{
	border:1px solid #CCCCCC;
	padding: 0 5px;
	vertical-align: top;
}

.guide_detail table table{
	width:100%;
	border-collapse:collapse;
	font-size: 100%;
}
.guide_detail table table th{
	width:55px;
}
.guide_detail table table td{
	border:none;
	padding: 0;

}


.guide_detail table td.name{
	width:198px;
	padding-left: 10px;
}
.guide_detail table td.category{
	width:80px;
}

.guide_detail .right_column{
	float:right;
	width:280px;
}

.guide_detail .adjust01{
	border-bottom:none;
	height: 63px;
}
.guide_detail .adjust02{
	height: 60px;
}
.guide_detail .adjust03{
	height:42px;
}
.guide_detail .adjust04{
	border-bottom:none;
	height:83px;
}

.chip01{ background:url(../images/chip01.gif) no-repeat left top;}
.chip02{ background:url(../images/chip02.gif) no-repeat left top;}
.chip03{ background:url(../images/chip03.gif) no-repeat left top;}
.chip04{ background:url(../images/chip04.gif) no-repeat left top;}
.chip05{ background:url(../images/chip05.gif) no-repeat left top;}
.chip06{ background:url(../images/chip06.gif) no-repeat left top;}
.chip07{ background:url(../images/chip07.gif) no-repeat left top;}
.chip08{ background:url(../images/chip08.gif) no-repeat left top;}


/*　お問い合わせ　*/
.contact_box01{
	border:10px solid #EEE;
	margin:20px 0 20px 0;
}
.contact_box01 p{
	line-height: 200%;
	padding: 10px; color: #666;
}

/*　サイトマップ　*/
.sitemap_list_subtitle{
	margin-left:15px;
	font-weight:bold;
}

ul.sitemap_list{
	margin-left:20px;
	width: 250px;
	float: left;
}

ul.sitemap_list li{
	margin-bottom:10px;
}

ul.sitemap_list li ul{
	margin-left:30px;
}

ul.sitemap_list li ul li{
	margin-bottom:0;
}

