body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/common/background.jpg) repeat-x 0 0;
	color: #333;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 62.5%;
	line-height: 1.4;
}

img {
	border-width: 0;
	vertical-align: bottom;
}

a { color: #00f; }
a:hover { text-decoration: none; }

#layout {
	width: 740px;
	margin: 0 auto;
	background: #fff url(../images/common/container.gif) repeat-y 0 0;
}

#container {
	background: transparent url(../images/common/container_top.jpg) no-repeat 0 0;
}

#header {
	margin: 0;
	padding: 10px 20px;
	background: transparent url(../images/common/header.gif) no-repeat 20px 0;
}

#logo {
	position: relative;
	height: 55px;
	width: 298px;
	margin: 0;
}
#symbol,
#logo-class,
#logo-name { position: absolute; }
#logo-class {
	left: 60px;
	top: 0;
}
#logo-name {
	left: 55px;
	top: 15px;
}

#menu {
	position: relative;
	height: 25px;
	margin: 0;
	padding: 0 5px 0 10px;
}
#menu li {
	list-style-type: none;
	float: left;
	width: 150px;
	height: 25px;
}
#menu-inquiry {
	position: absolute;
	top: 8px;
	left: 618px;
}

.menu-button { background: transparent url(../images/common/menu/button.gif) no-repeat 0 0; }
.menu-tab { background: transparent url(../images/common/menu/tab.gif) no-repeat 0 0; }

#contents {
	margin: 0 20px;
	padding-top: 10px;
}

#contents h2,
#contents p,
#contents ul,
#contents dl,
#contents table {
	margin-top: 0;
	margin-bottom: .5em;
}

#footer {
	margin: 0;
	padding: 10px 20px 15px;
	background: transparent url(../images/common/container_bottom.gif) no-repeat 0 100%;
}

#copyright {
	margin: 0;
	padding-top: 5px;
	border-top: 5px solid #06c;
	text-align: center;
}

.pagetop {
	border-top: 2px dotted #ccc;
	text-align: right;
	font-size: 1.1em;
	line-height: 2;
}

.hidden { display: none; }
.float-right { float: right; }
.float-left { float: right; }

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

.right { text-align: right; }
.center { text-align: center; }

.margin-h10px {
	margin-left: 10px;
	margin-right: 10px;
}
.margin-l10px { margin-left: 10px; }
.padding-b1em { padding-bottom: 1em; }

.size11 { font-size: 1.1em; }
.size12 { font-size: 1.2em; }
.size14 { font-size: 1.4em; }
.size16 { font-size: 1.6em; }

.larger { font-size: larger; }
.bold { font-weight: bold; }
.red { color: #f00; }