@charset "utf-8";
/* CSS Document */

/* reset ****************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
body {
    line-height:1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}

ol, ul {
    list-style: none;
}

img {
　　　vertical-align:bottom;
}

/* style ****************************************/
body {
	background-image:url(../images/bodyback.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#FFFFFF;
	text-align:center;
	font-size:0.8em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5em;
}

h1, h2 {
	color:#393B6E;
}

a:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#container {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#top_image {
	position:relative;
}

	h1 {
		position:absolute;
		top:10px;
		left:10px;
		color:#FFF;
		background-image:url(../images/h1-back.png);
		background-repeat:repeat;
		padding:3px;
	}

#header {
	width:960px;
	height:105px;
	position:relative;
}


#header_1 {
	float:left;
}

#menu {
	width:960px;
	height:50px;
	display:table;
	background-color:#FFF;
}

	#menu li {
		display:table-cell;
	}
	
	#menu a {
		display:block;
		width:160px;
		height:50px;
		text-indent:-9999px;
		background-position:left top;
		background-repeat:no-repeat;
	}
	
	.menu1 {background-image:url(../images/menu1.png);}
	.menu2 {background-image:url(../images/menu2.png);}
	.menu3 {background-image:url(../images/menu3.png);}
	.menu4 {background-image:url(../images/menu4.png);}
	.menu5 {background-image:url(../images/menu5.png);}
	.menu6 {background-image:url(../images/menu6.png);}	

#map_canvas {
	width:620px;
	height:500px;
	background-color:#FFF;
	border:#999 1px solid;
}

#footer {
	height:90px;
	margin-top:10px;
	padding-top:50px;
	text-align:center;
	background-image:url(../images/footerback.jpg);
	background-repeat:repeat-x;
}

#pagetop {
	position:fixed;
	bottom:20px;
	right:50px;
}

.box1 {
	display:table;
	width:960px;
	table-layout:fixed;
	margin:10px auto;
}

.box_inner {
	display:table-cell;
	vertical-align:top;
	height:200px;
	padding:10px;
	background-position:center top;
	background-repeat:no-repeat;
}

	.box_inner a,
	.col_right a {
		display:block;
		width:100%;
		height:200px;
		color:#393B6E;
		text-decoration:none;
	}
	
	.box_inner a:hover,
	.col_right a:hover {
		color:#E5403E;
	}

.box2 {
	display:table;
	width:960px;
	margin:10px auto;
}

	.col_left {
		display:table-cell;
		vertical-align:top;
		width:640px;
	}
		
		.col_left h2 {
			font-size:1.5em;
			padding:5px 10px;
			border-left:20px double #393B6E;
			color:#393B6E;
			margin-bottom:20px;
		}
		
		.col_left h4 {
			margin-bottom:10px;
			border-left:10px solid;
			padding-left:10px;
		}
	
	.col_right {
		display:table-cell;
		vertical-align:top;
		width:320px;
		background-color:#CCC;
		padding-top:20px;
	}
	
		.col_right div {
			height:200px;
			background-position:center top;
			background-repeat:no-repeat;
			padding:10px;
		}

.cate1 {background-image:url(../images/cate1-back.jpg);}
.cate2 {background-image:url(../images/cate2-back.jpg);}
.cate3 {background-image:url(../images/cate3-back.jpg);}

.mgnB10 {
	margin-bottom:10px;
}

.mgnB20 {
	margin-bottom:20px;
}

.mgnB30 {
	margin-bottom:30px;
}

.mgnB40 {
	margin-bottom:40px;
}

.mgnL10 {
	margin-left:10px;
}

.font-small {
	font-size:smaller;
}

.w50px {
	width:50px;
}

.alnR {
	text-align:right;
}

.saiyou_table,
.corp_table {
	margin-left:20px;
	margin-top:10px;
	margin-bottom:30px;
	border-collapse:separate;
	border-spacing:2px;
	width:90%;
}

.corp_table {
	margin-right:20px;
}

.saiyou_table th {
	padding:5px;
	background-color:#F96;
	color:#FFF;
	width:20%;
	text-indent:1em;
}

.saiyou_table td {
	padding:5px;
	width:80%;
}

.corp_table th {
	border-right:#E5403E 3px solid;
	background-color:#FFF;
	color::#393B6E;
	padding:5px;
	width:25%;
	text-align:right;
}

.corp_table td {
	width:75%;
	padding:5px;
}

	.corp_table td table th {
		width:50px;
	}

	.corp_table td table,
	.corp_table td table td {
		width:auto;
	}

.corp_table th,
.corp_table td {
	border-bottom:#CCC 1px dotted;
}

.box_setsubi {
	width:600px;
	display:table;
	padding:10px;
	border:#EEE 1px solid;
	margin-bottom:10px;
}

	.box_setsubi div {
		display:table-cell;
		vertical-align:top;
	}
	
	.setsubi_img {
		width:200px;
		padding-right:10px;
	}
		
		.setsubi_img img {
			width:100%;
		}
	

.txt_red {
	color:#C00;
}

.txt1 {
	color:#C00;
	border-left:#C00 10px solid;
	padding-left:10px;
}

.box_jigyou {
	margin:10px 10px 10px 20px;
}

	.box_jigyou dt {
		font-size:1.5em;
		font-weight:bold;
		color:#FFF;
		margin-bottom:10px;
		padding:5px;
		background-color:#E5403E;
	}
	
	.box_jigyou dd {
		margin-bottom:50px;
		margin-left:20px;
	}
