@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	font-size: small;
	line-height: 1.4em;
	letter-spacing : 0.1em;
/*	background-image: url(image/body_bg.png);
	background-repeat: repeat-x;	*/
}

#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1000px;
	/*	border: 4px solid #FF0000;*/
}

/* ----- nobokon all page common css ---*/
/* -----common head title ---*/
#nobokon-title {
	margin: 0px;
	padding: 10px 0px 0px 260px;
	width: 730px;
	height: 36px;
/*	border: 1px solid #CCCCCC;	*/
}
.nobokon-title-h1{
	display: none;
}

/* ------- common head contents navi ----- */
#nobokon-navi {
	margin: 0px;
	width: 990px;
	height: 32px;
	background: url(image/head-navi_bg.jpg) bottom repeat-x;
}
#nobokon-navi a {
	color: #FFF; 
	text-decoration: none;
}
#nobokon-navi ul {
	margin: 0px;
	padding-left: 160px;
	list-style-type: none;
}
#nobokon-navi ul li {
	float: left;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#nobokon-navi ul li a {
	height: 32px;
	padding: 0px 20px 0px 20px;
	line-height: 32px;
	display: block;
}
#nobokon-navi ul li a:hover {
	background: url(image/head-navi_bg_ov.jpg) bottom repeat-x;
}

/* ----- text-layout ----------- */
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

/* ----- font ------------------ */
.font-m {
	font-size: medium;
}
.font-red {
	font-weight: bold;
	color: #FF6600;
}
.link-line-none {
	text-decoration: none;
}
/* -----  pagetopend ----------- */
#pagetopend {
	clear: both;
	float: none;
	margin: 0px;
	padding: 10px 20px 10px 0px;
	width: 970px;
	text-align: right;
}
#pagetopend a {
	text-decoration: none;
}

/* -----  footer --------------- */
#footer {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width: 990px;
	height: auto;
}
.reserved {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-style: italic;
	background-color: #eeeeee;
}
.renewal {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-align: center;
	color: #333333;
	border-top: solid 2px; #666666;
	border-bottom: solid 2px; #666666;
	background-color: #eeeeee;
}
/* ----- nobokon all page common css end ---*/

/* ----- counter --------------- */
#counter {
	margin-top: 0px;
	padding: 5px 5px 5px 5px;
	width: 980px;
	height: auto;
/*	border: 1px solid #CCCCCC;	*/
}
/* ----- nobokon all page common css end ---*/
