*{
	margin: 0px;
	padding: 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", "Osaka", "lroSVbN";
	text-decoration : none;
	font-size:100%;
}
/*  ページ全体の設定
---------------------------------------------*/
body {
	background-color: #F5F5F5;
	font-size: 75%;
	line-height: 160%;
	text-align: center;
	color: #333333;
	margin: 0px;
}
img {
border: 0px;
}
div#page {
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-top: 5px solid #8B814C;
	border-bottom: 5px solid #8B814C;
	background: #FFFFFF;
	width: 730px;
	margin: 0px auto;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
/*  ヘッダーの設定
---------------------------------------------*/
div#head {
	float:left;
	padding: 0px;
	margin: 0px;
	margin-bottom:10px;
	background: #FFFFFF;
	text-align: left;
}
div#head_2 {
	float:right;
	padding: 0px;
	margin-bottom:10px;
	background: #FFFFFF;
}
#globalNav {
	position: absolute;
	top: 190px;
	width: 750px;
	height: 50px;
	list-style-type: none;
	}
/*  ナビゲーションの設定
---------------------------------------------*/
#navigation {
	width: 750px;
	clear:left;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 50px;
	overflow: hidden;
	border-bottom: 2px solid #CCCCCC;
}
#navigation li {
	float: left;
	width: 109px;
	margin: 0;
	padding: 0;
	background-image: url(../img/list_bg10.gif); /* オフマウス時の背景画像を指定 */
}
#navigation a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 6px 0 8px 0;
	background-image: url(../img/list_bg10.gif); /* オフマウス時の背景画像を指定 */
	background-position: left top; /* オフマウス時の背景画像の開始位置を左上に指定 */
	text-decoration: none;
	color:#FFFFFF;
	
}
#navigation a:hover {
	background-image: url(../img/list_bg10.gif); /* オフマウス時の背景画像を指定 */
	background-position: right top; /* オンマウス時の背景画像の開始位置を右上に指定 */
	color:#FFFFFF;
}
/*  フッター包括
---------------------------------------------*/
div#footall {
	clear: both;
	width: 750px;
}
/*  フッターの設定
---------------------------------------------*/
div#foot{
/*	background-image: url(../img/footer_copy_12.gif); */
	background-repeat : no-repeat;
	position : relative;
	width: 750px;
	height: 30px;
	margin : 0 auto;
	clear: both;
	}
div#foot ul{
	list-style: none;
	padding:0px;
}
div#foot li{
	display:inline;
	margin:0px;
	
}
div#foot a{
	color : #696969;
	text-decoration : none;	
	padding-right:1px;
}
#foot a:hover{
	color : #191970;
	text-decoration : underline;
}
p#copyright {
	font-size : 80%;
	margin-top : 5px;
	text-align: center;
	color:#191970;
}

/*  フッター２の設定
---------------------------------------------*/
strong{
	font-weight:normal;
}


#disc ul {
	list-style: none;
	margin: 20px;
	padding: 0px;
}
#disc ol {
	margin-left: 30px;
	padding: 0px;
}

/*  clearfixの設定
---------------------------------------------*/
.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
