﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック",sans-serif;
	line-height: 1.4;
	background: #FFFFFF url(../img/bg.jpg) ;
}
img {
	border: none ;
	vertical-align:baseline ;
}
A {
	TEXT-DECORATION: none
}
A:link {
	COLOR: #000000
}


/* ロゴ
---------------------------------------------*/
#header {
	background:url(../img/b00.jpg) 0px 0px;
	padding-top: 60px;
}
#logo {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 267px;
	float: left;
	background:url(../img/lg1.gif) no-repeat;
}
#ttl1 {
	position: absolute;
	right: 10px;
	top: 0px;
	margin: 0;
	font-size:15pt;
	text-align:right;
	filter:shadow(color=#cccccc,direction=121)
}
#ttl2 {
	position: absolute;
	margin: 0;
	right: 10px;
	top: 20px;
	width:100%;
	font-size:10pt;
	text-align:right;
	filter:shadow(color=#cccccc,direction=135)
}
#ttl3 {
	position: absolute;
	margin: 0;
	right: 10px;
	top: 35px;
	width:100%;
	font-size:13pt;
	text-align:right;
	filter:shadow(color=#cccccc,direction=135)
}
/* ナビゲーション
---------------------------------------------*/
#globalNav {
	display: none;
}

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../img/lbg.gif) left top repeat-y;
}
#footer {
	clear: both;
	padding: 0px;
	border-top: 2px solid #CCCCCC;
	text-align: right;
}

	/* ステップ1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
		margin-right: -200px;
	}
	#ad {
		display: none;
	}
	
	/* ステップ2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 100%;
		margin-left: -200px;
	}
	#secondary {
		float: left;
		width: 193px;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
		margin: 0;
	}
	#primary * * {
		margin: 0;
	}

/* 記事本文
---------------------------------------------*/
#primary h1 {
	font-size: 120%;
	color: #CD5C5C;
	padding: 0 0 0 10px;
	border-left: 5px solid #F08080;
	border-bottom: 1px solid #CCCCCC;
}
#primary p {
	font-size: 100%;
	margin-top: 0em;
	margin-bottom: 0em;
	/*\*/
	letter-spacing: 0em;
	/**/
}
#primary .date {
	font-size: 90%;
	text-align: right;
	color: #666666;
}
#pimg {
	margin: 6px 8px 0 0;
	width: 142px;
	height: 200px;
	background: url(../img/kag00.jpg) left top no-repeat;
	float: left;
}

/* リスト#primary .list li,
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#primary .list,#secondary .list {
		margin-bottom: 10px;
	}
	#secondary .list li {
		display: none;
	}
	#ad .glist li {
		display: none;
	}
	
	/* 見出し
	---------------------------------------------*/
	#primary .list h2 {
		padding: 3px 10px;
		background-color: #F3F3F3;
		border-left: 5px solid #0000CC;
		border-bottom: 1px solid #CCCCCC;
	}
	#secondary .list h2 {
		display: none;
	}


/* テーブルレイアウト
---------------------------------------------*/
#table {
	height: auto;
	overflow: none;
	margin-bottom:5px;
	padding: 5px;
}
#p {
	padding: 0;
}

#tbl td {
	border: none;
	padding: 0px;
	background: #FFFFFF;
}
#tbl th {
	border: none;
	font-weight: normal;
	padding: 0px;
	background: #FFFFFF;
}
#tbl th.tra{
	font-size: 90%;
	border-top: 1px solid #CCCCCC;
	text-align: left;
}
#tbl th.trb{
	font-size: 80%;
	color: #4169E1;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

#tbl td.tra{
	font-size:80%;
	text-align: center;
}
#tbl td.trb{
	font-size:80%;
	color: #4169E1;
	text-align: center;
}
#tbl td.trc{
	font-size:80%;
	color: #4D4E4E;
	text-align: left;
}

/* パンフレット一覧
---------------------------------------------*/
#pList {
	margin: 0px;
}
#pList h2 {
	border-top: 1px solid #CCCCCC;
}
#pList img {
	width: 50px;
	width: 70px;
}
#pList li {
	float: left;
	width: auto;
	margin: 0;
	text-align: center;
}
#pList h3 span {
	display: block;
	color: #0000CC;
	font-size: 8pt;
	font-weight: normal;
	background: #FFFFFF;
}
#pList dl {
	margin: 0;
	font-size: 90%;
	background: #FFFFFF;
}
#pList dt {
	text-align: center;
	background: #0000CC;
	border-top: 1px solid #0000CC;
}
#pList dd {
	padding: 0;
	font-size: 8pt;
	color: #4D4E4E;
	border-bottom: 1px solid #CCCCCC;
}