@charset "utf-8";
/* CSS Document */


/*
0:bace
1:navi
2:other-common
*/

/* 0：bace 
---------------------------------------------*/
img {
	margin:0;
	padding:0;
	border-style:none;
	border-width:0px;
}

body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	line-height:1.8;
	color:#333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color:#fff;
	}
a:link,a:visited,a:active{
	text-decoration: none;
	color:#009900;
}
a:hover {
	text-decoration: none;
	color:#7EC741;
}

#header {
	position:relative;
	width:100%;
	height:65px;
	text-align:center;
	background:url(../img/header_bg.gif) repeat;
}
#wrapper {
	position:relative;
	margin:20px auto;
	height:auto;
	width:790px;
	}
#contents {
	float:right;
	margin:0 5px 40px 5px;
	width: 570px;
}
#footer {
	clear:both;
	height: 60px;
	width: 100%;
	border-top:5px solid #CF452A;
	background:#fff;
}
#privacy{
	float:left;
	padding:10px 0;
	margin-left:10px;
	line-height:1.5;
	font-size:10px;
}
#privacy a:link,#privacy a:visited,#privacy a:active{
	text-decoration: none;
	color:#333;
}
#privacy a:hover {
	text-decoration: none;
	color:#7EC741;
}
#copy{
	float:right;
	padding:10px 0;
	margin-right:10px;
	text-align:right;
	font-size: 10px;
}
#pankuzu{
	padding:5px 0;
	font-size:10px;
	}
#pankuzu a:link,#pankuzu a:visited,#pankuzu a:active{
	text-decoration: none;
	color:#333;
}
#pankuzu a:hover {
	text-decoration: none;
	color:#7EC741;
}

.telred {
font-size: 18px;
font-weight :bold;
color: #CC0000;
}


/* 1：navi 
---------------------------------------------*/
#navi {
	margin-left:5px;
	padding:0;
	float:left;
	width: 195px;
	list-style-type: none;
	font-size:10px;
	text-align:left;
}
#navi ul{
	margin:0;
	padding:0;
	width: 195px;
}
#navi li{
	list-style:none;}
#navi li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:30px;
	padding-top: 30px;
	background-image: url(../img/navi-b.gif);
	}

#log{
	background:url(../img/navilog-bg.gif) no-repeat left;
}
#logtxt{
	padding:10px 20px 0 20px;
	font-size:10px;
	height:105px;
	line-height:1.5;
}
#logouttxt{
	padding:10px 20px 0 20px;
	font-size:10px;
	height:105px;
	line-height:1.3;
}
#logouttxt b{
	line-height:2;
}
#nav01{
	padding-top: 7px;}	
#nav03 , #nav04 , #nav05 , #nav06 , #nav07 , #nav08{
	background:url(../img/navi-bg.gif) repeat;
	height:30px;
}
	/* navi*/
	#nav01 a { background-position:  0 0; }
	#nav02 a { background-position: -195px 0; }
	#nav03 a { background-position: -390px 0; }
	#nav04 a { background-position: -585px 0; }
	#nav05 a { background-position: -780px 0; }
	#nav06 a { background-position: -975px 0; }
	#nav07 a { background-position: -1170px 0; }
	#nav08 a { background-position: -1365px 0; }
	#nav09 a { background-position: -1560px 0; }
	
	/* mousu-on & stay */
	#nav01 a:hover { background-position: 0   0; }
	#nav01 a.stay  { background-position: 0   -30px; }
	#nav02 a.stay, #nav02 a:hover { background-position: -195px  -30px; }
	#nav03 a.stay, #nav03 a:hover { background-position: -390px  -30px; }
	#nav04 a.stay, #nav04 a:hover { background-position: -585px  -30px; }
	#nav05 a.stay, #nav05 a:hover { background-position: -780px  -30px; }
	#nav06 a.stay, #nav06 a:hover { background-position: -975px  -30px; }
	#nav07 a.stay, #nav07 a:hover { background-position: -1170px -30px; }
	#nav08 a.stay, #nav08 a:hover { background-position: -1365px -30px; }
	#nav09 a.stay, #nav09 a:hover { background-position: -1560px -30px; }
	
/* 2：other-common
---------------------------------------------*/
.title{
	margin-bottom:10px;
}
.botsp{
	margin-bottom:20px;
}
.topsp{
	margin-top:20px;
}
.centertxt{
	text-align:center;
	}
.righttxt{
	text-align:right;
	}
.lefttxt{
	text-align:left;
	}
.linkmark{
	background:url(../img/linkicon.gif) left no-repeat;
	padding-left:15px;
}
.dodbox{
	margin:20px 0;
	padding:20px 20px;
	border:dotted 1px #7EC741;
}
.caption{
	font-size:10px;
}
.captionred{	
	font-size:10px;
	color:#CF452A;
}
.redtxt{
	color:#CF452A;
	font-weight:bold;
}
.browntxt{
	color:#5E4136;
	font-weight:bold;
	font-size:13px;
}
.bluetxt{
	color:#3558B7;
	font-size:10px;
	line-height:1.2;
}