@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------- */
/* 初期設定 */
/* ---------------------------------------------------------------- */
html {
	background-color: #EFF0F1;
}
body {
	background: #FFF url("../images/bg_header.jpg") no-repeat top center;
	color: #333;
	font-family: 'Osaka','ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}
body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
a {
	color: #0099CC;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
p {
	margin-top: 12px;
}
/* clearfix */
.clearfix:after {
	content: url("../images/pixel.gif");
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
.clear	{
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* float */
.float_l {
	float: left;
}
.float_l2 {
	float: left;
	padding: 0 20px 15px 0;
}
.float_r {
	float: right;
	padding: 0 0 15px 15px;
}
/* margin */
.mTop5 {
	margin-top: 5px;
}
.mTop10 {
	margin-top: 10px;
}
.mTop12 {
	margin-top: 12px;
}
.mTop20 {
	margin-top: 20px;
}
.mTop30 {
	margin-top: 30px;
}
.mTop40 {
	margin-top: 40px;
}
.mTop50 {
	margin-top: 50px;
}
/* color */
.gray {
	color: #666;
}
.red {
	color: #CC3300;
}
.green {
	color: #30A85D;
}



/* ---------------------------------------------------------------- */
/* レイアウト */
/* ---------------------------------------------------------------- */
/* Header */
#Header {
	position: relative;
	width: 900px;
	height: 75px;
	margin: 0 auto;
	text-align: left;
}
#Header h1 a {
	position: absolute;
	overflow: hidden;
	display: block;
	width: 270px;
	height: 50px;
	top: 13px;
	left: 0;
	background: url("../images/logo.gif") no-repeat;
}
#Header ul {
	position: absolute;
	list-style-type: none;
	width: 170px;
	height: 14px;
	top: 10px;
	right: 0;
	background: url("../images/h_menu_bg.gif") no-repeat right;
}
#Header ul li {
	float: left;
	padding: 0 10px 0 12px;
	background: url("../images/h_menu_bg.gif") no-repeat left;
}
#Header ul li a {
	overflow: hidden;
	display: block;
}
#Header ul li.hm1 a {
	width: 47px;
	height: 14px;
	background: url("../images/h_menu1.gif") no-repeat;
}
#Header ul li.hm2 a {
	width: 76px;
	height: 14px;
	background: url("../images/h_menu2.gif") no-repeat;
}
#Header table {
	position: absolute;
	width: 148px;
	height: 28px;
	right: 10px;
	bottom: 10px;
}
#Header table th {
	width: 61px;
}
#Header table td {
	padding-left: 5px;
	text-align: right;
}
#Header table td a {
	display: block;
	overflow: hidden;
}
#Header table td.fontS a {
	width: 20px;
	height: 28px;
	background: url("../images/font_s.gif") no-repeat;
}
#Header table td.fontM a {
	width: 24px;
	height: 28px;
	background: url("../images/font_m.gif") no-repeat;
}
#Header table td.fontL a {
	width: 28px;
	height: 28px;
	background: url("../images/font_l.gif") no-repeat;
}

/** none **/
#Header h1 a span,
#Header ul li a span,
#Gmenu ul li a span,
#Header table td a span,
#Contents #Ptop a span {
	display: none;
}

/* Gmenu */
#Gmenu {
	width: 900px;
	margin: 0 auto;
}
#Gmenu ul {
	width: 900px;
	list-style-type: none;
}
#Gmenu ul li {
	float: left;
}
#Gmenu ul li a {
	overflow: hidden;
	display: block;
	width: 180px;
	height: 44px;
}
#Gmenu ul li.gm1 a {
	background: url("../images/g_menu.gif") no-repeat 0 -3px;
}
#Gmenu ul li.gm1 a:hover,
#Gmenu ul li.gm1s {
	background: url("../images/g_menu.gif") no-repeat 0 -51px;
}
#Gmenu ul li.gm2 a {
	background: url("../images/g_menu.gif") no-repeat -180px -3px;
}
#Gmenu ul li.gm2 a:hover,
#Gmenu ul li.gm2s {
	background: url("../images/g_menu.gif") no-repeat -180px -51px;
}
#Gmenu ul li.gm3 a {
	background: url("../images/g_menu.gif") no-repeat -360px -3px;
}
#Gmenu ul li.gm3 a:hover,
#Gmenu ul li.gm3s {
	background: url("../images/g_menu.gif") no-repeat -360px -51px;
}
#Gmenu ul li.gm4 a {
	background: url("../images/g_menu.gif") no-repeat -540px -3px;
}
#Gmenu ul li.gm4 a:hover,
#Gmenu ul li.gm4s {
	background: url("../images/g_menu.gif") no-repeat -540px -51px;
}
#Gmenu ul li.gm5 a {
	background: url("../images/g_menu.gif") no-repeat -720px -3px;
}
#Gmenu ul li.gm5 a:hover,
#Gmenu ul li.gm5s {
	background: url("../images/g_menu.gif") no-repeat -720px -51px;
}

/* Contents */
#Contents {
	width: 900px;
	margin: 0 auto;
	background: url("../images/bg_contents.gif") repeat-y;
	text-align: left;
}
* html #Contents #lBox { /* ie6 */
	margin: 17px 0 0 10px;
}
#Contents #lBox {
	width: 639px;
	margin: 17px 0 0 20px;
	float: left;
}
#Contents #lBox .text {
	width: 615px;
	margin-right: 12px;
	margin-left: 12px;
}
#Contents #lBox .text2 {
	margin-right: 20px;
	margin-left: 20px;
}
#Contents #lBox .text3 {
	margin-left: 10px;
}
* html #Contents #rBox { /* ie6 */
	margin: 17px 10px 0 0;
}
#Contents #rBox {
	width: 195px;
	margin: 17px 20px 0 0;
	float: right;
}
#Contents p.btn {
	margin: 3px 0 0 0 !important;
	text-align: center;
}

/* Pmenu */
#Contents #Pmenu {
	position: relative;
	width: 898px;
	height: 28px;
	margin: 0 1px;
	background: url("../images/bg_pmenu.gif") repeat-x;
}
#Contents #Pmenu span {
	position: absolute;
	left: 19px;
	width: 850px;
}

/* Pagetop */
#Contents #Ptop {
	width: 660px;
	padding: 30px 0 15px 0;
	text-align: right;
}

#Contents .Ptop {
	width: 639px;
	padding: 15px 0;
	text-align: right;
}

/* Fmenu */
#Fmenu {
	position: relative;
	width: 900px;
	height: 27px;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
}
#Fmenu ul {
	position: absolute;
	list-style-type: none;
	width: 614px;
	height: 14px;
	top: 7px;
	right: 5px;
}
#Fmenu ul li {
	float: left;
	margin-right: 15px;
}
#Fmenu ul li a {
	overflow: hidden;
	display: block;
	height: 14px;
}
#Fmenu ul li.fm1 a {
	width: 82px;
	background: url("../images/f_menu1.gif") no-repeat;
}
#Fmenu ul li.fm2 a {
	width: 93px;
	background: url("../images/f_menu2.gif") no-repeat;
}
#Fmenu ul li.fm3 a {
	width: 142px;
	background: url("../images/f_menu3.gif") no-repeat;
}
#Fmenu ul li.fm4 a {
	width: 83px;
	background: url("../images/f_menu4.gif") no-repeat;
}
#Fmenu ul li.fm5 a {
	width: 52px;
	background: url("../images/f_menu5.gif") no-repeat;
}
#Fmenu ul li.fm6 a {
	width: 72px;
	background: url("../images/f_menu6.gif") no-repeat;
}

/** none **/
#Fmenu ul li a span {
	display: none;
}

/* Footer */
#Footer {
	width: 100%;
	margin-top: 25px;
	padding: 20px 0;
	background-color: #EFF0F1;
	text-align: center;
}