@charset "Shift_JIS";

html,body,h1,h2,h3,h4,h5,h6,th,td,ul,li,ol,dl,dd,dt,form,p {
	margin: 0;
	padding: 0;
}

ul,li {
	list-style-type: none;
}

a,input {
	outline: none;
}

body{
	background: #FFF2DD url(/imgs/new/bg.gif);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #00804D !important;
	text-decoration: underline;
}

.mb0 { margin-bottom: 0 !important }
.pd0 { padding: 0 !important }
.pd20 { padding: 20px !important }
.pb5 { padding-bottom: 5px !important }
.pb10 { padding-bottom: 10px !important }
.pb15 { padding-bottom: 15px !important }
.pb20 { padding-bottom: 20px !important }
.pt5 { padding-top: 5px !important }
.pt15 { padding-top: 15px !important }
.pt40 { padding-top: 40px !important }
.text-center { text-align: center !important }

/* ------------------------------
 header
 ------------------------------ */
#header {
	margin: 0 auto;
	position: relative;
	width: 980px;
	height: 120px;
}

#header h1 {
	position: absolute;
	top: 30px;
	left: 10px;
}

#header_login {
	position: absolute;
	top: 35px;
	left: 715px;
}

#header_regist {
	position: absolute;
	top: 35px;
	left: 845px;
}

#header_pass {
	color: #00804D;
	font-size: 13px;
	position: absolute;
	top: 85px;
	left: 720px;
}

#header_search {
	font-size: 12px;
	padding-top: 33px;
	position: absolute;
	right: 281px;
	width: 114px;
}

#header_search p {
	color: #666;
	line-height: 24px;
	text-align: center;
}

#header_search div {
	background: #FFF;
	        border-radius: 12px;
	   -moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 0px -1px 1px #999;
	height: 24px;

	position: relative;
	behavior: url(/css/PIE.htc);
}

#header_search input.stxt {
	background: none;
	border: 0;
	position: absolute;
	top: 2px;
	left: 5px;
	width: 85px;
}

#header_search input.sbtn {
	position: absolute;
	top: 5px;
	right: 5px;
}

#header_logout {
	position: absolute;
	top: 35px;
	left: 715px;
}

#header_account {
	position: absolute;
	top: 35px;
	left: 825px;
}

#header_user {
	font-size: 12px;
	position: absolute;
	top: 20px;
	left: 720px;
}


/* ------------------------------
 navigation
 ------------------------------ */
#navigation {
	background: #FFF url(/imgs/new/navigation_bg.gif) repeat-x left top;
	height: 60px;
}

#navigation div {
	margin: 0 auto;
	width: 980px;
}

#navigation ul {
	padding-left: 10px;
}

#navigation li {
	background: url(/imgs/new/navigation_bg02.gif) no-repeat right center;
	float: left;
	text-align: center;
	width: 192px;
}

#navigation li.last {
	background: none;
}

#navigation li a {
	display: block;
	line-height: 20px;
	padding: 20px 0;
	text-align: center;
	width: 192px;
}

#navigation li.on a {
	color: #00804D;
	font-weight: bold;
}

/* ------------------------------
 mv
 ------------------------------ */
#mv {
	background: #004D33 url(/imgs/new/mv_bg.gif);
	height: 60px;
}

#mv div {
	margin: 0 auto;
	position: relative;
	width: 980px;
}

#mv div h2 {
	text-align: center;
	width: 980px;
}

#mv.mv_top {
	height: 360px;
}
#mv.mv_top_loggedin {
	height: 227px;
}

#mv.mv_top div h2,
#mv.mv_top_loggedin div h2 {
	position: absolute;
	top: 0px;
	left: 0px;
}

#mv.mv_top div a.btn {
	position: absolute;
	top: 225px;
	left: 133px;
}

/* ------------------------------
 main
 ------------------------------ */
#main_wrap {
	margin: 0 auto;
	width: 980px;
}

#main {
	padding: 0 10px;
}

#main:after { clear: both;content: ".";display: block;height: 0;visibility: hidden;}
#main { display: inline-block;}
/*\*/
* html #main { height: 1%;}
#main { display: block;}
/**/

/* ------------------------------
 main_l
 ------------------------------ */
#main_l {
	float: left;
	padding: 24px 0 20px; 
	width: 740px;
}

#main_l h3.text {
	background: url(/imgs/new/ttl_bg.png) no-repeat left top;
	font-size: 18px;
	margin-bottom: 5px;
	min-height: 32px;
	line-height: 1.5;
	overflow: hidden;
	padding-top: 6px;
	padding-left: 40px;
	color: #4f4d4b;
}

#main_l h3.text span {
	font-size: 12px;
	font-weight: normal;
}

/*box*/
#main div.box {
	background: rgb(255,255,255);
	-pie-background: rgba(255,255,255,0.8);
	background: rgba(255,255,255,0.8);
	        border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 20px;
	padding: 20px 20px 10px;

	position: relative;
	behavior: url(/css/PIE.htc);
}
#main div.box:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#main div.box_more {
	        border-radius: 4px 0 4px 4px;
	   -moz-border-radius: 4px 0 4px 4px;
	-webkit-border-radius: 4px 0 4px 4px;

	position: relative;
	behavior: url(/css/PIE.htc);
}

:root *> div.box_top {
	behavior: none;
}

:root *> div.box_top_more {
	behavior: none;
}

#main_l div.box_more a.box_more {
	position: absolute;
	top: -24px;
	left: 660px;
}

#main_l div.box_btn {
	padding: 15px;
	text-align: center;
}

#main_l table.box_in_table td {
	padding-bottom: 10px;
}

#main_l ul.box_in_list {
	margin-left: 20px;
}

#main_l ul.box_in_list li {
	list-style-type: disc;
	padding-bottom: 10px;
}

#main_l div.box span.new {
	color: #f0AA1A;
	font-size: 12px;
	font-weight: bold;
}


/* paging */
#main_l div.paging {
	font-size: 12px;
	height: 38px;
	position: relative;
}

#main_l div.paging p {
	line-height: 20px;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 2;
}

#main_l div.paging ul {
	position: absolute;
	top: 14px;
	right: 0px;
	z-index: 2;
}

#main_l div.paging ul li {
	float: left;
	padding-left: 4px;
}

#main_l div.paging ul li span b {
	background: #8FC063;
	        border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFF;
	display: inline-block;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	padding: 0 0.6em;
	*display: inline;
	*zoom: 1;

	position: relative;
	behavior: url(/css/PIE.htc);
}

#main_l div.paging ul li span a {
	background: #FFF;
	        border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #00804D;
	display: inline-block;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	padding: 0 0.6em;
	*display: inline;
	*zoom: 1;

	position: relative;
	behavior: url(/css/PIE.htc);
}

#main_l div.paging h3 {
	position: absolute;
	top: 0px;
	left: 0px;
}

#main_l div.paging_b {
	height: 24px;
	margin-bottom: 20px;
}

#main_l div.paging_b ul {
	top: 4px;
}


/*qa_table1*/
.qa_table1 {
	background-color: #fff;
	color: 	#666666;
	font-size: 13px;
	width: 740px;
}

.qa_table1 th {
	text-align: left;
}

.qa_table1 th p {
	line-height: 20px;
	padding: 20px 10px 10px;
}

.qa_table1 .odd td {
	background: #F3F8ED;
}

.qa_table1 td p {
	line-height: 18px;
	padding: 11px 10px;
}

.qa_table1 .first p {
	padding-left: 20px;
}

.qa_table1 td span {
	display: inline-block;
	padding: 7px 10px;
	*display: inline;
	*zoom: 1;
}

/*qa_table2*/
table.qa_table2 {
	width: 740px;
}

table.qa_table2 td {
	border-bottom: 1px solid #CCC;
	padding: 20px;
}

/* ------------------------------
 main_r
 ------------------------------ */
#main_r {
	float: right;
	padding: 62px 0 30px;
	width: 200px;
}

#main_r p.main_r_btn {
	padding-bottom: 10px;
}

/* ------------------------------
 footer
 ------------------------------ */
#footer {
	border-top: 1px solid #B3A699;
	color: #666;
	font-size: 12px;
	padding: 10px 0 40px;
}

#footer div {
	margin: 0 auto;
	width: 980px;
}

#footer p.menu {
	padding-left: 10px;
}

#footer p.link {
	float: right;
	padding-right: 10px;
}



/* ------------------------------
 agree
 ------------------------------ */
.agree_terms {
	padding: 10px;
	background: #FFF;
	border: 1px solid #CCC;
	width: 680px;
	height: 230px;
	font-size: 13px; 
	margin: 20px 0;
	overflow: auto;
}

.agree_terms div {
	padding: 20px;
}

div.reg_table1 {
	background: #FFF;
	border: 4px solid #00804D;
	font-size: 13px;
	padding: 30px 20px 25px;
}

table.reg_table1 {
	margin-bottom: 5px;
}

table.reg_table1 th {
	font-size: 13px;
	padding-bottom: 10px;
	text-align: right;
	vertical-align: top;
	width: 185px;
}

table.reg_table1 th p {
	padding-right: 10px;
}

table.reg_table1 td {
	font-size: 13px;
	padding-bottom: 10px;
}

.text input {
	height: 24px;
	padding: 2px;
	width: 276px;
}

.text select {
	height: 24px;
	padding: 2px;
}

/* ------------------------------
 bbsreslist
 ------------------------------ */
div.bbsreslist_form {
	/*background: #FFF;*/
	/*border: 4px solid #00804D;*/
	font-size: 13px;
	padding: 30px 20px 25px;
}

div.bbsreslist_form table {
	margin-top: 10px;
	margin-bottom: 5px;
}

div.bbsreslist_form th {
	font-size: 13px;
	padding-bottom: 10px;
	text-align: right;
	width: 210px;
}

div.bbsreslist_form th p {
	padding-right: 10px;
}

div.bbsreslist_form td {
	font-size: 13px;
	padding-bottom: 10px;
}

div.bbsreslist_form td textarea {
	width: 360px;
	height: 150px;
}

div.bbsreslist_form td input {
	width: 360px;
	height: 24px;
}

/* ------------------------------
 ankresult
 ------------------------------ */
.ank_ttl {
	padding: 10px 20px;
	border-top: 1px solid #b1d98f;
	background-color: #d8f0c4;
}

.ank_table1 {
	width: 100%;
	/*
	border: 0px solid #FFFFFF;
	border-collapse: collapse;
	color: 	#666666;
	font-size: 13px;
	table-layout:fixed;
	*/
}

.ank_table1 th {
	font-weight: normal;
	text-align: left;
	padding: 10px 0 10px 20px;
}

.ank_table1 td {
	padding: 10px 0;
	/*
	border: 1px solid #FFFFFF;
	padding: 5px 1px 5px 1px;
	*/
}

.ank_table1 .odd th,
.ank_table1 .odd td {
	background: #F3F8ED;
}

.ank_table1 td table {
	background: #80bb4d !important;
	margin-left: 5px;
}
.ank_table1 td table td {
	background: #80bb4d !important;
}

.ank_table1 td td {
	height: 10px;
	padding: 0;
	/*
	border: 1px solid #FFFFFF;
	padding: 5px 1px 5px 1px;
	*/
}

.ank_table2 {
	width: 100%;
}
.ank_table2 th p {
	border-top: 1px solid #b1d98f;
	padding: 10px 20px;
	text-align: left;
	background-color: #d8f0c4;
	font-weight: normal;
}
.ank_table2 td p {
	padding: 15px 20px 25px;
}
.ank_table2 td p input[type=text] {
	width: 450px;
}


/* ------------------------------
kiji detail
 ------------------------------ */
table.innerbox {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}
table.innerbox th,
table.innerbox td {
	padding: 10px 15px;
}
table.innerbox th {
	width: 120px;
	background-color: #d8f0c4;
	text-align: center;
}


/* ------------------------------
sub_contents
 ------------------------------ */
#sub_contents {
	margin-top: 20px;
}
#sub_contents ul.category li {
	margin: 0 0 8px;
	padding: 0 0 0 10px;
	border-left: 6px solid #80bb4d;
}
#sub_contents ul.subcategory li {
	margin: 0 0 5px 20px;
	padding: 0;
	border: 0;
	list-style: disc;
}


/**********  etc  **********/
.errfont,
div.err_msg {
	padding: 1em 0;
	text-align: center;
	color: #a00;
	font-size: 15px;
}

ul.disc {
	margin: 1em 2em;
}
ul.disc li {
	list-style-type: disc;
}

table.body_in_table tr td {
	min-width: 7em !important;
}

table th .require {
	color: #d22655;
}

table.detail_q {
	color: 	#666666;
	font-size: 13px;
	width: 740px;
	background-color: #fff;
}

table.detail_q tr th,
table.detail_q tr td {
	border-top: 1px solid #e5c99a;
}
table.detail_q tbody tr:first-child th,
table.detail_q tbody tr:first-child td {
	border-top: 0px;
}

table.detail_q th {
	text-align: left;
	vertical-align: top;
}
table.detail_q th p {
	line-height: 20px;
	padding: 15px 10px 10px;
}
table.detail_q td {
}
table.detail_q td p {
	line-height: 18px;
	padding: 15px 10px;
}

table.rc_count {
	margin: 1.5em 0 0.5em;
}
table.rc_count td {
}

.arrow_button {
	padding: 3px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
	background-color: transparent;
}
.arrow_button:hover {
	text-decoration: underline;
}
.arrow_button1 {
	padding: 3px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	background-color: #9ed975;
}

