@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	background-image:url(../img/headbg.gif);
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-size: 11px;
	line-height:1.8em;
	color: #171c61;
	font-family: Osaka, MS UI Gothic, sans-serif;
	position:relative;
}
h1 {
	font-size:13px;
	margin-bottom:10px;
}
h2 {
	font-size:13px;
	letter-spacing:0.2em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	margin-bottom:25px;
}

a {
	color: #d80b1a;
	text-decoration: none;
	outline:none;
}

a:hover, a:active {
	color: #d80b1a;
	text-decoration: underline;
}

img {
	border:0;
}

/*----------base style----------*/

.float_left {
	display: inline;
	float: left;
}

.float_right {
	display: inline;
	float: right;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}



html, body {
	scrollbar-base-color: #fffef5;
	scrollbar-face-color: #fffef5;
	scrollbar-arrow-color: #7A8792;
	scrollbar-shadow-color: #7A8792;
	scrollbar-darkshadow-color :#BBC7C7;
	scrollbar-highlight-color: #7A8792;
	scrollbar-3dlight-color: #BBC7C7;
	scrollbar-track-color: #fffef5;
}

/*----------base style end----------*/

/*----------size style----------*/

.height10 {height: 10px;}
.height15 {height: 15px;}
.height20 {height: 20px;}
.height30 {height: 30px;}
.height50 {height: 50px;}
.height200 {height: 200px;}
.height360 {height: 360px;}
.height400 {height: 400px;}
.height440 {height: 440px;}
.height475 {height: 475px;}
.height480 {height: 480px;}
.height500 {height: 500px;}
.height520 {height: 520px;}
.height530 {height: 530px;}

.width60 {width: 60px;}
.width125 {width: 125px;}
.width130 {width: 130px;}
.width190 {width: 190px;}
.width195 {width: 195px;}
.width210 {width: 210px;}
.width220 {width: 220px;}
.width230 {width: 230px;}
.width240 {width: 240px;}
.width245 {width: 245px;}
.width260 {width: 260px;}
.width265 {width: 265px;}
.width270 {width: 270px;}
.width280 {width: 280px;}
.width290 {width: 290px;}
.width300 {width: 300px;}
.width310 {width: 310px;}
.width320 {width: 320px;}
.width330 {width: 330px;}
.width350 {width: 350px;}
.width370 {width: 370px;}
.width380 {width: 380px;}
.width480 {width: 480px;}
.width510 {width: 510px;}
.width530 {width: 530px;}
.width550 {width: 550px;}
.width560 {width: 560px;}
.width590 {width: 590px;}
.width620 {width: 620px;}

.margin_l10 {margin-left: 10px;}
.margin_l20 {margin-left: 20px;}
.margin_l30 {margin-left: 30px;}
.margin_l40 {margin-left: 40px;}
.margin_l50 {margin-left: 50px;}
.margin_l80 {margin-left: 80px;}

.margin_t5 {margin-top: 5px;}
.margin_t10 {margin-top: 10px;}
.margin_t20 {margin-top: 20px;}
.margin_t30 {margin-top: 30px;}
.margin_t40 {margin-top: 40px;}
.margin_t50 {margin-top: 50px;}
.margin_t90 {margin-top: 90px;}
.margin_t120 {margin-top:120px;}

.margin_b5 {margin-bottom: 5px;}
.margin_b10 {margin-bottom: 10px;}
.margin_b15 {margin-bottom: 15px;}
.margin_b17 {margin-bottom: 17px;}
.margin_b20 {margin-bottom: 20px;}
.margin_b30 {margin-bottom: 30px;}
.margin_b40 {margin-bottom: 40px;}
.margin_b50 {margin-bottom: 50px;}

/*----------size style end----------*/


/* press_table */
table#table-01 {
	width: 590px;
	border: 1px #e1bda0 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#table-01 th {
	padding: 5px;
	border: #e1bda0 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	color: #5E948B;
}
table#table-01 td {
	padding: 5px;
	border: 1px #e1bda0 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}


#img01 {
	margin-bottom:30px;
}
#img02 {

}
#img03 {
	position:fixed;
	bottom:0;
	left:0;
	z-index: 0;
}
#img04 {
	position:fixed;
	bottom:0;
	right:0;
	z-index: 1;
}

#wrapper {
	width:100%;
	height:auto;
	text-align:center;
	padding-top: 60px;
	padding-bottom:60px;
	position: relative;
	z-index: 100;
	margin:0 auto;
}

ul#navi {
	width:602px;
	display:block;
	position: absolute;
	left: 50%;
	margin-left: -298px;
}
#navi li {
	list-style-type:none;
	display: inline;
}

#photo {
	width:308px;
	margin:120px auto 0 auto;
}
	#photo img {
		float:left;
		width:77px;
		height:408px;
	}

#footer {
	margin-top:80px;	
}
#footer p.copyright {
	font-size:10px;	
}
#footer p#footNavi {
	margin:0;
	letter-spacing: 0.1em;
}
