* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	margin: 0 auto;
	width: 100%;
	background-color: #FFFFFF;
}

/*ヘッダ枠で使用*/
#header {
	width:780px;
	height:70px;
	position: relative;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
}

#logo {
	width:220px;
	height:60px;
	position:relative;
	float: left;
}

#info {
	width: 530px;
	height:60px;
	position: relative;
	float: right;
	font-weight: bold;
	color: silver;
}

/*メニュー枠で使用*/
#menu {
	width: 100%;
	height: 30px;
	background-image: url(img/menu_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 6px;
	color: #cccccc;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック";
	text-align: center;

}
#menu a:link{
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: #000000;
	text-decoration:none;
}
#menu a:active {
	color: #000000;
	text-decoration:none;
}
#menu a:visited {
	color: #000000;
	text-decoration:none;
}

/*フッタ枠で使用*/
#footer {
	width:780px;
	height:70px;
	font-size: 12px;
	position: relative;
	margin: 0 auto;
}

#footer_line {
	width: 760px;
	height: 10px;
	position: relative;
	margin: 0 auto;
	background-image: url(img/line.jpg);
	background-repeat: no-repeat;
}
#footer_contents {
	width: 760px;
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
