/* ---------------------------------------- 
   第二階層
 ----------------------------------------- */
 
div#wrapper {
	background-image:url(../../img/template/bg_header.gif);
	background-repeat:repeat-x;
	padding-top: 5px;
	border-bottom: solid 2px #FD0035;
}
div#wrapper h1{	
	width: 437px;
	margin: 0;
	padding: 0;
	float:left;
}
div#wrapper h1 img{	
	margin-left: 51px;
	margin-bottom: 1px;
	padding: 0;
}
div#wrapper div#banner{	
	width: 437px;
	height: 90px;
	margin: 0;
	padding: 0;
	float:left;
}
#banner-header {
	z-index: 1;
}
#banner-header img {
	margin-left: 51px;
	margin-bottom:0;
	padding: 0;
	z-index: 1;
	position: absolute;
}
#banner-header h1 {
	z-index: -1;
	position: absolute;
}
div#container {
	width: 862px;
	background-image: url(../../img/template/bg_header_line.jpg);
	background-repeat: no-repeat;
	margin:0 auto;
}

/* ---------------------------------------- 
   ヘッダー　ナビ
 ----------------------------------------- */

div#header_navi {
	margin-left:550px;
	height: 34px;
}
div#header_navi ul#navi {
	list-style:none;
}
div#header_navi ul#navi li {
	width: 84px;
	float: left;
}
div#header_navi ul#navi li a {
	height: 38px;
	display: block;
	text-indent: -10000px;
	outline: none;
	overflow: hidden;
}
div#header_navi ul li#menu01 {
	background: url(../../img/template/bt_top.gif) no-repeat;
	background-position: bottom;
	margin-right: 13px;
}
div#header_navi ul li#menu01 a:hover {
	background: url(../../img/template/bt_top_o.gif) no-repeat;
	background-position: bottom;
}
div#header_navi ul li#menu02 {
	background: url(../../img/template/bt_sitemap.gif) no-repeat;
	background-position: bottom;
}
div#header_navi ul li#menu02 a:hover {
	background: url(../../img/template/bt_sitemap_o.gif) no-repeat;
	background-position: bottom;
}
div#header_navi ul li#menu03 {
	background: url(../../img/template/bt_english.gif) no-repeat;
	background-position: bottom;
}
div#header_navi ul li#menu03 a:hover {
	background: url(../../img/template/bt_english_o.gif) no-repeat;
	background-position: bottom;
}
div#search_form {
	margin-top:20px;
	margin-left:525px;
	height: 31px;
	font-size: 12px;
}
div#search_form ul {
	list-style:none;
}
div#search_form ul li#search_title {
	width: 85px;
	padding-top: 3px;
	list-style:none;
	float: left;
	text-align: left;
}
div#search_form ul li#form {
	width: 125px;
	padding-top: 2px;
	float: left;
	text-align: left;
}
div#search_form ul li#form input {
	width: 110px;
}
div#search_form ul li#bt {
	width: 70px;
	float: left;
	text-align: center;
}
div#search_form ul li input{
	margin-left:6px;
	background-color:#FFF;
}
div#search_form ul li input.bt{
	width: 70px;
	height: 21px;
	margin: 0;
	padding: 0;
	border: 1px solid #7F3106;
	background-color: #FFF8F0;
/*	background-image: url(../../img/top/bt_search.gif);*/
	color: #6C2B04;
}

/* ---------------------------------------- 
   パンくずナビ
 ----------------------------------------- */
 
div#pankuzu {
	margin: 0 41px;
	padding: 8px 0 0;
	background-color: #FFF;
	background-image:url(../../img/template/bg_header_gradation.gif);
	background-repeat:repeat-x;
}
html[xmlns] div#pankuzu {
	padding: 16px 0 0;
}
div#pankuzu ol {
	padding: 0 10px 11px;
	background-image: url(../../img/template/icn_pankuzu01.gif);
	background-repeat: no-repeat;
	background-position: 10px 1px;
	font-size: 14px;
}
div#pankuzu ol li {
	margin-top: 16px;
	display: inline;
}
div#pankuzu ol li#top {
	padding-left: 11px;
	position: relative;
}
div#pankuzu ol li a, 
div#pankuzu ol li a:link, 
div#pankuzu ol li a:visited {
	text-decoration: none;
}
div#pankuzu ol li a:hover {
	text-decoration: underline;
}
div#pankuzu ol li#lower {
	background-image: url(../../img/template/icn_pankuzu02.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	padding-left: 20px;
}
div#pankuzu ol li.lower {
	background-image: url(../../img/template/icn_pankuzu02.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	padding-left: 20px;
}

/* ---------------------------------------- 
   コンテンツ
 ----------------------------------------- */
 
div#contents_wrapper {
	width: 780px;
	margin: 0 41px 0 41px;
	overflow: auto;
	background-color: #fff;	
}

div#contents {
	width: 592px;
	float:left;
}

div#contents h2 {
	margin: 0 0 0 10px;
}

div#wrapper2 {
	width: 503px;
	margin: 23px auto 0;
	/*overflow: hidden;*/
	background-color: #fff;	
	font-size: 14px;
	line-height: 1.7;
}
div#wrapper2 h3 {
	width: 498px;
	margin: 0 auto 28px;
	font-size: 14px;
	color: #630;
	text-align:left;
	border: solid 1px #FF9900;
	border-top: none;
	border-right: none;
}
div#wrapper2 h3 strong{
	display: block;
	padding: 3px 3px 3px 6px;
}
div#paragraph {
	width: 482px;
	margin:0 auto;
	padding: 3px 3px 3px 6px;
}
div#paragraph {
	width: 482px;
	margin:0 auto;
	padding: 3px;
	border: dotted 3px #DCDCDC;
}
div#paragraph p{
	margin:0 auto;
	padding: 8px;
}
p#paragraph_title {
	font: 16px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #F60;
	text-align:center;
}

/* ---------------------------------------- 
   メニュー プレス部分
 ----------------------------------------- */
div#press {
	width: 178px;
	height: 120px;
	background: #fff url(../../img/template/menu01_press_top.gif) no-repeat left top;
	float: left;
}

div#press_frame {
	width: 178px;
	padding-bottom: 8px;
	background: url(../../img/template/menu01_press_bottom.gif) no-repeat left bottom;
}

div#press_frame ul {
	margin-top: 8px;
	height: 104px;
	list-style: none;
	background: url(../../img/template/menu01_press_bg.jpg) repeat-y left center;
	border: solid 1px #F60035;
	border-top: none;
	border-bottom: none;

}

div#press_frame ul li#tel {
	height: 32px;
}

div#press_frame ul li#tel a {
	height: 32px;
	background: url(../../img/template/menu01_press_tel.gif) no-repeat left center;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
}

div#press_frame ul li#mail a {
	height: 31px;
	background: url(../../img/template/menu01_press_mail.gif) no-repeat left center;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
}

/* ---------------------------------------- 
   メニュー
 ----------------------------------------- */


div#menu {
	width: 188px;
	margin-top: 6px;
	float: left;
}

div#menu ul {
	margin-right:10px;
	list-style: none;
}

div#menu ul li {
	margin-bottom: 6px;
}

div#menu ul li.menu02 a {
	height: 37px;
	background: url(../../img/template/menu02_beauty.gif) no-repeat left top;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
	outline: none;
}

div#menu ul li.menu03 a {
	height: 37px;
	background: url(../../img/template/menu03_health.gif) no-repeat left top;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
	outline: none;
}

div#menu ul li.menu04 a {
	height: 37px;
	background: url(../../img/template/menu04_quiz.gif) no-repeat left top;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
	outline: none;
}

div#menu ul li.menu05 a {
	height: 37px;
	background: url(../../img/template/menu05_tabeawase.gif) no-repeat left top;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
	outline: none;
}

div#menu ul li.menu06 a {
	height: 37px;
	background: url(../../img/template/menu06_polyamine.gif) no-repeat left top;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
}

div#menu ul li.menu08 a {
	height: 37px;
	background: url(../../img/template/menu08_cafuringa.gif) no-repeat left top;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
}

div#menu ul li.menu09 a {
	height: 37px;
	background: url(../../img/template/menu09_bungakushi.gif) no-repeat left top;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
}
div#menu ul li.menu10 a {
	height: 37px;
	background: url(../../img/template/menu10_angel.gif) no-repeat left top;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
}
div#menu ul li.menu11 a {
	height: 37px;
	background: url(../../img/template/menu11_senryu.gif) no-repeat left top;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
}

div#menu ul li.menu07 a,
div#menu ul li.menu07 a:link,
div#menu ul li.menu07 a:visited  {
	height: 24px;
	padding: 13px 0 0 10px;;
	background: url(../../img/template/menu07_def.gif) no-repeat left top;
	font: bold 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	color: #630;
	text-decoration: none;
	display: block;
}

div#menu ul li.menu07 a:hover {
	color: #630;
}

/* ---------------------------------------- 
   フッター
 ----------------------------------------- */
 
div#footer {
	width: 780px;
	margin: 0 auto;
	padding-top: 52px;
	background-color: #FFF;
	background-image: url(../../img/template/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}

div#footer ul {
	padding: 0 8px 0;
	font-size: 12px;
	line-height: 1.4;
}

div#footer ul li {
	display: inline;
	padding: 0 6px 0;
	border-right: solid 1px #999;
}

div#footer ul li.last {
	border-right: none;
}

div#footer ul li a, 
div#footer ul li a:link, 
div#footer ul li a:visited {
	text-decoration: none;
}

div#footer ul li a:hover {
	text-decoration: underline;
}


div#footer p img {
	width: 430px;
	margin: 18px auto 40px;
}

/* ---------------------------------------- 
   その他
 ----------------------------------------- */
 
#wrapper2 .bottomSpace01{
	padding-bottom:50px;	
}

p#underconstraction {
	margin: 42px auto 0;
	width: 427px;
}

div#wrapper2 div.bt_pagetop {
	margin: 0;
	padding: 23px 0 0;
	text-align: right;
	overflow: hidden;
}
div.bt_pagetop img {
	border: none;
}

p.center {
	text-align: center;
}

/* ---------------------------------------- 
   フォーム
 ----------------------------------------- */

/* privacy */
#privacy{
	width:503px;
	height:368px;
	padding:0 0 15px;
	overflow: auto;
	background-color:#f7f5f2;
}
#privacy h4{
	margin:0;
	padding:15px 0 0 15px;
	font-size:14px;
	font-weight: bold;
	color:#630;
}
#privacy h5{
	margin:0;
	padding:25px 0 0 15px;
	font-size:12px;
	font-weight: bold;
	color: #630;
}
#privacy h5.top{
	padding-top:15px;
}
#privacy h6{
	margin:0;
	padding:10px 0 3px 15px;
	font-size:12px;
	color: #666;
}
#privacy p{
	margin:0;
	padding:0 15px 3px 15px;
	font-size:12px;
	color: #666;
}
#privacy .top0{
	padding-top:0;
}
#privacy-text{
	width:417px;
	margin:18px auto 30px;
	font-size: 93%;
}
#contact-btn{
	width:324px;
	margin:0 auto;
	list-style: none;
}
#contact-btn li{
	width:152px;
	height:28px;
	margin:11px 5px;
	overflow: hidden;
	float: left
}

/* form */
em.red{
	color:#f94015;
	font-style: normal;
}
#contact-form{
	width:503px;
	margin:20px auto;
	padding:0 0 1px;
	border-collapse: separate;
	background: url(../../img/line_dot.gif) no-repeat left bottom;
}
#contact-form th{
	padding:10px 4px;
	background:#f7f5f2 url(../../img/line_dot.gif) no-repeat left top;
	font-weight: normal;
	font-size: 93%;
	text-align: left;
	vertical-align: top;
}
#contact-form td{
	padding:10px 4px;
	background: url(../../img/line_dot.gif) no-repeat left top;
	font-size: 93%;
	text-align: left;
	vertical-align: top;
	border-left: solid 1px #e1d4c6;
}
#contact-form td input,
#contact-form td textarea{
	padding:2px;
	border: solid 1px #a5acb2;
}
#contact-form td.mail input{
	width:162px;
}
#contact-form td.tel span{
	padding:0 4px;
}
#contact-form td textarea{
	width:330px;
	height:150px;
}
#form-btn{
	margin:0;
	height:40px;
	text-align: center;
}
#error{
	margin: 10px 0 0;
	padding:8px;
	border: solid 2px #c00;
	color:#c00;
	font-size: 93%;
}

/* thanks */
.link{
	margin-top:20px;
	padding: 0 0 0 20px;
	background: url(../../img/template/icn_ichiran.gif) no-repeat 0 7px;
}
.link a:link,
.link a:visited{
	text-decoration: underline;
}
.link a:hover,
.link a:active{
	text-decoration: none;
}

#event_title{
	width:503px;
	margin:23px auto 0;
	border:1px solid #ffd4b1;
	background-color:#fff0e3;
	color:#630;
	font-weight:bold;
	padding: 4px 12px;
	
}

#examno_info{
	width:80%;
	margin:15px auto;
	border:1px solid #630;
	color:#630;
	font-weight:bold;
	text-align:center;
}

.error{
	color:#f00;
}
