

@charset"UTF-8";

/* -------------------------------------------------------------------
reset, default
------------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	font-size: 12px;
	line-height: 150%;
	height: 100%;
	font-family: "Meiryo", verdana, "MS UI Gothic",sans-serif;
	color: #333;
}

table {
	font-size: 12px;
	line-height: 150%;
}

body, h1, h2, h3, ul, li, form, dl {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5 {
	font-size: 100%;
}

a {
	color: #4e9abe;
}

a:hover {
	color: #82BDD9;
}

hr {
	display: none;
}

img {
	border: none;
}

/* -------------------------------------------------------------------
module
------------------------------------------------------------------- */
.align_right { text-align: right;}
.note { font-size: 10px;}

li.out {
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
	background: url(/tpl3/images/icon/url.gif) 0 5px no-repeat;
	color: #A0C7D9;
}


/* -------------------------------------------------------------------
float clear
------------------------------------------------------------------- */
.cl {
	display: inline-block;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
}

/* -------------------------------------------------------------------
header
------------------------------------------------------------------- */
div#headerArea {
	background: url(/tpl3/images/blue/head_bg.gif) 0 0 repeat-x;
	height: 64px;
	padding: 55px 20px 0 20px;
}
	* html div#headerArea {
		height: 118px;
	}

/* title */
div#headerArea h1 a {
	font-weight: normal;
	text-decoration: none;
	font-size: 22px;
}

/* tag */
div#headerArea p {
	color: #666;
	margin: 2px 0 0 0;
}

/* rss */
ul#rssList {
	list-style-type: none;
	position: absolute;
	right: 30px;
	top: 0px;
	height: 47px;
	width: 200px;
	padding: 20px 0 0 0px;
	background: url(/tpl3/images/blue/tab_s.gif) 0 0 no-repeat;
}
ul#rssList li {
	width: 100%;
	margin: 0;
	text-align: center;
}
ul#rssList li a {
	display: -moz-inline-box;
	display: inlin-block;
	color: #fff;
	background: url(/tpl3/images/icon/rss.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
	text-decoration: none;
	font-size: 10px;
	line-height: 16px;
}
* html ul#rssList li a {
	display: inline;
	zoom: 1;
	background-position: 0 4px;
}
*+html ul#rssList li a {
	display: inline;
	zoom: 1;
	background-position: 0 4px;
}

/* menu */
dl#menu {
	position: absolute;
	top: 90px;
	right: 30px;
}
* html dl#menu {
	position: absolute;
	top: 89px;
	right: 30px;
}
dl#menu dt {
	display: none;
}
dl#menu dd {
	margin: 0;
}
dl#menu dd ul#menuList {
	list-style-type: none;
}
dl#menu dd ul#menuList li {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 10px;
	height: 29px
}
	* html dl#menu dd ul#menuList li {  
		display: inline;
		margin-right: 3px;
		zoom: 1;
	}
	*+html dl#menu dd ul#menuList li {  
		display: inline;
		margin-right: 3px;
		zoom: 1;
	}
dl#menu dd ul#menuList li a {
	font-size: 14px;
	text-decoration: none;
}

body#home li#menuHome {
	background: url(/tpl3/images/blue/menu_on.gif) 50% 100% no-repeat;
}
body#food li#menuFood {
	background: url(/tpl3/images/blue/menu_on.gif) 50% 100% no-repeat;
}
body#beauty li#menuBeauty {
	background: url(/tpl3/images/blue/menu_on.gif) 50% 100% no-repeat;
}
body#trip li#menuTrip {
	background: url(/tpl3/images/blue/menu_on.gif) 50% 100% no-repeat;
}

/* -------------------------------------------------------------------
contentsHeaderArea
------------------------------------------------------------------- */
#contentsHeaderArea {
	height: 123px;
	background: url(/tpl3/images/blue/title_bg.gif) 0 0 repeat-x;
	color: #fff;
	font-size: 10px;
	width: 100%;
}
#contentsHeaderArea dl#fortune {
	margin: 20px 20px 0 0;
	float: right;
	width: 460px;
}
* html #contentsHeaderArea dl#fortune {
	margin: 10px 20px 0 0;
}
#contentsHeaderArea dl#fortuneData {
	clear: both;
	float: right;
	width: 460px;
}
#contentsHeaderArea dl#fortuneData dt {
	width: 80px;
	margin: 0;
	height: 15px;
	float: left;
}
#contentsHeaderArea dl#fortuneData dd img {
	margin: 2px 0 7px 0;
}
#contentsHeaderArea dl#fortuneData dd {
	margin: 0;
	width: 150px;
	height: 15px;
	float: left;
}
#contentsHeaderArea dl#fortuneData dt.c1 {
	clear: both;
}

/* -------------------------------------------------------------------
contentsArea
------------------------------------------------------------------- */

/* pagetop */
ul.page_top {
	list-style-type: none;
	clear: both;
	width: 100%;
}
ul.page_top li a {
	text-decoration: none;
	display: block;
	float: right;
	width: 150px;
	height: 35px;
	line-height: 30px;
	text-align: center;
	background: url(/tpl3/images/pagetop.jpg) left top no-repeat;
}
ul.page_top li a:hover {
	background-position: left bottom;
}

/* -------------------------------------------------------------------
contentsFooterArea
------------------------------------------------------------------- */
div#contentsFooterArea {
	background: url(/tpl3/images/blue/footer_bg.gif) 0 0 repeat-x;
	padding: 39px 20px 0;
}

div#contentsFooterArea div#linkArea {
	float: left;
	width: 40%;
	margin-bottom: 20px;
}
div#contentsFooterArea h3#linkTitle {
	height: 47px;
	width: 200px;
	padding: 20px 0 0 0px;
	margin: 0;
	text-align: center;
	color: #fff;
	background: url(/tpl3/images/blue/tab_s.gif) 0 0 no-repeat;
}

div#contentsFooterArea dl#link {
	margin: 0;
}
* html div#contentsFooterArea dl#link {
	margin: 20px 0;
}
div#contentsFooterArea dl#link dt {
	margin: 0 0 5px 0;
	padding-left: 20px;
	background: url(/tpl3/images/icon/site.gif) 0 1px no-repeat;
}
div#contentsFooterArea dl#link dt a {
	text-decoration: none;
	font-size: 14px;
}
div#contentsFooterArea dl#link dd {
	margin: 0 0 20px 40px;
}

div#contentsFooterArea div#mashArea {
	float: right;
	width: 58%;
	margin-bottom: 20px;
}
div#contentsFooterArea div#mashArea h3 {
	display: table;
	height: 47px;
	width: 400px;
	margin: 0 0 20px 0;
	text-align: center;
	color: #fff;
	background: url(/tpl3/images/blue/tab_m.gif) 0 0 no-repeat;
}
	* html div#contentsFooterArea div#mashArea h3 {
		position: relative;
	}
	*+html div#contentsFooterArea div#mashArea h3 {
		position: relative;
	}
div#contentsFooterArea div#mashArea h3 span.middle {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 25px 0 25px;
	width: 350px;
	margin: 0 25px;
}
	* html div#contentsFooterArea div#mashArea h3 span.middle {
		padding: 5px 0 0 0;
		position: absolute;
		top: 50%;
		left: 0%;
	}
	*+html div#contentsFooterArea div#mashArea h3 span.middle {
		padding: 5px 0 0 0;
		position: absolute;
		top: 50%;
		left: 0%;
	}
div#contentsFooterArea div#mashArea h3 span.middle span.inner {
	margin: 0;
}
	* html div#contentsFooterArea div#mashArea h3 span.middle span.inner {
		position: relative;
		top: -50%;
	}
	*+html div#contentsFooterArea div#mashArea h3 span.middle span.inner {
		position: relative;
		top: -50%;
	}

/* -------------------------------------------------------------------
mashArea
------------------------------------------------------------------- */

div#mashArea .mashup_item {
	margin-left: 10px;
}
/* search */
div#mashArea .search h4 {
	margin: 0 0 5px 0;
}
div#mashArea .search h4 a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
div#mashArea ol.search {
	padding-left: 20px;
}
div#mashArea ol.search li {
	margin-bottom: 20px;

}
div#mashArea p.desc {
	margin: 0;
}

/* qa */
div#mashArea dl.qa dt {
	margin: 0 0 5px 0;
	padding-left: 20px;
	background: url(/tpl3/images/icon/comments.gif) 0 0 no-repeat;
}
div#mashArea dl.qa dt a {
	text-decoration: none;
	font-size: 14px;
}
div#mashArea dl.qa dd {
	margin: 0 0 20px 40px;
}

/* auction */
div#mashArea dl.auction dt {
	margin: 0 0 5px 0;
	padding-left: 20px;
	background: url(/tpl3/images/icon/cart.gif) 0 0 no-repeat;
}
div#mashArea dl.auction dt a {
	text-decoration: none;
	font-size: 14px;
}
div#mashArea dl.auction dd {
	margin: 0 0 10px 40px;
}





