@charset "utf-8";
#header_nml {
	background-image: url(../img/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
}

/*　右サイドの設定　*/
#rightside h3 {
	margin-bottom: 20px;
}

#rightside h4 {
	padding-left: 10px;
	margin-bottom: 15px;
}

/*　テキストボックス　*/
.txtbox01 {
	width: 630px;
	margin-bottom: 40px;
	padding:0px 15px;
	font-size: 12px;
}
.txtbox01 img.pht_right {
	float:right;
	padding-left: 5px;
}
.txtbox01 h5 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.txtbox01 p {
	font-size: 12px;
	line-height: 180%;
	color: #000;
}
.txtbox01 ul,.txtbox01 ol {
	font-size: 12px;
	padding-left: 20px;
	line-height: 130%;
}
.txtbox01 li {
	margin-bottom: 1em;
}

.txt_bold2 {
	font-weight: bold;
	color: #CC6666;
}


/*　テキストリンク・ボックスの設定　*/
.textlink {
	font-size:12px;
	margin-bottom: 40px;
}
.textlink p {
	font-size: 12px;
	line-height: 150%;
	padding-left: 20px;
}
.textlink a:link {
	color: #CC6666;
	text-decoration: underline;
}
.textlink a:visited {
	color: #CC9999;
	text-decoration: underline;
}
.textlink a:hover {
	color: #CC3333;
	text-decoration: underline;
}
#header_prf {
	background-image: url(../profile/img/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
}


/*　プロフィールページの設定　*/
#prf_katsudonaiyo {
	width: 650px;
	background: url(../profile/img/prf_pht_01.jpg) no-repeat right top;
}
ul#profile_list {
	width: 420px;
	padding:0px 15px;
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 20px;
}
ul#profile_list li {
	list-style-type: none;
	margin-bottom: 1em;
	background: url(../profile/img/prf_arr_01.gif) no-repeat #FFFFFF 7px 10px;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #EDEDDC;
}
ul#profile_list a:link {
	color: #CC6666;
	text-decoration: underline;
}
ul#profile_list a:visited {
	color: #CC6666;
	text-decoration: underline;
}
ul#profile_list a:hover {
	color: #CC3333;
	text-decoration: underline;
}
#header_lsn {
	background-image: url(../lesson/img/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
}
#lsn_iframe {
	width: 650px;
	padding-left: 10px;
	padding-bottom: 30px;
	height: 175px;
}
#lsn_iframe01 {
	float: left;
	width: 300px;
	padding-left: 10px;
}
#lsn_iframe02 {
	float: left;
	width: 300px;
	padding-left: 20px;
}
h4.h4_txt {
	height: 28px;
	width: 660px;
	background-image: url(../lesson/img/rpt_dot_01.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 28px;
	font-weight: bold;
	color: #CC6666;
	font-size: 16px;
}

table#lsn_gaiyo {
	width: 500px;
	font-size: 12px;
}
table#lsn_gaiyo th {
	font-weight: normal;
	padding: 5px;
	width: 70px;
	background-color: #EAEEE8;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: ##E8E8E8;
	border-left-color: ##E8E8E8;
}
table#lsn_gaiyo td {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
}

#header_atv {
	background-image: url(../activity/img/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
}

.txt_bold {
	font-size: 12px;
	font-weight: bold;
	color: #669900;
}
table#inquiry {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-bottom: 30px;
	color: #333333;
}
table#inquiry th {
	padding: 5px;
	text-align: left;
	font-weight: normal;
	width: 12em;
	background-color: #EAEEE8;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
table#inquiry td {
	background-color: #F7F7F7;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#atv_box {
	width: 660px;
	margin-bottom: 40px;
}
#atv_box h4 {
	margin-bottom: 15px;
	padding: 0px;
}
#atv_box p {
	font-size: 12px;
	line-height: 150%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#atv_box img.atv_pht {
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}


.atv_Lbox {
	float: left;
	width: 320px;
	margin-bottom: 20px;
}
.atv_Rbox {
	float: right;
	width: 320px;
	margin-bottom: 20px;
}
.atv_link {
	width: 310px;
	text-align: right;
	padding: 10px;
	margin-top: 20px;
}
.atv_link a:link {
	color: #CC6666;
	text-decoration: underline;
}
.atv_link a:visited {
	color: #666666;
	text-decoration: underline;
}
.atv_link a:hover {
	color: #CC3333;
	text-decoration: underline;
}
#topics {
	width: 650px;
	margin-left: auto;
	margin-bottom: 30px;
	margin-right: 10px;
	font-size: 12px;
}
#topics dl {
	font-size: 12px;
}
#topics dt {
	background-color: #F5F5F1;
	line-height: 33px;
	height: 33px;
	padding-left: 10px;
	width: 6em;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#topics dd {
	background-color: #F5F5F1;
	line-height: 33px;
	height: 33px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#form_button {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	text-align: center;
}
#various {
	background-color: #F5F3E9;
	width: 650px;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#various a:link {
	color: #CC6666;
	text-decoration: underline;
}
#various a:visited {
	color: #666666;
	text-decoration: underline;
}
#various a:hover {
	color: #CC3333;
	text-decoration: underline;
}
#various h4 {
	padding: 0px;
}
#various p {
	font-size: 10px;
	line-height: 130%;
	padding-right: 10px;
}

.var_Lbox {
	background-color: #FFFFFF;
	width: 315px;
	float:left;
	margin-bottom: 20px;
}
.var_Rbox {
	background-color: #FFFFFF;
	width: 315px;
	float:right;
	margin-bottom: 20px;
}

img.var_img {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.var_link {
	width: 95%;
	text-align: right;
	font-size: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#privacy {
	width: 600px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#privacy h4 {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
}
#privacy p {
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 15px;
}
#privacy ul {
	font-size: 12px;
	padding-left: 15px;
	margin-bottom: 20px;
}
#privacy li {
	margin-bottom: 1em;
}
#header_var {
	background-image: url(../various/img/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
}
#header_var01 {
	background-image: url(../various/img/01/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
}
#header_var02 {
	background-image: url(../various/img/02/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
}
#header_var03 {
	background-image: url(../various/img/03/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
}
#header_var04 {
	background-image: url(../various/img/04/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
}
#header_var05 {
	background-image: url(../various/img/05/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
}
#header_var06 {
	background-image: url(../various/img/06/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
}

#header_var07 {
	background-image: url(../various/img/07/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
}
#header_var08 {
	background-image: url(../various/img/08/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
}
#header_var09 {
	background-image: url(../various/img/09/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
}
#header_var10 {
	background-image: url(../various/img/10/bg_header_sub.jpg);
	height: 55px;
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
}



#var_navi {
	width: 620px;
	padding-top: 15px;
	line-height: 150%;
}
#var_navi li {
	line-height: 150%;
	display: inline;
	list-style-type: none;
	padding-right: 1.5em;
	color: #CC6666;
}
#var_navi a:link {
	color: #666666;
	text-decoration: underline;
}
#var_navi a:visited {
	color: #999999;
	text-decoration: underline;
}
#var_navi a:hover {
	color: #CC3333;
	text-decoration: underline;
}
table#var_seihou {
	width: 660px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 130%;
}
table#var_seihou th {
	padding-bottom: 15px;
}
table#var_seihou td {
	padding: 3px;
	vertical-align: top;
}
table#var_seihou td.jiki {
	background-image: url(../various/img/03/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	color: #CC6666;
	vertical-align: top;
}
table#var_seihou td.ill01 {
	background-image: url(../various/img/03/ill_01.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 80px;
}
table#var_seihou td.ill02 {
	background-image: url(../various/img/03/ill_02.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 80px;
}
table#var_seihou td.ill03 {
	background-image: url(../various/img/03/ill_03.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 80px;
}
table#var_seihou td.ill04 {
	background-image: url(../various/img/03/ill_04.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 80px;
}
table#var_seihou td.ill05 {
	background-image: url(../various/img/03/ill_05.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 80px;
}
table#var_seihou td.ill06 {
	background-image: url(../various/img/03/ill_06.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 80px;
}
table#var_kato {
	width: 300px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 12px;
}
table#var_kato caption {
	text-align: right;
	padding-bottom: 3px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table#var_kato th {
	font-weight: normal;
	text-align: left;
	padding: 3px;
	background-color: #F7EFEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table#var_kato td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* ブドウと造り手・ページのテーブル　*/
table#var_04table01 {
	width: 500px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 130%;
	color: #666666;
	border-collapse:collapse;
	margin-left: 20px;
}
#var_04table01 th {
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-weight: normal;
	text-align: left;
	width: 160px;
	background-color: #EFEFE0;
	color: #333333;
}
#var_04table01 td {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
table#var_04table02 {
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 130%;
	border-collapse:collapse;
	color: #666666;
}
#var_04table02 th {
	font-weight: bold;
	color: #CC6666;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFE0;
	text-align: left;
}
#var_04table02 td {
	vertical-align: top;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 250px;
}



.yogojiten {
	width: 630px;
	margin-bottom: 10px;
	padding:0px 15px;
}
.yogojiten h5 {
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 20px;
}
.yogojiten p {
	line-height: 130%;
	margin-bottom: 2em;
	font-size: 12px;
	margin-left: 30px;
}
.pagetop {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: right;
	margin-bottom: 30px;
}
.pagetop a:link {
	color: #CC6666;
	text-decoration: none;
}
.pagetop a:visited {
	color: #CC6666;
	text-decoration: none;
}
.pagetop a:hover {
	color: #CC3333;
	text-decoration: underline;
}
table.hatake {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	border-collapse:collapse;
	margin-bottom: 10px;
}
table.hatake th {
	font-weight: bold;
	color: #CC6666;
	padding: 2px;
	text-align: left;
}
table.hatake td {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
table.hatake td.hakake_numeric {
	text-align: right;
}

table.hatake td.hatake_index {
	background-color: #F4EAEA;
}
table.hatake td.hatake_index2 {
	background-color: #EAD7D7;
	text-align: center;
}
table.hatake td.hatake_index3 {
	background-color: #F7F7F7;
	text-align: center;
}
.hakage_caption {
	width: 630px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 12px;
	color: #666666;
	text-align: right;
}
/*　シャンパーニュ図書館　*/
table.var_library01 {
	width: 650px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 150%;
	border-collapse:collapse;
}
table.var_library01 td {
	padding: 3px;
	background-color: #EFEFE0;
	border: 1px solid #CCCCCC;
}
.var_library01 td.lib_td00 {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.var_library01 td.lib_td01 {
	background-color: #FFFFFF;
}

table.var_library02 {
	width: 650px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 150%;
	border-collapse:collapse;
}
table.var_library02 td {
	padding: 3px;
	background-color: #EFEFE0;
	border: 1px solid #CCCCCC;
}
.var_library02 td.lib_td00 {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.var_library02 td.lib_td01 {
	background-color: #FFFFFF;
}

table.var_library03 {
	width: 650px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	border-bottom: medium solid #008000;
}
table.var_library03 td {
	padding: 3px;
	background-color: #EFEFE0;
	border: 1px solid #CCCCCC;
}
.var_library03 td.lib_td00 {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.var_library03 td.lib_td01 {
	background-color: #FFFFFF;
}


.var_library03 td.lib_td02 {
	width: 55px;
	padding: 3px;
	background-color: #EFEFE0;
	border: 1px solid #CCCCCC;
}
.var_library03 td.lib_td03 {
	width: 65px;
	padding: 3px;
	background-color: #EFEFE0;
	border: 1px solid #CCCCCC;
}
.var_library03 td.lib_td04 {
	width: 140px;
	padding: 3px;
	background-color: #EFEFE0;
	border: 1px solid #CCCCCC;
}
.var_library03 td.lib_td05 {
	width: 180px;
	padding: 3px;
	background-color: #EFEFE0;
	border: 1px solid #CCCCCC;
}
