
/* default */
html, body {
	font-size: 12px;
	font-family: Meiryo,Verdana;
	line-height: 150%;
	text-align: center;
	background-color: #d2d2d2;
	color: #333;
}
table {
	font-size: 12px;
	font-family: Meiryo,Verdana;
	line-height: 150%;
	color: #333;
}
body, h1, h2, h3, ul, li, form, dl {
	margin:0;
	padding:0;
}
img {
	border: none;
}

/* module */
.cl,
div#headerArea,
div#menuArea {
	display: inline-block;
}

.cl:after,
div#headerArea:after,
div#menuArea:after {
	content: "";
	display: block;
	clear: both;
}

.note {
	font-size: 10px;
	line-height: 130%;
}
.align_right {
	text-align; right;
}

/* layout */
div#siteArea {
	width: 950px;
	margin: 30px auto;
	background: url(../images/bg_middle.gif) 0 0 repeat-y;
}

div#headerArea {
	width: 950px;
	background: url(../images/bg_top.gif) 0 0 no-repeat;
}

div#footerArea{
	width: 950px;
	height: 50px;
	background: url(../images/bg_bottom.gif) 0 0 no-repeat;
}

/* header */
div#logo h1 a {
	margin: 20px 0 0 25px;
	float: left;
	background: url(../images/logo.gif) 0 0 no-repeat;
	text-indent: -9999px;
	width: 300px;
	height: 50px;
	overflow: hidden;
}
p#tag {
	margin: 30px 20px 0 0;
	display: block;
	float: right;
	font-size: 10px;
	color: #666;
	text-align: right;
	line-height: 130%;
}
/* menu */
div#menuArea {
	background-color: #000;
	margin: 20px 10px 0 10px;
	width: 930px;
}
	div#menuArea dl dt {
		display: none;
	}
	div#menuArea dl dd {
		margin: 0;
	}
	div#menuArea dl dd#mainMenu {
		margin: 0 0 0 12px;
		float: left;
	}
	div#menuArea dl dd#subMenu {
		margin: 0 12px 0 0;
		float: right;
	}
		div#menuArea dl dd ul {
			list-style-type: none;
		}
			div#menuArea dl dd ul li {
				display: inline;
			}
				div#menuArea dl dd ul li a {
					float: left;
					display: block;
					height: 30px;
					color: #fff;
					line-height: 30px;
					text-decoration: none;
				}
				div#menuArea dl dd ul li a:hover {
					color: #ccc;
				}
				div#menuArea dl dd#mainMenu ul li a {
					margin: 0 25px 0 0;
				}
				div#menuArea dl dd#subMenu ul li a {
					margin: 0 0 0 25px;
				}

/* image */
div#imageArea {
	width: 928px;
	height: 150px;
	margin: 4px auto;
}

/* contents */
div#contentsArea {
	text-align: left;
	padding: 20px;
}
ul#pagetopLink {
	margin: 10px 20px 10px 20px;
	list-style-type: none;
}
	ul#pagetopLink li {
		text-align: right;
	}
dl#suportMenu {
	margin: 0 0 10px 0;
}
	dl#suportMenu dt {
		display: none;
	}
	dl#suportMenu dd {
		margin: 0;
	}
		dl#suportMenu dd ul {
			list-style-type: none;
			text-align: center;
		}
			dl#suportMenu dd ul li {
				font-size: 10px;
				margin: 0 3px;
				display: inline;
			}


/* あとで整理 */
div#imageArea {
	background: url(../images/bg_image.jpg) 0 0 repeat-x;
}
div#contentsArea div#mainArea {
	width: 650px;
	float: left;
	margin: 10px;
}
div#contentsArea div#subArea {
	width: 200px;
	float: right;
	margin: 10px;
}
div#contentsArea div#mainArea .list_img {
	float: left;
	width: 170px;
}
div#contentsArea div#mainArea .list_text {
	float: left;
	width: 480px;
}
div#contentsArea div.item {
	margin: 10px 0;
}
div#contentsArea .item_category {
	font-size: 10px;
	color: #ccc;
	margin: 0 0 3px 0;
	padding: 0;
	line-height: 130%;
}
div#contentsArea .item_category a {
	color: #999;
	text-decoration:none;
}
div#contentsArea .item_category a:hover {
	color: #ccc;
}
div#contentsArea .more_link {
	list-style-type: none;
	text-align: right;
	font-size: 10px;
	margin: -10px 0 10px 0;
}
div#contentsArea .more_link a {
	color: #999;
	text-decoration: none;
}
div#contentsArea .more_link a:hover {
	color: #ccc;
	text-decoration: none;
}

div.client {
	border: 3px double #cccccc;
	padding: 5px;
	margin: 20px 0;
}

ul.portal_list {
	list-style-type: none;
	float: left;
	width: 65px;
	margin: 10px 0 0 0;
	font-size: 10px;
}
ul.portal_list li {
	background: url(../images/icon_type2.gif) 0 4px no-repeat;
	padding: 0 0 0 10px;
}
ul.portal_list li.this {
	background: url(../images/icon_type1.gif) 0 4px no-repeat;
	padding: 0 0 0 10px;
}
ul.portal_list a {
	color: #999;
	text-decoration: none;
}

ul.portal_list a:hover {
	color: #ccc;
}

ul.portal_list li.this a {
	color: #669933;
	text-decoration: none;
}

ul.portal_list li.this a:hover {
	color: #8AB362;
}

.highlight {
	color: #669933;
	font-size: 14px;
}

a {
	color: #F17619;
	text-decoration: underline;
}
a:visited {
	color: #d66916;
	text-decoration: underline;
}
a:hover {
	color: #f1934d;
	text-decoration: none;
}

h2.title {
	background: url(../images/bg_title.gif) 0 7px repeat-x;
}
h2.title span.text {
	display: block;
	height: 20px;
	text-indent: -9999px;
	margin: 0 0 0 10px;
}
p.desc {
	color: #669933;
	font-size: 10px;
	text-align: right;
	margin: 0;
	line-height: 100%;
}
p.powered {
	color: #ccc;
	font-size: 10px;
	text-align: right;
	margin: 0 0 5px 0;
	line-height: 100%;
}
p.powered a {
	color: #999;
	text-decoration: none;
}
p.powered a:hover {
	color: #ccc;
}
h1 a {
	color: #669933;
	text-decoration: none;
}
h1 a:hover {
	color: #8AB362;
}

div#recruitArea h2.title span.text {
	width: 45px;
	background: url(../images/recruit.gif) 0 0 no-repeat;
}

div#beautyArea h2.title span.text {
	width: 45px;
	background: url(../images/beauty.gif) 0 0 no-repeat;
}

div#lifeArea h2.title span.text {
	width: 45px;
	background: url(../images/life.gif) 0 0 no-repeat;
}

div#facilityArea h2.title span.text {
	width: 45px;
	background: url(../images/facility.gif) 0 0 no-repeat;
}

div#restaurantArea h2.title span.text {
	width: 46px;
	background: url(../images/restaurant.gif) 0 0 no-repeat;
}

div#estateArea h2.title span.text {
	width: 63px;
	background: url(../images/estate.gif) 0 0 no-repeat;
}

div#infoArea h2.title span.text {
	width: 100px;
	background: url(../images/information.gif) 0 0 no-repeat;
}

div#weatherArea h2.title span.text {
	width: 81px;
	background: url(../images/weather.gif) 0 0 no-repeat;
}

div#portalLinkArea h2.title span.text {
	width: 80px;
	background: url(../images/portal_link.gif) 0 0 no-repeat;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}
.item p {
/*	background: url(../images/line_type1.gif) 0 0 repeat-x; */
/*	border-top: 1px solid #e0e0e0; */
	padding: 5px 0 0;
	margin: 5px 0;
}
.image_author {
	position: relative;
}
#imageArea .head_image {
	float: left;
}
#imageArea .powered {
	color: #999999;
	clear: both;
	margin-top: 5px;
}
.author {
	font-size: 10px;
	line-height: 120%;
}
.author a {
	color: #999999;
}
.author a:hover {
	color: #CCCCCC;
}


ul.paging {
	list-style-type: none;
	font-size: 10px;
	margin: 0;
}
.paging li.this_page {
	border: 1px solid #669933;
	background-color: #669933;
	color: #fff;
	padding: 5px;
}
.paging li.skip {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #ccc;
	padding: 5px 0;
}
ul.paging li {
	float: left;
	margin: 0 5px;
	line-height: 100%;
}
ul.paging li.page a {
	display: block;
	text-decoration: none;
	border: 1px solid #669933;
	padding: 5px;
}
ul.paging li a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
}
#topicPath {
	font-size: 10px;
	margin: 0 10px;
}
h2.content_title {
	text-indent: -9999px;
	height: 40px;
	border-bottom: 3px double #cccccc;
	margin: 0 10px 0;
}
h2#recruitTitle {
	background: url(../images/recruit_title.gif) 0 0 no-repeat;
}
h2#lifeTitle {
	background: url(../images/life_title.gif) 0 0 no-repeat;
}
h2#beautyTitle {
	background: url(../images/beauty_title.gif) 0 0 no-repeat;
}
h2#restaurantTitle {
	background: url(../images/restaurant_title.gif) 0 0 no-repeat;
}
h2#estateTitle {
	background: url(../images/estate_title.gif) 0 0 no-repeat;
}
h2#facilityTitle {
	background: url(../images/facility_title.gif) 0 0 no-repeat;
}
h2#informationTitle {
	background: url(../images/info_title.gif) 0 0 no-repeat;
}
h2#errorTitle {
	background: url(../images/not_found_title.gif) 0 0 no-repeat;
}
.paging a {
	color: #669933;
}
.paging a:hover {
	color: #99cc66;
}
#list {
	margin: 10px 0;
}
p.list_powered {
	color: #ccc;
	font-size: 10px;
	text-align: right;
	margin: 3px 10px 0 0;
	line-height: 100%;
}
p.list_powered a {
	color: #999;
	text-decoration: none;
}
p.list_powered a:hover {
	color: #ccc;
}
#categoryArea {
	border: 3px double #e0e0e0;
	padding: 5px;
	margin: 0 0 10px 0;
}

#categoryArea ul li a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	margin-right: 3px;
}
#categoryArea ul li a:hover {
	color: #999;
}

#categoryArea dl dt {
	color: #669933;
	font-weight: bold;
}

#categoryArea dl dd {
	margin: 0 0 10px 10px;
}
#categoryArea ul {
	list-style-type: none;
	margin: 10px 0;
	color: #999;
	font-size: 10px;
}
#categoryArea ul li {
	background: url(../images/icon_type2.gif) 0 4px no-repeat;
	padding: 0 0 0 10px;
}
#categoryArea ul li.this {
	background: url(../images/icon_type1.gif) 0 4px no-repeat;
	padding: 0 0 0 10px;
}

#detail h3 {
	font-weight: bold;
	color: #669933;
}
.detail_table {
	border-collapse:collapse;
	border-top: 1px solid #ccc;
	width: 100%;
	clear: both;
}
.detail_table tbody th {
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
	text-align: right;
	font-weight: normal;
	padding: 7px;
	white-space: nowrap;
	vertical-align: top;
}
.detail_table tbody td {
	border-bottom: 1px solid #ccc;
	padding: 7px;
}
.detail_table tbody td ul {
	margin-left: 20px;
}
.detail_image {
	margin: 0 0 10px 0;
}
#detail .date {
	font-size: 10px;
	color: #999;
}
.left_image {
	margin: 0 10px 0 0;
}
#detail dl {
	margin: 10px 0;
}
#qa {
	margin-top: 40px;
}
#qa h2 {
	font-size: 16px;
	color: #669933;
	margin: 5px 0;
	border-bottom: 3px double #ccc;
}
#contentHeadArea {
	margin: 0 10px;
}
#weatherArea h3 {
	color: #669933;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#weatherArea p.date {
	color: #999999;
	font-size: 10px;
	margin: 0;
}

#weatherArea table th {
	font-size: 10px;
	font-weight: normal;
	line-height: 120%;
}

#weatherArea table td.date_td {
	font-size: 10px;
	vertical-align: top;
	line-height: 120%;
	width: 50px;
}
#weatherArea table td.weather_td {
	width: 60px;
}
#weatherArea table td.temp_td {
	text-align: center;
	font-size: 10px;
	line-height: 120%;
}
#infoArea {
	margin: 10px 0 0 0;
}
#sideClientArea {
	border: 3px double #cccccc;
	padding: 5px;
	margin: 0 0 20px 0;
}

#sideClientArea dd{
	margin: 0;
	font-size: 10px;
}
#contentHeadArea h2 {
	border: 3px double #ccc;
	color: #669933;
	padding: 5px;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0pt 20px 0;
}
p.orijinal {
	padding: 5px 10px 5px 5px;
	background-color: #669933;
	text-align: right;
	color: #ffffff;
}
p.orijinal a {
	color: #ffffff;
	text-decoration: none;
}
p.orijinal a:hover {
	color: #abbfa6;
	text-decoration: none;
}

#infoArea {
	font-size: 10px;
	line-height: 150%;
}
.infoDate {
	color: #999;
}

#footerArea p {
	font-size: 10px;
	color: #999;
	margin: 0;
}

/* Overture
   ---------------------------------------------- */
body div.adOverture {
	border: 1px solid #999;
	background: #FFFFFF;
	position: relative;	
	overflow: hidden ;	
	margin: 20px 0 0 0;	
	padding: 5px;
	font-size: 11px;
}

body div.adOverture dl {
	margin: 5px 3px 0;padding: 0;
}

body div.adSquareS dl {
	margin: 5px 2px;
}
body div.adSquareS dl dt {
	font-size: 12px;
}
body div.adOverture dl dt,
body div.adOverture dl dt a {
	color: #669933;
}
body div.adOverture dl dt {
	margin: 0 0 3px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}
body div.adOverture dl a {
	text-decoration: none;
}
body div.adSquareS dl dd.adBody {
	margin: 0;
}
body div.adOverture dl dd.adBody,
body div.adOverture dl dd.adBody a {
	color: #333333;
}
body div.adOverture dl dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
	text-indent: 0;
}
body div.adOverture dl dd.adBody {
	margin: 0 0 3px;
	line-height: 125%;
}
body div.adOverture dl dd.adFooter,
body div.adOverture dl dd.adFooter a {
	color: #F17619;
}
body div.adOverture dl dd.adFooter {
	word-break: break-all;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
	line-height: 100%;
	font-size: 11px;
}

body div.adOverture dl dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
	text-indent: 0;
}

body div.ad_info {
	margin: 0 0 20px 0;
	border: 1px solid #999999;
	background-color: #999999;
	color: #fff;
	padding: 2px 1px;
}
body div.ad_info a {
	color: #fff;
}
div.ad_link {
	letter-spacing: -0.5px
}



#headImage0 {
	width: 120px;
	margin-top: 46px;
	text-align: center;
}
#headImage1 {
	width: 120px;
	margin-top: 44px;
	text-align: center;
}
#headImage2 {
	width: 120px;
	margin-top: 32px;
	text-align: center;
}
#headImage3 {
	width: 120px;
	margin-top: 32px;
	text-align: center;
}
#headImage4 {
	width: 120px;
	margin-top: 61px;
	text-align: center;
}
#headImage5 {
	width: 120px;
	margin-top: 36px;
	text-align: center;
}
#headImage6 {
	width: 120px;
	margin-top: 41px;
	text-align: center;
}
#headImage {
	margin: 0 auto;
	width: 840px;
	height: 125px;
}
