@charset "UTF-8";
/* ===================================================================
CSS information
 style info : index
=================================================================== */



/* -----------------------------------------------------------
	#main_ban
----------------------------------------------------------- */

#main_ban {
	width: 980px;
	overflow: hidden;
}

#main_ban ul {
	width: 1000px;
}

#main_ban li {
	width: 480px;
	height: 130px;
	float: left;
	padding-right: 20px;
}


/* -----------------------------------------------------------
	#contact
----------------------------------------------------------- */

#contact {
	border: 1px solid #CCCCCC;
	width: 578px;
	height: 100%;
	margin-top: 20px;
	color: #EEEEEE;
	background-color: #FFFFFF;
	position: relative;
}

#contact h2 {
	width: 920px;
	height: 42px;
	padding: 40px 0 15px;
	margin: 0 auto;

}

.pages {
	padding: 15px 0 15px;
	width: 920px;
	height: 16px;
	margin: 0 auto;
	color: #CCCCCC;
	font-weight: bold
}

.pages ul {
	width: 295px;
	margin: 0 auto;
}

.pages ul li {
	width: 85px;
	float: left;
}

.pages .p-num {
	text-align: center;
	padding: 0 20px;
	color: #444444;
}

#contact dl {
	width: 920px;
	height: 100%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 auto;
	padding-top: 15px;
}

#contact dt {
	height: 35px;
	width: 130px;
	font-size: 28px;
	letter-spacing: -4px;
}

#contact dt a {
	color: #444444 !important;
}

#contact dd {
	margin: 5px 0 20px 0;
	height: 40px;
	width: 600px;
	font-size: 12px;
	font-weight: bold;
	color: #DDDDDD;
}

#contact dd a {
	color: #0099CC !important;
}

#contact #underLine {
	text-indent: -9999px;
	height: 10px;
	width: 920px;
	background-color: #333333;
	margin: 10px auto 40px;
}


/* -----------------------------------------------------------
	#ban_area
----------------------------------------------------------- */

#ban_area {
	width: 980px;
	height: 240px;
	padding-top: 20px;
}

#ban_area #free_ban {
	width: 260px;
	margin-top: 10px;
	height: 230px;
	float: left;
	background-color: #333333;
}

#ban_area #m_ban {
	width: 320px;
	padding-top: 10px;
	margin-left: 30px;
	height: 230px;
	float: left;
}

#ban_area #m_ban li {
	width: 320px;
	height: 100px;
	padding-bottom: 30px;
	float: left;
}

#ban_area #s_ban {
	width: 340px;
	margin-left: 30px;
	float: left;
	overflow: hidden;
}

#ban_area #s_banWrap {
	width: 420px;
	float: left;
}


#ban_area #s_ban li {
	width: 155px;
	height: 70px;
	padding: 10px 30px 0 0;
	float: left;

}


/* -----------------------------------------------------------
right-col
----------------------------------------------------------- */
#right-col {
	color: #333333;
	width: 300px;
	position: absolute;
	top: 120px;
	right: 0;
	z-index: 1000;
}

#right-col .conteTitle_EN {
	letter-spacing: -2px;
	font-weight: bold;
	font-size: 18px;
	height: 27px;
	width: 150px;
	float: left;
	margin: 0 !important;
	border-bottom: 1px solid #333333;
}

#right-col .conteTitle_JP {
	font-weight: bold;
	font-size: 13px;
	height: 21px;
	margin:6px 0 5px;
	width: 120px;
	float: left;
	text-align: right;
	border-bottom: 1px solid #333333;
}

#right-col p {
	margin-top: 5px;
	font-size: 12px;
	width: 275px;
	float: left;
}

#right-col .Box {
	padding-bottom: 10px;
}


/* -----------------------------------------------------------
FormBox
----------------------------------------------------------- */
#FormBox {
width: 578px;
color: #666666;
padding:30px;
}
#FormWrap ul {
width: 578px;
padding: 0;
}
#FormWrap ul li {
margin: 0;
padding: 0;
}
#FormWrap ul li table {
width: 100%;
}
#FormWrap ul li table td {
}
#FormWrap ul li table td.Form_TitleArea {
width: 32.5%;
background-color: #000000;
color: #FFFFFF;
border-bottom: 1px solid #333333;
padding-left: 25px;
vertical-align: middle;
}
#FormWrap ul li table td.Form_TitleArea_top {
width: 32.5%;
background-color: #000000;
color: #FFFFFF;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
padding-left: 25px;
vertical-align: middle;
}
#FormWrap ul li table td.Form_inputArea {
width: 66.6666%;
border-bottom: 1px solid #333333;
border-right: 1px solid #333333;
color: #444444;
padding-left: 15px;
padding-top: 15px;
vertical-align: middle;
}
#FormWrap ul li table td.Form_inputArea_top {
width: 66.6666%;
color: #444444;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
border-right: 1px solid #333333;
padding-left: 15px;
padding-top: 15px;
vertical-align: middle;
}
/* -----------------------------------------------------------
formItem
----------------------------------------------------------- */
.formItem {
width: 158px;
margin-bottom: 15px;
float: left;
}
.formItem02 {
width: 183px;
margin-bottom: 15px;
float: right;
}
.formItem03 {
width: 100%;
margin-bottom: 15px;
}
.formItem input,
.formItem02 input,
.formItem03 input {
}
.formItem input.w140,
.formItem02 input.w140,
.formItem03 input.w140 {
width: 134px;
height: 24px;
font-size: 12px;
line-height: 18px;
margin-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
color: #444444;
border: none;
background: url(../img/contact/Bg_textArea140.png) no-repeat left top;
}
.formItem input.w220,
.formItem02 input.w220,
.formItem03 input.w220 {
width:174px;
height: 24px;
font-size: 12px;
line-height: 18px;
margin-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
color: #444444;
border: none;
background: url(../img/contact/Bg_textArea180.png) no-repeat left top;
}
.formItem input.w333,
.formItem02 input.w333,
.formItem03 input.w333 {
width:280px;
height: 24px;
font-size: 12px;
line-height: 18px;
margin-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
color: #444444;
border: none;
background: url(../img/contact/Bg_textArea286.png) no-repeat left top;
}
.formItem03 textarea {
width:90%;
height: 150px;
font-size: 12px;
line-height: 18px;
padding: 3px;
color: #444444;
background-color: #FFFFFF;
outline: 0px none black;
}
.formItem span,
.formItem02 span,
.formItem03 span {
margin-left: 16px;
}
.formItem span.span_NI,
.formItem02 span.span_NI,
.formItem03 span.span_NI {
margin-left: 0px;
}
#FormWrap ul li table td.Form_TitleArea font,
#FormWrap ul li table td.Form_TitleArea_top font {
font-size: 12px;
color: #ff0000;
}
#FormWrap table td.Form_TextArea p.riceMark {
padding-left: 12px;
text-indent: -12px;
}
#FormWrap table td p#btn_toConfirm, #FormWrap table td p#btn_Reset {
background: none !important;
border: none !important;
cursor: pointer;
float: left;
padding-right: 30px;
}
