@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.idea-h.net/
File name:		layout_commonness.css
Summary:		base styles
Created:		2009-9-1
Last update:	2009-9-1 by Sadaoka
Author:			Sadaoka(admin), Kaito
Copyright:		(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

/* Basis */
/* ------------------------------------------------------------ */
body {
	background-color: #fff;
	font-family: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4", "MS UI Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 1.5;
	color: #646464;
	margin: 0;
	padding: 0;
	border: 0px #f00 solid;
}

div,
p,
img,
ul,
ol,
li,
dl,
dt,
dd {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px #f00 solid;
}

br {
	letter-spacing: 0;
}

/* テキストを表示させない */
/* ------------------------------------------------------------ */
.none { display: none; }

/* インデント１文字分 */
/* ------------------------------------------------------------ */
.indent {
	text-indent: -1em;
	margin-left: 1em;
}

/* Font size H_type */
/* ------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0px #f00 solid;
}

.sub_text {
	font-size: 10px;
}

/* Link */
/* ------------------------------------------------------------ */
a:link, a:visited {
	color: #646464;
	text-decoration: none;
}

a:hover, a:active {
	color: #007bde;
	text-decoration: underline;
}

/* Float */
/* ------------------------------------------------------------ */
.f_left {
	float: left;
}

.f_right {
	float: right;
}

/* Center */
/* ------------------------------------------------------------ */
.f_center {
	text-align: center;
}

/* Margin */
/* ------------------------------------------------------------ */
.t_mgn5 {
	margin-top: 5px;
}

.t_mgn8 {
	margin-top: 8px;
}

.t_mgn10 {
	margin-top: 10px;
}

.t_mgn20 {
	margin-top: 20px;
}

.t_mgn30 {
	margin-top: 30px;
}

.t_mgn45 {
	margin-top: 45px;
}

.t_mgn50 {
	margin-top: 50px;
}

.r_mgn5 {
	margin-right: 5px;
}

.r_mgn8 {
	margin-right: 8px;
}

.r_mgn10 {
	margin-right: 10px;
}

.r_mgn20 {
	margin-right: 20px;
}

/* Header */
/* ------------------------------------------------------------ */
#header {
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#header_layout {
	width: 950px;
	height: 120px;
	margin: 0px auto;
	display: block;
	position: relative;
	border: 0px #0f0 solid;
}

#header_layout h1 {
	width: 270px;
	height: 34px;
	display: block;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 47px;
	border: 0px #f00 solid;
}

#header_layout h2 {
	text-align: left;
	font-size: 12px;
	line-height: 1;
	display: block;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 10px;
	border: 0px #f00 solid;
}

#header_layout .header_img1 {
	width: 120px;
	height: 20px;
	display: block;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 15px;
	border: 0px #f00 solid;
}

#header_layout .header_img2 {
	width: 282px;
	height: 14px;
	display: block;
	position: absolute;
	z-index: 3;
	left: 300px;
	top: 58px;
	border: 0px #f00 solid;
}

#header_layout .header_img3 {
	width: 167px;
	height: 35px;
	display: block;
	position: absolute;
	z-index: 4;
	left: 610px;
	top: 42px;
	border: 0px #f00 solid;
}

#header_layout .header_button1 a {
	background: url(../images/header_button1_2.gif) left top no-repeat;
	width: 140px;
	height: 44px;
	display: block;
	position: absolute;
	z-index: 5;
	right: 0px;
	top: 37px;
	border: 0px #f00 solid;
}

#header_layout .header_button1 a:hover {
	background: url(../images/header_button1_2.gif) left bottom no-repeat;
}

/* Header Menu2 */
/* ------------------------------------------------------------ */
#header_layout .header_button2 {
	width: 518px;
	height: 14px;
	display: block;
	position: absolute;
	z-index: 6;
	right: 0px;
	bottom: 7px;
	border: 0px #f00 solid;
}

#header_layout .header_button2 li {
	list-style-type: none;
	float: left;
	display: block;
	border: 0px #f00 solid;
}

#header_layout .header_button2 li a {
	background-image: url(../images/header_button2.gif);
	height: 0 !important;
	height /**/: 14px;
	padding-top: 14px;
	display: block;
	overflow: hidden;
}

/* ------------------------------------------------------------ */
/* 通常 */
#header_layout .header_button2 .menu1 a { width: 66px; height: 14px; background-position: 0 0; }
#header_layout .header_button2 .menu2 a { width: 77px; height: 14px; background-position: -66px 0; }
#header_layout .header_button2 .menu3 a { width: 96px; height: 14px; background-position: -143px 0; }
#header_layout .header_button2 .menu4 a { width: 119px; height: 14px; background-position: -239px 0; }
#header_layout .header_button2 .menu5 a { width: 160px; height: 14px; background-position: -358px 0; }

/* 現在位置 */
#header_layout .header_button2 .menu1 a.select { background-position:  0 -14px; }
#header_layout .header_button2 .menu2 a.select { background-position: -66px -14px; }
#header_layout .header_button2 .menu3 a.select { background-position: -143px -14px; }
#header_layout .header_button2 .menu4 a.select { background-position: -239px -14px; }
#header_layout .header_button2 .menu5 a.select { background-position: -358px -14px; }

/* オンマウス */
#header_layout .header_button2 .menu1 a:hover { background-position:  0 -14px; }
#header_layout .header_button2 .menu2 a:hover { background-position: -66px -14px; }
#header_layout .header_button2 .menu3 a:hover { background-position: -143px -14px; }
#header_layout .header_button2 .menu4 a:hover { background-position: -239px -14px; }
#header_layout .header_button2 .menu5 a:hover { background-position: -358px -14px; }

/* Header Menu3 */
/* ------------------------------------------------------------ */
#header .header_button3 {
	background: url(../images/header_bg.gif) left top repeat-x;
	width: 950px;
	height: 30px;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#header .header_button3 li {
	list-style-type: none;
	float: left;
	display: block;
	border: 0px #f00 solid;
}

#header .header_button3 li a {
	background-image: url(../images/header_button3.gif);
	height: 0 !important;
	height /**/: 30px;
	padding-top: 30px;
	display: block;
	overflow: hidden;
}

/* ------------------------------------------------------------ */
/* 通常 */
#header .header_button3 .menu1 a { width: 163px; height: 30px; background-position: 0 0; }
#header .header_button3 .menu2 a { width: 123px; height: 30px; background-position: -163px 0; }
#header .header_button3 .menu3 a { width: 75px; height: 30px; background-position: -286px 0; }
#header .header_button3 .menu4 a { width: 101px; height: 30px; background-position: -361px 0; }
#header .header_button3 .menu5 a { width: 156px; height: 30px; background-position: -462px 0; }
#header .header_button3 .menu6 a { width: 134px; height: 30px; background-position: -618px 0; }
#header .header_button3 .menu7 a { width: 99px; height: 30px; background-position: -752px 0; }
#header .header_button3 .menu8 a { width: 99px; height: 30px; background-position: -851px 0; }

/* 現在位置 */
#header .header_button3 .menu1 a.select { background-position:  0 -30px; }
#header .header_button3 .menu2 a.select { background-position: -163px -30px; }
#header .header_button3 .menu3 a.select { background-position: -286px -30px; }
#header .header_button3 .menu4 a.select { background-position: -361px -30px; }
#header .header_button3 .menu5 a.select { background-position: -462px -30px; }
#header .header_button3 .menu6 a.select { background-position: -618px -30px; }
#header .header_button3 .menu7 a.select { background-position: -752px -30px; }
#header .header_button3 .menu8 a.select { background-position: -851px -30px; }

/* オンマウス */
#header .header_button3 .menu1 a:hover { background-position:  0 -30px; }
#header .header_button3 .menu2 a:hover { background-position: -163px -30px; }
#header .header_button3 .menu3 a:hover { background-position: -286px -30px; }
#header .header_button3 .menu4 a:hover { background-position: -361px -30px; }
#header .header_button3 .menu5 a:hover { background-position: -462px -30px; }
#header .header_button3 .menu6 a:hover { background-position: -618px -30px; }
#header .header_button3 .menu7 a:hover { background-position: -752px -30px; }
#header .header_button3 .menu8 a:hover { background-position: -851px -30px; }

/* Body */
/* ------------------------------------------------------------ */
#body {
	clear: both;
	background: #f0f0f0 url(../images/body_bg2.gif) left top repeat-x;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_layout {
	background: url(../images/body_bg2_0.gif) left top repeat-y;
	width: 950px;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_left {
	background: #fff url(../images/body_bg2_1.gif) left top repeat-x;
	text-align: left;
	width: 670px;
	padding: 0px 30px;
	display: block;
	overflow: hidden;
	float: left;
	border: 0px #f00 solid;
}

#body_right {
	background: #e6e6e6 url(../images/body_bg2_2.gif) left top repeat-x;
	text-align: left;
	width: 220px;
	display: block;
	overflow: hidden;
	float: right;
	border: 0px #f00 solid;
}

/* Bread crumb menu */
/* ------------------------------------------------------------ */
.bread_crumb {
	text-align: left;
	font-size: 10px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.bread_crumb li {
	list-style: none;
	letter-spacing: 0;
	display: inline;
	border: 0px #f0f solid;
}

/* Pagetop */
/* ------------------------------------------------------------ */
.link {
	text-align: left;
	font-size: 12px;
	margin: 10px 0px 0px;
	display: block;
	border: 0px #f00 solid;
}

.link a:link,
.link a:visited {
	color: #004ebb;
	text-decoration: none;
}

.link a:hover,
.link a:active {
	color: #004ebb;
	text-decoration: underline;
}

.pagetop {
	text-align: right;
	font-size: 12px;
	line-height: 1;
	margin: 10px 0px 30px;
	display: block;
	border: 0px #f00 solid;
}

/* Right menu */
/* ------------------------------------------------------------ */
#right_menu {
	width: 212px;
	margin-left: 8px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

#right_menu dd {
	list-style-type: none;
	display: block;
	border: 0px #f00 solid;
}

#right_menu .button1 {
	background: url(../images/right_menu1.jpg) left top no-repeat;
	width: 204px;
	height: 42px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#right_menu .button2 {
	background: url(../images/right_menu2.jpg) left top no-repeat;
	width: 204px;
	height: 42px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#right_menu .button3 {
	background: url(../images/right_menu3.jpg) left top no-repeat;
	width: 204px;
	height: 42px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#right_menu .button4 {
	background: url(../images/right_menu4.jpg) left top no-repeat;
	width: 204px;
	height: 42px;
	display: block;
	overflow: hidden;
	border: 0px #0f0 solid;
}

#right_menu .text_link {
	background: url(../images/arrow4.gif) left center no-repeat;
	font-size: 11px;
	margin-left: 2px;
	padding: 0px 0px 0px 10px;
	display: block;
	overflow: hidden;
	border: 0px #0f0 solid;
}

#body_right .hr {
	width: 200px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px #c8c8c8 dotted;
}

#banner_layout {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

#banner_layout li {
	list-style-type: none;
	margin: 10px 0px 0px;
	display: block;
	border: 0px #f00 solid;
}

#banner_layout .button1 a {
	background: url(../images/right_menu_banner1_2.jpg) left top no-repeat;
	width: 200px;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#banner_layout .button1 a:hover {
	background: url(../images/right_menu_banner1_2.jpg) left bottom no-repeat;
}

#banner_layout .button2 a {
	background: url(../images/right_menu_banner2_2.jpg) left top no-repeat;
	width: 200px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#banner_layout .button2 a:hover {
	background: url(../images/right_menu_banner2_2.jpg) left bottom no-repeat;
}

/* Footer */
/* ------------------------------------------------------------ */
#footer {
	clear: both;
	text-align: center;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer #footer_layout {
	background: url(../images/footer_bg.gif) left bottom repeat-x;
	height: 80px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer_layout .footer_menu {
	clear: both;
	font-size: 10px;
	line-height: 1;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer_layout .footer_menu li {
	list-style: none;
	display: inline;
	border: 0px #00f solid;
}

#footer address {
	text-align: center;
	font-style: normal;
	font-size: 10px;
	letter-spacing: 0.1em;
	margin: 0px auto 15px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Popup Header */
/* ------------------------------------------------------------ */
#popup_header {
	background: url(../images/popup_header_bg.gif) left top repeat-x;
	text-align: left;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#popup_header h1 {
	width: 670px;
	height: 50px;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* 各ページにあるCatalogue請求ボタン */
/* ------------------------------------------------------------ */
.catalogue_button a {
	background: url(../images/catalogue_button2.jpg) left top no-repeat;
	width: 350px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.catalogue_button a:hover {
	background: url(../images/catalogue_button2.jpg) left bottom no-repeat;
}