@charset "EUC-JP";
/*////////////////////////////////////////////////////////////
MYLOHAS - base.css
------------------------------------------------------------
[Reset]
	0. Yahoo UI Library: Reset CSS, Fonts CSS
	1. HTML, Body, Anchor
	2. Heading, Form
	99. Others
		99-1. Inline-level Elements
		99-2. Block-level Elements
		99-3. For IE - Page Zoom
[Main Layout]
	1. Wrapper
	2. Header
	3. Content
	4. Form
	5. Footer
	6. Search Result
	10. Liquid Layout
[Header]
	1. Site Id
	2. Utility Nav
[Global Navi]
[Header Text Ads]
[Left]
[Sub]
	1. Sub Content
	2. Search Form
[Clearfix]

////////////////////////////////////////////////////////////*/

/* ################################################################################
	[Reset] Resetting HTML elements styles
   ################################################################################ */
/* ------------------------------------------------------------
	0. Yahoo UI Library: Reset CSS, Fonts CSS
   ------------------------------------------------------------ */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select{
	*font-size:100%;
}
legend{
	color:#000;
}
del,ins{
	text-decoration:none;
}
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
select,input,button,textarea{
	font:99% arial,helvetica,clean,sans-serif;
}
table{
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

small {
	font-size: 11px;
	line-height: 150%;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
   ------------------------------------------------------------ */
html {
	width:100%;
	height: 100%;
	overflow-y: scroll;
}
body {
	width:100%;
	height: 100%;
	padding: 10px 0 0;
	text-align: center;
	font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
	line-height: 1.2;
	color:#4B4B4B;
}
div {
	text-align: left;
}
/* IE7 */
*:first-child+html body{
	font-family: '¥á¥¤¥ê¥ª', '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
}
/* IE6 */
* html body{
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
}

a,
a:visited,
a:active {
	outline: 0;
	color: #FF6101;
	/* color: #4B4B4B; */
	text-decoration: none;
}
a:hover {
	color: #FF6101;
	text-decoration: underline;
}


/* ------------------------------------------------------------
	2. Heading, Form
   ------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}
legend {
	display: none;
}
label {
	cursor: pointer;
}

/* ------------------------------------------------------------
	99. Others
   ------------------------------------------------------------ */

/*  99-1. Inline-level Elements
   ------------------------------------------------- */
img {
	vertical-align: top;
}
a {
	outline: none;
}
object {
	outline: none;
}
strong {
	font-weight: bold;
}
input,
select,
textarea {
	font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
	outline:none;
	ime-mode:active;
}
/* IE7 */
*:first-child+html input{
	font-family:'¥á¥¤¥ê¥ª', '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
}
*:first-child+html select{
	font-family:'¥á¥¤¥ê¥ª', '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
}
*:first-child+html textarea{
	font-family:'¥á¥¤¥ê¥ª', '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
}
/* IE6 */
* html input{
	font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
}
* html select{
	font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
}
* html textarea{
	font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
}
input.text {
	border-color:#aaa #ccc #ccc #aaa;
	border-width:1px;
	border-style:solid;
	padding:2px 0 2px 2px;
}
select {
	border-color:#aaa #ccc #ccc #aaa;
	border-width:1px;
	border-style:solid;
	padding:2px;
}
textarea {
	border-color:#aaa #ccc #ccc #aaa;
	border-width:1px;
	border-style:solid;
}

/*  99-2. Block-level Elements
   ------------------------------------------------- */
hr {
	display: none;
}

/*  99-3. Tool
   ------------------------------------------------- */
.clear {
	clear:both;
	font-size:0%;
	line-height:0%;
	visibility:none;
}
.hide {
	display:none;
}
.black {
	color:#000;
}
.blue {
	color:#003399;
}
.red {
	color:#ff0000;
}
.grey {
	color:#666;
}
.big {
	font-size:18px; padding:0 5px;
}
.strong {
	font-weight:bold;
}
input.inact {
	ime-mode:inactive;
}
.alert {
	background:#ffe5e5;
}
.ad_top30 {
	line-height: 115%;
	margin-top: 15px;
}

/*  99-4. For IE
   ------------------------------------------------- */
/* For IE7 Page Zoom */
*:first-child+html body,
*:first-child+html br {
	letter-spacing: 0;
}


/* ################################################################################
	[Main Layout] Setting main structure layout
   ################################################################################ */

/* ------------------------------------------------------------
	1. Wrapper
   ------------------------------------------------------------ */
div#wrapper {
	width: 966px;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------------------------------------
	2. Header
   ------------------------------------------------------------ */
div#header {
	width: 966px;
	height: 90px;
	margin-bottom: 10px;
	overflow: hidden;
}
div#header #header_left {
	width: 219px;
	height: 90px;
	float: left;
}
div#header #header_banner {
	width: 728px;
	height: 90px;
	overflow: hidden;
	float: right;
}
ul.listmenu {
	height: 15px;
	padding-top: 3px;
}
ul.listmenu li {
	height: 15px;
	padding-left: 16px;
	padding-right: 3px;
	font-size: 10px;
	display: inline;
	float: left;
	background: transparent url(../images/arrow_header.gif) no-repeat;
}
ul.listmenu li a {
	font-size: 10px;
	display: block;
}


/* ------------------------------------------------------------
	3. Content
   ------------------------------------------------------------ */
div#topic_path {
	width: 966px;
	padding-top: 10px;
	font-size: 85%;
}
div#content {
	width: 966px;
	min-height:500px;
	margin: 10px 0 30px;
}
div#left {
	width: 145px;
	float: left;
}
div#right {
	width: 811px;
	float: right;
}
div#main {
	width: 500px;
	float: left;
}
/* 2010.08.27 add */
div#main div#happy_bnr {
	margin-bottom:10px;
}
/* 2010.08.27 end */

div#content #article,
div#content #result,
div#content #shop_detail,
div#content #present_detail,
div#content #tool {
	width: 666px;
	float: left;
}
div#content #sub {
	width: 300px;
	float: right;
}

/* ------------------------------------------------------------
	4. Form
   ------------------------------------------------------------ */
.form_title {
	font-size: 93%;
	padding: 0 0 10px 20px;
	background: transparent url(../images/arrow_d.gif) no-repeat;
}
table.basic_form {
	width: 500px;
	margin-bottom: 20px;
	border-collapse:separate;
	border-top:10px solid #B8ADA3;
}
table.basic_form th {
	padding: 10px;
	color: #FFF;
	background:#97D41C;
	border-top: 1px solid #FFF;
	text-align: center;
}
table.basic_form th.question {
	text-align: left;
}
table.basic_form td {
	vertical-align:middle;
	background:#F3EDE8;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 10px;
}
table.basic_form td.form_submit {
	background-color: #FFF;
	padding: 20px 0;
}
table.basic_form td.wonhandle {
	background-color: #FFF;
	padding: 10px;
}
table.basic_form td.comsq {
	border: 1px solid #AFAFAF;
	background-color: #FFF;
	padding: 10px;
}
.basic_error {
	width: 478px;
	margin-bottom: 20px;
	border:1px solid #FF6101;
}
.basic_error .title {
	color:#fff;
	background:#FF6101;
	padding:5px;
}
.basic_error .message {
	padding:5px;
}

/* ------------------------------------------------------------
	5. Footer
   ------------------------------------------------------------ */
div#footer {
	margin:0 auto;
	clear:both;
	position: relative;
	width: 966px;
	padding: 10px 0 30px;
}
div#footer #backtop {
	width: 90px;
	height: 17px;
	text-align: right;
	margin: 0 0 0 auto;
}
div#footer ul#footerNav {
	width: 936px;
	padding: 5px 15px;
	background-color: #97D41C;
	font-size: 10px;
	text-align: center;
}
div#footer ul#footerNav li {
	display: inline;
	padding: 0 8px;
	font-size: 10px;
	color: #FFF;
	border-right: 1px solid #FFF;
}
div#footer ul#footerNav li a {
	font-size: 10px;
	color: #FFF;
}
div#footer ul#footerNav li.first {
	font-size: 10px;
	border-left: 1px solid #FFF;
}
div#footer ul#footer_ids {
	padding-top: 15px;
	padding-bottom: 50px;
	text-align: center;
}
div#footer ul#footer_ids li {
	display: inline;
	padding: 0 8px;
}
div#footer address {
	width: 966px;
	text-align: center;
	padding: 10px 0 30px;
	font-size: 10px;
	font-style: normal;
	color: #FF6101;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Trebuchet", "Arial",sans-serif;
}

/* ------------------------------------------------------------
	6. Search Result
   ------------------------------------------------------------ */
div#content #search_body {
	width: 602px;
	margin: 0 0 5px 30px;
}

/* ################################################################################
	[Header] Setting header styles
   ################################################################################ */
/* ------------------------------------------------------------
	1. Site Id
   ------------------------------------------------------------ */
div#header #header_left h1 {
	width: 219px;
	height: 39px;
}
div#header #header_left h1 a {
	border: 0;
}

/* ------------------------------------------------------------
	2. Utility Nav
   ------------------------------------------------------------ */
div#header #header_left #header_functions {
	width: 214px;

	margin: 5px 0 0 5px;
}
div#header #header_left #header_functions ul#header_menu {
	width: 211px;
	height: 19px;
	margin-bottom: 3px;
}
div#header #header_left #header_functions ul#header_menu li {
	height: 19px;
	display: inline;
	float: left;
}
div#header #header_left #header_functions ul#header_menu li a {
	height: 19px;
	display: block;
}
div#header #header_left #header_functions ul#header_menu li.regist a {
	width: 89px;
	background-image:url(../images/header_regist.gif);
}
div#header #header_left #header_functions ul#header_menu li.regist a:hover {
	width: 89px;
	background-image:url(../images/header_regist_on.gif);
}
div#header #header_left #header_functions ul#header_menu li.mypage a {
	width: 89px;
	background-image:url(../images/header_mypage.gif);
}
div#header #header_left #header_functions ul#header_menu li.mypage a:hover {
	width: 89px;
	background-image:url(../images/header_mypage_on.gif);
}
div#header #header_left #header_functions ul#header_menu li.login a {
	width: 70px;
	background-image:url(../images/header_login.gif);
}
div#header #header_left #header_functions ul#header_menu li.login a:hover {
	width: 70px;
	background-image:url(../images/header_login_on.gif);
}
div#header #header_left #header_functions ul#header_menu li.logout a {
	width: 70px;
	background-image:url(../images/header_logout.gif);
}
div#header #header_left #header_functions ul#header_menu li.logout a:hover {
	width: 70px;
	background-image:url(../images/header_logout_on.gif);
}


/* ################################################################################
	[Global Navi] Setting Global Navi styles
   ################################################################################ */
div#globalNav {
	width: 966px;
	height: 26px;
}
div#globalNav ul {
	width: 966px;
	height: 26px;
	position: relative;
}
div#globalNav li {
	height: 26px;
	display: inline;
	float: left;
}
div#globalNav li a {
	height: 26px;
	display:block;
	border: 0;
}
div#globalNav li.beauty a:hover {
	width: 76px;
	background-image:url(../images/t_gnavi_beauty_on.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
div#globalNav li.beauty a {
	width: 76px;
	background-image:url(../images/t_gnavi_beauty.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
div#globalNav li.food a:hover {
	width: 56px;
	background-image:url(../images/t_gnavi_food_on.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 75px;
}
div#globalNav li.food a {
	width: 55px;
	background-image:url(../images/t_gnavi_food.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 76px;
}
div#globalNav li.eco a:hover {
	width: 46px;
	background-image:url(../images/t_gnavi_eco_on.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 130px;
}
div#globalNav li.eco a {
	width: 45px;
	background-image:url(../images/t_gnavi_eco.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 131px;
}
div#globalNav li.lifestyle a:hover {
	width: 98px;
	background-image:url(../images/t_gnavi_lifestyle_on.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 175px;
}
div#globalNav li.lifestyle a {
	width: 97px;
	background-image:url(../images/t_gnavi_lifestyle.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 176px;
}
div#globalNav li.study a:hover {
	width: 66px;
	background-image:url(../images/t_gnavi_study_on.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 272px;
}
div#globalNav li.study a {
	width: 65px;
	background-image:url(../images/t_gnavi_study.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 273px;
}
div#globalNav li.special a:hover {
	width: 72px;
	background-image:url(../images/t_gnavi_special_on.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 337px;
}
div#globalNav li.special a {
	width: 71px;
	background-image:url(../images/t_gnavi_special.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 338px;
}
div#globalNav li.blog8 a:hover {
	width: 67px;
	background-image:url(../images/t_gnavi_blog8_on.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 408px;
}
div#globalNav li.blog8 a {
	width: 66px;
	background-image:url(../images/t_gnavi_blog8.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 409px;
}
div#globalNav li.present a:hover {
	width: 127px;
	background-image:url(../images/t_gnavi_present_on.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 474px;
}
div#globalNav li.present a {
	width: 126px;
	background-image:url(../images/t_gnavi_present.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 475px;
}
div#globalNav li.advice a:hover {
	width: 82px;
	background-image:url(../images/t_gnavi_advice_on.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 600px;
}
div#globalNav li.advice a {
	width: 81px;
	background-image:url(../images/t_gnavi_advice.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 601px;
}
div#globalNav li.astrology a:hover {
	width: 46px;
	background-image:url(../images/t_gnavi_astrology_on.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 681px;
}
div#globalNav li.astrology a {
	width: 45px;
	background-image:url(../images/t_gnavi_astrology.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 682px;
}
div#globalNav li.shopping a:hover {
	width: 87px;
	background-image:url(../images/t_gnavi_shopping_on.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 727px;
}
div#globalNav li.shopping a {
	width: 87px;
	background-image:url(../images/t_gnavi_shopping.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 727px;
}
div#globalNav li.shopsearch a:hover {
	width: 89px;
	background-image:url(../images/t_gnavi_shopsearch_on.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 813px;
}
div#globalNav li.shopsearch a {
	width: 88px;
	background-image:url(../images/t_gnavi_shopsearch.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 814px;
}
/*
div#globalNav li.myspi a:hover {
	width: 79px;
	background-image:url(../images/gnavi_myspi_on.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 887px;
}
div#globalNav li.myspi a {
	width: 78px;
	background-image:url(../images/gnavi_myspi.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 888px;
}
*/
div#globalNav li.release a:hover {
	width: 65px;
	background-image:url(../images/t_gnavi_release_on.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 901px;
}
div#globalNav li.release a {
	width: 64px;
	background-image:url(../images/t_gnavi_release.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 902px;
}

/* ################################################################################
	[Header Text Ads] Header Text Ads styles
   ################################################################################ */
div#header_text {
	width: 966px;
	text-align: center;
	border-bottom:1px solid #B8B4A8;
	background: transparent url(../images/bg_headertext.gif) no-repeat;
}
div#header_text .ad {
	width: 483px;
	padding:3px 0;
	text-align: center;
	float: left;
	font-size:11px;
}
div#header_text .ad a {color: #4B4B4B;}
div#header_text .ad a:hover {color: #FF6101;}


/* ################################################################################
	[Left] Left styles
   ################################################################################ */
   /* ------------------------------------------------------------
	1. Common
   ------------------------------------------------------------ */
div#left #banner145x145_left {width: 145px;padding:0 0 20px;}
div#left #left_ad_145 {width: 145px;padding:0 0 20px;}
div#left #ad2 {width: 145px;padding:0 0 20px;}
div#left .left_block {width: 145px;background-color: #FBF8F5;}
div#left .left_other {
	width: 145px;
	margin: 5px auto 13px;
	text-align: left;
}
div#left .left_other p.Name {
	font-size:93%;
	margin-bottom:5px;
}
div#left .left_other p.Link {
	font-size:77%;
}
div#left .left_other .left_other_left {
	width: 60px;
	height: 75px;
	float: left;
}
div#left .left_other .left_other_right {
	width: 80px;
	float: right;
}
div#left .left_other .left_other_right .text_s {
	color:#a2a2a2;
	font-size:83%;/*11px*/
}

div#left .left_block .left_block_title {
	width: 145px;
}
div#left .left_block .left_block_body {
	width: 143px;
	padding: 11px 0;
	border-left: 1px solid #B8ADA3;
	border-right: 1px solid #B8ADA3;
}
div#left .left_block .left_block_body_last {
	width: 143px;
	padding: 11px 0;
	border-left: 1px solid #B8ADA3;
	border-right: 1px solid #B8ADA3;
	border-bottom: 1px solid #B8ADA3;
}
div#left .left_block .left_block_body .pickup_block,
div#left .left_block .left_block_body .information_block,
div#left .left_block .left_block_body_last .rss_block {
	width: 121px;
	margin: 0 11px;
}
div#left .left_block .left_block_body .pickup_photo {
	width: 121px;
	height: 60px;
}
div#left .left_block .left_block_body .pickup_text,
div#left .left_block .left_block_body .information_text {
	width: 121px;
	margin: 3px 0 5px;
	padding-bottom: 8px;
	overflow:hidden;
	font-size:93%;/*12px*/
}
div#left .left_block .left_block_body .pickup_text a {
	color: #4B4B4B;
}
div#left .left_block .left_block_body .pickup_text a:hover {
	color: #FF6101;
	text-decoration: none;
}
div#left .left_block .left_block_body .information_text a,
div#left .left_block .left_block_body .information_text a:visited,
div#left .left_block .left_block_body .information_text a:active {
	outline: 0;
	color: #FF6101;
	text-decoration: none;
}
div#left .left_block .left_block_body .information_text a:hover {
	color: #FF6101;
	text-decoration: underline;
}
div#left .left_block .left_block_body_last .rss_block ul.rss {
}
div#left .left_block .left_block_body_last .rss_block ul.rss li {
	padding: 3px 0 0 20px;
	background: url(../images/arrow_rss.gif) no-repeat 0 1px;
	font-size:93%;/*12px*/
}
div#left .left_block .left_block_body_last .rss_block ul.listmenu2 {
}
div#left .left_block .left_block_body_last .rss_block ul.listmenu2 li {
	padding: 3px 0 0 20px;
	background: url(../images/arrow.gif) no-repeat;
}
div#left .left_block .left_block_body_last .rss_block ul.rss li a,
div#left .left_block .left_block_body_last .rss_block ul.listmenu2 li a {
	color: #4B4B4B;
}
div#left .left_block .left_block_body_last .rss_block ul.rss li a:hover,
div#left .left_block .left_block_body_last .rss_block ul.listmenu2 li a:hover {
	color: #FF6101;
	text-decoration: none;
}
/* ################################################################################
	[Sub] Sub Contents Styles
   ################################################################################ */
/* ------------------------------------------------------------
	1. Sub Content
  ------------------------------------------------------------ */
div#sub {width: 300px;float: right;}
div#sub #parallel {
	width: 300px;
	padding:0 0 10px;
}
div#sub #parallel #ad1 {
	width: 145px;
	text-align: center;
	margin: 0 auto;
	float: left;
}
div#sub #parallel #ad2 {
	width: 145px;
	text-align: center;
	margin: 0 auto;
	float: right;
}
div#sub #banner350 {
	width: 300px;
}
div#banner350_special,
.center350_special {
	width: 811px;
	text-align:center;
	margin: 0 auto 10px;
}
div#banner350_special_bottom {
	width:811px;
	margin:0 auto;
	text-align:center;
}
div#banner350_special_bottom p {
	display:inline;
	margin:0 15px;
}

div#sub .block {width: 300px;background-color: #FBF8F5;}
div#sub .block h3 {width: 300px;}
div#sub .block #blog8,
div#sub .block #mobile,
div#sub .block #lovefortune,
div#sub .block #putit,
div#sub .block #tool,
div#sub .block #astrology,
div#sub .block #advice,
div#sub .block #ranking,
div#sub .block #applied,
div#sub .block #present,
div#sub .block #special,
div#sub .block .blog,
div#sub .block .blog_last {
	width: 298px!important;
	width:300px;
	border-left: 1px solid #B8ADA3;
	border-right: 1px solid #B8ADA3;
/*	border-bottom: 1px solid #B8ADA3;*/
	padding: 10px 0 0;
}
div#sub .block #putit,
div#sub .block #mobile {
	border-bottom: 1px solid #B8ADA3;
}
div#sub .block .blog_last {
	border-bottom: 1px solid #B8ADA3;
}
div#sub .block #mylohasshop,
div#sub .twitterwigdet {
	width: 298px!important;
	width:300px;
	border-left: 1px solid #B8ADA3;
	border-right: 1px solid #B8ADA3;
	border-bottom: 1px solid #B8ADA3;
}

div#sub .block #blog8 .blog8_frame {
	width:286px;
	margin:0 6px;
}
div#sub .block #blog8 .blog8_block {
	width: 140px;
	padding-top: 5px;
}
div#sub .block #blog8 .left {
	float:left;
}
div#sub .block #blog8 .right {
	float:right;
}
div#sub .block #blog8 .blog8_block h4 {
	width:70px;
	float: left;
	margin-right: 5px;
}
div#sub .block #blog8 .blog8_block .blog8_text {
	width: 65px;
	float: left;
	overflow:hidden;
	font-size: 77%;/*10px*/
	line-height:1.2;
}
div#sub .block #blog8 .blog8_block .blog8_text p {
	margin-bottom: 4px;
}
div#sub .block #blog8 .blog8_block .blog8_text p a:link,
div#sub .block #blog8 .blog8_block .blog8_text p a:visited {
	text-decoration:underline;
	color:#FF6101;
}
div#sub .block #blog8 .blog8_block .blog8_text p a:hover,
div#sub .block #blog8 .blog8_block .blog8_text p a:active {
	text-decoration:none;
	color:#FF6101;
}
div#sub .block #blog8 .blog8_block .blog8_text h5 {
	color: #44a33e;
	font-weight: bold;
	margin-bottom:3px;
}
div#sub .block #blog8 .blog8_block .blog8_text h6 {
}
div#sub .block #blog8 ul {
	width: 286px;
	height: 20px;
	margin: 8px 0 0;
}
div#sub .block #blog8 li {width: 142px;height: 20px;}
div#sub .block #blog8 li.editor {float: left;}
div#sub .block #blog8 li.backnumber {float: right;}
div#sub .block #blog8 li a {
	width: 142px;
	height: 20px;
	display:block;
	border: 0;
}

div#sub .block #mobile h3 {
	width: 282px;
	height: 109px;
	margin: 0 8px 0 8px;
	padding-bottom: 8px;
}
div#sub .block #lovefortune ul {
	padding:0 10px 10px;
}
div#sub .block #lovefortune ul li {
	padding-bottom:3px;
	font-size:85%;
}
div#sub .block #lovefortune ul li img {
	margin:0 5px 0 0;
}
div#sub .block #lovefortune ul li a:link,
div#sub .block #lovefortune ul li a:visited {
	text-decoration:none;
	color:#4B4B4B;
}
div#sub .block #lovefortune ul li a:hover,
div#sub .block #lovefortune ul li a:active {
	text-decoration:none;
	color:#FF6101;
}

div#sub .block #putit p {
	margin: 0 5px 5px;
	font-size: 88%;
}
div#sub .block #putit h4 {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
div#sub .block #putit h5 {
	text-align: center;
	font-weight: bold;
	width: 258px;
	padding: 5px 0;
	margin : 0 20px 10px;
	background-color: #B5E0FF;
}
div#sub .block #putit #form {
	text-align: center;
	font-size: 88%;
	padding-bottom: 10px;
}



div#sub .block #tool .tool_block {
	width:282px;
	margin: 0 8px;
	padding: 8px 0;
}

div#sub .block #tool .tool_block .photo {
	width:100px;
	height:100px;
	float:left;
}
div#sub .block #tool .tool_block .text {
	width:176px;
	margin-left: 6px;
	float:right;
}
div#sub .block #tool .tool_block .text h4 {
	font-size: 77%;/*10px*/
	margin:0 0 2px 0;
	font-weight:bold;
	line-height:1.2;
}
div#sub .block #tool .tool_block .text .list {
	font-size: 108%;/*14px*/
}
div#sub .block #tool .tool_block .text h5 {
	font-size: 93%;/*12px*/
	margin:0 0 2px 0;
	line-height:1.2;
}
div#sub .block #tool .tool_block .text p {
	font-size: 77%;/*10px*/
	padding-bottom: 0.4em;
}

div#sub .block #mylohasshop {
	padding: 10px 0;
}

div#sub .block #mylohasshop .mylohasshop_block {
	width:282px;
	margin: 0 8px;
	padding: 8px 0;
}

div#sub .block #mylohasshop .mylohasshop_block .photo {
	width:100px;
	height:100px;
	float:left;
}
div#sub .block #mylohasshop .mylohasshop_block .text {
	width:176px;
	margin-left: 6px;
	float:right;
}
div#sub .block #mylohasshop .mylohasshop_block .text h4 {
	font-size: 77%;/*10px*/
	margin:0 0 4px 0;
	line-height:1.2;
}
div#sub .block #mylohasshop .mylohasshop_block .text p {
	font-size: 77%;/*10px*/
	margin:0 0 10px 0;
}
div#sub .block #mylohasshop .mylohasshop_block .text .arrow {
	font-size: 77%;/*10px*/
	text-align: right;
}
div#sub .block #special {
	border-bottom: 1px solid #B8ADA3;
	padding: 10px 0;
}

div#sub .block #special .special_block {
	width:282px;
	margin: 0 8px;
	padding: 8px 0;
}
div#sub .block #special .special_block .photo {
	width:120px;
	float:left;
}
div#sub .block #special .special_block .text {
	width:156px;
	margin-left: 6px;
	float:right;
}
div#sub .block #special .special_block .text a {
	color: #4B4B4B;
}
div#sub .block #special .special_block .text a:hover {
	color: #FF6101;
	text-decoration: none;
}
div#sub .block #special .special_block .text h4 {
	margin:4px 0 4px 0;
	line-height:1.2;
}

div#sub .block #astrology {
	border-bottom: 1px solid #B8ADA3;
	padding: 10px 0;
}

div#sub .block #astrology .astrology_block {
	width:282px;
	margin: 0 8px;
	padding: 8px 0;
}

div#sub .block #advice {
	border-bottom: 1px solid #B8ADA3;
	padding: 10px 0;
}
div#sub .block #advice .advice_block {
	width:282px;
	margin: 0 8px;
	padding: 8px 0;
}
div#sub .block #advice .advice_block p {
	font-size:83%;/*11px*/
}

div#sub .block #ranking {
	border-bottom: 1px solid #B8ADA3;
	padding: 10px 0;
}
div#sub .block #ranking p {
	font-size:83%;/*11px*/
	width:282px;
	margin: 0 8px;
	padding: 8px 0;
}
div#sub .block #ranking p span.rank {
	font-size:108%;/*12px*/
	font-weight:bold;
	color:#44A33E;	
}
div#sub .block #ranking p.updated {
	text-align:right;
}

div#sub .block #applied {
	padding: 10px 0;
}
div#sub .block #present {
	border-bottom: 1px solid #B8ADA3;
	padding: 10px 0;
}
div#sub .block #applied .present_block,
div#sub .block #present .present_block {
	width:282px;
	margin: 0 8px;
	padding: 8px 0;
}
div#sub .block #applied .present_block .photo,
div#sub .block #present .present_block .photo {
	width:80px;
	float:left;
}
div#sub .block #applied .present_block .text,
div#sub .block #present .present_block .text {
	width:196px;
	margin-left: 6px;
	float:right;
}
div#sub .block #applied .present_block .text a,
div#sub .block #present .present_block .text a {
	color: #4B4B4B;
}
div#sub .block #applied .present_block .text a:hover,
div#sub .block #present .present_block .text a:hover {
	color: #FF6101;
	text-decoration: none;
}

div#sub .block #applied .present_block .text h4,
div#sub .block #present .present_block .text h4 {
	margin:4px 0 4px 0;
	line-height:1.2;
}

/* 2010.08.27 add */
div#sub div#blog8_bnrs ul {
	margin-top:5px;
}
div#sub div#blog8_bnrs ul li.editor {
	float:left;
}
div#sub div#blog8_bnrs li.backnumber {
	float:right;
}
div#sub div#blog8_bnrs div a img {
	clear:both;
	margin:5px 0;
}
div#sub .block #blog8 {
	border-bottom: 1px solid #B8ADA3;
}
/* 2010.08.27 end */

/* ------------------------------------------------------------
	2. Search Form
  ------------------------------------------------------------ */
div#sub .border_top {
	border-top: 1px solid #B8ADA3;
}
div#sub .block table#search_form {
	width:300px;
	border-left: 1px solid #B8ADA3;
	border-right: 1px solid #B8ADA3;
	border-collapse:separate;
}
div#sub .block table#search_form th,
div#sub .block table#search_form td {
	vertical-align:middle;
	font-size: 11px;
	font-weight: bold;
	color: #4B4B4B;
}

/* ################################################################################
	[Clearfix] Clearfix CSS Hack
   ################################################################################ */
div#header:after,
ul.header_menu:after,
div#globalNav:after,
div#header_text:after,
div#content:after,
ul.rss:after,
ul.listmenu2:after,
.left_other:after,
div#topicPath:after,
div#sub:after,
div#sub #parallel:after,
div#sub .block #tool .tool_block:after,
div#sub .block #mylohasshop .mylohasshop_block:after,
div#sub .block #special .special_block:after,
div#sub .block #applied .present_block:after,
div#sub .block #present .present_block:after,
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}


div#header,
ul.header_menu,
div#globalNav,
div#header_text,
div#content,
ul.rss,
ul.listmenu2,
.left_other,
div#topicPath,
div#sub,
div#sub #parallel,
div#sub .block #tool .tool_block,
div#sub .block #mylohasshop .mylohasshop_block,
div#sub .block #special .special_block,
div#sub .block #applied .present_block,
div#sub .block #present .present_block,
.clearfix {
	display:inline-block;
}


/* exclude MacIE5 [start] \*/
* html div#header,
* html ul.header_menu,
* html div#globalNav,
* html div#header_text,
* html div#content,
* html ul.rss,
* html ul.listmenu2,
* html .left_other,
* html div#topicPath,
* html div#sub,
* html div#sub #parallel,
* html div#sub .block #tool .tool_block,
* html div#sub .block #mylohasshop .mylohasshop_block,
* html div#sub .block #special .special_block,
* html div#sub .block #applied .present_block,
* html div#sub .block #present .present_block,
* html .clearfix {
	height:1%;
}


div#header,
ul.header_menu,
div#globalNav,
div#header_text,
div#content,
ul.rss,
ul.listmenu2,
.left_other,
div#topicPath,
div#sub,
div#sub #parallel,
div#sub .block #tool .tool_block,
div#sub .block #mylohasshop .mylohasshop_block,
div#sub .block #special .special_block,
div#sub .block #applied .present_block,
div#sub .block #present .present_block,
.clearfix {
	display:block;
}
/* exclude MacIE5 [end] */

