@charset "utf-8";
/*
	Site Name: 元気がでる家
	Description: initial setting
	Version: 1.0
	Author: ビービーネット株式会社
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: base setting
	3: clearfix
	4: link setting
	5: base layout
	6: header
	7: menu
	8: navi
	9: footer

==========================================================
*/


/* ----------------------------------------------
 1: universal reset
---------------------------------------------- */
/*ブラウザ毎で違うスタイル指定をある程度合わせています*/
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,
input,textarea,p,blockquote,
th,td {  
	margin:0; 
	padding:0; 
} 


/* ----------------------------------------------
 2: base settings
---------------------------------------------- */
html{
	font-size: 62.5%;
}

body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-color: #F1EFE2;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4em;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #5A5A5A;
}

table {
	margin : 0;
	empty-cells: show;
	border-collapse: collapse;
}
h1 {
	font-size: 1.2em; 
	font-weight: bold;
	margin: 0;
	color: #003334;
}
h2 {
	font-size: 1.2em; 
	font-weight: bold;
	clear: both;
}
h3 {
	font-size: 107%; /*renders 14px */ 
	font-weight: bold;
	margin: 0;
}
h4 {
	font-size: 107%; /*renders 14px */ 
	font-weight: bold;
}
h5 {
	font-size: 92%; /*renders 12px */ 
	font-weight: bold;
	color: #405B66;
	clear: both;
}
h6 {
	font-size: 92%; /*renders 12px */ 
	font-weight: bold;
	color: #405B66;
	clear: both;
}
hr,
.areaAnchor,
.anchor {
	display : none;
}
img {
	border: none;
	vertical-align: bottom;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}/* link do not want a dot */


input,textarea {
	text-align: left;
	padding: 0 1ex;
}
input.button {
	text-align: center;
}
label input {
	margin: 0 3px 3px 0;
}

.error,
span.error a,
p.error a {
	display: block;
	color: #CC0000;
}

span.caution {
	display: block;
	color: #66CB01;
	font-size: 80%;
}
p.caution {
	color: #66CB01;
}
span.must {
	color: #CC3333;
	padding: 0 0.3em;
}

.clear {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.bottom {
	vertical-align: bottom;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}

.nobg {
	background: none;
}

.underline {
	text-decoration: underline;
}
.over a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.naviup {
	clear: both;
	width: 920px;
	padding-top: 30px;
	text-align: right;
	font-size: 1.2em;
}

.naviup a{
	color: #B2BD0A;
	background: url(../img/icn_naviup.gif) no-repeat left center;
	padding-left: 20px;
	padding-right: 10px
}

div#naviup {
	display: none;
}


/* ----------------------------------------------
 3: clearfix
---------------------------------------------- */
.clearfix,
ul.listtop li,
div.picup li{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after,
ul.listtop li:after,
div.picup li:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


/* ----------------------------------------------
 4: link setting
---------------------------------------------- */
a:link{
	color:#3D8ECC;
	text-decoration:underline;
}
a:visited{
	color:#3D8ECC;
	text-decoration:underline;
}
a:hover{
	color:#3D8ECC;
	text-decoration:none;
}
a:active{
	color:#3D8ECC;
	text-decoration:none;
}
a img {
	border: 0;
}

div.header a {
	color: #3f6565;
	text-decoration: none;
}

div.footer a:link{
	color:#333333;
	text-decoration:none;
}
div.footer a:visited{
	color:#333333;
}
div.footer a:hover{
	color:#333333;
	text-decoration:underline;
}
div.footer a:active{
	color:#66CC00;
	text-decoration:underline;
}

.btnBgFunction {
	display: block;
	width: 162px;
	height: 27px;
	margin: 0 auto;
	padding: 7px 0  1px 0px;
	background: url(../img/bg_btn_off.gif) no-repeat; 
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decolation: none;
}

A.btnBgFunction:link {
	COLOR: #ffffff;
	text-decoration: none;
}
A.btnBgFunction:visited {
	COLOR: #ffffff;
	text-decoration: none;
}
A.btnBgFunction:hover {
	BACKGROUND: url(../img/bg_btn_on.gif) no-repeat;
	text-decoration: none;
}
A.btnBgFunction:active {
	BACKGROUND: url(../img/bg_btn_on.gif) no-repeat;
	text-decoration: none;
}

.btnBgFunction02 {
	float: left;
	display: block;
	width: 162px;
	height: 27px;
	margin: 0 auto;
	padding: 7px 0  1px 0px;
	background: url(../img/bg_btn_off.gif) no-repeat; 
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decolation: none;
}

A.btnBgFunction02 a, .btnBgFunction02:link, A.btnBgFunction02:visited {
	COLOR: #ffffff;
	text-decoration: none;
}

A.btnBgFunction02:hover, A.btnBgFunction02:active {
	BACKGROUND: url(../img/bg_btn_on.gif) no-repeat;
	COLOR: #ffffff;
	text-decoration: none;
}



/* ----------------------------------------------
 5: base layout
---------------------------------------------- */
div.container{
	position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
	background:url(../img/bg_container.gif) repeat-y;
	text-align: left;
}

div.header {
	position: relative;
	width: 920px;
	height: 130px;
	font-size: 1em;
}

div.main {
	float: left;
	width: 705px;
	margin-top: 20px;
	font-size: 1.2em;
}

div.navi {
	float: right;
	width: 200px;
}

div.contents {
	float: right;
	width: 500px;
	line-height: 1.4em;
}


/* ----------------------------------------------
 6: header
---------------------------------------------- */
p.sitename {
	color: #333333;
	font-size: 107%;
	font-weight: bold;
}

p.description {
	position: absolute;
	top: 10px;
	right:10px;
	font-size: 1em;
}

div.gnav {
	width: 920px;
	height: 46px;
	background:url(../img/bg_gnav.gif) no-repeat;
}

.gnav ul {
	margin-left: 553px;
}

.gnav li {
	float: left;
	margin-top: 2px;
}

.gnav li.gnav01 a{
	background: url(../img/gnav01_on.gif)
}

/* ----------------------------------------------
 7: menu
---------------------------------------------- */
/* 
 searchbox
----------------------------- */

div.searchbox {
	width: 190px;
	height: 165px;
	margin-bottom: 22px;
	background:url(../img/bg_searchbox.gif) no-repeat;
}

div.searchbox p {
	margin-top: 5px;
	margin-left: 10px;
}

div.searchbox p.area input {
	width: 150px;
}

div.searchbox p.area select {
	width: 165px;
}

/* 
 menubox
----------------------------- */
div.menu {
	float: left;
	width: 190px;
	margin-bottom: 30px;
}

div.menubox {
	width: 190px;
	margin-bottom: 12px;
	background: #F4F4F4;
}

div.box {
	float: left;
	width: 200px;
}

div.menubox ul li{
	width: 178px;
	min-height: 28px;
	padding: 12px 0 0 12px ;
	background:url(../img/bg_dotbar.gif) repeat-x left top;
}

div.menubox ul li a{
	display: block;
	padding: 0 0 5px 15px;
	background:url(../img/bg_list_main.gif) no-repeat left top;
	font-weight: bold;
}

div.menubox ul li a:link {
	color: #5A5A5A;
	text-decoration: none;
}

div.menubox ul li a:visited {
	color: #5A5A5A;
	text-decoration: none;
}

div.menubox ul li a:hover {
	color: #5A5A5A;
	text-decoration: underline;
}

div.menubox ul li a:active {
	color: #5A5A5A;
	text-decoration: underline;
}

div.menubox ul li.nobar{
	background: none;
}

div.menubox ul.bar {
}

div.menubox ul li.bar {
	background:url(../img/bg_dotbar.gif) repeat-x left top;
}

div.menubox ul li.sub{
	width: 170px;
	padding: 0;
	background: none;
	min-height: 25px;
}

div.menubox ul li.sub a{
	padding: 3px 0 5px 35px ;
	background:url(../img/bg_list_sub.gif) no-repeat 22px 0;
	font-weight: normal;
}

.menubottom {
 width: 190px;
 height: 18px;
 background:url(../img/bg_menu_bt.gif) no-repeat;
}

.menulist{
	padding: 5px 5px 5px 10px;
	text-align: right;
	font-size: 90%;
	background:url(../img/bg_dotbar.gif) repeat-x left top;
}

.menulist a{
	background: url(../img/icn01.gif) no-repeat scroll 0 40%;
	padding-left: 12px;
}

.bnr {
	text-align: center;
	margin-bottom: 15px;
}



/* ----------------------------------------------
 8: navi
---------------------------------------------- */
.rankingbox {
	width: 200px;
	margin-bottom: 20px;
}

.rankingcontents {
	border-right:1px solid #B8B8B8;
	border-left:1px solid #B8B8B8;
	border-bottom:1px solid #B8B8B8;
}

.rankingbox ul {
	background: url(../img/bg_dotbar02.gif) repeat-x left bottom;
	padding: 4px;
}

.rankingbox ul.nobg {
	background: none;
}

.rankingbox li{
	line-height:180%;
	padding-left:30px;
	padding-right:8px;
}
.rankingbox li.rkng1{
	font-weight: bold;
	font-size: 1.1em;
	background:url(../img/icn_rkng_1.gif) no-repeat 3px top;
}
.rankingbox li.rkng2{
	font-weight: bold;
	background:url(../img/icn_rkng_2.gif) no-repeat 3px top;
	font-size: 1.1em;
}
.rankingbox li.rkng3{
	background:url(../img/icn_rkng_3.gif) no-repeat 3px top;
	font-weight: bold;
	font-size: 1.1em;
}

.newbox {
	width: 200px;
	margin-bottom: 20px;
	border-right:1px solid #B8B8B8;
	border-left:1px solid #B8B8B8;
	border-bottom:1px solid #B8B8B8;
}

.newbox ul {
	background: url(../img/bg_dotbar02.gif) repeat-x left bottom;
	padding: 4px;
}

.newbox ul.nobg {
	background: none;
}

.newbox li{
	line-height:180%;
	padding-left:8px;
	padding-right:8px;
}

.newbox li.title{
	font-weight: bold;
}

.secom {
	text-align: center;
}

/* ----------------------------------------------
 9: footer
---------------------------------------------- */
div.footer {
	clear: both;
	width: 920px;
	height: 77px;
	margin: 10px auto 0 auto;
	padding-top: 15px;
  background:url(../img/bg_footer.gif) no-repeat;
}

.footernavi ul{
	text-align: center;
	line-height: 1.8em;
}
.footernavi li{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 6px;
	font-weight: bold;
	font-size: 1.2em; 
	border-left: 1px solid #B6C9D0;
}

.footernavi li.no-border{
	border: none;
}

.footernavi li a:link, .footernavi li a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.footernavi li a:hover, .footernavi li a:active{
	color:#FFFFFF;
	text-decoration:underline;
}

.copyright address {
	margin-top: 10px;
	color:#FFFFFF;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1.5px;
	text-align: center;
}
