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


body {
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	background-color: #FFF;
	background-image: url(../images/g_bg01.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
html {  
    overflow-y: scroll;  
}

a img { 
	border: none;
}
a:link {
	color: #79B63D;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #663;
}

/* DIV */
.container {
	width: 820px;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	background-color: #FFF;
	background-image: url(../images/gb_title01.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.menubar {
	background-image: url(../images/g_bar.jpg);
	height: 40px;
}


.content {
	padding: 10px;
	width: 800px;
	background-color: #FFF;
}

.footer {
	width: 100%;
	text-align: center;
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #FFF;
	background-image: url(../images/g_bg02.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	background-position: bottom;
}

/* ~~ その他の float/clear クラス ~~ */

.fltrt {
	float: right;
	margin-left: 5px;
	width: 380px;
	margin-right: 5px;
}
}

.fltlft { 
	float: left;
	margin-right: 8px;
	width: 410px;
}
.menubar_left {
	width: 200px;
	margin-top: 5px;
	margin-left: 0px;
}

