/* CSS Document */
html{
	height:100%;
}

body{
	background-color: #FFFFFF;
	color:#333333;
	margin:0px;
	padding:0px;
	/*height:100%;*/
	height:auto;
}

img{
	border:none;
}

p,dt,dd{
	margin:0;
	padding:0;
}

a,
a:visited,
a:active{
	color:#003399;
}

a:hover{
	color:#3366CC;
	text-decoration:none;
}

h1{
	clear:both;
	width:958px;
	margin:9px auto 9px auto;
	padding:0;
	text-indent:8px;
	font-size:8pt;
	font-weight:normal;
}

/* font size ----------------------------------*/
.font10s{
	font-size:10pt;
	line-height:120%;
}

.font10m{
	font-size:10pt;
	line-height:130%;
}

/* base box ----------------------------------*/
#base{
	width:976px;
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	margin:0 auto 0 auto;
	height:100%;
	/*\*/
	height:auto;
	/**/
}

/*コンテンツの中身が少ない時base2使用*/
#base2{
	width:976px;
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	margin:0 auto 0 auto;
	height:100%;
}
/*トップページ用*/
#base3{
	width:976px;
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	margin:0 auto 0 auto;
	/* height:100%; */
	/*\*/
	height:auto;
	/**/
}

/* header -----------------------------------*/
#header{
	width:958px;
	border-top:3px solid #FF3333;
	margin:0 auto 0 auto;
}

#header .logo{
	float:left;
	padding:14px 0 15px 10px;
}

#header .headernavi{
	float:right;
	padding:14px 11px 0 0;
}

#header .button img{
	margin-bottom:6px;
}

#header .button img.spcboth{
	padding:0 25px 0 25px;
}

#header .button img.oneside{
	padding:0 25px 0 0;
}

/* navigation --------------------------------*/
#navi{
	clear:both;
	width:958px;
	margin:0 auto 0 auto;
	padding:0;
}

/* main contents --------------------------------*/
#main{
	width:958px;
	margin:0 auto 0 auto;

}

/* footer -----------------------------------*/
#footerbox{
	width:976px;
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	margin:0 auto 0 auto;
	clear:both;
}

#footer{
	clear:both;
	width:958px;
	margin:0 auto 0 auto;
	padding-top:20px;
	font-size:8pt;
}

#footer .icon1 img{
	margin:0 4px 1px 5px;
}

#footer .icon2 img{
	margin:0 4px 1px 12px;
}

#footer address{
	display:block;
	width:958px;
	margin:6px auto 0 auto;
	padding:6px 0 5px 0;
	border-top:2px solid #DDDDDD;
}


/* common -----------------------------------*/
.icon img{
	margin-bottom:3px;
	margin-right:4px;
}

.infoicon img{
	margin-top:4px;
	margin-bottom:3px;
	margin-right:4px;
	padding:3px 0 0 0;
}


/* top page --------------------------------*/
.topsearchbox{
	width:676px;
	border:1px solid #F3BDBD;
	background-color:#FFD0CD;
	margin-bottom:10px;
}

.toptablespace{
	margin:7px 0 5px 3px;
}

.topright1{
	margin:0;
	padding:0;
	border:1px solid #DDDDDD;
}

.topright2{
	margin:0 0 10px 0;
	padding:0;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
}

.toprighttxt{
	font-size:9pt;
	line-height:120%;
	padding:5px 7px 5px 7px;
}

.toprighttxt2{
	font-size:9pt;
	line-height:120%;
	padding:5px 7px 5px 7px;
}

p.toprightlist{
	margin:0;
	padding:0 0 5px 0;
}

.topbg1{
	background-image:url(images/index_img01.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

h2.toppage{
	margin:0 0 7px 0;
	padding:0;
}

.infoline{
	background-image:url(images/line_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.infodate{
	padding:3px 0 0 5px;
}

.infotxt{
	font-size:10pt;
	line-height:120%;
	padding:3px 0 0 0;
}


/* 追加 */
#header2{
	width:958px;
	border-top:3px solid #FF3333;
	margin:0 auto 0 auto;

}

#header2 .logo{
	float:left;
	padding:14px 0 15px 10px;
}

#header2 .headernavi{
	float:right;
	padding:14px 11px 0 0;
}

#header2 .button img{
	margin-bottom:6px;
}

#header2 .button img.spcboth{
	padding:0 25px 0 25px;
}

#header2 .button img.oneside{
	padding:0 25px 0 0;
}

.main_text{
	font-size:small;
	margin:5px 20px 20px 20px;
	line-height:1.5em;
}


