@charset "UTF-8";

/* =============================================================================
   body・基本設定
   ========================================================================== */

body {
    font-size: 14px;
    line-height: 170%;
    font-family: Verdana, Arial, 'メイリオ', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka,	sans-serif;
    color: #4b443d;
	width: 100%;
}

/* =============================================================================
   レイアウト
   ========================================================================== */

#container {
	width: 600px;
    margin: 0 auto;
}

#content {
	width: 600px;
	margin: 30px 0 60px;
	overflow: hidden;
}

#map {
	position: relative;
}

/* =============================================================================
   ヘッダー
   ========================================================================== */

.pp_inline h2,
.box h2 {
	margin: 12px 0 0;
	padding: 5px;
	font-size: 120%;
	border-bottom: 2px solid #abd;
	color: #028;
	background: #def;
}

.pp_inline h3 {
	height: 15px;
	margin: 12px 0 0;
	color: #04c;
	padding-left: 20px;
	vertical-align: top;
	background: url("../img/bg_h3.jpg") #fff left -1px no-repeat;
}

.box h3 {
	height: 18px;
	margin: 12px 0 0;
	color: #04c;
	padding-left: 20px;
	vertical-align: top;
	background: url("../img/bg_h3.jpg") #fff left 4px no-repeat;
}

/* =============================================================================
   テキスト
   ========================================================================== */

#content p {
	padding: 7px 0;
	line-height: 160%;
}

.pp_inline p {
	padding: 2px 0 7px;
	text-align:justify;
	text-justify: auto;
	line-height: 160%;
}

.text_left {
	text-align: left !important;
}

.text_center {
	text-align: center !important;
}

.text_right {
	text-align: right !important;
}

.text_bold {
	font-weight: bold;
}

.text_red {
	color: #f40;
}

.blank10 {
	margin-top: 10px !important;
}

.blank20 {
	margin-top: 20px !important;
}

.blank30 {
	margin-top: 30px !important;
}

.blank40 {
	margin-top: 40px !important;
}

.blank_side {
	margin-bottom: 20px;
}

.size_s {
	font-size: 77%;
}

.size_l {
	font-size: 123.1%;
}

.size_xl {
	font-size: 153.9%;
}

.hide {
	display: none;
}

/* =============================================================================
   画像
   ========================================================================== */

.round_left {
	vertical-align: top;
	float: left;
	text-align: left;
	margin: 0 15px 10px 0;
}

.round_right {
	vertical-align: top;
	float: right;
	text-align: left;
	margin: 0 0 10px 15px;
}

/* =============================================================================
   アンカー
   ========================================================================== */

#content a {
	color: #d60;
	font-weight: bold;
}

#content a:visited {
	color: #d60;
}

#content a:hover {
	color: #d60;
	text-decoration: none;
}

#content a:active {
	color: #e40;
	text-decoration: none;
}

#map a:hover img {
	position: relative;
	top: 1px;
}

/* =============================================================================
   ボックス
   ========================================================================== */

.box {
	border: 2px solid #aac;
	border-radius: 2px;
	padding: 6px;
	margin: 20px 0;
}