@import url(defaultreset.css);

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat-x;
	font-size: 85%;
	background-color: #fffbed;
}
a {
	color: #987200;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
strong {
	font-weight: bold;
}
.clearfix:after { 
	content: url(../images/common/pixel.gif); 
	display: block; 
	clear: both; 
	height: 0;
}
.clearfix {
	 zoom: 1;/*for IE 5.5-7*/
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.bold {
	font-weight: bold;
}
.indent {
	padding-left: 2.0em;
}
.red {
	color: #F91F00;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
.m-t_0 {
	margin-top: 0px !important;
}
.m-t_5 {
	margin-top: 5px !important;
}
.m-t_10 {
	margin-top: 10px !important;
}
.m-t_15 {
	margin-top: 15px !important;
}
.m-t_20 {
	margin-top: 20px !important;
}
.m-t_30 {
	margin-top: 30px !important;
}

.p-t_0 {
	padding-top: 0px !important;
}
.p-t_5 {
	padding-top: 5px !important;
}
.p-t_10 {
	padding-top: 10px !important;
}
.p-t_15 {
	padding-top: 15px !important;
}
.p-t_20 {
	padding-top: 20px !important;
}

.m-l_0 {
	margin-left: 0px !important;
}
.m-l_5 {
	margin-left: 5px !important;
}
.m-l_10 {
	margin-left: 10px !important;
}
.m-l_15 {
	margin-left: 15px !important;
}

.p-l_0 {
	padding-left: 0px !important;
}
.p-l_5 {
	padding-left: 5px !important;
}
.p-l_10 {
	padding-left: 10px !important;
}
.p-l_15 {
	padding-left: 15px !important;
}

.m-b_0 {
	margin-bottom: 0px !important;
}
.m-b_5 {
	margin-bottom: 5px !important;
}
.m-b_10 {
	margin-bottom: 10px !important;
}
.m-b_15 {
	margin-bottom: 15px !important;
}

.p-b_0 {
	padding-bottom: 0px !important;
}
.p-b_5 {
	padding-bottom: 5px !important;
}
.p-b_10 {
	padding-bottom: 10px !important;
}
.p-b_15 {
	padding-bottom: 15px !important;
}

.img-r {
	float: right;
	margin: 0px 0px 15px 15px;
}
.img-l {
	float: left;
	margin: 0px 15px 15px 0px;
}

.head_office {
	font-size:120% !important;
	font-weight: bold;
	text-align:center;
	line-height:20px !important;
}

.head_office_eng {
	font-size:100% !important;
	font-weight: bold;
	text-align:left;
	line-height:20px !important;
}

div#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/main_bg_top.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
div#header {
	background-image: url(../images/common/hd-bg.png);
	background-repeat: no-repeat;
	height: 95px;
	position: relative;
}
div#main {
	padding-right: 35px;
	padding-left: 35px;
	margin-top: 40px;
	background-image: url(../images/common/main_bg.png);
	background-repeat: repeat-y;
}
div#menuarea {
	width: 210px;
	float:left;
}

div#contents {
	float: right;
	width: 660px;
	line-height: 1.6;
}
div#footer {
	height: 26px;
	background-image: url(../images/common/ft-bg.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
	text-align: center;
	font-size:85%;
	line-height: 1.2;
	padding-top: 8px;
}

div#menuarea ul#menu > li {
	background-image: url(../images/common/menu_bg_on.png);
	background-repeat: no-repeat;
	height: 49px;
	font-size: 110%
}

div#menuarea ul#menu > li a {
	background-image: url(../images/common/menu_bg.png);
	background-repeat: no-repeat;
	height: 32px;
	display: block;
	padding: 17px 5px 0px 15px;
	text-decoration: none;
	color: #333333;
}

div#menuarea ul#menu > li a:hover {
	background-image: none;
}

div#menuarea ul#menu > li a.double_para {
	height: 36px;
	padding: 12px 5px 0px 15px;
}

div#menuarea ul#menu2 > li {
	background-image: url(../images/common/sub_menu_bg_cur.png);
	background-repeat: no-repeat;
}

div#menuarea ul#menu2 > li.current {
	background-image: url(../images/common/sub_menu_bg_cur.png);
	background-repeat: no-repeat;
	color: #333333;
	height: 23px;
	font-size: 100%;
	padding: 12px 0px 0px 30px;
	display: block;
}

div#menuarea ul#menu2 > li a {
	background-image: url(../images/common/sub_menu_bg_off.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333333;
	height: 23px;
	font-size: 100%;
	padding: 12px 0px 0px 30px;
	display: block;
/*	
	height: 29px;
	padding: 6px 0px 0px 15px;
 */
}

div#menuarea ul#menu2 > li a:hover {
	background-image: url(../images/common/sub_menu_bg_celect.png);
	background-repeat: no-repeat;
}


div#menuarea div#contact {
	margin-top: 15px;
	border: solid 1px #b3b3b3;
	background-color: #f2f2f2;
}

div#menuarea div#contact p,
div#menuarea div#contact address {
	padding: 7px;
	font-size: 90%;
	line-height: 1.5;
}

div#menuarea div#privacy {
	margin: 20px 0px 0px;
	height: 25px;
	background-image: url(../images/common/btn_prvcy_bg_on.gif);
	background-repeat: no-repeat;
}

div#menuarea div#privacy a {
	height: 17px;
	background-image: url(../images/common/btn_prvcy_bg.gif);
	background-repeat: no-repeat;
	padding: 7px 0px 0px 43px;
	display: block;
	font-size: 90%;
	line-height:1;
	text-decoration: none;
}

div#menuarea div#privacy a:hover {
	background-image: none;
}

div#header h1 {
	position: absolute;
	left: 35px;
	top: 15px;
}

div#main div#pagetop {
	text-align: right;
	clear: both;
	padding: 30px 0px 0px;
}

div#contents div#update {
	padding-top: 30px;
}

div#contents div#update dl {
	margin-top: 5px;
	height: 280px;
	overflow-y: scroll;
	padding-right: 10px;
}

div#contents div#update dl dt {
	clear: left;
	float: left;
	width: 9em;
	background-image: url(../images/common/blt.gif);
	background-repeat: no-repeat;
	background-position: 10px 1em;
	padding: 8px 0px 10px 1.7em;
}

div#contents div#update dl dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	padding: 8px 0px 10px 10.7em;
}

div#contents h2 {
	height: 28px;
	background-image: url(../images/common/hdln2-bg.gif);
	background-repeat: no-repeat;
	font-size:120%;
	line-height: 1;
	padding: 12px 0px 0px 20px;
	font-weight: bold;
}

div#contents h3 {
	background-image: url(../images/common/hdln3-bg.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 4px 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9c382;
	margin-top: 20px;
	line-height: 1.4;
	font-weight: bold;
}
div#contents h4 {
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	padding: 0px 0px 3px 15px;
	background-image: url(../images/common/blt_h4.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	border-bottom: 1px dotted #666;
}
div#contents p,
div#contents ul,
div#contents ol {
	margin: 10px 0px 0px 0px;
}

div#contents ul li {
	background-image: url(../images/common/blt_circle.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 15px;
}
div#contents ol li {
	list-style-type: decimal;
	margin: 0px 0px 0px 20px;
}
div#contents table.tbl-dsgn,
div#contents table.tbl-dsgn2 {
	margin: 10px 0px 0px 0px;
	border: 1px solid #999999;
}
div#contents table.tbl-dsgn th {
	background: #FFFBED;
}
div#contents table.tbl-dsgn2 th {
	background-color: #8E8E8E;
	color: #ffffff;
}
div#contents table.tbl-dsgn th, div#contents table.tbl-dsgn td,
div#contents table.tbl-dsgn2 th, div#contents table.tbl-dsgn2 td {
	border: 1px dotted #999999;
	padding: 5px 10px;
}

div#contents table.tbl-smpl {
	margin: 10px 0px 0px 0px;
}
div#contents table.tbl-smpl th, div#contents table.tbl-smpl td {
	padding: 3px 5px;
	vertical-align: top;
}
div#contents table p,
div#contents table ul,
div#contents table ol {
	margin: 5px 0px 0px 0px;
}
div#contents div.btn_registration {
	margin: 30px 0px 0px 0px;
	text-align: center;
}
div#lang_eng {
	margin-left: 822px;
	width: 70px;
	height: 23px;
}
div#lang_jpn {
	margin-left: 822px;
	width: 70px;
	height: 23px;
}
a.btn01 {
	color:#1e4d57;
	background: #fffdbf;
	border: 1px solid #c3be58;
	font-size: 95%;
	padding: 6px 25px;
	width: 12em;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFF;
	/* Firefox */
	background: -moz-linear-gradient(top center, #fffdbf 0%, #f7f494 100%);
	-moz-border-radius: 5px;
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#fffdbf), to(#f7f494));
	-webkit-border-radius: 5px;
	/* 共通 */
	background: linear-gradient(top center, #fffdbf 0%, #f7f494 100%);
	border-radius: 5px;

	/* IE 5.5-7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdbf', endColorstr='#f7f494', GradientType=0);
	/* IE 8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdbf', endColorstr='#f7f494', GradientType=0)";
	/* IE 10 */
	background: linear-gradient(to bottom, #fffdbf, #f7f494);
}

a.btn01:hover {
	filter: alpha( opacity=75 );        /* ie 6 7 */
	-ms-filter: "alpha( opacity=75 )";  /* ie 8 */
	opacity: 0.75;
	zoom:1;
}
p.btn02 {
	background: url(../images/common/blt02.gif) no-repeat left 0.4em;
	padding: 0px 0px 0px 10px;
}

#wrapper #main #contents .att {
	border: 2px solid #FF0000;
	padding: 15px;
	margin: 20px 0px 0px;
	text-align: center;
	font-weight: bold;
	background-color: #FBF7F9;
}
#wrapper #main #contents img.ico {
	vertical-align: middle;	
}
#wrapper #main #contents .btn_reh,
#wrapper #main #contents .btn_rt {
	margin: 20px 0px 0px;
}
#wrapper #main #contents .btn_reh a.btn01 {
	margin: 0px auto;
	width: 15em;
	padding: 10px 25px;
	font-size: 105%;
}
#wrapper #main #contents .btn_rt a.btn01 {
	margin: 0px auto;
	width: 12em;
	padding: 10px 25px;
	font-size: 105%;
}

div#menuarea div#bn_prgrm {
	margin-top: 15px;
}
div#menuarea div#bn_sympo {
	margin-top: 10px;
	margin-bottom: 20px;
}




div#menuarea div#contact .tel {
	border-left: 5px solid #853660;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	padding: 4px 4px 4px 6px;
	margin: 10px 10px 3px 10px;
	font-weight: bold;
	background-color: #FBF4F8;
}