﻿@charset "utf-8";


/* default */


body, h1, h2, h3, h4, h5, p, ol, ul, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', /*'Meiryo', "メイリオ",*/ 'ＭＳ Ｐゴシック', sans-serif;
}	

td, th {
	text-align: left;
	font-weight: normal;
}

li {
	list-style-type: none;
}

.cf {
	overflow: hidden;
	position: relative;
}

a {
	outline: 0;
}


.inline {
	display: inline;
}

.block {
	display: block;
}

.alignRight {
	text-align: right;
}


/* tag definition */


html {
	height: 100%;
	background-color: #BEFF7D;
	overflow-y: scroll;
}

body {
	background-color: #FFF;
	font-size: 12px;
	line-height: 150%;
	color: #555;
}

a:link {
	color: #444;
}

a:hover {
	color: #3878EF;
}

table {
	width: 100%;
	border-collapse: collapse;
}


/* layout and design */


#bg_head {
	background: url(../images/bg_body.jpg) repeat-x;
	height: 127px;
}

#head {
	width: 760px;
	margin: 0 auto;
}

#logo {
	width: 470px;
	float: left;
}

#logo h1 {
	float: left;
	margin-right: 20px;
}

#logo h2 {
	float: left;
	font-size: 10px;
	padding-top: 8px;
}

#logo h2 a {
	text-decoration: none;
	font-weight: normal;
	color: #777;
}

#submenu {
	float: right;
	text-align: right;
}

#submenu img {
	margin: 6px 0 0px 2px;
	border: none;
}

#btn_inquiry {
	float: right;
	margin-top: 6px;
}

#head ul {
	clear: both;
}

#head li {
	float: left;
	margin-top: 8px;
}

#contents {
	width: 760px;
	margin: 0 auto;
}

#toPageTop {
	width: 760px;
	margin: 40px auto 30px auto;
	text-align: right;
}

#bg_foot {
	background-color: #BEFF7D;
	border-top: 10px solid #C9C9C9;
}

#foot {
	width: 760px;
	margin: 0 auto;
	padding: 25px 0;
}

#foot ul {
	line-height: 170%;
	float: left;
	clear: both;
	width: 500px;
}

#foot li {
	display: inline;
	border-left: 1px solid #666;
	padding: 0 10px;
}

#foot .first {
	border: none;
}

#fontSize {
	width: 260px;
	float: right;
	text-align: right;
}

#fontSize img {
	margin-left: 2px;
	border: none;
}

#copy {
	margin-top: 20px;
	text-align: right;
	font-size: 10px;
	clear: both;
}

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

#copy a {
	text-decoration: none;
	font-weight: normal;
	color: #555;
}

.pic_left {
	float: left;
	padding: 3px 10px 0 0;
}

.pic_right {
	float: right;
	padding: 3px 0 0 10px;
}








	
