﻿/* ------------------------------------------- CSS Information
 File Name:      top.css
 Style Info:     TOPページのスタイル設定

----------------------------------------------------------- */

/* left-menu  */
div#left-menu { float: left; width: 200px; margin-right: 15px; overflow: hidden;}
div#left-menu a { display: block; margin: auto; text-indent: -9999px;}

div#left-menu .left_check,
div#left-menu .left_bnr,
div#right-menu .left_blog
{
	width: 200px;
	margin-bottom: 15px;
}
h4
{
    background-color: #f7fde3;
    border-left: solid 6px #5dae2e;
    padding: 5px 0 5px 10px;
    font-size: 20px;
	width: 670px;
	clear: both;
	overflow: hidden;
}
.h4date
{
	width: 100%;
	text-align: right;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

div#left-menu .left_check
{
	margin-bottom: 15px;
}

div#left-menu .left_check a
{
	background-image: url(../images/top_check_bnr.jpg);
	background-repeat: no-repeat;
	height: 142px;
}

div#left-menu .left_check a:hover
{
	background-image: url(../images/top_check_bnr_on.jpg);
	background-repeat: no-repeat;
}

div#left-menu .left_which
{
	width: 200px;
	margin-bottom: 30px;
}

div#left-menu .left_which h3
{
}


div#left-menu .left_which h3
{
	background-image: url(../images/which_title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 4px;
}

div#left-menu .left_which div 
{
	background-image: url(../images/top_which_bnr.jpg);
	background-repeat: no-repeat;
	padding-bottom: 3px;

}

div#left-menu .left_which .vote_btn
{
	padding-top: 136px;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	width: 190px;
	background-color: #fff6d0;
	clear: both;
	overflow: hidden;
}

/*firefox用CSS*/
html>/**/body div#left-menu .left_which .vote_btn { padding-left: 15px; background-color: #fff6d0;} 
/**/

div#left-menu .left_which .vote_btn ul
{
	width: 190px;
}

div#left-menu .left_which .vote_btn li
{
	display: inline;
}

div#left-menu .left_which .vote_btn .btn_a,
div#left-menu .left_which .vote_btn .btn_b,
div#left-menu .left_which .vote_btn .btn_c,
div#left-menu .left_which .vote_btn .btn_d
{
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left center;
	margin-right: 6px;
}

div#left-menu .left_which .vote_btn .btn_d
{
	margin-right: 3px;
}


div#left-menu .left_which .vote_btn .btn_a{ background-image: url(../images/btn_a.jpg);}
div#left-menu .left_which .vote_btn .btn_b{ background-image: url(../images/btn_b.jpg);}
div#left-menu .left_which .vote_btn .btn_c{ background-image: url(../images/btn_c.jpg);}
div#left-menu .left_which .vote_btn .btn_d{ background-image: url(../images/btn_d.jpg);}


div#left-menu .left_bnr
{
	background-color: #fff7df;
	padding: 5px 5px 5px 5px;
	width: 190px;
}

div#left-menu .left_bnr #bnr-word,
div#left-menu .left_bnr #bnr-info,
div#left-menu .left_bnr #bnr-product
{
	margin-bottom: 5px;
}

div#left-menu .left_bnr #bnr-word,
div#left-menu .left_bnr #bnr-info,
div#left-menu .left_bnr #bnr-product,
div#left-menu .left_bnr #bnr-link
{
	background-repeat: no-repeat;
	height: 75px;
	widows: 180px;
}

div#left-menu .left_bnr #bnr-word {background-image: url(../images/bnr_01.jpg);}
div#left-menu .left_bnr #bnr-info {background-image: url(../images/bnr02.jpg);}
div#left-menu .left_bnr #bnr-product {background-image: url(../images/bnr03.jpg);}
div#left-menu .left_bnr #bnr-link {background-image: url(../images/bnr04.jpg);}

div#left-menu .left_bnr #bnr-word:hover {background-image: url(../images/bnr_01_on.jpg);}
div#left-menu .left_bnr #bnr-info:hover {background-image: url(../images/bnr02_on.jpg);}
div#left-menu .left_bnr #bnr-product:hover{background-image: url(../images/bnr03_on.jpg);}
div#left-menu .left_bnr #bnr-link:hover {background-image: url(../images/bnr04_on.jpg);}

div#right-menu .left_blog
{
}

div#left-menu .left_blog a
{
	background-image: url(../images/link-blog.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 220px;
}

div#left-menu .left_blog a:hover
{
	background-position: -201px 0;
}



/* main */


div#main { float: left; width: 470px; margin-right: 10px; overflow: hidden;}
/*h2#main-image { width: 470px; height: 142px; background-image: url(../images/mainimage.jpg); background-repeat:no-repeat; text-indent: -9999px;}*/

h2#main-image { width: 470px; height: 142px; background-image: url(../enquete/images/banner_hh_main.gif); background-repeat:no-repeat; text-indent: -9999px;}


h2#main-image,
div#main .bbs,
div#main .colm,
div#main .info
{
	margin-bottom: 15px;
}

div#main h3
{
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}


/* 掲示板 */
div#main .bbs
{
	width: 470px;
}

div#main .bbs h3
{
	background-image: url(../images/teach_title.jpg);
	height: 21px;
}

div#main .bbs .bbs_box
{
	overflow: hidden;
}

div#main .bbs .bbs_box div
{
	background-color: #ffffff;
	padding: 8px 10px;
	overflow: hidden;
}

div#main .bbs .bbs_box dl
{
	overflow: hidden;
}

div#main .bbs .bbs_box .bbs_tl
{
	padding: 1px 0 1px 15px;
	width: 285px;
}

div#main .bbs .bbs_box .bbs_tl a
{
	font-size: 14px;
}

div#main .bbs .bbs_box .coment
{
	color: #0C3;
}

div#main .bbs .bbs_box dd
{
	float: left;
	margin-left: 10px;
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/* ひとつ上いく．．． */

div#main .colm
{
	overflow: hidden;
	width: 470px;
	clear: both;
}

div#main .colm h3
{
	background-image: url(../images/clm_title.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 319px;
	float: left;
	margin-bottom: 8px;
}

div#main .colm .ichiran
{
	float: right;
	color: #333;
	margin-top: 13px;
}
/*
div#main .colm div
{
	width: 470px;
	overflow: hidden;
}*/

div#main .colm .colm_box1
{
	margin-bottom: 10px;
}

div#main .colm .colm_box1,
div#main .colm .colm_box2
{
	width: 488px;
	overflow: hidden;
	clear: both;
}

div#main .colm .colm_box1 .left a,
div#main .colm .colm_box1 .right a,
div#main .colm .colm_box2 .left a,
div#main .colm .colm_box2 .right a
{
	background-image: url(../images/colm_mark.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	letter-spacing: normal;
	font-size: 10pt;
	padding-left: 20px;
	/*margin-left: 5px;*/
	text-decoration: none;
	width: 186px;
}

.left
{
	float: left;
	margin-right: 10px;
}

.right
{
	float: right;
}

div#main .colm .colm_box1 .left,
div#main .colm .colm_box1 .right,
div#main .colm .colm_box2 .left,
div#main .colm .colm_box2 .right
{
	width: 204px;
	height: 122px;
	background-color: #fff7d0;
	padding: 8px 12px 12px;
	margin-right: 14px;
	margin-bottom: 14px;
	overflow: hidden;

}

div#main .colm .colm_box1 dt,
div#main .colm .colm_box2 dt
{
	background-image: url(../images/clm_bar.jpg);
	background-repeat: no-repeat;
	background-position: left 40px;
	width: 206px;
	height: 36px;
	overflow: hidden;
	padding-bottom: 9px;
	font-size: 14px;
	margin-bottom: 12px;
}

div#main .colm .colm_box1 .photo,
div#main .colm .colm_box2 .photo
{
	width: 60px;
	background-color: #666;
	color: White;
	height: 60px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

div#main .colm .colm_box1 .desc,
div#main .colm .colm_box2 .desc
{
	width: 135px;
	height: 60px;
	overflow: hidden;
	float: right;
	line-height: 15px;
}




div#main .info h3
{
	background-image: url(../images/info_title.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 156px;
	float: left;

}

div#main .info .ichiran
{
	float: right;
	color: #333;

}

div#main .info div
{
	padding-top: 5px;
	overflow: hidden;
	clear: both;
}

div#main .info dl 
{
	clear: both;
	overflow: hidden;
	width: 470px;
}

div#main .info dt
{
	margin-right: 15px;
	margin-left: 5px;
	padding: 1px 0;
	float: left;
}

div#main .info dl dd
{
	width: 320px;
	font-size: 14px;
	float: left;
}

/* right menu style */
div#right-menu { float: right; width: 200px;}
div#right-menu a { display: block; margin: auto; text-indent: -9999px; background-repeat: no-repeat;}
/*div#right-menu a { color: #5b7801;}*/

/*  right-menu   right_gentei right_mail right_child right_diary*/

.right_consule,
.right_login,
.right_gentei
{
	margin-bottom: 15px;
}

.right_mail
{
	margin-bottom: 415px;
}

div#right-menu .right_consule a
{
	width: 200px;
	height: 142px;
	background-image: url(../images/teach_bnr.jpg);
}

div#right-menu .right_consule a:hover
{
	background-image: url(../images/teach_bnr_on.jpg);
}

div#right-menu .right_login h3
{
	background-image: url(../images/tourokou_title.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-bottom: 6px;
	height: 18px;
}

div#right-menu .right_login div
{
	width: 174px;
	border: 4px solid #fff1cc;
	padding: 14px 9px 8px 9px;
}

div#right-menu .right_login .course,
div#right-menu .right_login .buy
{
	text-indent: 0;
	text-decoration: underline;
	font-size: 13px;
	letter-spacing: 1px;
}

div#right-menu .right_login .buy
{
	margin-bottom: 15px;
}

div#right-menu .right_login .course
{
	border-top: 1px dotted #999;
	padding-top: 8px;
}

div#right-menu .right_login div .book_member
{
	background-image: url(../images/touroku_icon.jpg);
	height: 26px;
	margin-bottom: 15px;
	text-indent: -9999px;
}


div#right-menu .right_gentei h3
{
	background-image: url(../images/gentei_title.jpg);
	margin-left: 5px;
	background-repeat: no-repeat;
	margin-bottom: 6px;
	height: 18px;
}

div#right-menu .right_gentei .box
{
	background-image: url(../images/gentei_back.jpg);
	background-repeat: repeat;
	padding: 4px;
}

div#right-menu .right_gentei .box div 
{
	width: 168px;
	background-color: #FFF;
	padding: 6px 12px 12px 12px;
}

div#right-menu .right_gentei .box1
{
	background-image: url(../images/login_bnr.jpg);
	background-repeat: no-repeat;
  background-position: 0 0;

	height: 33px;
	margin-bottom: 6px;
}

div#right-menu .right_gentei .box2,
div#right-menu .right_gentei .box3
{
	text-indent: 0;
	text-decoration: underline;
	font-size: 13px;
}

div#right-menu .right_gentei .box2
{
	border-top: 1px dotted #999;
	padding-top: 10px;
	margin-bottom: 2px;
}

div#right-menu .right_mail0221 a
{

        background-image: url(../images/bnr05.jpg);
        background-repeat: no-repeat;
	height: 78px;
        margin-bottom:8px;

}



div#right-menu .right_diary a
{
	background-image: url(../diary/images/banner_hh_side.jpg);
        background-repeat: no-repeat;
	height: 78px;
        margin-bottom:330px;
}














.right_child
{
	margin: 0 0 0 0;
        
}

.right_child a
{
	background-image: url(../images/bnr06.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 200px;
	display: block; 
	text-indent: -9999px;
	/*position: absolute;
	top: -163px;
	right: 11px;*/
}

.right_child a:hover
{
	background-image: url(../images/bnr06_on.jpg);
}

div#left-menu .Toresult
{
	text-indent: 0;
	color: #333;
	text-decoration: underline;
	text-align: right;
	padding-top: 3px;
}


/* あなたはどれ？ */

iframe
{
	width: 190px;
    height: 140px;
    background-color: #fff7d0;
}

#res01,#res02,#res03,#res04,#res04_loader
{
    display: none;

}




.check .maincontent #res01 div,
.check .maincontent #res02 div,
.check .maincontent #res03 div,
.check .maincontent #res04 div,
.check .maincontent #res04_loader div
{
	padding: 15px 0 0 0;
	background-color: #fff7d0;
	border: 3px solid #f7d910;
	margin: 0 0 15px 0;
	width: 670px;
}

.check .maincontent h2
{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 40px;
	width: 670px;
}

.check .maincontent h3
{
	font-size: 22px;
	color: #81c700;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	width: 670px;
}

.check .maincontent #res01 p,
.check .maincontent #res02 p,
.check .maincontent #res03 p,
.check .maincontent #res04 p,
.check .maincontent #res04_loader p
{
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 24px;
	text-align: center;
	width: 670px;
}


.check .maincontent .dld
{
	text-align: center;
	width: 670px;
}