﻿@charset "UTF-8";

BODY {
	scrollbar-face-color: #484040;
	scrollbar-highlight-color: #686060;
	scrollbar-shadow-color: #282020;
	scrollbar-3dlight-color: #282020;
	scrollbar-arrow-color: #282020;
	scrollbar-track-color: #282020;
	scrollbar-darkshadow-color: #282020;
	font-size: 9pt;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	color: #6F6F6F;
	margin: 0px;
	background-color: #000000;
	background-attachment: fixed;
	line-height: 12pt;
}

table {
	font-size: 9pt;
}

img {
	border-width: 0px;
}

A {
	color: #AF6F6F;
	text-decoration: underline;
}

A:VISITED {
	color: #804040;
	text-decoration: underline;
}

A:HOVER {
	color: #ff7faf;
	text-decoration: underline;
}

A:ACTIVE {
	color: #9f6f9f;
	text-decoration: underline;
}
/* ----------------------------------
ヘッダメニュー
---------------------------------- */

#header {
	width: 960px;
	height: 20px;
	background-image: url(images/menu_a0.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 10pt;
}

#header a {
	font-weight: bold;
}

#header A:VISITED {
	color: #AF6F6F;
}

#header A:HOVER {
	color: #ff7faf;
}

#header A:ACTIVE {
	color: #AF6F6F;
}
/* ----------------------------------
トップ画像
---------------------------------- */

#bannar {
	width: 960px;
	height: 350px;
	/*background-image: url(images/top201208a.jpg);*/
	/*vertical-align: bottom;*/
}

/* ----------------------------------
メインブロック
---------------------------------- */

#blocktotal {
	width: 960px;
	background-color: #484040;
}
/* ----------------------------------
メインブロック1列用
---------------------------------- */

#mainblock0 {
	width: 944px;
	margin: 8px;
	background-color: #ffffff;
	background-image: url(images/back_r1.gif);
	background-repeat: repeat-y;
	background-position: right;
}
/* ----------------------------------
メインブロック2列
---------------------------------- */

#mainblock1 {
	float: left;
	width: 728px;
	padding: 8px;
	background-color: #484040;
}

#mainblock2 {
	float: left;
	width: 208px;
	padding: 8px 8px 8px 0px;
	background-color: #484040;
}
/* ----------------------------------
メインブロック左用
---------------------------------- */

#mainleft {
	padding: 4px 4px 20px 4px;
	background-color: #ffffff;
	background-image: url(images/back_r1.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/* ----------------------------------
メインブロック右用（リンク）
---------------------------------- */

.links {
	margin: 0px 0px 8px 0px;
	padding: 4px;
	background-color: #ffffff;
	background-image: url(images/back_r1.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/* ----------------------------------
メインブロックオンリー用
---------------------------------- */

.mainonly {
	margin: 0px 0px 8px 0px;
	padding: 4px 4px 20px 4px;
	background-color: #ffffff;
	background-image: url(images/back_r1.gif);
	background-repeat: repeat-y;
	background-position: right;
}


/* ----------------------------------
メインブロック共通ヘッダ
---------------------------------- */

.h1 {
	background-color: #DFDFDF;
	color: #605050;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 1px 10px;
	border-top: none;
	border-bottom: 1px solid #605050;
	border-left: 10px solid #605050;
	border-right: none;
	letter-spacing: 1px;
}

.h4 {
	font-weight: normal;
	font-size: 9pt;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px 2px 0px 8px;
	border-bottom: 1px dotted #9F9F9F;
	border-left: 2px solid #9F9F9F;
}

/* ----------------------------------
メインブロック共通コンテンツ
---------------------------------- */

.h2 {
	color: #605050;
	text-align: center;
	background-color: #DFDFDF;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 1px 10px;
	border-top: none;
	border-bottom: 1px solid #605050;
	border-left: 10px solid #605050;
	border-right: 10px solid #605050;
	letter-spacing: 1px;
}

.h3 {
	font-size: 9pt;
	font-weight: normal;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px 2px 0px 2px;
	border-bottom: 1px dotted #9F9F9F;
}

.h5 {
	font-size: 9pt;
	font-weight: normal;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px 2px 0px 2px;
	border-left: 2px solid #9F9F9F;
}
/* ----------------------------------
フッター
---------------------------------- */

#footer {
	clear: both;
	width: 960px;
	height: 20px;
	background-image: url(images/menu_a0.gif);
	background-repeat: repeat-x;
	color: white;
	text-align: center;
	font-size: 9pt;
}


/* ----------------------------------
test
---------------------------------- */
#viewer {
    margin: 0 auto;
    width: 960px;
    height: 350px;
    text-align: left;
    overflow: hidden;
    position: relative;
}

#viewer a {
	top: 0;
	left: 0;
	width: 960px;
	height: 350px;
	display: block;
	position: absolute;
}