/* CSS Document */

/*--- css ---*/

/*-----*/
/* ALL */
/*-----*/
* {
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

em {position:absolute; display:block; top:-9999999px; left:-9999999px; width:1px; height:1px; visibility:hidden;}
h1 {height:160px; width:644px;}
h2 {height:34px; width:644px;}

/*------*/
/* body */
/*------*/
html { width: 100%; height:100%; }

body {
	width: 100%;
	height:100%;
	text-align: left;
	color:#333333;
	font-size: 12px;
	line-height:18px;
	background:url(../img/bg.gif) repeat-x;
}

img { vertical-align: bottom; }

sup { color:#ff0033; }

input ,select { vertical-align:middle; }

/*---------*/
/* rap CSS */
/*---------*/

#c_right {
	width:234px; 
	height:auto; 
	float:right; 
}

#contents{
	width:644px; 
	height:auto; 
	float:right; 
}

#page{
	width:904px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	margin-top:15px;
	width:904px;
	height:29px; 
	background:url(../img/footer.gif) no-repeat left top;
 }
 
.f_link{
	height: 20px;
	padding-top:4px;
	padding-left:12px;
	font-size:10px;
	float:left;
}

.f_link a{ text-decoration:none; color:#333333;}
.f_link a:hover{ text-decoration:underline; color:#999999; }

.f_copy{
	height: 20px;
	padding-top:4px;
	padding-right:12px;
	font-size:10px;
	float:right;
}

/*--------------*/
/* contents CSS */
/*--------------*/

.contents_middle a{ color:#777777; }
.contents_middle a:hover{ color:#aaaaaa; }

.contents_list{
	height:auto;
	list-style:none;
	text-decoration:none;
}

.contents_list li{
	text-decoration:none;
	text-indent:-1em;
	padding-left:1em;
}

#contents2{ width:904px; }

.contents2_img{
	height:160px;
	width:904px;
}

.contents2_top{
	height:34px;
	width:904px;
}

.topics_top{
	height:25px;
	width:904px;
	background:url(../img/title_topics_bg.gif) no-repeat left top;
	padding-top:9px;
	text-indent:30px;
	font-weight:bold;
	font-size:14px;
}

.contents2_middle{
	width:840px;
	padding:30px 32px; 
	background:url(../img/contents_bg.gif) repeat-y;
}

.contents2_bottom {
	height:6px;
	width:904px;
	line-height:6px;
	background:url(../img/contents_bottom.gif) no-repeat center top;
}

.privacy_stitle{
	width:745px;
	height:22px;
	margin:20px 40px 8px 40px;
	padding: 3px 0 0 15px;
	color:#ffffff;
	font-weight:bold;
	background:url(../img/stitle.gif) no-repeat left center;
}

.privacy_text{
	width:760px;
	padding:0 40px;
}


/* -----header----- */
#header{
	width: 904px;
	height: 80px;
	background:url(../img/header.gif) no-repeat left top;
}

.h_logo a{
	width: 200px;
	height: 80px;
	display:block;
	float:left;
}

.h_seo{
	width: 697px;
	height: 38px;
	padding-top:12px;
	text-align:right;
	font-size:12px;
	line-height:15px;
	float:left;
	font-weight:bold;
}

.h_link{
	width: 697px;
	height: 30px;
	text-align:right;
	text-decoration:none;
	font-size:11px;
	float:left;
}

.h_link a{ text-decoration:none; color:#333333; }
.h_link a:hover{ text-decoration:underline; color:#999999; }

	
/* -----menu----- */
#main_menu{
	width:904px;
	height:32px;
}

#main_menu li{ list-style:none; float:left; }

.m_menu01 a{
	display:block;
	width:152px;
	height:32px;
	background:url(../img/main_menu01a.gif) no-repeat left top;
	text-decoration: none;	
}
.m_menu01 a:hover{
	background:url(../img/main_menu01b.gif) no-repeat left bottom;
}

.m_menu02 a{
	display:block;
	width:150px;
	height:32px;
	background:url(../img/main_menu02a.gif) no-repeat left top;
	text-decoration: none;
}
.m_menu02 a:hover{ background:url(../img/main_menu02b.gif) no-repeat left bottom; }

.m_menu03 a{
	display:block;
	width:150px;
	height:32px;
	background:url(../img/main_menu03a.gif) no-repeat left top;
}
.m_menu03 a:hover{ background:url(../img/main_menu03b.gif) no-repeat left bottom; }

.m_menu04 a{
	display:block;
	width:150px;
	height:32px;
	background:url(../img/main_menu04a.gif) no-repeat left top;
	float:left;
}
.m_menu04 a:hover{ background:url(../img/main_menu04b.gif) no-repeat left bottom; }

.m_menu05 a{
	display:block;
	width:150px;
	height:32px;
	background:url(../img/main_menu05a.gif) no-repeat left top;
	text-decoration: none;
	float:left;
}
.m_menu05 a:hover{ background:url(../img/main_menu05b.gif) no-repeat left bottom; }

.m_menu06 a{
	display:block;
	width:152px;
	height:32px;
	background:url(../img/main_menu06a.gif) no-repeat left top;
	text-decoration: none;
	float:left;
}
.m_menu06 a:hover{ background:url(../img/main_menu06b.gif) no-repeat left bottom; }

.contact_btn{
	margin-top:20px;
	text-align:center;
	width:580px;
}

.overflow{
	height:126px;
	width:566px;
	overflow:auto;
}

.error_table table{
	width:580px;
	height:auto;
	border: 1px solid #ff3300;
	border-collapse:collapse;
	margin-top:20px;
	margin-top:3px;
	background:#fffafa;
}

.error_table td{
	border: 1px solid #ff3300;
	border-collapse:collapse;
	padding:5px;
	color:#ff3300;
}

.sitemap_left{ width:410px; float:left; }
.sitemap_right{ width:410px; float:right; }

.sitemap_bar{
	height:23px;
	width:410px;
	background:url(../img/sitemap_bar01.gif) no-repeat left top;
	font-weight:bold;
	text-indent:28px;
	padding-top:7px;
}

.sitemap_bar a{
	color:#333333;
	text-decoration:none;
}

.sitemap_bar a:hover{
	color:#999999;
	text-decoration:none;
}

.sitemap_bar02{
	height:23px;
	width:410px;
	background:url(../img/sitemap_bar02.gif) no-repeat left bottom;
	font-weight:bold;
	text-indent:28px;
	padding-top:17px;
}

.sitemap_middle{
	width:382px;
	background:url(../img/sitemap_middle.gif) repeat-y;
	padding-top:5px;
	padding-left:28px;
}

.sitemap_middle table{ width:354px; }

.sitemap_middle th{
	font-weight:bold;
	width:145px;
	text-align:left;
	vertical-align:top;
	line-height:22px;
	padding-top:5px;
}

.sitemap_middle td{padding-top:5px;}

.sitemap_bottom{
	width:410px;
	height:10px;
	background:url(../img/sitemap_bottom.gif) no-repeat left top;
}

.sitemap_header{
	width:410px;
	height:20px;
	background:url(../img/sitemap_header.gif) no-repeat left bottom;
}

.sitemap_middle a{ color:#555555; text-decoration:none}
.sitemap_middle a:hover{ color:#aaaaaa; text-decoration:none}

.contents2_table table{
	width:760px;
	height:auto;
	border: 1px solid #999999;
	border-collapse:collapse;
	margin-top:5px;
}

.contents2_table th , 
.contents2_table td{
	border: 1px solid #999999;
	border-collapse:collapse;
	padding:5px;
}

.contents2_table th{
	background:#f5f5f5;
	text-align:center;
}


.float_clear{ clear:both; }


/* -----add----- */
#shinsai{
	width: 904px;
	height: 70px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	background:url(../img/shinsai03.gif) no-repeat left top;
}

