@charset "Shift_JIS"; 		/* 文字コードセット */


/* 全体構造
---------------------------------------------------- */
* {
	margin: 0px; /* 各ブラウザの独自解釈をリセット */
	padding: 0px;
}
body {
  text-align:center; /* IE5.5以前用中央揃え */
  font-size: 0.8em; /* 基本のフォントサイズ */
  line-height: 1.2em; /* 基本の行間 */
}

#wrapper {
  width: 990px; /* 基本ページ幅 */
  color: #333333;
  margin:0px auto; /* 新しいブラウザ用中央揃え */
  text-align:left;  /* 内容を左揃えに戻す */
}


/* リンク
---------------------------------------------------- */
a:link {
  color: #3366ff; /* リンクの色 */
  background: transparent; /* 背景透明 */
}
a:visited {
  color: #800080; /* 訪問済みリンクの色 */
  background: transparent; /* 背景透明 */
}
a:hover, a:active {
  color: #ff9933; /* マウスオーバー、アクティブリンクの色 */
  background: transparent; /* 背景透明 */
}

/* ヘッダ
---------------------------------------------------- */
#header {
	text-align:left;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
h1 {
  margin: 0px; /* ヘッダー文字色 */
}
h1 a {
	display:block;
	height:50px; /* ヘッダーリンク領域縦幅 */
	width: 990px; /* ヘッダーリンク領域横幅 */
	background: transparent; /* 背景透明 */
	text-indent:-9999px;
	text-decoration:none;
}
h1 img{
  vertical-align:bottom; /* firefox,Operaなどで、見出し画像下の隙間をなくす */
}

/* ナビゲーション
---------------------------------------------------- */
#navigation {
	width: 988px;	/* ナビボックス横幅 */
	height:60px;
	background-color:#5a86a4;
	line-height:14px;
}
#navigation ul { list-style:none;}
#navigation li { float: left; font-size:10px;}
#navigation li a {
	color:#ffffff; 
	text-decoration:none; 
	display:block; 
	height:60px; 
	width:75px;
	border-right:dotted 1px #ffffff;
	text-align:center;
	vertical-align:middle;
	white-space:normal;
}
#navigation a:hover {color:#cccccc;}

/* ページ本体
---------------------------------------------------- */
#pagebody {
	width: 990px; /* ■IE用バグ対策 */
	background: url(../images/pagebody_back.gif) repeat;
	padding-top: 10px;
}


/* コンテンツ
---------------------------------------------------- */
#content {
	width: 530px; /* コンテンツ部分の横幅 */
	color: #333333;
	float:right;
}

/* フッタ
---------------------------------------------------- */
#footer{
	margin: 0px;
/*	width: 990px; *//* ページ幅 - padding分 */
	height:21px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	text-align: right;
	text-transform: uppercase; /* 全てを大文字で表示 */
	font-size: x-small;
	color: #ffffff;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
}

/* その他拡張
---------------------------------------------------- */
.clear {
	clear: both;　/* フロートの解除 */
}
.left {
	float:left;
}
.mr20 {margin-right:20px;}

/* 各デザイナーの拡張
---------------------------------------------------- */
.text-bg {
	background-color:#ccdde4;
	padding:10px;
	margin:10px 0px 10px 0px;
	font-size: 1.2em;
	font-family: Century;
}
.text-bg li {
	margin-left:1em;
	list-style-type: decimal;
	padding-bottom: 20px;
}
.text-bg li li {
	margin-left:1em;
	list-style-type: lower-alpha;
	margin-bottom: -20px;
	margin-top: 5px;
}
.text-bg ul {
	margin-left:1em;
}
.text-bg p {
	padding-bottom:1em;
}
.text-big {
	font-size:1.3em;
}
h2 {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 1.3em;
}
.catalog-title {
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5A86A4;
	border-right-color: #5A86A4;
	border-bottom-color: #5A86A4;
	border-left-color: #5A86A4;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Century;
	font-size: 0.7em;
}
.catalog-text {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.catalog-photo {
	width: 200px;
	vertical-align: top;
}
.catalog-button {
	vertical-align: top;
	padding-top: 10px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 0.4em;
}
h3 {
	color: #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5A86A4;
	border-right-color: #5A86A4;
	border-bottom-color: #5A86A4;
	border-left-color: #5A86A4;
	font-weight: bold;
	font-size: 0.8em;
	margin:10px 0px 0px 0px;
}

.doc-title {
	font-weight: bold;
	margin-top: 1em;
	margin-left: 1ex;
	font-size: 0.8em;
}
.doc-written {
	padding-right: 2em;
	padding-left: 2em;
	font-size: 0.8em;
}
.doc-written2 {
	padding-right: 2em;
	padding-left: 2em;
	font-size: 1em;
}
.doc-text {
	padding-right: 3em;
	padding-left: 3em;
	padding-bottom: 0em;
	text-indent: 1em;
}
.doc-button {
	text-align: right;
	padding-top: 0.4em;
}

.doc-text li {
	padding:0px;
	margin:0px;
	list-style-type: square;
}
.style1 {color: #FF0000}

.linebox {
	border-collapse:collapse;
	border: 1px none #000000;
}
.linebox-main{
	background-color: #5A86A4;
	border: 1px solid #CCDDE4;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 170px;
}
.linebox-sub {
	border: 1px none #000000;
	padding: 5px;
}
.button{
	text-align: center;
	padding-top: 10px;
}
.qa-a {
	padding-right: 1em;
	padding-left: 1em;
	font-size: 0.8em;
	padding-top: 1em;
	text-indent: 1em;
}
.q-title {
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5A86A4;
	border-right-color: #5A86A4;
	border-bottom-color: #5A86A4;
	border-left-color: #5A86A4;
}
.q-td {width:70px; vertical-align:top;}
.a-td {width:70px; vertical-align:top; padding-top:1em;}
.style2 {
	font-size: 1em;
	font-weight: bold;
}
