/*  ------------------------------style reset*/
*  {
	margin:  0;
	padding:  0;
}


/*  ------------------------------レイアウト確認用ボーダー
*  {
	border:  1px solid #f00;
} */

/*  ------------------------------basic css */
body{
	font-size:small;
	font-family: sans-serif;
	color:#333333;
	line-height:1.2em;
	background-image: url(../pub_img/gbg.gif) ;
	background-repeat: repeat-y ;
	background-position: center ;
	margin-top: 0px ;
	margin-bottom: 0px ;
	text-align:  center;  /*  Win IE5.X用 */
}

img{
	border: none;
	display: block ;
}

p {
	font-size: 10px ;
	margin-left: 30px;
}


/*  ------------------------------リンクスタイル */
a:link {
	color:#ff8c00 ;
	text-decoration: none;
}

a:visited {
	color:#4392d6 ;
	text-decoration: none;
}

a:hover {
	color:#69baff ;
}



/*  ------------------------------構造上のID　*/
#container{
	margin-right: auto;
	margin-left: auto;
	width: 760px ;
	text-align: left;   /*  Win IE5.X用 */
	vertical-align: top;
}

/*  ------------------------------logoの配置　*/
#logo{
	width: 487px ;
	float: left;
	margin-top: 15px;/*  お知らせ項目がない場合は60pxに設定　*/
	margin-bottom: 30px;
}

#member{
	margin-top: 100px;/*  お知らせ項目がない場合は100pxに設定　*/
}

/*  ------------------------------menuの配置　*/
#menu{
	margin-top: 60px;
	margin-bottom: 60px;
	float: right;
	line-height:1.2em;
}

#menu img{
	margin-bottom: 10px;
}




/*  ------------------------------フッター　*/
#footermemo{
	clear: both;
	font-size:9px;
	width: 760px ;
	text-align: center;
	padding-top: 3px ;
	padding-bottom: 3px ;
	border-top: solid 1px #003f94;
	border-bottom: solid 1px #003f94;
	vertical-align: top;
}

#footer{
	font-size:9px;
	width: 760px ;
	height: 40px ;
	text-align: center;
	padding-top: 10px ;
	padding-bottom: 10px ;
	border-bottom: solid 1px #003f94;
	vertical-align: top;
}



