@charset "EUC-JP";
* {
	font-size: 12px;
	line-height: 1.4;
	color:#332200;;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: 
		"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"¥á¥¤¥ê¥ª",
		"Meiryo",
		"£Í£Ó £Ð¥´¥·¥Ã¥¯",
		"MS PGothic",
		verdana,
		arial,
		Sans-Serif;
}
body {
	background-color: #D5D1D0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#centering {
	width: 770px;
	padding-right: 17px;
	padding-left: 17px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#bottom_menu {
	width: 763px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 7px;
	background-color: #D3CEC8;
	float: left;
	clear: both;
	margin-bottom: 1px;
}
#bottom_menu a {
	padding-right: 7px;
	float: left;
}
#bottom_menu ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}
#footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #422722;
	clear: both;
	width: 762px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 50px;
}
#footer ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}
#footer a {
	float: left;
	padding-right: 18px;
	padding-top: 5px;
}
#copyright {
	float: right;
	font-family: 
		"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"¥á¥¤¥ê¥ª",
		"Meiryo",
		"£Í£Ó £Ð¥´¥·¥Ã¥¯",
		"MS PGothic",
		verdana,
		arial,
		Sans-Serif;
	font-size: 10px;
}
a:link {
	color: #378FA9;
	text-decoration: none;
}
a:visited {
	color: #4AC0E3;
	text-decoration: none;
}
a:hover {
	color: #4AC0E3;
	text-decoration: none;
}
a:active {
	color: #378FA9;
	text-decoration: none;
}
/*----------------------------------------------------
	clearfix:
----------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


