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

html, body, div, span, img, ul, li, a, p, hr, h1, h2, h3 ,h4, h5, h6, dl, dt, dd, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:"ＭＳ ＵＩゴシック", "Arial", Osaka;
}

/* basic style */
body {
	font-size: 12px;
	line-height: 18px;
	letter-spacing:1px;
	color: #454545;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

div {

}

span {

}

p {
	margin: 5px;
}

a {
	color: #96F;
	text-decoration: none;
}

a:hover {
	color: #60F;
	text-decoration: underline;
}

h1 {
	font-variant:normal;
	font-style:normal;
	font-weight:normal;
	font-size: 12px;
	
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 12px;
}

strong {
	color:#000;
}

li {
	
	display:inline;
}

#all {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-image:url(../images/bottom_img.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#summary {
	background-color:#000000;
	color:#FFFFFF;
}

#footer {
	padding:10px;
	height:80px;
}

#reset {
	height:30px;
}

.sub_navi {
	height:30px;
}

.aten {
	font-size:9px;
	color:#999;
	text-align:right;
}

.aten2 {
	font-size:9px;
	color:#999;
}

.tex {
	text-align:left;
}

.flt {
	float:left;
	width:250px;
}

.sp10{
	height:10px;
	width:10px;
}

.sp15{
	height:15px;
	width:15px;
}


.sp20{
	height:20px;
	width:20px;
}

.sp30{
	height:30px;
	width:30px;
}

.B_under{
	height:20px;
	background-image:url(../images/B-bar-under.gif);
	background-repeat:no-repeat;
}

#copyright {

}

#gotoTop {
	text-align:right;
}

/* navi rule */
#navi {
	background-color: #FFFFFF;
	width: auto;
	height: 61px;
	background-position: top left;
	background-image: url(../images/basic/navi/navi_back.gif);
	background-repeat: repeat-x;
}

#navi ul {
	padding-top: 0px;
	width: 900px;
	height: 61px;
	list-style-type: none;
	display: block;
	float: left;
}

#navi li a {
	width: 150px;
	height: 61px;
	display: block;
	color: #2F2D2D;
	text-decoration: none;
}

#navi li {
	width: 150px;
	height: 61px;
	margin: 0px;
	float: left;
	text-align: center;
	display: block;
}
#navi span {
	display: none;
}

/* home */
#navi #home a {
	background-image: url(../images/navi_home.gif);
	background-repeat: no-repeat;
}
#navi #home a:hover {
	background-image: url(../images/navi_home_on.gif);
}
#navi #home_on {
	background-image: url(../images/navi_home_on.gif);
	background-repeat: no-repeat;
}

/* outline */
#navi #outline a {
	background-image: url(../images/navi_outline.gif);
	background-repeat: no-repeat;
}
#navi #outline a:hover {
	background-image: url(../images/navi_outline_on.gif);
}
#navi #outline_on {
	background-image: url(../images/navi_outline_on.gif);
	background-repeat: no-repeat;
}

/* example */
#navi #example a {
	background-image: url(../images/navi_example.gif);
	background-repeat: no-repeat;
}
#navi #example a:hover {
	background-image: url(../images/navi_example_on.gif);
}
#navi #example_on {
	background-image: url(../images/navi_example_on.gif);
	background-repeat: no-repeat;
}

/* custom */
#navi #custom a {
	background-image: url(../images/navi_custom.gif);
	background-repeat: no-repeat;
}
#navi #custom a:hover {
	background-image: url(../images/navi_custom_on.gif);
}
#navi #custom_on {
	background-image: url(../images/navi_custom_on.gif);
	background-repeat: no-repeat;
}

/* Subsidy */
#navi #subsidy a {
	background-image: url(../images/navi_subsidy.gif);
	background-repeat: no-repeat;
}
#navi #subsidy a:hover {
	background-image: url(../images/navi_subsidy_on.gif);
}
#navi #subsidy_on {
	background-image: url(../images/navi_subsidy_on.gif);
	background-repeat: no-repeat;
}

/* contact */
#navi #contact a {
	background-image: url(../images/navi_contact.gif);
	background-repeat: no-repeat;
}
#navi #contact a:hover {
	background-image: url(../images/navi_contact_on.gif);
}
#navi #contact_on {
	background-image: url(../images/navi_contact_on.gif);
	background-repeat: no-repeat;
}


/* mini_info */
#info_left{

}
#info_nc{

}
#info_bar{

}
#info_map{

}
#info_sp{

}

/* clear */
#all .floatClear {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
}

.invisible {
	display:none;
}