﻿@charset "utf-8";
*{
	margin:0;
	padding:0;
}

body{
	font-size:75%;
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-family:sans-serif;*/
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a{
	color:#015941;
}

img{
	border:none;
}



/* -------------------- frame -------------------- */
#frame{
	width:100%;
}



/* -------------------- bgBorder -------------------- */
#headerArea .bgBorder,
#bodyArea .bgBorder,
#footerArea .bgBorder{
	border-color:#B2B2B2;
	border-style:solid;
	border-width:0 1px;
	color:#FFFFFF;
	/*clear:both;*/
	margin:0 auto;
	width:860px;
	zoom:100%;
}
#headerArea .bgBorder:after,
#bodyArea .bgBorder:after,
#footerArea .bgBorder:after{
	clear:both;
	content:"";
	display:block;
	height:0;
	visibility:hidden;
}

#footerArea .bgBorder{
	color:#00574b;
}

/* -------------------- headerArea -------------------- */
#headerArea{
	background:url(../images/bg_header_line.gif) left top repeat-x;
	/*font-size:90%;*/
}

#headerArea .bgBorder{
	background:url(../images/bg_header.jpg) right top no-repeat;
	height:77px;
}

/*#headerArea p{
	line-height:20px;
	display:block;
	width:30em;
	margin:0 1em;
}*/

#headerArea .fRight{
	width:400px;
	height:77px;
}

/* ----- logo ----- */
#logo{
	float:left;
	font-size:90%;
	width:400px;
	height:47px;
	line-height:20px;
	padding-left:15px;
}

/* ----- globalNavi siteNavi ----- */
#globalNavi,
#siteNavi{
	height:28px;
	list-style:none;
	text-align:right;
}

#globalNavi{
	margin-left:145px;
	width:255px;
}

#globalNavi li,
#siteNavi li{
	display:block;
	float:left;
	text-align:right;
}

#globalNavi li{
	padding-left:15px;
}

#siteNavi li{
	margin-top:21px;
	padding-left:4px;
}



/* -------------------- bodyArea -------------------- */
#bodyArea{
}

/* ----- swfArea ----- */
#swfArea{
	padding-bottom:31px;
	text-align:center;
}



/* -------------------- footerArea -------------------- */
#footerArea{
	background:#E1E6E1;
	font-size:90%;/**/
	text-align:right;
}

#footerNavi{
	list-style:none;
}

#footerNavi li{
	display:block;
	float:left;
	text-align:center;
	margin-top:5px;
	padding-left:20px;
}

#copyright{
	line-height:30px;
	margin:0 1em;
}

/* --------------------  -------------------- */
.w90{
	width:90px;
}

.w100{
	width:100px;
}

.w375{
	width:375px;
}
.w500{
	width:500px;
}

.fLeft{
	float:left;
}

.fRight{
	float:right;
}

.after{
	clear:both;
	zoom:100%;
}
.after:after{
	clear:both;
	content:"";
	display:block;
	height:0;
	visibility:hidden;
}

.tCenter{
	text-align:center;
}

.tLeft{
	text-align:left;
}

.tRight{
	text-align:right;
}

.link,.pageTop{
	clear:both;
	display:list-item;
	font-size:90%;/**/
	line-height:normal;
	margin-left:1em;
}

.link{
	list-style-image:url(../images/icon_arrow_r.gif);
	margin-top:0.5em;
}

.scrollBox{
	overflow:auto;
}

.changeImage{}



