﻿@charset "UTF-8";

/* 基本スタイル
--------------------------------------------------------------------------- */
div, p, span, a, input, select, textarea, form, ul, ol, li, dl, dt, dd, tr, td, table, h1, h2, h3, h4, h5, h6, body, tbody, br, hr, img, label, object, script {
	font-size: 100%;
	margin: 0;
	padding: 0;
	}

body {
	color: #666;
	background-color: #fff;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.4em;
    font-size: small;
    *font-size: 13px; /*for IE6,IE7*/
	text-align: center;
	}

body#popup {
    background: #fff;
    text-align: center;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}

a {
	color: #0270D2;
	}

a:visited {
	color: #939;
	}

a:hover {
	color: #f03;
	}

img {
	border: none;
	}
	
.noborder {
	border: none !important;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}
.slarge {
	font-size: medium;
	_font-size: small;/*IE6*/
}
/* ヘッダ
--------------------------------------------------------------------------- */
#header {
	width: 950px;
	height:150px;
	margin-bottom: 10px;
	background: url(../images/header/bg.jpg) top left no-repeat;
	}

#header .header-left {
	float: left;
	margin-bottom: 15px;
	}

#header .header-left h1 {
	font-size: 100%;
	font-weight: normal;
	padding: 3px 0;
	}

#header .header-right {
	float: right;
	}

#header .header-right p.sitemap {
	font-size: 75%;
	margin-bottom: 22px;
	padding-left: 50px;
	}

#header .header-right p.sitemap a {
	display: block;
	padding: 3px 0 3px 20px;
	background: url(../images/arrow.gif) center left no-repeat;
	}

/* ナビゲーション
----------------------------------------------------------------- */
#header ul.header-navi {
	clear: both;
	list-style-type: none;
	margin-bottom:7px;
	}

#header ul.header-navi li {
	display: inline;
	margin: 0 -4px 0 0;
	}

/* レフトボディ
----------------------------------------------------------------- */
#left {
	width: 150px;
	float:left;
	margin-bottom:20px;
	}

/* ライトボディ
----------------------------------------------------------------- */
#right {
	width: 790px;
	float:right;
	margin-left:10px;
	_margin-left:-6px;/*IE6*/
	}

/* フッタ
--------------------------------------------------------------------------- */
#footer {
	font-size: 90%;
	text-align: center;
	clear: both;
	margin-top: 20px 0 12px;
	width: 950px;
	}

#footer p.service {
	color: #ccc;
	padding: 3px 0;
	background-color: #EBEBEB;
	border-bottom: 1ps solid #CDCDCD;
	}

#footer p.company {
	color: #ccc;
	padding: 3px 0;
	background-color: #F5F5F5;
	border-top: 1ps solid #fff;
	border-bottom: 1ps solid #fff;
	}

#footer p.copyright {
	padding: 3px 0;
	border-top: 1ps solid #CDCDCD;
	}

/* お知らせ機能用 */
.bs-black {
	color:#333333;
	}

.bs-blue {
	 color:#2175BC;
	}

.bs-cyan {
	 color:#4596E2;
	}

.bs-orange {
	color:#FF9900;
	}

.bs-pink {
	color:#FF6699;
	}

.bs-red {
	color:#FF0000;
	}

.bs-yellow {
	color:#FFCC00;
	}

.bs-green {
	color:#66C000;
	}

.bs-gray {
	color:#999999;
	}

}

/*　Clearfix-----------------　*/
.cf{ overflow: hidden;}

.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	}

/*\*/
* html .cf{
	height: 1em;
	overflow: visible;
	}
/**/

#contents {
	width:790px;
	margin-bottom:10px;
	}
