/* ======================================================== 
	Browser CSS Default
 ======================================================== */
 


*{
	margin:0px;
	padding:0px;
    }


body{
	margin:0px;
	padding:0px;
	color:#6d6966;
	background-color:#ffffff;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    } 
	
body img {
	border:0;
}

A:link {
	color: #6d6966;
	text-decoration: underline;
	}

A:visited {
	color: #6d6966; 
	text-decoration: underline; 
	}

A:active {
	color: #6d6966; 
	text-decoration: none;
	}

A:hover { 
	color: #d80005;
	text-decoration: none;
	}

p {
	margin:0px;
	padding:0px;
    }


.f_clear{
	clear:both;
    }
	
	

/* Font Size  /
/* ======================================================== */


.text_70 {
	font-size:0.7em;
}

.text_75 {
	font-size:0.75em;
}

.text_78 {
	font-size:0.78em;
}

.text_80 {
	font-size:0.8em;
}

.text_85 {
	font-size:0.85em;
}

.text_90 {
	font-size:0.9em;
}

.text_95 {
	font-size:0.95em;
}





/* TopPage  /
/* ======================================================== */


#head_outer_container {
	margin:0;
	padding:0;
	height:227px;
	background-image:url(../images/t_head_bg.jpg);
	background-repeat:repeat-x;
    }
	
#head_log_bg {
	width:956px;
	height:137px;
	margin:0 auto;
	background-image:url(../images/t_head_hv_centerlogo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
    }
	
#head_logo {
	position:absolute;
	top:70px;
	left:0px;
	width:325px;
	height:57px;
	background-image:url(../images/t_head_logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
    }
	
#head_backHome {
	position:absolute;
	top:113px;
	left:345px;
	width:82px;
	height:12px;
	text-align:left;
    }	
	
#head_fitness a {
	position:absolute;
	top:28px; /* before set was 88px */
	right:3px;
	width:244px;
	height:22px;
	text-indent:-9999px;
	background:url(../images/t_head_fitness_off.png) no-repeat;
    }
	
#head_fitness a:hover {
	position:absolute;
	top:28px;
	right:3px;
	width:244px;
	height:22px;
	text-indent:-9999px;
	background:url(../images/t_head_fitness_on.png) no-repeat;
    }	
	
#head_cooking a {
	position:absolute;
	top:50px; /* before set was 110px */
	right:3px;
	width:244px;
	height:20px;
	text-align:left;
	text-indent:-9999px;
	background:url(../images/t_head_cooking_off.png) no-repeat;
    }
	
#head_cooking a:hover {
	position:absolute;
	top:50px; 
	right:3px;
	width:244px;
	height:20px;
	text-align:left;
	text-indent:-9999px;
	background:url(../images/t_head_cooking_on.png) no-repeat;
    }			

#head_partner_bana a {
	width:243px;
	height:43px;
	background:url(../images/t_partnership_bana_off.png) 0 0 no-repeat;
	position:absolute;
	top:83px;
	right:3px;
	text-align:left;
	text-indent:-9999px;
    }
	
#head_partner_bana a:hover {
	width:243px;
	height:43px;
	background:url(../images/t_partnership_bana_on.png) 0 0 no-repeat;
	position:absolute;
	top:83px;
	right:3px;
	text-align:left;
	text-indent:-9999px;
    }	


#h_gnavi{
    width:956px;
	height:90px;
	margin:0px auto;
    }
	
#navigation {
    list-style: none;
    }	

#navigation li {
    float: left;
    }

#navigation a * {
    display: none;
    }


#navigation a {
	position:relative;
	background-image: url(../images/gnavi.gif);
}
#navigation a .hover { position:absolute; top:0; left:0; }

#navigation a,
#navigation a .hover {
    height: 90px;
    display: block;
	background: url(../images/gnavi.gif) 0 0 no-repeat;
    }



/* Individual Navigation Items /
/* ======================================================== */

#navigation a.NEWVISITORS {
    background-position: 0 0;
    width: 111px;
    }

#navigation #newcurrent .main,
#navigation #newcurrent .main .hover { 
    width:111px;
	height:90px;
	text-indent:-9999px;
	background-position: 0px -180px;
	}
	
#navigation .highlight a.NEWVISITORS:hover,
#navigation a.NEWVISITORS .hover {
    background-position: 0 -90px;
    width: 111px;
    }
	

#navigation a.CONSULTATION {
    background-position: -111px 0;
    width: 108px;
    }
	
#navigation #consulcurrent .main,
#navigation #consulcurrent .main .hover { 
    width:108px;
	height:90px;
	text-indent:-9999px;
	background-position: -111px -180px;
	}	

#navigation .highlight a.CONSULTATION:hover,
#navigation a.CONSULTATION .hover {
    background-position: -111px -90px;
    width: 108px;
    }


#navigation a.INFORMATION {
    background-position: -219px 0;
    width: 105px;
    }

#navigation #infocurrent .main,
#navigation #infocurrent .main .hover { 
    width:105px;
	height:90px;
	text-indent:-9999px;
	background-position: -219px -180px;
	}

#navigation .highlight a.INFORMATION:hover,
#navigation a.INFORMATION .hover {
    background-position: -219px -90px;
	width: 105px;
    }
	

#navigation a.CHECKUP {
    background-position: -324px 0;
    width: 133px;
    }
	
#navigation #checkcurrent .main,
#navigation #checkcurrent .main .hover { 
    width:133px;
	height:90px;
	text-indent:-9999px;
	background-position: -324px -180px;
	}	

#navigation .highlight a.CHECKUP:hover,
#navigation a.CHECKUP .hover {
    background-position: -324px -90px;
	width: 133px;
    }
	

#navigation a.LOUNGE {
    background-position: -457px 0;
    width: 138px;
    }
	
#navigation #logcurrent .main,
#navigation #logcurrent .main .hover { 
    width:138px;
	height:90px;
	text-indent:-9999px;
	background-position: -457px -180px;
	}	

#navigation .highlight a.LOUNGE:hover,
#navigation a.LOUNGE .hover {
    background-position: -457px -90px;
	width: 138px;
    }
	

#navigation a.BLOG {
    background-position: -595px 0;
    width: 115px;
    }
	
#navigation #blogcurrent .main,
#navigation #blogcurrent .main .hover { 
    width:115px;
	height:90px;
	text-indent:-9999px;
	background-position: -595px -180px;
	}	

#navigation .highlight a.BLOG:hover,
#navigation a.BLOG .hover {
    background-position: -595px -90px;
	width: 115px;
    }


#navigation a.ACCESS {
    background-position: -710px 0;
    width: 104px;
    }
	
#navigation #acscurrent .main,
#navigation #acscurrent .main .hover { 
    width:104px;
	height:90px;
	text-indent:-9999px;
	background-position: -710px -180px;
	}	

#navigation .highlight a.ACCESS:hover,
#navigation a.ACCESS .hover {
    background-position: -710px -90px;
	width: 104px;
    }
	

#navigation a.CONTACT {
    background-position: -814px 0;
    width: 142px;
    }
	
#navigation #contactcurrent .main,
#navigation #contactcurrent .main .hover { 
    width:142px;
	height:90px;
	text-indent:-9999px;
	background-position: -814px -180px;
	}	

#navigation .highlight a.CONTACT:hover,
#navigation a.CONTACT .hover {
    background-position: -814px -90px;
	width: 142px;
    }
	
#pre_open_mainpic_bg {
	margin:0 auto 0;
	background:url(../images/t_test_main_img_bg.gif) repeat-x;
	height:564px;
    }
	
#pre_open_mainpic {
	margin:0 auto 0;
	padding:0;
	height:564px;
	background:url(../images/9_1_main_img.jpg) no-repeat;
	background-position:center bottom;
    }
	
#pre_open_mainarea_navi {
	width:966px;
	height:75px;
	margin:0px auto 0;
	padding-top:489px;
	}
	
#pre_open_mainarea_message {
	width:966px;
	height:149px;
	margin:0px auto 38px;
	}	



/* TopPge /
/* ======================================================== */

#top_main_container {
	width:952px;
	margin:0 auto 50px;
	padding:0 0;
	text-align:left;
    }
	
#left_side {
	width:453px;
	float:left;
    }
	
#news_bar_box {
	width:442px;
	height:35px;
	margin-bottom:12px;
	background:url(../images/t_news_bar.gif) 0 0 no-repeat;
	text-indent:-9999px;
	position:relative;
    }
	
#news_bar_detail_box a {
	width:87px;
	height:21px;
	background:url(../images/t_news_bar_detailbt_off.gif) 0 0 no-repeat;
	position:absolute;
	text-indent:-9999px;
	top:7px;
	right:12px;
    }
	
#news_bar_detail_box a:hover {
	width:87px;
	height:21px;
	background:url(../images/t_news_bar_detailbt_on.gif) 0 0 no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:7px;
	right:12px;
    }
	
#press_bar_box {
	width:442px;
	height:33px;
	margin:23px 0 12px 0;
	background:url(../images/t_press_bar.gif) 0 0 no-repeat;
	text-indent:-9999px;
	position:relative;
    }
	
#press_bar_detail_box a {
	width:87px;
	height:19px;
	background:url(../images/t_press_bar_detailbt_off.gif) 0 0 no-repeat;
	position:absolute;
	text-indent:-9999px;
	top:7px;
	right:12px;
    }
	
#press_bar_detail_box a:hover {
	width:87px;
	height:19px;
	background:url(../images/t_press_bar_detailbt_on.gif) 0 0 no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:7px;
	right:12px;
    }
	
.press_eye_date {
	background:url(../images/t_press_eye.gif) left 4px no-repeat;
	padding:0 0 0 16px;
    }
	
	.press_eye_date a:link, .press_eye_date a:visited {
	text-decoration:none;
    }
	
	.press_eye_date a:hover {
	text-decoration:none;
    }
	
#ope_bar_box {
	width:442px;
	height:33px;
	margin:23px 0 12px 0;
	background:url(../images/t_blog_bar.gif) 0 0 no-repeat;
	text-indent:-9999px;
	position:relative;
    }
	
#ope_bar_detail_box a {
	width:87px;
	height:19px;
	background:url(../images/t_press_bar_detailbt_off.gif) 0 0 no-repeat;
	position:absolute;
	text-indent:-9999px;
	top:7px;
	right:12px;
    }
	
#ope_bar_detail_box a:hover {
	width:87px;
	height:19px;
	background:url(../images/t_press_bar_detailbt_on.gif) 0 0 no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:7px;
	right:12px;
    }			
	
.article_outerbox {
	width:441px;
    }
	
.article_up {
	height:16px;
	background:url(../images/t_news_bg_up.gif) 0 0 no-repeat;
    }
	
.article_center {
	padding:0 18px 4px 18px;
	overflow:auto;
	background:url(../images/t_news_bg_y.gif) 0 0 repeat-y;
	font-size:0.78em;
	line-height:145%;
	overflow:hidden;
    }
	
.article_inner_box {
	border-bottom:solid 1px #e1e1e1;
	margin: 3px 0;
	padding: 1px 0 2px 0;
    }
	
.article_eye_date {
	width:100px;
	background:url(../images/t_news_eye.gif) left center no-repeat;
	padding:0 0 0 16px;
	float:left;
    }
	
.article_text {
	width:289px;
	margin:0 0 0 116px;
    }	
	
.article_text a:link, .article_text a:visited {
	text-decoration:none;
    }	
	

.article_text a:hover {
	text-decoration:none;
    }
	
.article_down {
	height:16px;
	background:url(../images/t_news_bg_down.gif) 0 0 repeat-y;
    }		
	
	
	

#right_side {
	width:450px;
	margin:0 0 0 498px;
    }
	
.r_banna_box {
	width:446px;
	height:123px;
	margin-bottom:13px;
    }
	
#r_handv_logo_box {
	width:443px;
	height:57px;
	margin:50px 0 18px 0;
	text-indent:-9999px;
	background:url(../images/t_right_hv_logo.gif) 0 0 no-repeat;
    }
	
.r_bottom_bana_box {
	width:442px;
	height:62px;
	margin-bottom:10px;
    }
	
#r_bottom_subbana_box {
	width:445px;
	overflow:hidden;
	margin:35px 0 0 0;
    }
	
#r_bottom_subbana_box_left {
	width:442px;
	height:69px;
	margin-bottom:4px;
    }
	
#r_bottom_subbana_box_right {
	width:442px;
	height:62px;
    }	
	
	
	




/* Footer /
/* ======================================================== */

#footer_area {
	margin:0 auto;
	background-color:#f7f4ed;
	border-top: solid 1px #ebe9e5;
    }

#footer_outer_box {
	width:956px;
	padding:40px 0 24px 0;
	margin:0 auto;
	overflow:auto;
    }

#footer_left {
	width:367px;
	float:left;
    }
	
.f_left_logo {
	margin-bottom:17px;
    }
	
.f_left_address {
	font-size:0.73em;
	line-height:145%;
	margin-bottom:25px;
    }
	
#f_left_number {
	height:45px;
	background:url(../images/t_f_contact_num.gif) 0 0 no-repeat;
	text-indent:-9999px;
	margin-bottom:22px;
    }
	
.f_l_small_link {
	background:url(../images/t_press_eye.gif) 0 center no-repeat;
	padding:0 0 0 15px;
	margin:0 0 0 0;
	font-size:0.7em;
    }
	
	.f_l_small_link a:link, .f_l_small_link a:visited {
		color:#7b7775;
		text-decoration:none;
    }
	.f_l_small_link a:hover {
		color:#d80005;
		text-decoration:none;
    }
	
	
	
	
/* Footer Right ------------------------------------------ */


#footer_right {
	margin:0 0 0 407px;
    }
	
.f_r_link_box {
	width:170px;
	float:left;
	margin-right:19px;
    }
	
.f_r_link_box_end {
	width:170px;
	float:left;
    }
	
.f_r_link_box span.title, .f_r_link_box_end span.title {
	font-size:0.75em;
	font-weight:bold;
	text-shadow: 1px 1px 0 #ffffff;
	background:url(../images/t_f_linkset_eye.gif) 0 2px no-repeat;
	padding:0 0 0 20px;
	text-decoration:none;
    }
	
.f_r_link_box span.title a:link, .f_r_link_box_end span.title a:link {
	text-decoration:none;
	}
	
.f_r_link_box span.title a:visited, .f_r_link_box_end span.title a:visited {
	text-decoration:none;
	}	
	
.f_r_link_box span.title a:hover, .f_r_link_box_end span.title a:hover {
	text-decoration:none;
	}	
		
	
/* .f_r_link_box p, .f_r_link_box_end p {
	
	color:#827e7b;
    }*/
	
.linkcolor {
	font-size:0.7em;
	line-height:150%;
	padding:6px 0 16px 0;
	color:#7b7775;
    }
	
.linkcolor a:link {
	color:#7b7775;
	text-decoration:none;
    }
	
.linkcolor a:visited {
	color:#7b7775;
	text-decoration:none;
    }
	
.linkcolor a:active {
	color:#7b7775;
	text-decoration:none;
    }
	
.linkcolor a:hover {
	color:#d80005;
	text-decoration:none;
    }		
	

	

	
	
	
	
	
#footer_copy_outerbox {
	background-color:#e9e8d8;
	height:34px;
	border-top: solid 1px #e2e1d1;
    }
	
#footer_copy_innerbox {
	width:956px;
	margin:0 auto;
	font-size:0.65em;
	padding:9px 0 0 0 ;
	text-shadow: 1px 1px 0 #ffffff;
    }	



/* Universal setting/
/* ======================================================== */


#no_flash{
	margin:0px auto;
	padding:0px;
	background-color:#FFFFFF;
	text-align:center;
    }







/* PageTop/
/* ======================================================== */


#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:15px;
	right:15px;
	overflow:hidden;
	width:72px;
	height:72px;
	border:none;
	text-indent:-999px;
	background:url(../images/ui.totop.png) no-repeat left top;
    }

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -73px;
	width:72px;
	height:72px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
    }

#toTop:active, #toTop:focus {
	outline:none;
    }
