/*------------------------------------------------------------------------
1.リセット
------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	background: #eff7f8;
	color: #252525;
	height: 100%;
}
body {
	font: 13px/1 Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
* html body {
	font-size: small;
}
*:first-child+html body {
	font-size: small;
}
img {
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
ul, dl, ol {
	text-indent: 0;
}
ul li {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-width: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
* html input, * html textarea, * html select {
	font-size: 100%;
}
*:first-child+html+input, *:first-child html+textarea, *:first-child+html select {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
th, td {
	text-align: left;
	vertical-align: top;
}
caption {
	text-align: left;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}
* html code, * html kbd, * html samp, * html tt {
	font-size: 100%;
	line-height: 100%;
}
*:first-child+html pre, *:first-child html+code, *:first-child html+kbd, *:first-child+html+samp, *:first-child+html tt {
	font-size: 108%;
	line-height: 100%;
}
input, select, textarea {
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #044ea5;
	border-bottom: 1px solid #044ea5;
	text-decoration: none;
}
a {
	outline : 0;
}
a img {
	border : none;
}
.mb9 {
	margin-bottom: 9px !important;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }
/*------------------------------------------------------------------------
2.全体枠
------------------------------------------------------------------------*/
div#container {
	width: 956px;
	margin: 0 auto;
	background: url(img/bodyBg.gif) repeat-y;
	padding: 0 2px;
	overflow: hidden;
}
div#wrapperLeft {
	width: 758px;
	float: left;
	display: inline;
	margin-top: 10px;
}
p.toTop {
	background: url(img/toTop.gif) center 50px no-repeat;
	width: 160px;
	height: 23px;
	line-height: 23px;
	text-indent: -9999px;
	padding-top: 50px;
	margin: 0 50px 20px 750px;
	clear: both;
}
p.toTop a {
	display: block;
	width: 160px;
	height: 23px;
	border: none;
}
p.toTop a:hover {
	background: url(img/toTop.gif) center bottom no-repeat;
}
/*------------------------------------------------------------------------
3.ヘッダー
------------------------------------------------------------------------*/
#header {
	width: 956px;
	height: 161px;
	background: url(img/header1Bg.jpg) no-repeat;
	position: relative;
	overflow: hidden;
}
#header div#subHeader {
	width: 956px;
	height: 40px;
	padding-top: 121px;
	background: url(img/header2Bg.gif) center bottom repeat-x;
	position: relative;
}
div#subHeader div.tweet {
	position: absolute;
	width: 418px;
	height: 25px;
	top: 131px;
	left: 539px;
	overflow: hidden;
}
div#subHeader div.tweet div {
	display: inline-block;
	height: 25px;
	width: 90px;
	float: left;
	margin-right: 15px;
	font-size: 10px;
}
/*@h1（ヘッダー）
--------------------------------------------------------*/
#header h1 {
	width: 393px;
	height: 82px;
	line-height: 82px;
	position: absolute;
	top: 14px;
	left: 34px;
	text-indent: -9999px;
	z-index: 10;
}
#header h1 a {
	display: block;
	width: 393px;
	height: 82px;
	border: none;
}
/*@p（ヘッダー）
--------------------------------------------------------*/

#header p#description {
	position: absolute;
	top: 5px;
	left: 15px;
	z-index: 5;
}
#header p#aic {
	width: 82px;
	height: 44px;
	position: absolute;
	top: 50px;
	left: 860px;
	text-indent: -9999px;
	z-index: 4;
}
#header p#aic a {
	display: block;
	width: 82px;
	height: 44px;
	border: none;
}
/*------------------------------------------------------------------------
4.メインカラム
------------------------------------------------------------------------*/
/*@div（メインカラム）
--------------------------------------------------------*/
div#wrapperLeft div#main {
	width: 550px;
	float: right;
	display: inline;
}
div#main div.main2banner {
	width: 550px;
	overflow: hidden;
	margin-top: 10px;
}
div#main div.bannerAyuchan {
	background: url(img/centerAyuPress.jpg) no-repeat;
	width: 550px;
	height: 184px;
	margin-top: 10px;
	position: relative;
}
#main div.paginate, #main div.content-nav {
	width: 530px;
	height: 2em;
	margin: 10px;
	text-align: center;
}
#main div.paginate a, #main div.content-nav a {
	border: 1px solid #666;
	background: #CCC;
	padding: 2px;
}
#main div.paginate a:hover, #main div.content-nav a:hover {
	border: 1px solid #666;
	background: #03478f;
	color: #fff;
}
div.shopBox {
	width: 530px;
	margin-bottom: 10px;
	border: 2px solid #d6ceb4;
	overflow: hidden;
	padding: 8px;
	position: relative;
}
div.shopLeft {
	width: 172px;
	height: 172px;
	display: inline;
	float: left;
}
div.shopLeft img {
	padding: 1px;
	background: #d1d1cf;
}
div.shopLeft img:hover {
	background: #f29b1f;
}
div.shopRight {
	width: 350px;
	display: inline;
	float: right;
}
div#searchWrapper {
	width: 544px;
	border: 3px solid #d6ceb4;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
	padding-top: 25px;
}
div.genreBox, div.areaBox {
	margin: 10px 10px 10px 64px;
	width: 470px;
}
div#topicsBox {
	width: 544px;
	border: 3px solid #d6ceb4;
	margin-bottom: 10px;
}
div.shosaiTitle {
	background: url(img/h3ShosaiBg.gif) no-repeat;
	width: 550px;
	height: 49px;
	margin: 10px 0;
	color: #543618;
	position: relative;
}
div.shosaiBox {
	width: 528px;
	border: 1px solid #bdbcbc;
	padding: 15px 10px;
	margin-bottom: 10px;
}
div.shosaiBox div.shopPhotoWrapper {
	margin: 10px 0;
	border-bottom: 1px dotted #808080;
	clear: both;
	padding-bottom: 10px;
	overflow: hidden;
}
div.couponBox {
	width: 524px;
	padding: 2px;
	border: 1px solid #6d6767;
	overflow: hidden;
	background: url(img/couponSign.gif) left bottom no-repeat;
}
div.couponBox div.commentBox {
	background: #fcf8cf;
	padding: 5px;
	overflow: hidden;
	line-height: 1.3em;
}
div.shosaiBox div#map {
	width: 528px;
	height: 500px;
	border: 1px solid #bdbcbc;
	background: #ccc;
	margin: 10px 0;
}
div#searchAreaWrapper {
	width: 544px;
	border: 3px solid #d6ceb4;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
div#searchAreaWrapper div#areaMap0 {
	width: 522px;
	height: 362px;
	background: url(img/areaMapLayer0.jpg) no-repeat;
	margin: 0 11px;
	position: relative;
	/*border-bottom:1px dotted #7e7e7e;*/
	margin-bottom: 7px;
}
div#searchAreaWrapper div#areaMap1 {
	width: 350px;
	height: 300px;
	background: url(img/atsugiMapBg.png) no-repeat;
	position: absolute;
	top: 30px;
	left: 50px;
	z-index: 5;
}
div#searchAreaWrapper div#areaMap2 {
	width: 202px;
	height: 139px;
	background: url(img/station.png) no-repeat;
	position: absolute;
	top: 183px;
	left: 245px;
	z-index: 10;
}
div#searchAreaWrapper div#areaMap3 {
	background: url(img/mapLinkBg.png) 0 -124px no-repeat;
	width: 53px;
	height: 47px;
	position: absolute;
	top: 217px;
	left: 336px;
	z-index: 12;
}
div#searchAreaWrapper div#areaMap4 {
	width: 522px;
	height: 362px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}
div#areaOption {
	padding-bottom: 15px;
	overflow: hidden;
}
div.shosaiBox div.shosaiPr {
	font-size: 16px;
	line-height: 1.8em;
	color: #96602a;
	margin: 0 25px 10px;
}
div.shosaiBox div.shopComment {
	line-height: 1.5em;
}
div.couponBox div.couponContents {
	clear: both;
	font-size: 24px;
	color: #fd0012;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	margin: 10px;
}
div.otherWrapper {
	width: 530px;
	padding: 7px;
	border: 3px solid #d5ceb4;
	overflow: hidden;
}
div.otherWrapper div.entryBody {
	padding: 20px;
}
div.otherWrapper div.horoscopeBox {
	width: 470px;
	overflow: hidden;
	background: url(img/horoscopeBoxBg.gif) center bottom no-repeat;
	padding: 0 10px 12px;
	margin: 20px;
}
div.otherWrapper div.horoscopeBox div {
	width: 350px;
	float: right;
	line-height: 1.5em;
	padding-top: 10px;
}
div.otherWrapper div.greeting {
	width: 480px;
	padding: 8px;
	border: 2px dotted #0053a5;
	margin: 15px;
	clear: both;
}
div.otherWrapper div.golfdouBody {
	line-height: 1.5em;
	text-align: justify;
	text-justify: distribute;
	margin: 10px;
}
div.otherWrapper div.ayuPressBoxWrapper {
	clear: both;
	overflow: hidden;
	width: 520px;
	margin: 10px 0 10px 10px;
	paddidng-top: 20px;
}
div.ayuPressBoxWrapper div.ayuPressBox {
	overflow: hidden;
	width: 238px;
	height: 148px;
	padding: 5px;
	border: 1px solid #b3b3b3;
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}
div.ayuPressBoxWrapper div.ayuPressBox div.ayuPressRight {
	display: inline;
	width: 124px;
	float: right;
}
div.ayuPressBox div.excerpt {
	line-height: 1.4em;
}
div.ayuEntry{
	width:530px;
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
}
div.ayuEntry div.ayuEntryBody{
	width:350px;
	float:right;
	margin-right:10px;
	display:inline;
	line-height:1.5em;
}
div.whatsEntry{
	width:530px;
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:10px;
}
div.whatsEntry h3{
	width:480px;
	margin:10px 25px;
	font-size:14px;
	line-height:1.2em;
	background:url(img/list04.gif) left center no-repeat;
	padding-left:22px;
}
div.whatsEntry div.whatsEntryBody{
	width:430px;
	padding:10px 50px;
	line-height:1.5em;
	background:url(img/whatsEntryBodyTop.gif) center top no-repeat;
	border-bottom:1px dashed #ccc;
}
/*@form @input（メインカラム）
--------------------------------------------------------*/
div#searchWrapper input, div#searchWrapper label, div#searchAreaWrapper input. div#searchAreaWrapper label {
 line-height:1.5em;
}
div#searchWrapper input, div#searchAreaWrapper input {
	margin-right: 5px;
}
div#searchWrapper label, div#searchAreaWrapper label {
	white-space: nowrap;
}
input.searchBtn {
	background: url(img/btnSearchOff.jpg);
	width: 78px;
	height: 31px;
	margin: 30px 233px;
}
p.searchBtn {
	background: url(img/btnSearchOff.jpg);
	width: 78px;
	height: 31px;
	margin: 30px 233px;
	text-indent: -9999px;
}
p.searchBtn a {
	display: block;
	width: 78px;
	height: 31px;
	border: none;
}
p.searchBtn a:hover {
	background: url(img/btnSearchOn.jpg);
}
form#subHeaderSearch {
	height: 30px;
	width: 335px;
	padding: 4px 0 4px 35px;
	background: url(img/markSearch.jpg) left center no-repeat;
	margin: 1px auto 1px 100px;
	float: left;
}
form#subHeaderSearch input#searchKeywords {
	width: 250px;
	height: 18px;
	float: left;
	margin-top: 3px;
}
form#subHeaderSearch input.searchBtnKeywords {
	float: right;
	margin-top: 5px;
}
/*@h2（メインカラム）
--------------------------------------------------------*/
#main h2.main {
	width: 550px;
	height: 32px;
	line-height: 32px;
	text-indent: -9999px;
	margin-top: 10px;
}
#main h2.main.topics {
	background: url(img/h2Topics.jpg) no-repeat;
}
#main h2.main.whatsnewTop {
	background:url(img/h2WhatsnewTop.jpg) no-repeat;
}
#main h2.category {
	width: 550px;
	height: 39px;
	line-height: 39px;
	text-indent: -9999px;
}
#main h2.category.food {
	background: url(img/h2Food.jpg) no-repeat;
}
#main h2.category.hobby {
	background: url(img/h2Hobby.jpg) no-repeat;
}
#main h2.category.life {
	background: url(img/h2Life.jpg) no-repeat;
}
#main h2.category.beauty {
	background: url(img/h2Beauty.jpg) no-repeat;
}
div#topicsBox h2 {
	width: 544px;
	height: 34px;
	line-height: 34px;
	text-indent: -9999px;
}
div#topicsBox h2.topics {
	width: 544px;
	height: 34px;
	line-height: 34px;
	text-indent: -9999px;
}
div#topicsBox h2.topics.t01 {/*本厚木*/
	background: url(img/h2TopicsBg01.jpg) no-repeat;
}
div#topicsBox h2.topics.t02 {/*依知*/
	background: url(img/h2TopicsBg02.jpg) no-repeat;
}
div#topicsBox h2.topics.t03 {/*荻野*/
	background: url(img/h2TopicsBg03.jpg) no-repeat;
}
div#topicsBox h2.topics.t04 {/*睦合*/
	background: url(img/h2TopicsBg04.jpg) no-repeat;
}
div#topicsBox h2.topics.t05 {/*小鮎*/
	background: url(img/h2TopicsBg05.jpg) no-repeat;
}
div#topicsBox h2.topics.t06 {/*玉川*/
	background: url(img/h2TopicsBg06.jpg) no-repeat;
}
div#topicsBox h2.topics.t07 {/*南毛利・緑ヶ丘*/
	background: url(img/h2TopicsBg07.jpg) no-repeat;
}
div#topicsBox h2.topics.t08 {/*厚木*/
	background: url(img/h2TopicsBg08.jpg) no-repeat;
}
div#topicsBox h2.topics.t09 {/*相川*/
	background: url(img/h2TopicsBg09.jpg) no-repeat;
}
div#searchAreaWrapper h2.searchArea {
	background: url(img/h2SearchArea.gif) no-repeat;
	width: 544px;
	height: 44px;
	line-height: 44px;
	text-indent: -9999px;
	padding-bottom: 4px;
	border-bottom: 1px solid #d5d0b2;
}
div.otherWrapper h2.horoscope {
	background: url(img/h2Horoscope.jpg) no-repeat;
	width: 525px;
	height: 83px;
	line-height: 83px;
	text-indent: -9999px;
	margin: 0 3px 7px 2px;
}
#h2Advertise h2{
	background: url(img/h2Advertise.jpg); 
    background-repeat:no-repeat;
	width: 530px;
	height: 40px;
	line-height: 40px;
	text-indent: -9999px;
	margin: 0 0 7px;
}
div.otherWrapper h2.company {
	background: url(img/h2Company.jpg) no-repeat;
	width: 530px;
	height: 40px;
	line-height: 40px;
	text-indent: -9999px;
	margin: 0 0 7px;
}
div.otherWrapper h2.privacy {
	background: url(img/h2PrivacyPolicy.jpg) no-repeat;
	width: 530px;
	height: 40px;
	line-height: 40px;
	text-indent: -9999px;
	margin: 0 0 7px;
}
div.otherWrapper h2.special {
	background: url(img/h2Special.jpg) no-repeat;
	width: 530px;
	height: 84px;
	line-height: 84px;
	text-indent: -9999px;
	margin: 0 0 7px 0;
}
div.otherWrapper h2.salesman {
	background: url(img/h2Salesman.jpg) no-repeat;
	width: 530px;
	height: 86px;
	line-height: 86px;
	text-indent: -9999px;
	margin: 0 0 7px;
}
div.otherWrapper h2.golfdou {
	background: url(img/h2Golf.jpg) no-repeat;
	width: 450px;
	height: 73px;
	line-height: 73px;
	text-indent: -9999px;
	margin: 0 0 7px;
}
div.otherWrapper h2.ayu {
	background: url(img/h2Ayu.jpg) no-repeat;
	width: 530px;
	height: 86px;
	line-height: 86px;
	text-indent: -9999px;
	margin: 0 0 7px;
}
div.otherWrapper h2.other {
	width: 530px;
	height: 86px;
	line-height: 86px;
	text-indent: -9999px;
	margin-bottom: 7px;
}
div.otherWrapper h2.other.life {
	background: url(img/h2OtherLife.jpg) no-repeat;
}
div.otherWrapper h2.other.beauty {/*コラム(ビューティー)*/
	background: url(img/h2OtherBeauty.jpg) no-repeat;
}
div.otherWrapper h2.other.sports{/*コラム(スポーツ)*/
	background: url(img/h2OtherSports.jpg) no-repeat;
}
div.otherWrapper h2.other.kitamura {/*カメラのキタムラニュース*/
	background: url(img/h2OtherSports.jpg) no-repeat;
}
div.otherWrapper h2.other.gourmet {/*コラム（グルメ）*/
	background: url(img/banban_01.png) no-repeat;
}

div.otherWrapper h2.other.literary {/*コラム(文学)*/
	background: url(img/h2OtherLiterary.jpg) no-repeat;
}
div.otherWrapper h2.other.town {/*コラム(街ネタ)*/
	background: url(img/h2OtherTown.jpg) no-repeat;
}
div.otherWrapper h2.other.knowledge {/*コラム(雑学)*/
	background: url(img/h2OtherKnowledge.jpg) no-repeat;
}


div.otherWrapper h2.other.ayuChannel {
	background:url(img/h2Ayuchannel.jpg) no-repeat;
	width:536px;
}

/*mapバナー*/
div#mapBanner h2.taikenmapBanner a{
	background: url(ayuchanpress/map/taiken_map/images/life_banner_9.jpg) no-repeat;
    display: block;
	width: 550px;
	height: 60px;
	line-height: 60px;
    border: 1px solid #ccc;
    margin-bottom:10px;
}
div#mapBanner h2.taikenmapBanner a:hover{
    border: 1px solid #ccc;
    text-decoration:none;
}
div#mapBanner h2.petlifeBanner a{
	background: url(ayuchanpress/petlife/img/life_banner.png) no-repeat;
    display: block;
	width: 550px;
	height: 60px;
	line-height: 60px;
    border: 1px solid #ccc;
    margin-bottom:10px;
}
div#mapBanner h2.petlifeBanner a:hover{
    border: 1px solid #ccc;
    text-decoration:none;
}
div#mapBanner h2.banbanBanner a{
	background: url(ayuchanpress/banban_kikaku/img/life_banner.png) no-repeat;
    display: block;
	width: 550px;
	height: 60px;
	line-height: 60px;
    border: 1px solid #ccc;
    margin-bottom:10px;
}
div#mapBanner h2.banbanBanner a:hover{
    border: 1px solid #ccc;
    text-decoration:none;
}
div#mapBanner h2.wakaisenmapBanner a{
	background: url(ayuchanpress/map/wafukaisen_map/img/life_banner_7.png) no-repeat;
    display: block;
	width: 550px;
	height: 60px;
	line-height: 60px;
    border: 1px solid #ccc;
    margin-bottom:10px;
}
div#mapBanner h2.wakaisenmapBanner a:hover{
    border: 1px solid #ccc;
    text-decoration:none;
}
div#mapBanner h2.lunchmapBanner a{
	background: url(ayuchanpress/map/lunch_map/img/lunchmapBanner.png) no-repeat;
    display: block;
	width: 550px;
	height: 60px;
	line-height: 60px;
    border: 1px solid #ccc;
}
div#mapBanner h2.lunchmapBanner a:hover{
    border: 1px solid #ccc;
    text-decoration:none;
}
div#mapBanner h2.menzumapBanner a{
	background: url(ayuchanpress/map/men_map/img/menzumapBanner.png) no-repeat;
    display: block;
    margin-top: 10px;
	width: 550px;
	height: 60px;
	line-height: 60px;
    border: 1px solid #ccc;
}
div#mapBanner h2.menzumapBanner a:hover{
    border: 1px solid #ccc;
    text-decoration:none;
}
div#mapBanner h2.kireimapBanner a{
	background: url(ayuchanpress/map/kirei_map/img/kireimapBanner.png) no-repeat;
    display: block;
    margin-top: 10px;
	width: 550px;
	height: 60px;
	line-height: 60px;
    border: 1px solid #ccc;
}
div#mapBanner h2.kireimapBanner a:hover{
    border: 1px solid #ccc;
    text-decoration:none;
}

/*mapテキストリンク*/
div#mapBanner ul.map_textLink{
    margin-top: 10px;
}
div#mapBanner ul li.link_left{
    float:left;
    padding-left: 10px;
    padding-right: 20px;
}
div#mapBanner ul li.link_right{
    float:left;
}
div#mapBanner ul li h2 a{
    font-size:0.9em;
    color: #044ea5;
    border-bottom: 1px solid #044ea5;
}
div#mapBanner ul li h2 a span{
    font-size:1.2em;
    font-weight: bold;
}


h2.whatsnew {
	background:url(img/h2Whatsnew.jpg) no-repeat;
	width:530px;
	height:40px;
    margin-top: 10px;
	line-height:40px;
	text-indent:-9999px;
}
/*@h3（メインカラム）
--------------------------------------------------------*/
div#main h3.ayuChannelTop {
	background: url(img/h3ayuChannelTop.jpg) no-repeat;
	width: 530px;
	height: 30px;
	line-height: 30px;
	text-indent: 35px;
	margin: 10px 0;
	font-size: 16px;
}
div#main h3.searchResults {
	background: url(img/h3SearchResults.jpg) no-repeat;
	width: 550px;
	height: 31px;
	line-height: 31px;
	text-indent: 20px;
	margin: 10px 0;
	font-size: 16px;
}
div#main h3.shopWhatsnews {
	background: url(img/h3ShopWhatsnew.jpg) no-repeat;
	width: 550px;
	height: 31px;
	line-height: 31px;
	text-indent: -9999px;
	margin: 10px 0;
}
div#searchWrapper h3.search {
	background: url(img/h3Search.gif) no-repeat;
	width: 156px;
	height: 44px;
	line-height: 44px;
	text-indent: -9999px;
	position: absolute;
	top: 3px;
	left: 3px;
}
div.shosaiTitle h3 {
	position: absolute;
	width: 550px;
	height: 49px;
	top: 0;
	left: 0;
	line-height: 49px;
	font-size: 18px;
	text-indent: 25px;
}
div.otherWrapper h3.other {
	width: 530px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #070707;
	text-indent: 45px;
	margin-bottom: 7px;
}
div.otherWrapper h3.other.life {
	background: url(img/h3OtherLife.gif) no-repeat;
}
div.otherWrapper h3.other.beauty {
	background: url(img/h3OtherBeauty.gif) no-repeat;
}
div.otherWrapper h3.other.sports{
	background: url(img/h3OtherSports.gif) no-repeat;
}
div.otherWrapper h3.other.kitamura{
	background: url(img/h3OtherSports.gif) no-repeat;
}
div.otherWrapper h3.other.gourmet{
	background: url(img/h3OtherOrange.gif) no-repeat;
}
div.otherWrapper h3.other.town{
	background: url(img/h3OtherPink.gif) no-repeat;
}
div.otherWrapper h3.other.knowledge{
	background: url(img/h3OtherPurple.gif) no-repeat;
}
div.otherWrapper h3.other.literary{
	background: url(img/h3OtherGreen.gif) no-repeat;
}

div.horoscopeBox h3.horoscope {
	width: 95px;
	height: 113px;
	line-height: 113px;
	text-indent: -9999px;
	float: left;
}
div.horoscopeBox h3.h01 {
	background: url(img/h3Horoscope01.jpg) no-repeat;
}
div.horoscopeBox h3.h02 {
	background: url(img/h3Horoscope02.jpg) no-repeat;
}
div.horoscopeBox h3.h03 {
	background: url(img/h3Horoscope03.jpg) no-repeat;
}
div.horoscopeBox h3.h04 {
	background: url(img/h3Horoscope04.jpg) no-repeat;
}
div.horoscopeBox h3.h05 {
	background: url(img/h3Horoscope05.jpg) no-repeat;
}
div.horoscopeBox h3.h06 {
	background: url(img/h3Horoscope06.jpg) no-repeat;
}
div.horoscopeBox h3.h07 {
	background: url(img/h3Horoscope07.jpg) no-repeat;
}
div.horoscopeBox h3.h08 {
	background: url(img/h3Horoscope08.jpg) no-repeat;
}
div.horoscopeBox h3.h09 {
	background: url(img/h3Horoscope09.jpg) no-repeat;
}
div.horoscopeBox h3.h10 {
	background: url(img/h3Horoscope10.jpg) no-repeat;
}
div.horoscopeBox h3.h11 {
	background: url(img/h3Horoscope11.jpg) no-repeat;
}
div.horoscopeBox h3.h12 {
	background: url(img/h3Horoscope12.jpg) no-repeat;
}
div.otherWrapper div.greeting h3 {
	background: url(img/h3Salesman.gif) no-repeat;
	width: 179px;
	height: 27px;
	line-height: 27px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
div.otherWrapper h3.golfdou {
	color: #4e8521;
	font-size: 16px;
	text-align: center;
	border-bottom: 2px solid #4e8521;
	margin: 10px 10px 20px;
}
div.ayuPressBoxWrapper div.ayuPressBox h3 {
	font-size: 14px;
	color: #094a76;
	margin-bottom: 5px;
	font-weight: bold;
}
div.otherWrapper h3.company {
	width: 500px;
	height: 24px;
	line-height: 24px;
	text-indent: 20px;
	margin: 15px;
	border-bottom:2px solid #034099;
	color:#034099;
	font-size:14px;
}

/*@h4（メインカラム）
--------------------------------------------------------*/
div.shopRight h4 {
	color: #3571b8;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	width: 270px;
}
div.shopRight h4 a {
	color: #3571b8;
}
div#searchWrapper h4 {
	width: 529px;
	height: 26px;
	line-height: 26px;
	text-indent: -9999px;
	margin: 10px 7px;
	padding-top: 10px;
}
div#searchWrapper h4.genre {
	background: url(img/h4SearchGenre.jpg) center bottom no-repeat;
}
div#searchWrapper h4.area {
	background: url(img/h4SearchArea.jpg) center bottom no-repeat;
}
div#areaOption h5.areaTitle {
	width: 498px;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #ccc;
	margin: 5px 22px 10px;
	display: block;
	clear: both;
	padding-top: 10px;
}
div.h5 {
	width: 498px;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #ccc;
	margin: 5px 22px 10px;
	display: block;
	clear: both;
	padding-top: 10px;
}
div.shosaiBox h4.shosaiH4 {
	width: 530px;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
div.shosaiBox h4.shosaiH4.tenpo {
	background: url(img/h4TenpoShosai.jpg) no-repeat;
}
div.shosaiBox h4.shosaiH4.coupon {
	background: url(img/h4TenpoCoupon.jpg) no-repeat;
}
div.ayuPressBoxWrapper div.ayuPressBox h4 {
	font-size: 13px;
	color: #187fc4;
	margin-bottom: 5px;
	background: url(img/list05.gif) left 0.3em no-repeat;
	padding-left: 13px;
}
div.otherWrapper h4.backnumber {
	background: url(img/h4ColumnBackNumber.gif) no-repeat;
	width: 183px;
	height: 19px;
	line-height: 19px;
	text-indent: -9999px;
	margin: 30px auto 10px 10px;
}
div.otherWrapper h4.backnumber.salesman {
	background: url(img/h4ColumnBackNumberSalesman.gif) no-repeat;
}
div.otherWrapper h4.backnumber.golfdou {
	background: url(img/h4ColumnBackNumberGolf.gif) no-repeat;
}
div.ayuEntryBody h4{
	width:350px;
	font-size:14px;
	color:#000;
	line-height:1.2em;
	border-bottom:1px solid #000;
	margin-bottom:10px;
}
/*@h5（メインカラム）
--------------------------------------------------------*/
div.couponBox h5 {
	width: 524px;
	height: 40px;
	background: url(img/h5Coupon.jpg) no-repeat #f2c81f;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
/*@p（メインカラム）
--------------------------------------------------------*/
div#main div.main2banner img{
text-align: center;
}
div#main img.center {
	margin-top: 10px;
}
div.bannerAyuchan p.last1 {
	position: absolute;
	top: 87px;
	left: 340px;
}
div.bannerAyuchan p.last2 {
	position: absolute;
	top: 118px;
	left: 340px;
}
div.bannerAyuchan p.more {
	position: absolute;
	top: 160px;
	left: 455px;
}
div.bannerAyuchan p.adobe {
	position: absolute;
	top: 150px;
	left: 335px;
	width: 89px;
	height: 26px;
	text-indent: -9999px;
}
div.bannerAyuchan p.adobe a {
	display: block;
	width: 89px;
	height: 26px;
	border: none;
}
div.shopBox p.coupon {
	background: url(img/markCoupon.gif) no-repeat;
	width: 75px;
	height: 18px;
	line-height: 18px;
	text-indent: -9999px;
	position: absolute;
	top: 8px;
	right: 8px;
}
div.shopBox p.coupon a {
	display: block;
	width: 75px;
	height: 18px;
	border: none;
}
div.shopBox p.coupon a:hover {
	background: url(img/markCoupon.gif) left bottom no-repeat;
}
div.shopBox div.shopPR {
	line-height: 1.3em;
	text-align: justify;
	text-justify: distribute;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}
div.shopBox p.shopMore {
	clear: both;
	background: url(img/listBlue.gif) left center no-repeat;
	padding-left: 14px;
	margin: 3px auto 0 270px;
}
div.shosaiTitle p {
	position: absolute;
	width: 530px;
	height: 49px;
	top: 0;
	left: 0;
	line-height: 49px;
	font-size: 18px;
	text-align: right;
	padding-right: 20px;
}
div.shosaiBox img {
	padding: 1px;
	background: #bdbcbc;
}
div.shosaiBox div#map img {
	padding: 0;
	background: none;
}
div.shosaiBox img.shosaiPhoto1 {
	float: left;
	margin: 0 10px 10px 0;
}
div.shosaiBox div.shopPhotoWrapper img {
	float: left;
	margin-right: 6px;
}
div.shosaiBox div.shopPhotoWrapper img.imgRight {
	float: right;
	margin-right: 0;
}
div.couponBox img {
	float: left;
	margin: 0 3px 3px 0;
}
div.couponBox p.limit {
	width: 274px;
	margin-left: 250px;
	background: #e16a0f;
	text-align: center;
	line-height: 1.5em;
	color: #fff;
	font-weight: bold;
}
div.shosaiBox p.couponPrint {
	width: 193px;
	height: 28px;
	line-height: 28px;
	text-indent: -9999px;
	margin: 0 167px 0;
}
div.shosaiBox p.couponPrint a {
	background: url(img/btnPrint.jpg) center top no-repeat;
	display: block;
	width: 193px;
	height: 28px;
	border: none;
}
div.shosaiBox p.couponPrint a:hover {
	background: url(img/btnPrint.jpg) center bottom no-repeat;
}
div#searchAreaWrapper p.mapMore {
	width: 204px;
	height: 20px;
	line-height: 20px;
	text-indent: -9999px;
	position: absolute;
	top: 310px;
	left: 20px;
	background: url(img/mapMore.jpg) center top no-repeat;
	z-index: 30;
}
div#searchAreaWrapper p.mapMore a {
	display: block;
	width: 204px;
	height: 20px;
	border: none;
}
div#searchAreaWrapper p.mapMore a:hover {
	background: url(img/mapMore.jpg) center bottom no-repeat;
}
div#searchAreaWrapper p.mapMore2 {
	position: absolute;
	top: 335px;
	left: 20px;
	z-index: 35;
}
#main p#pankuzu {
	line-height: 3em;
	color: #543618;
}
#main p#pankuzu a {
	color: #543618;
	font-weight: bold;
}
#main p#pankuzu span {
	margin-left: 5px;
	background: url(img/list01.gif) left center no-repeat;
	padding-left: 10px;
}
div.otherWrapper div.entryBody p {
	line-height: 1.5em;
	font-size: 14px;
	margin-bottom: 1em;
}
div.otherWrapper div.entryBody img.right {
	float: right;
	margin: 0 0 5px 10px;
}
div.otherWrapper div.entryBody img.left {
	float: left;
	margin: 0 10px 5px 0;
}
div.otherWrapper hr {
	margin: 1em 0;
}
div.otherWrapper div.horoscopeBox div p {
	text-align: justify;
	text-justify: distribute;
}
div.otherWrapper img.salesPhoto {
	float: left;
	padding: 5px;
	background: #0053a5;
	margin: 15px;
	margin-right: 0;
}
div.otherWrapper div.greeting div p {
	line-height: 1.5em;
}
div.otherWrapper p.golfdouNext {
	background: url(img/nextTitleGolf.gif) no-repeat;
	width: 530px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #5ca14d;
}
div.specialWrapper img {
	margin: 10px auto;
	display: block;
}
p.pAyuChannelTop{
	font-size:14px;
	color:#003f98;
	line-height:1.5em;
	font-weight:bold;
	padding:15px 45px;
	width:440px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	background-color: #f2f5f6;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4f8fb), color-stop(100%, #f6fcfd));
	 background-image: -webkit-linear-gradient(top, #f2f5f6, #f6fcfd);
	 background-image: -moz-linear-gradient(top, #e4f8fb, #f6fcfd);
	 background-image: -ms-linear-gradient(top, #e4f8fb, #f6fcfd);
	 background-image: -o-linear-gradient(top, #e4f8fb, #f6fcfd);
	 background-image: linear-gradient(top, #e4f8fb, #f6fcfd);
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e4f8fb, endColorstr=#f6fcfd);
	 margin-bottom:5px;
}
p.schedule{
	background:url(img/bangumi_b.jpg) no-repeat;
	width:148px;
	height:20px;
	margin:15px 191px;
	line-height:20px;
	text-indent:-9999px;
}
p.schedule a{
	display:block;
	width:148px;
	height:20px;
	border:none;
}
p.schedule a:hover{
	background:url(img/bangumi_b.jpg) center bottom no-repeat;
}
div.ayuEntry img{
	float:left;
	margin-left:10px;
}
/*移動せよ*/
div.otherWrapper p.ayuTop {
	font-size: 16px;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 10px;
}
div.otherWrapper p.ayuAdobe {
	line-height: 1.5em;
	width: 280px;
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
div.otherWrapper p.ayuAdobeDownload {
	background: url(img/getAdobe.jpg) no-repeat;
	width: 158px;
	height: 39px;
	line-height: 39px;
	text-indent: -9999px;
	float: right;
	margin: 15px 30px auto auto;
}
div.otherWrapper p.ayuAdobeDownload a {
	display: block;
	width: 158px;
	height: 39px;
	border: none;
}
div.ayuPressBox p.pdfLink {
	margin-top: 5px;
}
div.ayuPressBox img.ayuPdf {
	padding: 1px;
	background: #fff;
}
div.ayuPressBox img.ayuPdf:hover {
	background: #b3b3b3;
}
p.ayuEntryLink{
	clear:both;
	background:url(img/btnSyosai.jpg) no-repeat;
	width:110px;
	height:25px;
	line-height:25px;
	text-indent:20px;
	margin-top:10px;
	float:right;
}
p.ayuEntryLink a{
	display:block;
	width:110px;
	height:25px;
	border:none;
}
p.ayuEntryLink a:hover{
	background:url(img/btnSyosai.jpg) center bottom no-repeat;
}
p.privacy{
	line-height:1.5em;
	margin:0 20px 1em;
}
p.privacy.alignRight{
	text-align:right;
}
p.underConst{
	text-align:center;
	margin:200px 50px;
}
div.otherWrapper div.golfdouBody img {
	display:block;
}
/*@dl（メインカラム）
--------------------------------------------------------*/
div.shopBox dl {
	width: 350px;
	line-height: 1.5em;
	margin: 5px 0;
}
div.shopBox dl dt {
	width: 14px;
	float: left;
	text-indent: -9999px;
	clear: both;
}
div.shopBox dl dt.traffic {
	background: url(img/markTraffice.gif) left center no-repeat;
}
div.shopBox dl dt.tel {
	background: url(img/markTel.gif) left center no-repeat;
}
div.shopBox dl dt.time {
	background: url(img/markTime.gif) left center no-repeat;
}
div.shopBox dl dd {
	width: 330px;
	float: right;
}
div.otherWrapper dl.salesProfile {
	width: 265px;
	float: right;
	margin-top: 25px;
}
div.otherWrapper dl.salesProfile dt {
	width: 84px;
	height: 20px;
	text-indent: -9999px;
	margin-bottom: 3px;
}
div.otherWrapper dl.salesProfile dt.dt1 {
	background: url(img/dtSalesman1.gif) no-repeat;
	width: 78px;
}
div.otherWrapper dl.salesProfile dt.dt2 {
	background: url(img/dtSalesman2.gif) no-repeat;
}
div.otherWrapper dl.salesProfile dt.dt3 {
	background: url(img/dtSalesman3.gif) no-repeat;
}
div.otherWrapper dl.salesProfile dt.dt4 {
	background: url(img/dtSalesman4.jpg) no-repeat;
}
div.otherWrapper dl.salesProfile dt.dt5 {
	background: url(img/dtSalesman5.gif) no-repeat;
	width: 113px;
}
div.otherWrapper dl.salesProfile dd {
	margin-bottom: 10px;
	text-indent: 5px;
}
dl.company{
	width:320px;
}
dl.company dt{
	width:90px;
	float:left;
	clear:both;
}
dl.company dd{
	width:220px;
	float:right;
}
/*@ul（メインカラム）
--------------------------------------------------------*/
ul.main {
	width: 520px;
	border: 3px solid #ccc;
	padding: 12px;
	line-height: 1.5em;
}
ul.main li {
	background: url(img/listNoNew.gif) left 0.3em no-repeat;
	padding-left: 55px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
ul.main li.new {
	background: url(img/listNew.gif) left 0.3em no-repeat;
}
ul.main li.more {
	background: url(img/listNoNew.gif) left 0.3em no-repeat;
	margin-left: 380px;
	border-bottom: none;
	margin-top: 10px;
	margin-bottom: 0;
}
ul.main li.newmark {
	background: url(img/markNew.png) no-repeat;
	width: 55px;
	height: 62px;
	text-indent: -9999px;
	margin: -58px auto -7px 470px;
	border: none;
}
ul.main li span {
	padding-right: 10px;
}
#searchWrapper ul {
	width: 544px;
	height: 32px;
	border-bottom: 1px solid #d6ceb4;
	position: relative;
	background: url(img/tabMenuBg.jpg) 242px 0 no-repeat;
}
#searchWrapper ul li {
	width: 73px;
	height: 32px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
}
#searchWrapper ul li a {
	display: block;
	width: 73px;
	height: 32px;
	border: none;
}
#searchWrapper ul li.tab1 {
	left: 242px;
}
#searchWrapper ul li.tab1 a {
	background: url(img/tabMenuBg.jpg) 0 -32px no-repeat;
}
#searchWrapper ul li.tab1 a:hover {
	background: none;
}
#searchWrapper ul li.tab2 {
	left: 317px;
}
#searchWrapper ul li.tab2 a {
	background: url(img/tabMenuBg.jpg) -75px -32px no-repeat;
}
#searchWrapper ul li.tab2 a:hover {
	background: none;
}
#searchWrapper ul li.tab3 {
	left: 392px;
}
#searchWrapper ul li.tab3 a {
	background: url(img/tabMenuBg.jpg) -150px -32px no-repeat;
}
#searchWrapper ul li.tab3 a:hover {
	background: none;
}
#searchWrapper ul li.tab4 {
	left: 467px;
}
#searchWrapper ul li.tab4 a {
	background: url(img/tabMenuBg.jpg) -225px -32px no-repeat;
}
#searchWrapper ul li.tab4 a:hover {
	background: none;
}
div#topicsBox ul {
	margin: 18px;
	line-height: 1.5em;
}
div#topicsBox ul li {
	background: url(img/listOrange.jpg) left 0.3em no-repeat;
	padding-left: 17px;
}
div#topicsBox ul li span {
	padding-right: 5px;
}
div#areaOption ul.areaList {
	margin: 10px 10px 10px 64px;
	width: 470px;
}
div#areaOption ul.areaList li {
	float: left;
	background: url(img/listGreen.gif) left center no-repeat;
	padding-left: 12px;
	margin-right: 10px;
	line-height: 1.5em;
}
div#areaMap4 ul {
	width: 522px;
	height: 362px;
	position: relative;
}
div#areaMap4 ul li {
	position: absolute;
	text-indent: -9999px;
	width: 75px;
	height: 20px;
}
div#areaMap4 ul li a {
	display: block;
	background: url(img/mapLinkBg.png) no-repeat;
	border: none;
}
div#areaMap4 ul li.a01 {
	width: 87px;
	top: 260px;
	left: 390px;
	background-position: 0 0;
}
div#areaMap4 ul li.a01 a {
	width: 87px;
	height: 20px;
	background-position: -86px -49px;
}
div#areaMap4 ul li.a01 a:hover {
	background-position: -86px -69px;
}
div#areaMap4 ul li.a02 {
	top: 300px;
	left: 315px;
}
div#areaMap4 ul li.a02 a {
	width: 75px;
	height: 20px;
	background-position: -86px 0;
}
div#areaMap4 ul li.a02 a:hover {
	background-position: -86px -20px;
}
div#areaMap4 ul li.a03 {
	top: 215px;
	left: 370px;
}
div#areaMap4 ul li.a03 a {
	width: 75px;
	height: 20px;
	background-position: 0 0;
}
div#areaMap4 ul li.a03 a:hover {
	background-position: 0 -20px;
}
div#areaMap4 ul li.a04 {
	height: 34px;
	top: 205px;
	left: 260px;
}
div#areaMap4 ul li.a04 a {
	width: 75px;
	height: 34px;
	background-position: 0 -49px;
}
div#areaMap4 ul li.a04 a:hover {
	background-position: 0 -83px;
}
div#areaMap4 ul li.a05 {
	top: 187px;
	left: 110px;
}
div#areaMap4 ul li.a05 a {
	width: 75px;
	height: 20px;
	background-position: -172px 0;
}
div#areaMap4 ul li.a05 a:hover {
	background-position: -172px -20px;
}
div#areaMap4 ul li.a06 {
	top: 165px;
	left: 220px;
}
div#areaMap4 ul li.a06 a {
	width: 75px;
	height: 20px;
	background-position: -258px 0;
}
div#areaMap4 ul li.a06 a:hover {
	background-position: -258px -20px;
}
div#areaMap4 ul li.a07 {
	top: 165px;
	left: 300px;
}
div#areaMap4 ul li.a07 a {
	width: 75px;
	height: 20px;
	background-position: -345px 0;
}
div#areaMap4 ul li.a07 a:hover {
	background-position: -345px -20px;
}
div#areaMap4 ul li.a08 {
	top: 125px;
	left: 350px;
}
div#areaMap4 ul li.a08 a {
	width: 75px;
	height: 20px;
	background-position: -345px -49px;
}
div#areaMap4 ul li.a08 a:hover {
	background-position: -345px -69px;
}
div#areaMap4 ul li.a09 {
	top: 100px;
	left: 220px;
}
div#areaMap4 ul li.a09 a {
	width: 75px;
	height: 20px;
	background-position: -259px -49px;
}
div#areaMap4 ul li.a09 a:hover {
	background-position: -259px -69px;
}
div#searchAreaWrapper ul#areaMap5 {
	/*width:522px;
	height:362px;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
div#searchAreaWrapper ul#areaMap5 li {
	width: 74px;
	height: 20px;
	position: absolute;
	z-index: 14;
	text-indent: -9999px;
}
div#searchAreaWrapper ul#areaMap5 li a {
	display: block;
	width: 74px;
	height: 20px;
	border: none;
	background: url(img/mapLink02Bg.png) no-repeat;
}
div#searchAreaWrapper ul#areaMap5 li.ar1 {
	top: 23px;
	left: 248px;
}
div#searchAreaWrapper ul#areaMap5 li.ar1 a {
	background-position: -74px 0;
}
div#searchAreaWrapper ul#areaMap5 li.ar1 a:hover {
	background-position: -74px -20px;
}
div#searchAreaWrapper ul#areaMap5 li.ar2 {
	top: 264px;
	left: 144px;
}
div#searchAreaWrapper ul#areaMap5 li.ar2 a {
	background-position: -222px 0;
}
div#searchAreaWrapper ul#areaMap5 li.ar2 a:hover {
	background-position: -222px -20px;
}
div#searchAreaWrapper ul#areaMap5 li.ar3 {
	width: 105px;
	top: 137px;
	left: 74px;
}
div#searchAreaWrapper ul#areaMap5 li.ar3 a {
	width: 105px;
	background-position: -296px 0;
}
div#searchAreaWrapper ul#areaMap5 li.ar3 a:hover {
	background-position: -296px -20px;
}
div#searchAreaWrapper ul#areaMap5 li.ar4 {
	top: 193px;
	left: 440px;
}
div#searchAreaWrapper ul#areaMap5 li.ar4 a {
	background-position: -148px 0;
}
div#searchAreaWrapper ul#areaMap5 li.ar4 a:hover {
	background-position: -148px -20px;
}
div#searchAreaWrapper ul#areaMap5 li.ar5 {
	top: 90px;
	left: 406px;
}
div#searchAreaWrapper ul#areaMap5 li.ar5 a {
	background-position: 0 0;
}
div#searchAreaWrapper ul#areaMap5 li.ar5 a:hover {
	background-position: 0 -20px;
}
div.otherWrapper ul {
	font-size: 14px;
	line-height: 1.5em;
	margin: 7px 30px 10px 40px;
}
div.otherWrapper ul li {
	padding-left: 20px;
	margin-bottom: 0.5em;
}
div.otherWrapper ul li span {
	padding-left: 0.5em;
}
div.otherWrapper ul.life li {
	background: url(img/listOtherLife.gif) 0 0.4em no-repeat;
}
div.otherWrapper ul.beauty li {
	background: url(img/listOtherBeauty.gif) 0 0.4em no-repeat;
}
div.otherWrapper ul.sports li {
	background: url(img/listOtherSports.gif) 0 0.4em no-repeat;
}
div.otherWrapper ul.kitaemura li {
	background: url(img/listOtherSports.gif) 0 0.4em no-repeat;
}
div.otherWrapper ul.gourmet li{
	background: url(img/listOtherGourmet.gif) 0 0.4em no-repeat;
}
div.otherWrapper ul.literary li{
	background: url(img/listOtherLiterary.gif) 0 0.4em no-repeat;
}
div.otherWrapper ul.town li{
	background: url(img/listOtherTown.gif) 0 0.4em no-repeat;
}
div.otherWrapper ul.knowledge li{
	background: url(img/listOtherKnowledge.gif) 0 0.4em no-repeat;
}
div.otherWrapper ul.backnumber {
	margin-left: 0;
	font-size: 13px;
}
div.otherWrapper ul.backnumber li {
	margin-left: 0;
	margin-bottom: 0.2em;
}
div.otherWrapper ul.backnumber li.bold {
	font-weight: bold;
}
ul.searchResultsList{
	margin-left:20px;
	line-height:1.5em;
}
ul.searchResultsList li{
	background:url(img/listRed.gif) left 0.4em no-repeat;
	padding-left:16px;
}
ol.decimal,
ol.roman{
	line-height:1.5em;
}
ol.decimal{
	margin:0 20px 1em 40px;
}
ol.roman{
	margin:1em 20px 1em 60px;
	list-style:lower-roman;
}

/*@table（メイン）
--------------------------------------------------------*/
div.otherWrapper table.company {
	width: 498px;
	border-top:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	margin:15px;
}
div.otherWrapper table.company td {
	width: 498px;
	padding:10px 25px;
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	line-height:1.5em;
}
div.otherWrapper table.company td.left {
	background:#eee;
	width:25%
}

/*------------------------------------------------------------------------
5.左カラム
------------------------------------------------------------------------*/
div#wrapperLeft div#left {
	width: 170px;
	float: left;
	display: inline;
	margin-left: 18px;
}
div#leftCatWrapper {
	width: 166px;
	padding: 1px;
	border: 1px solid #dbdad8;
}
div#left div#weatherBox {
	width: 170px;
	overflow: hidden;
	margin-top: 10px;
}
div#left div.ayuchanBox {
	width: 160px;
	padding: 4px;
	border: 1px solid #dbdad8;
}
/*@h2（左カラム）
--------------------------------------------------------*/
div#left h2.leftCategory {
	background: url(img/leftCategoryTop.jpg) no-repeat;
	width: 166px;
	height: 31px;
	line-height: 31px;
	text-indent: -9999px;
}
div#left h2.leftHoroscope {
	background: url(img/leftHoroscope.jpg) center top no-repeat;
	width: 170px;
	height: 82px;
	line-height: 82px;
	text-indent: -9999px;
	margin-top: 10px;
}
div#left h2.leftHoroscope a {
	display: block;
	width: 170px;
	height: 82px;
	border: none;
}
div#left h2.leftHoroscope a:hover {
	background: url(img/leftHoroscope.jpg) center bottom no-repeat;
}
div#left h2.ayuchan {
	background: url(img/leftAyuTop.jpg) no-repeat;
	width: 170px;
	height: 44px;
	line-height: 44px;
	margin-top: 10px;
	text-indent: -9999px;
}
/*@h3（左カラム）
--------------------------------------------------------*/
div#left div.ayuchanBox h3 {
	width: 160px;
	text-indent: -9999px;
}
div#left div.ayuchanBox h3 a {
	display:block;
	width: 160px;
	height:60px;
	border:none;
}
div#left div.ayuchanBox h3.sports {
	height: 60px;
	line-height: 60px;
	background: url(img/leftAyuSports2.jpg) no-repeat;
}
div#left div.ayuchanBox h3.beauty {
	height: 41px;
	line-height: 41px;
	background: url(img/leftAyuBeauty.jpg) no-repeat;
}
div#left div.ayuchanBox h3.beauty a {
	height: 41px;
}
div#left div.ayuchanBox h3.other {
	height: 60px;
	line-height: 60px;
	background: url(img/leftAyuOther3.jpg) no-repeat;
}
/*@ul（左カラム）
--------------------------------------------------------*/
div#left ul.leftCategory {
	width: 166px;
	height: 180px;
	background: url(img/leftCategoryUlBg.jpg) -166px 0 no-repeat;
}
div#left ul.leftCategory li {
	width: 166px;
	height: 45px;
	text-indent: -9999px;
}
div#left ul.leftCategory li a {
	display: block;
	width: 166px;
	height: 45px;
	border: none;
}
div#left ul.leftCategory li.cat1 a {
	background: url(img/leftCategoryUlBg.jpg) 0 0 no-repeat;
}
div#left ul.leftCategory li.cat1 a:hover {
	background: none;
}
div#left ul.leftCategory li.cat2 a {
	background: url(img/leftCategoryUlBg.jpg) 0 -45px no-repeat;
}
div#left ul.leftCategory li.cat2 a:hover {
	background: none;
}
div#left ul.leftCategory li.cat3 a {
	background: url(img/leftCategoryUlBg.jpg) 0 -90px no-repeat;
}
div#left ul.leftCategory li.cat3 a:hover {
	background: none;
}
div#left ul.leftCategory li.cat4 a {
	background: url(img/leftCategoryUlBg.jpg) 0 -135px no-repeat;
}
div#left ul.leftCategory li.cat4 a:hover {
	background: none;
}
div#left ul.leftAyuchanMenu {
	width: 160px;
}
div#left ul.leftAyuchanMenu li {
	width: 160px;
	text-indent: -9999px;
}
div#left ul.leftAyuchanMenu li.sports2 {
	width: 160px;
	height: 60px;
	background: url(img/leftAyuSports2.jpg) center top no-repeat;
	margin-bottom: 8px;
}
div#left ul.leftAyuchanMenu li.sports2 a {
	display: block;
	width: 160px;
	height: 60px;
	border: none;
}
div#left ul.leftAyuchanMenu li.other2 {
	width: 160px;
	height: 60px;
	background: url(img/leftAyuOther3.jpg) center top no-repeat;
	margin-bottom: 8px;
}
div#left ul.leftAyuchanMenu li.other2 a {
	display: block;
	width: 160px;
	height: 60px;
	border: none;
}
div#left ul.leftAyuchanMenu li.golf {
	width: 160px;
	height: 60px;
	background: url(img/leftAyuPc.jpg) center top no-repeat;
	margin-bottom: 8px;
}
div#left ul.leftAyuchanMenu li.golf a {
	display: block;
	width: 160px;
	height: 60px;
	border: none;
}
div#left ul.leftAyuchanMenu li.golf a:hover {
	background: url(img/leftAyuPc.jpg) center bottom no-repeat;
}
div#left ul.leftAyuchanMenu li.sales {
	width: 160px;
	height: 61px;
	background: url(img/leftAyuSales.jpg) no-repeat;
	margin-bottom: 8px;
}
div#left ul.leftAyuchanMenu li.sales a {
	display: block;
	width: 160px;
	height: 61px;
	border: none;
}
div#left ul.ayuchanInBox {
	width: 150px;
	padding: 4px;
	border: 1px solid #dbdad8;
	border-top: none;
	line-height: 1.3em;
	margin-bottom: 4px;
}
div#left ul.ayuchanInBox li {
	background: url(img/listOrange.jpg) left 0.3em no-repeat;
	padding-left: 14px;
	border-bottom: 1px dotted #dbdad8;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
/*@table（左カラム）
--------------------------------------------------------*/
div.shosaiBox table {
	width: 510px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 10px 10px;
	line-height: 1.5em;
}
div.shosaiBox table td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 8px 10px;
}
div.shosaiBox table td.tLeft {
	background: #eeeded;
	font-weight: bold;
}
/*------------------------------------------------------------------------
6.右カラム
------------------------------------------------------------------------*/
/*@div（右カラム）
--------------------------------------------------------*/
#right {
	width: 160px;
	float: right;
	display: inline;
	margin-top: 10px;
	margin-right: 20px;
}
#right div.atsugiParts {
	width: 150px;
	margin: 0 5px 8px;
}
#right h2.ayuchannel {
	background: url(img/ayuchannel.jpg) no-repeat;
	width: 160px;
	height: 92px;
	line-height: 92px;
	text-indent: -9999px;
	margin-bottom: 8px;
}
#right h2.ayuchannel a {
	display: block;
	width: 160px;
	height: 92px;
	border: none;
}

#right h2.ndw a {
	display: block;
	overflow: hidden;
	background: url(http://www.ndw.co.jp/img/ndw.png) no-repeat;
	width: 160px;
	height: 92px;
	line-height: 92px;
	text-indent: -9999px;
	margin-bottom: 8px;
		
}

#right h2.ndw a:hover {
	background-position: 0 -92px;
	border: none;

}

/*@h2（右カラム）
--------------------------------------------------------*/
#right h2.ayuchannel a:hover {
	background: url(img/ayuchannel.jpg) center bottom no-repeat;
}
#right h2.rightShop {
	background: url(img/h2RightShop.jpg) no-repeat;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-indent: -9999px;
}
/*@ul（右カラム）
--------------------------------------------------------*/
#right ul.rightShop {
	width: 150px;
	padding: 4px;
	border: 1px solid #dddcd9;
	margin-bottom: 8px;
}
#right ul.rightShop li {
	border-bottom: 1px dotted #dddcd9;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
p.rightDate {
	color: #db5c20;
	background: url(img/listOrange.jpg) left 0.25em no-repeat;
	padding-left: 13px;
	line-height: 1.3em;
}
p.shopComment {
	line-height: 1.3em;
	text-align: justify;
	text-justify: distribute;
}
#right ul.rightShop li img {
	float: left;
	margin: 5px 5px 5px 0;
}
#right ul.rightShop li h3 {
	color: #3571b8;
	font-weight: bold;
	line-height: 1.3em;
}
#right ul.rightShop li:hover {
	background: #fef8ee;
}
/*------------------------------------------------------------------------
7.フッター
------------------------------------------------------------------------*/
/*@div（フッター）
--------------------------------------------------------*/
#footer {
	width: 956px;
	height: 196px;
	clear: both;
	background: url(img/footerBg.gif) repeat-x;
}
div#footerLink {
	width: 956px;
	height: 20px;
	padding-top: 23px;
	padding-bottom: 20px;
}
div#footerLink ul {
	text-align: center;
	width: 956px;
	height: 20px;
}
div#footerLink ul li {
	border-left: 1px solid #ccc;
	padding-left: 1em;
	padding-right: 1em;
	display: inline;
}
div#footerLink ul li.last {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div#footer div#logo {
	width: 956px;
	height: 90px;
	background: url(img/footerLogo.jpg) no-repeat;
	position: relative;
}
div#logo p.address {
	position: absolute;
	width: 560px;
	top: 30px;
	left: 380px;
	line-height: 1.5em;
}
div#footer p.copy {
	width: 956px;
	height: 42px;
	line-height: 42px;
	text-indent: 30px;
	color: #fff;
}
/*------------------------------------------------------------------------
8.tipsy(ツールチップ)
------------------------------------------------------------------------*/
.tipsy {
	padding: 5px;
	font-size: 10px;
	position: absolute;
	z-index: 100000;
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: #ff6e08;
	color: white;
	max-width: 200px;
	text-align: center;
	font-size: 14px;
}
.tipsy-inner {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tipsy-arrow {
	position: absolute;
	background: url(img/tipsy.gif) no-repeat top left;
	width: 9px;
	height: 5px;
}
.tipsy-n .tipsy-arrow {
	top: 0;
	left: 50%;
	margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
}
.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
}
.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
	top: 50%;
	margin-top: -4px;
	right: 0;
	width: 5px;
	height: 9px;
	background-position: top right;
}
.tipsy-w .tipsy-arrow {
	top: 50%;
	margin-top: -4px;
	left: 0;
	width: 5px;
	height: 9px;
}
/*------------------------------------------------------------------------
9.tweet(右カラムのtwitter取り込み)
------------------------------------------------------------------------*/
h2.tut {
	color: white;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	font-weight: bold;
	text-indent: 10px;/*text-shadow:2px 1px 6px #333;*/
}
#twitter-ticker {
	width: 160px;
	height: 400px;
	background: url(img/slickbg.png) no-repeat #f5f5f5;
	color: #666666;
	display: none;
	-moz-border-radius: 10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
}
#tweet-container {
	height: 335px;
	width: auto;
	overflow: hidden;
}
#top-bar {
	height: 45px;
	background: url(img/tweetBg.gif) no-repeat;
	border-bottom: 1px solid white;
	position: relative;
	margin-bottom: 8px;
}
#twitter-ticker .tweet {
	padding: 5px;
	margin: 0 8px 8px;
	border: 1px solid #F0F0F0;
	background: url(img/transparent.png);
	width: auto;
	overflow: hidden;
}
#twitter-ticker .tweet .avatar, #twitter-ticker .tweet .user, #twitter-ticker .tweet .time {
	float: left;
}
#twitter-ticker .tweet .time {
	text-transform: uppercase;
	font-size: 10px;
	color: #AAAAAA;
	white-space: nowrap;
}
#twitter-ticker .tweet .avatar img {
	width: 36px;
	height: 36px;
	border: 2px solid #eeeeee;
	margin: 0 5px 5px 0;
}
#twitter-ticker .tweet .txt {
	clear: both;
	line-height: 1.3em !important;
}
#twitter-ticker .tweet .user {
	font-weight: bold;
	line-height: 1.3em;
}
#loading {
	margin: 100px 75px;
}
/* The styles below are only necessary for the demo page */


#twitter-ticker {
	margin: 40px auto 20px;
}

/*------------------------------------------------------------------------
10.google カスタム検索
------------------------------------------------------------------------*/

.gsc-control-cse {
	font-family: Arial, sans-serif;
	border-color: #000;
	background-color: #FFFFFF;
}
.gsc-control-cse .gsc-table-result {
	font-family: Arial, sans-serif;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border-color: #D9D9D9;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #2F5BB7;
	background-color: #357AE8;
	background-image: none;
	filter: none;
	width:80px;
	height:25px;
}
.gsc-tabHeader.gsc-tabhInactive {
	border-color: #CCCCCC;
	background-color: #FFFFFF;
}
.gsc-tabHeader.gsc-tabhActive {
	border-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
}
.gsc-tabsArea {
	border-color: #CCCCCC;
}
.gsc-webResult.gsc-result,  .gsc-results .gsc-imageResult {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.gsc-webResult.gsc-result:hover,  .gsc-imageResult:hover {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.gs-webResult.gs-result a.gs-title:link,  .gs-webResult.gs-result a.gs-title:link b,  .gs-imageResult a.gs-title:link,  .gs-imageResult a.gs-title:link b {
	color: #1155CC;
}
.gs-webResult.gs-result a.gs-title:visited,  .gs-webResult.gs-result a.gs-title:visited b,  .gs-imageResult a.gs-title:visited,  .gs-imageResult a.gs-title:visited b {
	color: #1155CC;
}
.gs-webResult.gs-result a.gs-title:hover,  .gs-webResult.gs-result a.gs-title:hover b,  .gs-imageResult a.gs-title:hover,  .gs-imageResult a.gs-title:hover b {
	color: #1155CC;
}
.gs-webResult.gs-result a.gs-title:active,  .gs-webResult.gs-result a.gs-title:active b,  .gs-imageResult a.gs-title:active,  .gs-imageResult a.gs-title:active b {
	color: #1155CC;
}
.gsc-cursor-page {
	color: #1155CC;
}
a.gsc-trailing-more-results:link {
	color: #1155CC;
}
.gs-webResult .gs-snippet,  .gs-imageResult .gs-snippet,  .gs-fileFormatType {
	color: #333333;
}
.gs-webResult div.gs-visibleUrl,  .gs-imageResult div.gs-visibleUrl {
	color: #009933;
}
.gs-webResult div.gs-visibleUrl-short {
	color: #009933;
}
.gs-webResult div.gs-visibleUrl-short {
	display: none;
}
.gs-webResult div.gs-visibleUrl-long {
	display: block;
}
.gs-promotion div.gs-visibleUrl-short {
	display: none;
}
.gs-promotion div.gs-visibleUrl-long {
	display: block;
}
.gsc-cursor-box {
	border-color: #000;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border-color: #CCCCCC;
	background-color: #000;
	color: #1155CC;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	border-color: #CCCCCC;
	background-color: #000;
	color: #1155CC;
}
.gsc-webResult.gsc-result.gsc-promotion {
	border-color: #F6F6F6;
	background-color: #F6F6F6;
}
.gsc-completion-title {
	color: #1155CC;
}
.gsc-completion-snippet {
	color: #333333;
}
.gs-promotion a.gs-title:link,  .gs-promotion a.gs-title:link *,  .gs-promotion .gs-snippet a:link {
	color: #1155CC;
}
.gs-promotion a.gs-title:visited,  .gs-promotion a.gs-title:visited *,  .gs-promotion .gs-snippet a:visited {
	color: #1155CC;
}
.gs-promotion a.gs-title:hover,  .gs-promotion a.gs-title:hover *,  .gs-promotion .gs-snippet a:hover {
	color: #1155CC;
}
.gs-promotion a.gs-title:active,  .gs-promotion a.gs-title:active *,  .gs-promotion .gs-snippet a:active {
	color: #1155CC;
}
.gs-promotion .gs-snippet,  .gs-promotion .gs-title .gs-promotion-title-right,  .gs-promotion .gs-title .gs-promotion-title-right * {
	color: #333333;
}
.gs-promotion .gs-visibleUrl,  .gs-promotion .gs-visibleUrl-short {
	color: #009933;
}
/*1031追記*/
div.cm {
margin-top:10px;
margin-bottom:20px;
border:solid thin;
border-color:#D4D4D4;
padding-left:10px;/*修正*/
padding-right:5px;
padding-top:4px;
height:650px;/*修正*/
overflow:scroll;/*追加*/
display: none
}
div.cm img{
margin-left:110px;
}
div.cm iframe{
	margin-right:3px;/*追加*/
	margin-bottom:10px;
}
div.cm iframe.left{
	float:left;
}

div.cm iframe.right{
	margin-top:-13px;
	margin-left:2px;
}

/*ここまで*/