/* ///////////////////////////////////////////////// */

/* 0.base                                          */

/* ///////////////////////////////////////////////// */
@charset "UTF-8"

/* CSS Document */

/* css reset
------------------------------------------------*/

	body, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, form, input, textarea, select, pre, blockquote {
	margin:0px;
	padding:0px;
}

/* font family
------------------------------------------------*/

	body, form textarea {
	font-family:Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}


/* body
------------------------------------------------*/

	body {
	color:#000000;
	background:#FFFFFF;
}


/* tags base setting
------------------------------------------------*/

/*h*/
	h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

/*p*/
	p {
	font-weight:normal;
}
/*li*/
	li {
	margin-left:0px;
	list-style-type: none;
}


/*img*/
	img {
	border:0px;
}

	

/* link
------------------------------------------------*/

	a {
	text-decoration:none;
}

	a:link {
	color:#ffffff;
}

	a:visited {
	color:#ffffff;
}

	a:hover {
	color:#ff9900;
}

	a:active,  a:focus {
	color:#ff6600;
}



/* ///////////////////////////////////////////////// */

/* 1.layout                                          */

/* ///////////////////////////////////////////////// */


/*wrapper*/
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* ///////////////////////////////////////////////// */

/* 2.contentHead                                     */

/* ///////////////////////////////////////////////// */

/*contenthead
-------------------------------------------*/
#header{
	width:960px;
	height:50px;
	margin:0px 0px 9px 0px;
	line-height:none;
}
#header_logo{
	width:194px;
	height:19px;
	float:left;
	margin:15px 70px 0px 0px;
	display:block;
}
#header_logo a:hover{
	width:194px;
	height:19px;
	float:left;
	margin-right:70px;
	display:block;
	background-color:#f0f0f0;
}
#header img{
	vertical-align:bottom;
}
#header_txt{
	font-weight:normal;
	font-size:9px;
	color:#cccccc;
	border-bottom:dotted 1px #000000;
	margin-top:8px;
}
#nav li{
	float:left;
	margin:15px 30px 0 0;
}
#nav .orange_icon{
	float:left;
	margin:0 30px 0 0;
}
#nav a:hover{
	background-image:url(../images/nav_on_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#icon{
	float:left;
}
.clear{
	clear:both;
	background-color:#000000;
}
/* ///////////////////////////////////////////////// */

/* 3.contentBody                                     */

/* ///////////////////////////////////////////////// */
#contents_wrap{
	width:960px;
	height:600px;
	display:block;
	background-color:#000000;
}
#contents{
	display:block;
	margin-left:30px;
}
#contents_index{
	display:block;
}
#breadlist{
	color:#FFFFFF;
	margin-bottom:36px;
}
#contents_head{
	margin-bottom:30px;
}
#contents_body{
	color:#FFFFFF;
}
.contents_subtitle{
	width:541px;
	margin-bottom:12px;
	color:#7a7a7a;
	border-bottom:solid 1px #7a7a7a;
}
.contents_table{
	border:none;
	font-size:12px;
}
.contents_table td{
	padding-bottom:8px;
	vertical-align:top;
	line-height:16px;
}
.contents_table td a{
	text-decoration:underline;
}
.contents_table th{
	width:123px;
	text-align:right;
	padding-right:14px;
	vertical-align:top;
	font-weight:normal;
}
.contents_form_table{
	border:none;
	font-size:12px;
}
.contents_form_table td{
	height:42px;
	max-width:405px;
	vertical-align:top;
	white-space:normal;
	word-wrap:break-word;
}
.contents_form_table th{
	width:136px;
	height:42px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}
.form_text{
	width:300px;
	height:24px;
}
.form_textarea{
	width:300px;
	height:150px;
}
#form_bottom{
	width:541px;
	font-size:12px;
	text-align:center;
	margin-top:20px;
}
#form_bottom img{
	margin-right:30px;
}
#form_bottom a{
	text-decoration:underline;
}
.span_txt{
	font-size:12px;
}
.emptybox{
	height:113px;
}
.emptybox02{
	height:293px;
}
#slider{
	border:solid 1px #cccccc;
	z-index:1;
}
#slider_btn{
	width:163px;
	height:0px;
	position:relative;
	top:8px;
	left:8px;
	z-index:9;
}
/* ///////////////////////////////////////////////// */

/* 4.contentFoot                                     */

/* ///////////////////////////////////////////////// */




/*contentFoot
-------------------------------------------*/

#footer {
	clear:both;
	padding-top:20px;
	width:960px;
	margin:0px auto 0px auto;
	display:block;
	font-size:12px;
	text-align:center;
}
#produced{
	margin-top:20px;
	color:#cccccc;
}
#produced a{
	margin-top:20px;
	color:#cccccc;
	text-decoration:underline;
}

#produced a:hover{
	color:#ff9900;
}

	margin-top:-3px;
}
