/*---base---*/

body{
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	font-style:normal;
	font-size:75%;
	line-height:125%;
	text-align: center;
	color:#333333;
	background-image:url(../img/body_back.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

*{
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:lighter;
}

img{
	border-width: 0px;
	border-style: none;
	vertical-align:top;
}

table {
	font-size:100%;
	line-height:125%;
}

table td{
	vertical-align:top;
}

#wrapper_all{
	margin:0px auto;
	width:808px;
}

#wrapper{
	float:left;
	width:808px;
	text-align:left;
	background-image:url(../img/wrapper_back.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	padding-bottom:30px;
}

#wrapper_con{
	float:left;
	width:808px;
	background-image:url(../img/wrapper_con.jpg);
	background-repeat: no-repeat;
	background-position:center 62px;
	position:relative;
}

#header{
	width:808px;
	height:62px;
	background-image:url(../img/header_back.jpg);
	background-repeat:no-repeat;
	float:left;
}


#header_con{
	width:808px;
	height:68px;
	background-image:url(../img/header_contents.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-bottom:28px;
}

#header h1{
	margin-left:27px;
	float:left;
	display:inline;
}


#header_con h1{
	margin-left:27px;
	float:left;
	display:inline;
}

#header_menu{
	float:right;
}

#header_contact{
	width:137px;
	height:45px;
	margin:11px 20px 0 0;
	float:left;
}

#header_phone{
	width:154px;
	height:61px;
	margin:0 14px 0 0;
	float:left;
}

#main{
	width:525px;
	float:left;
	margin:0 0 0px 30px;
	display:inline;
}

#main_con{
	width:550px;
	float:left;
	margin:28px 0 0px 30px;
	display:inline;
}


a:link,a:visited{
	color:#0065A5;
	text-decoration:none;
}

a:active,a:hover{
	color:#0065A5;
	text-decoration:underline;
}


a:hover img{
	filter:Alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}


/*---layout---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contents {
	width:600px;
	float:right;
}

.section{
	width:600px;
	float:left;
}

.locator{
	width:190px;
	margin:5px 0 8px 0;
	text-align:right;
	
}

.locator a{
	color:#006699;
	font-weight:bold;
	text-decoration:underline;
}

/*---nav---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#nav {
	width:190px;
}

#nav ul{
	list-style-type:none;
}

#nav ul li{
	width:190px;
	line-height:40px;
	height:40px;
	background-image:url(../img/nav.jpg);
	background-repeat:no-repeat;
	margin-bottom:6px;
	color:#333;
	text-indent:20px;
}


#nav ul li.current{
	width:190px;
	line-height:40px;
	height:40px;
	background-image:url(../img/nav-o.jpg);
	background-repeat:no-repeat;
	margin-bottom:6px;
	color:#FFF;
	text-indent:20px;
	text-decoration:none;
}

#nav ul li.current a{
	color:#FFF;
}


#nav ul li a{
	display:block;
	width:190px;
	line-height:40px;
	color:#333;
	font-size:117%;	
	float:left;
	text-decoration:none;
}

#nav ul li a:hover{
	color:#FFF;
	background-image:url(../img/nav-o.jpg);
	background-repeat:no-repeat;
}

#banner{
	position:absolute;
	bottom:0;
	right:20px;
	
}

#banner ul{
	list-style-type:none;
	padding-top:18px;
}

#banner ul li{
	margin-bottom:12px;
}


#banner_top{
	
}

#banner_top ul{
	list-style-type:none;
	padding-top:18px;
}

#banner_top ul li{
	margin-bottom:12px;
}






/*--footer---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer{
	width:808px;
	height:100px;
	background-image:url(../img/footer_back.jpg);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
}

#footer ul{
	width:808px;
	line-height:30px;
	float:left;
	list-style-type:none;
}

#footer ul li {
	display:inline;
}


#footer ul li a{
	color:#666;
}

#footer_list{
	text-align:left;
	float:left;
	width:400px;
}

#footer_list ul{
	width:400px;
	list-style-type:none;
	padding:15px 0 0 23px;
}

#footer_list ul li{
	margin-right:20px;
	background-image:url(../img/footer_icon.jpg);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:11px;
	margin-right:20px;
	
}

#footer_list ul li a{
	color:#666;
	
}

address {
	font-size: 80%;
	font-style: normal;
	float:right;
	display:block;
	padding:25px 10px 0 0 ;
	color:#666;
}

address a,
address a:link,
address a:visited,
address a:active
address a:hover{
	color:#666;
}


/*--top---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#main-image {
	width:808px;
	float:left;
	margin-bottom:20px;
}

#right_contents{
	width:190px;
	float:right;
	margin-right:20px;
	display:inline;
	height:100%;
}


.box_left {
	width:255px;
	height:115px;
	margin:0px 20px 0px 0px;
	display:inline;
	float:left;
	background-image:url(../img/box01_back.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

.box_left img{
	width:115px;
	margin:0px 10px 0px 0;
	float:left;
	display:inline;
}


.box_left2 {
	width:250px;
	margin:0px 0px 0px 0;
	float:left;
}

.box_left2 img{
	width:115px;
	margin:0px 10px 30px 0;
	float:left;
	display:inline;
}

.box_right {
	width:125px;
	margin:0px 0px 30px 0;
	float:left;
}

.top_link{
	font-size:117%;
	color:#0065A5;
	font-weight:bold;
	padding-bottom:5px;
}

.top_text{
	line-height:1.5em;
}

.top_link2{
	font-size:83%;
	color:#0065A5;
	text-decoration:underline;
	padding-top:10px;
}



.element01{
	width:525px;
	margin:20px 0 25px 0;
	float:left;
	border-bottom:1px #CCC solid;
	padding-bottom:30px;
}

.element01 img{
	width:192px;
	float:left;
	margin-right:18px;
}

.element01_text{
	width:315px;
	line-height:1.5em;
	float:left;
	display:inline;
}

.element02{
	width:525px;
	margin:0px 0 30px 0;
	float:left;
}


/*--sitemap---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sitemap {
}

.sitemap ul{
	padding:0 0 15px 30px;
}

.sitemap ul ul{
	padding:0 0 15px 30px;
}


/*general-purpose*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.subtitle01 {
	width:525px;
	line-height:30px;
	background-image:url(../img/h2_back.jpg);
	background-repeat:no-repeat;
	float:left;
	color:#0065A5;
	font-size:133%;
	font-weight:bold;
}

.subtitle02 {
	width:550px;
	line-height:45px;
	background-image:url(../img/h2_back2.jpg);
	background-repeat:no-repeat;
	float:left;
	color:#FFF;
	font-size:160%;
	font-weight:bold;
	text-indent:15px;
	padding-bottom:20px;
}

.subtitle03 {
	width:550px;
	line-height:30px;
	background-image:url(../img/h3_back.jpg);
	background-repeat:no-repeat;
	clear:left;
	color:#0065A5;
	font-size:160%;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:25px;
}

.table01 {
	margin-bottom:20px;
	margin-top:20px;
}

.table01 table{
	width:550px;
	border-collapse:collapse;
	text-align:left;
}

.table01 table td{
	padding:10px;
	border:1px solid #cccccc;
}

.table01 table .highlight{
	border-right:1px solid #cccccc;
	background-color:#efefef;
	vertical-align:middle;
}

/*contact*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*contact*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contact_form {
width:540px;
float:left;
}

#contact_form dl{
width:540px;
border-bottom:1px dotted #99cccc;
float:left;
padding:10px 0;
line-height:220%;
}

#contact_form dt{
width:180px;
float:left;
}

#contact_form dt span{
font-weight:bold;
color:#CC0000;
}

#contact_form dd{
width:360px;
float:left;
}

#contact_form dd p{
float:left;
margin:0 10px 0 0;
}

#contact_form dd ul{
width:360px;
float:left;
list-style-type:none;
}

#contact_form dd li{
width:360px;
float:left;
}

#contact_form dd li p{
width:80px;
float:left;
margin:0px;
}

#contact_form dd li input{
margin:5px 0 0 0;
float:left;
}

#contact_form dd ul#privacy{
width:360px;
height:200px;
overflow:auto;
float:left;
list-style-type:none;
margin:0 0 20px 0;
background-color:#f6f6f6;
}

#contact_form dd ul#privacy li{
width:340px;
margin:0 0 15px 0;
float:left;
}

#contact_button {
width:540px;
float:left;
margin:10px 0 25px 0;
}

#contact_button input{
width:180px;
margin:0 0 0 180px;
}

#contact_box01 {
width:540px;
float:left;
}

#contact_box01 dt{
width:260px;
text-align:right;
float:right;
}

#contact_box01 dd{
width:330px;
float:left;
}

#contact_box01 dd ul{
margin:0 0 20px 0;
list-style-type:none;
}

#contact_box01 dd li{
background-image:url(icon05.jpg);
background-repeat:no-repeat;
background-position:0 50%;
text-indent:20px;
color:#FE9900;
font-weight:bold;
letter-spacing:2px;
}

#contact_tel{
margin:20px 120px 30px 0;
text-align:right;
}


/*other_page*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.element03{
	width:550px;
	margin:0px 0 40px 0;
}

.element03 p{
	line-height:1.5em;
}

.element03 img{
	width:192px;
	height:184px;
	float:left;
	margin-right:18px;
}

.element03_text{
	width:330px;
	line-height:1.5em;
	float:left;
	display:inline;
}

.element03_text2{
	width:100%;
	line-height:1.5em;
	margin-bottom:30px;
}

.element03_text3{
	width:100%;
	line-height:1.5em;
	margin-bottom:30px;
	font-weight:bold;
}

.list_title01{
	color:#009900;
	font-size:117%;
	font-weight:bold;
	background-image:url(../img/list_title.jpg);
	background-repeat:no-repeat;
	background-position:0 4px;
	text-indent:15px;
	margin-top:15px;
	display:block;
}

.element04{
	clear:both;
}

.list01{
	list-style-type:circle;
	padding-left:15px;
}

.list01 li{
	margin-bottom:5px;
}

.q_list{
	list-style-type:none;
	padding:15px 0 0 15px;	
}

.q_list li{
	margin-bottom:10px;
	background-image:url(../img/q_icon.jpg);
	background-repeat:no-repeat;
	line-height:16px;
	text-indent:20px;
}

.q_title{
	width:550px;
	line-height:29px;
	background-image:url(../img/q_title.jpg);
	text-indent:30px;
	background-repeat:no-repeat;
	clear:left;
	color:#0065A5;
	font-size:160%;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:25px;
}

.sitemap_list{
	padding-left:35px;
}

.sitemap_list li{
	margin-bottom:15px;
	font-size:14px;
}
