@charset "UTF-8";

/*====================
 +base element
====================*/
body {
	font-family: Meiryo, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height: 1.7;
	color:#575757;
	text-align:left;
}
.f_right 	{ float:right;}
.f_left 	{ float:left;}
.t_center 	{ text-align:center;}
.t_right 	{ text-align:right;}
.t_left 	{ text-align:left;}
.t_pink 	{ color:#E4007F;}
.t_orange 	{ color:#F08300;}
.t_green 	{ color:#88AE0E;}
.t_red 		{ color:#FF0000;}
.bold 		{ font-weight:bold;}
.f_1px 		{ font-size:1px;}
.f_11px 	{ font-size:92%;}
.f_12px 	{ font-size:100%;}
.mt5  { margin-top:5px;  	}
.mt10 { margin-top:10px; 	}
.mt15 { margin-top:15px; 	}
.mt20 { margin-top:20px; 	}
.mt25 { margin-top:25px; 	}
.mt30 { margin-top:30px; 	}

.mb5  { margin-bottom:5px;  }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb25 { margin-bottom:25px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }

.mr5  { margin-right:5px;  	}
.mr10 { margin-right:10px; 	}
.mr15 { margin-right:15px; 	}
.mr20 { margin-right:20px; 	}
.mr30 { margin-right:30px; 	}

.ml5  { margin-left:5px;  	}
.ml10 { margin-left:10px; 	}
.ml15 { margin-left:15px; 	}
.ml20 { margin-left:20px; 	}

.gary_bg {
	background-color: #efefef;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


 /*====================
 +link 
====================*/
a:link {
	text-decoration: none;
	color:#575757;
}
a:visited {
	text-decoration: none;
	color:#575757;
}
a:hover {
	text-decoration: underline;
	color:#575757;
}
a:active {
	text-decoration: underline;
	color:#575757;
}
a:focus {
	outline: none;
}

 /*====================
 +clearfix 
====================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.clear {
	clear: both;
}
/* text hidden */
.vsHidden{
	position: absolute;
	overflow: hidden;
	top: -9999px;
	left: 0;
}

 /*====================
 +search window 
====================*/
#textsearch {
	width: 548px;
	background: url(../images/searchbox_bg.gif) left top no-repeat; 
	display: block;
	height: 38px;
	position: relative;
	clear: both;
}
#searchq	{
	width: 400px;
	position: absolute;
	top: 7px;
	left: 40px;
	font-size: 120%;
	border: 1px solid #FFF;
}

#searchBtn4	{
	position: absolute;
	top: 7px;
	left: 459px;
}

 /*====================
 +side column box
====================*/
.box {
	background: #FBFBFB url(../images/box_top.gif) repeat-x top;
	margin-bottom: 15px;
}
.box h2 {
	background: url(../images/smbl_circle.gif) no-repeat 5px 9px;
	padding: 5px 0 0 20px;
	font-weight: bold;
	font-size: 100%;
	border-bottom: none;
	color: #575757;
}
.box ul {
	background: url(../images/box_btm.png) no-repeat right bottom;
	padding: 5px 10px 10px 10px;
	list-style-type: none;
	margin: .0em 0 0 0em;
	list-style-image: none;
}
.box li {
	background: url(../images/arrow_gray.gif) no-repeat left 5px;
	padding-left: 10px;
}
.box ul ul {
	background: none;
	padding: 0;
}
.box ul ul li {
	background: none;
	padding-left: 10px;
	font-size: 90%;
}

.box_blue {
	background: #f9fdff url(../images/box_top_blue.gif) repeat-x top;
	margin-bottom: 15px;
}
.box_blue h2 {
	background: url(../images/smbl_circle_blue.gif) no-repeat 5px 9px;
	padding: 5px 0 0 20px;
	font-weight: bold;
	color: #1854c1;
	font-size: 100%;
	border-bottom: none;
}
.box_blue ul {
	background: url(../images/box_btm.png) no-repeat right bottom;
	padding: 5px 10px 10px 10px;
	list-style-type: none;
	margin: .0em 0 0 0em;
	list-style-image: none;
}
.box_blue li {
	background: url(../images/arrow_blue.gif) no-repeat left 5px;
	padding-left: 10px;
	font-size: 90%;
	word-break:break-all;
}
.box_blue li strong{
	font-weight: bold;
	display: block;
}
.box_blue ul a {
	color: #6388ff;
}
.box_blue ul ul {
	background: none;
	padding: 0;
}
.box_blue ul ul li {
	background: none;
	padding-left: 10px;
	font-size: 90%;
}


 /*====================
 +footer 
====================*/

#footer {
	background: url(../images/address_bg.gif)  no-repeat center bottom;
}
#inner_footer {
	background:url(../images/gray_line.gif) repeat-x bottom ;
	text-align: center;
}
#inner_footer2 {
	width: 1000px;
	margin: 0 auto;
	border-bottom: 3px solid #00a0e9;
	text-align: left;
}
#inner_footer2 p{
	height: 200px;
	text-indent: -9999pt;
}
#inner_footer2 address{
	padding-left: 580px;
	font-size: 90%;
	padding-bottom: 10px;
}
#copyright {
	background:url(../images/copyright_bg.gif) repeat-x bottom;
	height: 41px;
	line-height: 41px;
	vertical-align: middle;
	text-align: center;
}
#copyright p{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}


 /*====================
 +Lifestage mouse over
====================*/

#ul_lifestage li {
	height: 40px;
	width: 125px;
}
#ul_lifestage a {
	display: block;
	padding: 11px 0px 0px 43px;
	height: 40px;
	font-size: 90%;
	vertical-align: middle;
}
#icon_ls01,
#icon_ls06 {
	width: 140px !important;
}

#icon_ls01 a:link,
#icon_ls01 a:visited {
	background:url(../images/lifestage_icon01.gif) no-repeat left top;
}
#icon_ls01 a:active,
#icon_ls01 a:hover {
	background:url(../images/lifestage_icon01.gif) no-repeat -200px  top;
}

#icon_ls02 a:link,
#icon_ls02 a:visited {
	background:url(../images/lifestage_icon02.gif) no-repeat left top;
}
#icon_ls02 a:active,
#icon_ls02 a:hover {
	background:url(../images/lifestage_icon02.gif) no-repeat -200px  top;
}

#icon_ls03 a:link,
#icon_ls03 a:visited {
	background:url(../images/lifestage_icon03.gif) no-repeat left top;
}
#icon_ls03 a:active,
#icon_ls03 a:hover {
	background:url(../images/lifestage_icon03.gif) no-repeat -200px  top;
}

#icon_ls04 a:link,
#icon_ls04 a:visited {
	background:url(../images/lifestage_icon04.gif) no-repeat left top;
}
#icon_ls04 a:active,
#icon_ls04 a:hover {
	background:url(../images/lifestage_icon04.gif) no-repeat -200px  top;
}

#icon_ls05 a:link,
#icon_ls05 a:visited {
	background:url(../images/lifestage_icon05.gif) no-repeat left top;
}
#icon_ls05 a:active,
#icon_ls05 a:hover {
	background:url(../images/lifestage_icon05.gif) no-repeat -200px  top;
}

#icon_ls06 a:link,
#icon_ls06 a:visited {
	background:url(../images/lifestage_icon06.gif) no-repeat left top;
}
#icon_ls06 a:active,
#icon_ls06 a:hover {
	background:url(../images/lifestage_icon06.gif) no-repeat -200px  top;
}

#icon_ls07 a:link,
#icon_ls07 a:visited {
	background:url(../images/lifestage_icon07.gif) no-repeat left top;
}
#icon_ls07 a:active,
#icon_ls07 a:hover {
	background:url(../images/lifestage_icon07.gif) no-repeat -200px  top;
}

#icon_ls08 a:link,
#icon_ls08 a:visited {
	background:url(../images/lifestage_icon08.gif) no-repeat left top;
}
#icon_ls08 a:active,
#icon_ls08 a:hover {
	background:url(../images/lifestage_icon08.gif) no-repeat -200px  top;
}

#icon_ls09 a:link,
#icon_ls09 a:visited {
	background:url(../images/lifestage_icon09.gif) no-repeat left top;
}
#icon_ls09 a:active,
#icon_ls09 a:hover {
	background:url(../images/lifestage_icon09.gif) no-repeat -200px  top;
}

 /*====================
 +invisible mouse over 
====================*/

a.mouse_over:hover img,
#font_size_btn a:hover img,
#font_color_btn a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
