@charset "UTF-8";

/* 基本タグ再定義
-------------------------------------------------*/
* {
	font-size:12px;
	line-height:150%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, br{
	margin:0;
	padding:0;
}
ol, ul {
	padding-left:25px;
}
blockquote {
	padding:5px;
}
body {
	background-color:#FFFFFF;
	color:#000000;
	font-size:12pt;
	text-align:center;
	font-family:"Osaka","ＭＳ Ｐゴシック",Arial,sans-serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

/* 全体
-------------------------------------------------*/
#allWrap {
	margin:0 auto;
	text-align:left;
	width:950px;
	min-width:950px;
	border:0px solid #B9B9B9;
	background-color:#FFFFFF;
}

#col_left {
	float:left;
	height:auto;
	width:630px;
}
#col_right {
	float:right;
	height:auto;
	width:310px;
}

#col_left01 {
	float:left;
	height:auto;
	width:310px;
}
#col_right01 {
	float:right;
	height:auto;
	width:630px;
}

#search_list_left {
	float:left;
	height:auto;
	width:310px;
}
#search_list_right {
	float:right;
	height:auto;
	width:630px;
}

#search_detail_left {
	float:left;
	height:auto;
	width:630px;
}
#search_detail_right {
	float:right;
	height:auto;
	width:310px;
}
#update_left {
	float:left;
	height:auto;
	width:630px;
}
#update_right {
	float:right;
	height:auto;
	width:310px;
}

#contents_left {
	float:left;
	height:auto;
	width:630px;
}
#contents_right {
	float:right;
	height:auto;
	width:310px;
}

.floEnd {
	clear:both;
	font-size:0;
	line-height:0;
}
.taCenter {
	text-align:center;
}

.h2img {
	float:left;
	padding-right: 5px;
}

/* ヘッダー
-------------------------------------------------*/
#header {
	background-image: url(/img0/headback.gif);
	background-repeat: repeat;
	text-align: center;
	width: 100%;
	height: 76px;
	background-color: #000000;
	vertical-align: middle;
}
#header .logo {
	width: 260px;
	height: 76px;
	float: left;
}
#header .banner {
	padding-top: 10px;
}
.headline0 {
	background:#ededed;
	height:13px;
	font-size:11px;
	color:#333333;
	padding:0px 5px;
	text-align:left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffcc33;
}
.headline1 {
	background:#ffcc33;
	height:2px;
	line-height:0;
	font-size:0;
}
.headline2 {
	background:#ededed;
	height:13px;
	border-top:#ffffff 1px solid;
	font-size:11px;
	color:#333333;
	padding:0 5px;
	text-align:left;
}

/* FOOTER
-------------------------------------------------*/
#pagetopBox {
	background-color:#ff9900;
	color: #FFFFFF;
	margin:1px;
	text-align:right;
}
#footWrapTop {
	margin:auto;
	padding:0px;
	text-align:center;
	font-size:100%;
}
#footWrapTop a {
	font-size:100%;
/*	color:#1D3CAD; */
}
#footWrapTop .copy {
	font-size:100%;
	color:#202020;
}

#footWrapTop img {
	border:0 none;
	margin-right:0em;
	vertical-align:bottom;
}

#copyright {
	padding-bottom:25px;
	text-align:center;
}

/* 角丸用
-------------------------------------------------*/
.search{
display:block;
}
.search *{
display:block;
height:1px;
overflow:hidden;
background:#e0e0e0;
}
.search1{
border-right:1px solid #f1f1f1;
padding-right:1px;
margin-right:3px;
border-left:1px solid #f1f1f1;
padding-left:1px;
margin-left:3px;
background:#e7e7e7;
}
.search2{
border-right:1px solid #fbfbfb;
border-left:1px solid #fbfbfb;
padding:0px 1px;
background:#e5e5e5;
margin:0px 1px;
}
.search3{
border-right:1px solid #e5e5e5;
border-left:1px solid #e5e5e5;
margin:0px 1px;
}
.search4{
border-right:1px solid #f1f1f1;
border-left:1px solid #f1f1f1;
}
.search5{
border-right:1px solid #e7e7e7;
border-left:1px solid #e7e7e7;
}
.search_content{
padding:0px 5px;
background:#e0e0e0;
}



.corners{
display:block;
}
.corners *{
display:block;
height:1px;
overflow:hidden;
background:#fad167;
}
.corners1{
border-right:1px solid #fcebbd;
padding-right:1px;
margin-right:3px;
border-left:1px solid #fcebbd;
padding-left:1px;
margin-left:3px;
background:#fbdc8d;
}
.corners2{
border-right:1px solid #fefaef;
border-left:1px solid #fefaef;
padding:0px 1px;
background:#fad983;
margin:0px 1px;
}
.corners3{
border-right:1px solid #fad983;
border-left:1px solid #fad983;
margin:0px 1px;
}
.corners4{
border-right:1px solid #fcebbd;
border-left:1px solid #fcebbd;
}
.corners5{
border-right:1px solid #fbdc8d;
border-left:1px solid #fbdc8d;
}
.corners_content{
padding:0px 5px;
background:#fad167;
}

/*
-------------------------------------------------*/
.floRight {
	float:right;
}
.floLeft {
	float:left;
}
/*
-------------------------------------------------*/
.f9 {
	font-size: 9px;
}
.f10 {
	font-size: 10px;
}
.f14 {
	font-size: 14px;
}
.f14b {
	font-size: 14px;
	font-weight:bold;
}
/*
-------------------------------------------------*/
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:20px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
/*
-------------------------------------------------*/
.pdl5 {
	padding-left:5px;
}
.pdl10 {
	padding-left:10px;
}
.pdl20 {
	padding-left:20px;
}
.mt_all5 {
	padding: 5px;
}
.mt_all10 {
	padding: 10px;
}
/*
-------------------------------------------------*/
.img01 {
	padding-right: 10px;
}
/*
-------------------------------------------------*/
.cFF0000 {
	color:#FF0000;
}
.c990000 {
	color:#990000;
}
.c999999 {
	color:#999999;
}
.c0000FF {
	color:#0000FF;
}
.cFF6600 {
	color:#FF6600;
}
.c009900 {
	color:#009900;
}
.c000000 {
	color:#000000;
}

/*
-------------------------------------------------*/
#col_left h1 {
	height:auto;
}
#col_left h2 ,
#col_right h2 ,
#update_right h2 ,
#search_list_left h2 ,
#search_list_right h2 ,
#search_detail_right h2 ,
#search_detail_left h2 {
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:none;
	background-color: #FF9900;
	display: block;
	height: auto;
	width: auto;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	padding: 5px;
}
#col_left h3 {
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:none;
	background-color: #FF9900;
	display: block;
	height: auto;
	width: auto;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	padding: 5px;
}
#search_detail_right ol, ul ,
#search_list_left ol, ul ,
#update_right ol, ul ,
#col_right ol, ul {
	padding-left:0px;
}
#search_detail_right li ,
#search_list_left li ,
#update_right li ,
#col_right li {
	display:block;
	float:left;
	white-space: nowrap;
	list-style-type: none;
	padding: 0px 18px 3px 0px;
	width: auto;
}
#search_detail_right li a ,
#search_list_left li a ,
#update_right li a ,
#col_right li a {
	padding: 0px 0px 0px 8px;
	background-image: url(/img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#search_list_right b{
	font-weight: bold;
	background-color: #cccccc;

}
/*
-------------------------------------------------*/
#info_area h2 {
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:none;
	background-color: #FF9900;
	display: block;
	height: auto;
	width: auto;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	padding: 5px;
}
#info_area BLOCKQUOTE {
	color:#000000;
	display: block;
	height: auto;
	width: auto;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 10px;
}
/*
-------------------------------------------------*/
#report_list ol, ul {
	padding-left:0px;
}
#report_list li {
	display:block;
	white-space: nowrap;
	list-style-type: none;
	padding: 0px 0px 3px 0px;
	width: auto;
}

#report_list li a {
	padding: 0px 0px 0px 8px;
	background-image: url(/img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*
-------------------------------------------------*/
#schedule_list table, tr, td {
	margin:0;
	padding:0;
}
#schedule_list th {
	background-color: #FF9900;
	color:#FFFFFF;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
}

#schedule_list td {
	line-height: 100%;
	padding: 2px 3px 2px 3px;
}

#schedule_list td a:link {
	text-decoration:none;
}
#schedule_list td a:visited {
	text-decoration:none;
}
#schedule_list td a:active {
	text-decoration: underline;
}
#schedule_list td a:hover {
	text-decoration: underline;
}

#schedule_list .td01 {
	background-color: #ffffff;
	letter-spacing: normal;
}
#schedule_list .td02 {
/*	background-color: #ccffff;　*/
	background-color: #d8ebfa;
	letter-spacing: normal;
}
#schedule_list .small {
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
}

/*
-------------------------------------------------*/
#attention {
}
#attention .title{
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-image: url(/img/te01.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
}

/*
-------------------------------------------------*/
#search_list_left input {
	margin-right: 5px;
}
#search_list_left label {
	display:block;
	float:left;
	white-space: nowrap;
	list-style-type: none;
	width: 120px;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#search_list_left .in_kbn label {
	display:block;
	float:left;
	white-space: nowrap;
	list-style-type: none;
	width: 120px;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#search_list_left .title{
	padding: 5px 0px 5px 5px;
}
#search_list_left .button{
	padding: 5px;
	margin: 10px;
	font-size: large;
	text-align: center;
	width: 100px;
}
#search_list_right ol {
	padding-left:25px;
}
#search_list_right li {
	margin:0px;
	padding:0px;
	list-style-position: outside;
	list-style-image: url(/img/ic_mini01_maru02.gif);
	list-style-type: none;
}

#search_list_right .data_name {
	height:auto;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
}
#search_list_right .data_name_f {
	height:auto;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-align: left;
	padding-right: 10px;
}

#search_condition {
}

#search_condition .disp_kbn {
	height:auto;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	padding: 10px 0px 5px 0px;
}
#search_condition .disp_kbn01 {
	height:auto;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: auto;
	background-position: left top;
}
#search_condition .disp_title {
	height:auto;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #CCCCCC;
	background-position: right top;
	text-align: right;
	white-space: nowrap;
}

/*
-------------------------------------------------*/
#search_detail th {
	font-size: 12px;
	background-color: #FF9900;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 25px;
	vertical-align: middle;
	width: 80px;
	white-space: nowrap;
}
#search_detail td {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
}
#search_detail .disp_flg {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: right;
}
#search_detail .detail_name {
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #FF9900;
}
#search_detail .detail_yomi {
	font-size: 10px;
	font-weight: lighter;
}
#search_detail .detail_setu {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	background-color: #efefef;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#coupon {
	text-align:center;
	clear: both;
	border: 5px double #FF9900;
	width: 85%;
	margin: auto;
	background-color: #efefef;
}
#coupon .name{
	text-align:left;
	font-size:20px;
	padding:0px 0px 0px 5px;
	font-weight: bold;
}
#coupon .tel{
	text-align:right;
	font-size:12px;
	padding:0px 5px 0px 0px;
}
#coupon .coupontext{
	text-align:center;
	font-size:14px;
	padding:5px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}
#coupon .small{
	font-size:10px;
}

#rsslist {
	margin: auto;
}
#rsslist h2{
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:none;
	background-color: #FF9900;
	display: block;
	height: auto;
	width: auto;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	padding: 10px;
}
#rsslist .title{
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	background-image: url(/img/ic_clip01_s03_02.gif);
	background-repeat: no-repeat;
	float: left;
	padding-left:20px;
}
#rsslist .bloginfo{
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	padding: 5px;
}
#rsslist .name{
	font-weight: bold;
	font-size: large;
	padding-left: 35px;
	background-color: #ffffff;
	padding-top: 5px;/*	background-image: url(/img0/blog01.gif);	*/
/*	background-repeat: no-repeat;	*/
}
#rsslist .text{
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	background-color: #efefef;
	letter-spacing: normal;
	word-spacing: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
}
/*
-------------------------------------------------*/
#list ul {
	padding: 0px;
}
#list li {
	letter-spacing: normal;
	word-spacing: normal;
	clear: both;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: none;
	white-space: normal;
	display: list-item;
	background-image: url(/img0/ten02.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

/*
-------------------------------------------------*/
#data_nothing {
	padding: 20px;
	width: 90%;
}
#data_nothing big {
	font-size: large;
	text-align: center;
}
#data_nothing BLOCKQUOTE {
	padding: 20px;
}

/*
-------------------------------------------------*/
#osusume_list {
}
#osusume_list .td01 {
	color:#000066;
	background-color:#ffcc33;
	font-size:10px;
}
#osusume_list .td01_01 {
	background-color:#ffffff;
}
#osusume_list .td01_02 {
	height:3em;
	vertical-align:middle;
	display: block;
}

/*
-------------------------------------------------*/
#update_left th {
	font-size: 12px;
	background-color: #FF9900;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 25px;
	vertical-align: middle;
	width: 75px;
}
#update_left td {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
}
#update input {
	margin-right: 5px;
}
#update label {
	white-space: nowrap;
	list-style-type: none;
	width: 120px;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#update #woman label {
	display:block;
	float:left;
	width: 290px;
}
#update #genre     label ,
#update #type      label ,
#update #foreigner label ,
#update #age       label {
	display:block;
	float:left;
	width: 145px;
}
#update .url01 {
	display:block;
	float:left;
	width: 40px;
}
#update .addr01 {
	display:block;
	float:left;
	width: 120px;
}
#update .url02,
#update .addr02 {
	display:block;
	float:none;
}
.asterisk {
	font-size: 12px;
	color: #ff0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.error {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

#navi {
	text-align: right;
}
#navi em {
	text-decoration:underline;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #FF9900;
	margin-right: 5px;
	margin-left: 5px;
	display: inline-table;
	padding: 5px;
}
#update h1 {
	background-color: #FFFFFF;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
}
#update_left h2 {
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
}
#update blockqoute {
	clear: none;
	margin: 20px;
	display: block;
}

/*	ピックアップ
-------------------------------------------------*/
#pickup_area .area {
	padding: 0px 15px;
	clear: both;
}
#pickup_area .area_left {
	text-align: center;
	float: left;
	padding: 0px 15px 0px 0px;
	width: 90px;
}
#pickup_area .area_img {
	background-color: #FAD167;
	height: 82px;
	width: 84px;
	padding: 5px;
}
#pickup_area .area_name {
	border-bottom:4px solid #FAD167;
	margin:0px;
	font-size:14px;
	font-weight:bold;
}
#pickup_area .area_flg {
	font-size:12px;
	line-height:150%;
	margin:0px 3px 0px 3px;
}

#pickup_area .left {
	float: left;
	width: 285px;
	padding:0 5px;
}
/*
-------------------------------------------------*/
#search_rss_genre label {
	display:block;
	float:left;
	letter-spacing:normal;
	list-style-type:none;
	padding:0 0 3px;
	text-align:left;
	white-space:nowrap;
	width:110px;
	word-spacing:normal;
}
/*
-------------------------------------------------*/
#info01 {
	clear:both;
	font-size:0;
	line-height:0;
	padding: 5px 5px 0px 5px;
	margin-top: 20px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #FAD167;
}
#info01 .title{
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	background-image: url(/img/te01.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
	line-height: normal;
	background-color: #DBDBDB;
	letter-spacing: -1px;
	height: 25px;
	vertical-align: middle;
	display:block;
	float:none;
	font-style:normal;
	height:auto;
	letter-spacing:-1px;
	line-height:normal;
	text-align:left;
	vertical-align:baseline;
	white-space:normal;
	width:auto;
	word-spacing:normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
/* ページ下の操作導線用
-------------------------------------------------*/
#footer_menu h2 {
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:none;
	background-color: #FF9900;
	display: block;
	height: auto;
	width: auto;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	padding: 5px;
}
#footer_menu ul {
	padding-left:0px;
	line-height:100%;
	font-style: normal;
}
#footer_menu li {
	display:block;
	white-space: nowrap;
	list-style-type: none;
	padding: 0px 0px 3px 0px;
	width: auto;
	line-height:100%;
	font-style: normal;
}
#footer_menu li a {
	padding: 0px 0px 0px 8px;
	background-image: url(/img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	line-height:100%;
	font-style: normal;
}
/* ページ下の操作導線用
-------------------------------------------------*/
#gw_info a {
	font-size: 17px;
	background-image: url(/img/te03.gif);
	background-repeat: no-repeat;
	padding:0 0 0 30px;
	display: block;
}
/* TOPページ 検索枠
-------------------------------------------------*/
.search_map {
	display: block;
	float: left;
	width: 455px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 7px;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	white-space: nowrap;
}
.search_machi {
	display: block;
	float: right;
	width: 165px;
}
.search_box02 {
	float:left;
	height:auto;
	width: 310px;
}
.search_box03 {
	float:right;
	height:auto;
	width: 310px;
}
.search_machi li {
	display:block;
	float:left;
	white-space: nowrap;
	list-style-type: none;
	padding: 0 0 5px 0;
	width: 75px;
}
.search_box02 li ,
.search_box03 li {
	display:block;
	float:left;
	white-space: nowrap;
	list-style-type: none;
	padding: 0px 18px 3px 0px;
	width: auto;
}
.search_machi li a ,
.search_box02 li a ,
.search_box03 li a {
	padding: 0px 0px 0px 8px;
	background-image: url(/img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*
-------------------------------------------------*/
#rsslist {
	clear:both;
	padding-top:3px;
	text-align:center;
}
#blogimg {
	clear:both;
	margin-bottom:20px;
	padding-left:10px;
	text-align:center;
}
#blogimg .box01 {
	border-color:#EEEEEE #BBBBBB #BBBBBB #EEEEEE;
	border-style:solid;
	border-width:1px;
	display:inline-block;
	text-align:center;
	width:115px;
}
#blogimg img {
	background-color:#FFFFFF;
	padding:5px 1px;
}
#info02 {
	border-top:medium double #FAD167;
	clear:both;
	font-size:0;
	line-height:0;
	margin-top:20px;
	padding:5px 20px 0;
}
#info02 ul {
	padding-left:25px;
}
#info02 li {
	color:red;
	font-size:0.85em;
	list-style-type:square;
}
/*
-------------------------------------------------*/
#bannerblock {
	clear:both;
	text-align:center;
	margin-bottom:10px;
}
#bannerblock img{
	margin:0 1px;
}
/*
-------------------------------------------------*/
#mapinfobox{
	text-align:left;
	font-size:16px;
}
/*
---------------------------------------------------------------------------*/
#af_side {
	padding-top:10px;
	text-align:center;
}
#af_side .box{
	background:none repeat scroll 0 0 #f7f7f7;
	border:1px solid #FF9900;
	width:130px;
	margin:5px 5px 5px 0;
	padding:10px 5px;
	display:inline-block;
	text-align:center;
}

