@charset "shift_jis";


/*-------------------------------------------------------------------------*/
/*--	CSSによるロールオーバー時のちらつき防止	IE6バグ										 --*/
/*-------------------------------------------------------------------------*/
html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/*-------------------------------------------------------------------------*/
/*--	基本設定										 --*/
/*-------------------------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
body div {
	text-align: left;
	margin: 0 auto;
}
/*-------------------------------------------------------------------------*/
/*--	ヘッダーエリア設定										 --*/
/*-------------------------------------------------------------------------*/
#top {
	background-color: #FFFFFF;
	width: 750px;
	height: 30px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*
#top h1{
	width: 323px;
	height: 30px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#top h1 a{
	width: 323px;
	display: block;
	height: 30px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#top2 {
	width: 750px;
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #003366;
	margin-top: 0px;
	margin-bottom: 0px;
}
#top3 {
	width: 750px;
	height: 13px;
	text-align: right;
	clear: both;
	margin-top: 3px;
}
*/

#top {
	background-color: #FFFFFF;
	width: 970px;
	clear: both;
}
#top h1 {
	margin: 10px 0px 0px;
	padding: 0px;
}
#top2 {
	width: 970px;
	background-image: url(../img/sen.gif);
	height: 5px;
	clear: both;
}
#top3 {
	width: 970px;
	height: 13px;
	text-align: right;
	clear: both;
	margin-top: 3px;
}

/*
#main {
	background-color: #FFFFFF;
	width: 750px;
}
#footer {
	background-color: #FFFFFF;
	width: 750px;
	text-align: right;
	float: none;
	font-size: 75%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}*/

#main {
	background-color: #FFFFFF;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #FFFFFF;
	width: 970px;
	text-align: right;
	float: none;
	font-size: 75%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
.font12 {	
	font-size: 75%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#backbox {
    text-align: right;
    width: 960px;
    font-size: 84%;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #333333;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
}
.font14 {	
	font-size: 85%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.print {
	page-break-before: always;
}

#hidden {
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 750px;
	line-height: 150%;
	color: #FF0000;
	display: none;
}
.font_style1 {
	font-weight: bold;
	color: #FF0000;
}
.font0 {
	font-size: 120%;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FF0000;
}
.font_style2 {

	font-weight: bold;
	color: #0000FF;
}
.font_style3 {
	font-weight: bold;
	color: #009900;
}
/*------------------------------------------*/
/*--    --*/
/*------------------------------------------*/
.navi_area{
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.navi_link1{
	width: 365px;
	font-size: 0.875em;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navi_link1 a:link{
	text-decoration: none;
}
.navi_link1 a:hover{
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.navi_link2{
	width: 365px;
	font-size: 0.875em;
	float: left;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navi_link2 a:link{
	text-decoration: none;
}
.navi_link2 a:hover{
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.clear_float{
	width: auto;
	clear: both;
}


/*------------------------------------------*/
/*--    --*/
/*------------------------------------------*/
.new_font_defult{
	font-size: 0.875em;
	color: #333333;
}
.new_font_defult span{
	font-size: 0.75em;
	line-height: 1.5em;
}





/*------------------------------------------------------*/
/*	clearfix
/*------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/*-- Mac版 IE対応ハック--*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
