@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.officemedia.co.jp/
File name:		layout_commonness.css
Summary:		base styles
Created:		2010-3-1
Last update:	2010-3-1 by Sadaoka
Author:			Sadaoka(admin), Kaito
Copyright:		(C) 2010 dabhand Inc.
--------------------------------------------------------------- */

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

table {
	font-size: 12px;
}

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 */
/* ------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0px #f00 solid;
}

.sub_text {
	font-size: 83%;
}

.txt_blue {
	color: #2183e1;
}

sub {
	font-size: 75%;
	vertical-align: baseline;
}

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

a:hover, a:active {
	color: #2183e1;
	text-decoration: underline;
}

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

.f_right {
	float: right;
}

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

/* Clear */
/* ------------------------------------------------------------ */
.clear {
	clear: both;
}

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

.t_mgn10 {
	margin-top: 10px;
}

.t_mgn15 {
	margin-top: 15px;
}

.t_mgn20 {
	margin-top: 20px;
}

.t_mgn30 {
	margin-top: 30px;
}

.t_mgn50 {
	margin-top: 50px;
}

.r_mgn5 {
	margin-right: 5px;
}

.r_mgn10 {
	margin-right: 10px;
}

.r_mgn20 {
	margin-right: 20px;
}

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

#header_layout {
	background: url(../images/header_bg2.gif) left top no-repeat;
	width: 950px;
	height: 110px;
	margin: 0px auto;
	display: block;
	position: relative;
	border: 0px #0f0 solid;
}

#header_layout h1 a {
	width: 277px;
	height: 28px;
	display: block;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 41px;
	border: 0px #f00 solid;
}

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

/* Header Menu1 */
/* ------------------------------------------------------------ */
#header_layout .header_button1 {
	width: 250px;
	height: 31px;
	display: block;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
	border: 0px #f00 solid;
}

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

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

/* ------------------------------------------------------------ */
/* 通常 */
#header_layout .header_button1 .menu1 a { width: 61px; height: 31px; background-position: 0 0; }
#header_layout .header_button1 .menu2 a { width: 86px; height: 31px; background-position: -61px 0; }
#header_layout .header_button1 .menu3 a { width: 103px; height: 31px; background-position: -147px 0; }

/* 現在位置 */
#header_layout .header_button1 .menu1 a.select { background-position:  0 -31px; }
#header_layout .header_button1 .menu2 a.select { background-position: -61px -31px; }
#header_layout .header_button1 .menu3 a.select { background-position: -147px -31px; }

/* オンマウス */
#header_layout .header_button1 .menu1 a:hover { background-position:  0 -31px; }
#header_layout .header_button1 .menu2 a:hover { background-position: -61px -31px; }
#header_layout .header_button1 .menu3 a:hover { background-position: -147px -31px; }

/* Header Menu2 */
/* ------------------------------------------------------------ */
#header .header_button2 {
	background: url(../images/header_bg.gif) left top repeat-x;
	width: 950px;
	height: 30px;
	display: block;
	position: absolute;
	z-index: 3;
	left: 0px;
	bottom: 0px;
	border: 0px #f00 solid;
}

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

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

/* ------------------------------------------------------------ */
/* 通常 */
#header .header_button2 .menu1 a { width: 159px; height: 30px; background-position: 0 0; }
#header .header_button2 .menu2 a { width: 158px; height: 30px; background-position: -159px 0; }
#header .header_button2 .menu3 a { width: 158px; height: 30px; background-position: -317px 0; }
#header .header_button2 .menu4 a { width: 158px; height: 30px; background-position: -475px 0; }
#header .header_button2 .menu5 a { width: 158px; height: 30px; background-position: -633px 0; }
#header .header_button2 .menu6 a { width: 159px; height: 30px; background-position: -791px 0; }

/* 現在位置 */
#header .header_button2 .menu1 a.select { background-position:  0 -30px; }
#header .header_button2 .menu2 a.select { background-position: -159px -30px; }
#header .header_button2 .menu3 a.select { background-position: -317px -30px; }
#header .header_button2 .menu4 a.select { background-position: -475px -30px; }
#header .header_button2 .menu5 a.select { background-position: -633px -30px; }
#header .header_button2 .menu6 a.select { background-position: -791px -30px; }

/* オンマウス */
#header .header_button2 .menu1 a:hover { background-position:  0 -30px; }
#header .header_button2 .menu2 a:hover { background-position: -159px -30px; }
#header .header_button2 .menu3 a:hover { background-position: -317px -30px; }
#header .header_button2 .menu4 a:hover { background-position: -475px -30px; }
#header .header_button2 .menu5 a:hover { background-position: -633px -30px; }
#header .header_button2 .menu6 a:hover { background-position: -791px -30px; }

/* Bread crumb menu */
/* ------------------------------------------------------------ */
.bread_crumb {
	text-align: left;
	font-size: 83%;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.bread_crumb ul {
	width: 710px;
	margin-left: 240px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

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

/* Body */
/* ------------------------------------------------------------ */
#title_bg {
	clear: both;
	background: url(../images/body_bg1.gif) left top repeat-x;
	display: block;
	overflow: hidden;
	border-top: 5px #00005d solid;
}

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

#body_left {
	text-align: left;
	width: 210px;
	padding: 0px 0px 50px;
	display: block;
	overflow: hidden;
	float: left;
	border: 0px #f00 solid;
}

#body_right {
	text-align: left;
	width: 710px;
	padding: 0px 0px 50px;
	display: block;
	overflow: hidden;
	float: right;
	border: 0px #f00 solid;
}

/* Box */
/* ------------------------------------------------------------ */
.w690 {
	clear: both;
	text-align: left;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w400 {
	width: 400px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w360 {
	width: 360px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w260 {
	width: 260px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Pagetop */
/* ------------------------------------------------------------ */
.link {
	background: url(../images/arrow1.gif) left center no-repeat;
	padding: 0px 0px 0px 15px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.pagetop {
	text-align: right;
	background: url(../images/body_bg3.gif) left top repeat-y;
	width: 950px;
	margin: 0px auto 0px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

/* Left menu */
/* ------------------------------------------------------------ */
#body_left .banner1 a {
	background: url(../images/left_banner1.jpg) left top no-repeat;
	width: 190px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_left .banner1 a:hover {
	background: url(../images/left_banner1.jpg) left bottom no-repeat;
}

#body_left .banner2 a {
	background: url(../images/left_banner2.jpg) left top no-repeat;
	width: 190px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_left .banner2 a:hover {
	background: url(../images/left_banner2.jpg) left bottom no-repeat;
}

#body_left .banner3 a {
	background: url(../images/left_banner3.jpg) left top no-repeat;
	width: 190px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_left .banner3 a:hover {
	background: url(../images/left_banner3.jpg) left bottom no-repeat;
}

#body_left .banner4 a {
	background: url(../images/left_banner4.jpg) left top no-repeat;
	width: 190px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_left .banner4 a:hover {
	background: url(../images/left_banner4.jpg) left bottom no-repeat;
}

#body_left .banner5 a {
	background: url(../images/left_banner5.jpg) left top no-repeat;
	width: 190px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_left .banner5 a:hover {
	background: url(../images/left_banner5.jpg) left bottom no-repeat;
}

#body_left .banner6 a {
	background: url(../images/left_banner6.jpg) left top no-repeat;
	width: 190px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_left .banner6 a:hover {
	background: url(../images/left_banner6.jpg) left bottom no-repeat;
}

#body_left .banner7 a {
	background: url(../images/left_banner7.jpg) left top no-repeat;
	width: 190px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_left .banner7 a:hover {
	background: url(../images/left_banner7.jpg) left bottom no-repeat;
}

/* Footer */
/* ------------------------------------------------------------ */
#footer {
	clear: both;
	background-color: #2183e1;
	color: #fff;
	text-align: center;
	display: block;
	overflow: hidden;
	border-top: 10px #999 solid;
}

#footer #footer_layout {
	text-align: left;
	width: 950px;
	margin: 15px auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer_layout .footer_menu {
	clear: both;
	font-size: 91%;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

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

#footer_layout a:link,
#footer_layout a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_layout a:hover,
#footer_layout a:active {
	color: #fff;
	text-decoration: underline;
}

#footer address {
	clear: both;
	text-align: center;
	font-style: normal;
	font-size: 75%;
	letter-spacing: 0.1em;
	margin: 20px auto 0px;
	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;
}