@charset "Shift_JIS";

/*-------------------------全ページ共通-------------------------*/
*{margin: 0;padding: 0;}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
	text-align:center;
	background-image:url(../images/page_bg.gif);
	background-repeat:repeat;
	background-position:left top;
}

.clearb{clear:both;}
img.floatright{float:right;}
img.floatleft{float:left;}

img{border:0;}
ul{list-style-type:none;}
ol{list-style-type:none;}

/*高さ5pxスペース*/
.height05{
	height:5px;
	}

/*高さ10pxスペース*/
.height10{
	height:10px;
	}
	
/*高さ15pxスペース*/
.height15{
	height:15px;
	}
	
	

/*WRAP-全体の外枠*/
#wrap {
	width:760px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

/*HEADER-WRAP-ヘッダ枠*/
#header-wrap {
	height:15px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	background-image:url(../images/h_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/*CONTENTS-WRAP-コンテンツ枠*/
#contents-wrap {
	margin-right: 10px;
	margin-left: 10px;
}

/*FOOTER-WRAP-フッタ枠*/
#footer-wrap {
	margin-right: 10px;
	margin-left: 10px;
}

#f-logo-wrap {
	width:100%;
	height:35px;
	background-image:url(../images/f_line.gif);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:left;
}



/*コピーライト枠*/
#copyright-wrap {
	text-align:left;
	float:left;
}

/*フッタナビ枠*/
#f-navi-wrap {
	text-align:right;
	float:right;

}






/*BOTTOM-WRAP-丸枠下*/
#bottom-wrap {
	width:760px;
	height:11px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}



/*-------------------------小ウインドウページ共通-------------------------*/

/*NW-WRAP-全体の外枠*/
#nw-wrap {
	width:620px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

/*NW-TITLE-WRAP-タイトル枠*/
#nw-title-wrap {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #EAEFF7;
	text-align:left;
}

/*NW-BOTTOM-WRAP-丸枠下*/
#nw-bottom-wrap {
	width:620px;
	height:11px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
