/*
著作権表示部につき、削除または変更禁止です。
Copyright (C) Tatsuya Seki All Rights Reserved.
-*/


/* ■サイト全体■ */

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 0.8em;/*文字サイズ*/
	line-height: 1.4em;/*行間サイズ*/
	background-color: #fff;/*背景色*/
	background-image: url(image/bg.gif);/*背景画像*/
	background-position: center;
	background-repeat: repeat-y;
	font-family:"ＭＳ Ｐゴシック",Verdana, Helvetica, sans-serif;
	color:#333;/*文字色*/
}

div#top{
	width: 798px;
	margin: 0px auto;
}

a{
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #c00;
	text-decoration: none;
}

img{
	border: 0px;
}


/* ■ヘッダー部■ */

#top-header{
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 0px;
	width: 797px;
	height: 20px;
	background: #fff;/*最上部背景*/
	z-index: 0;
}

* html #top-header{
	margin: 0px 0px 0px -11px;/*IE6バグ対策*/
}

html>/**/body
#top-header{
	margin: 0px 0px 0px -1px;/*Firefoxバグ対策*/
}

*+html>/**/body
#top-header{
	margin: 0px 0px 0px 1px;/*Operaバグ対策*/
}

h1{
	position: absolute;
	top: 4px;
	margin: 0px 0px 0px 10px;
	text-align: left;
	font-size: 8.5pt;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	z-index: 1;
}

#top-menu{
	margin: 2px 0px 0px 480px;
	_margin: 5px 0px 0px 480px;/*IE6バグ対策*/
}

#top-menu li{
	display: inline;
	font-size: 8pt;/*文字サイズ*/
	color: #333;/*文字色*/
}

#header{
	position: absolute;
	margin: 20px 0px 0px 0px;
	width: 797px;
	height: 150px;
}

* html #header{
	margin: 23px 0px 0px -11px;/*IE6バグ対策*/
}

html>/**/body
#header{
	margin: 20px 0px 0px -1px;/*Firefoxバグ対策*/
}

*+html>/**/body
#header{
	margin: 20px 0px 0px 1px;/*Operaバグ対策*/
}

#header-menu a{
	padding: 4px 0px 0px 6px;
	text-decoration:none;
	display: block;
	width: 126px;
	height: 20px;
	border-top: 1px solid #39f;
	border-left: 1px solid #39f;
	border-bottom: 1px solid #39f;
	background: #ddd;/*背景色*/
	background-image:url(image/headermenu1.gif);
}

* html #header-menu a{
	width: 133px;/*IE6バグ対策*/
	height: 25px;
}

#header-menu a:hover{
	background: #fff;/*背景色*/
	background-image:url(image/headermenu1.gif);
}

#header-menu ul{
	margin: 0px 0px 0px -1px;
	padding: 0px;
	position: absolute;
	top: 170px;
	width: 800px;
	list-style-type: none;
}

* html #header-menu ul{
	margin: 3px 0px 0px -7px;/*IE6バグ対策*/
}

html>/**/body
#header-menu ul{
	margin: 0px 0px 0px -2px;/*Firefoxバグ対策*/
}

*+html>/**/body
#header-menu ul{
	margin: 0px 0px 0px 0px;/*Operaバグ対策*/
}

#header-menu li{
	font-size: 0.9em;
	float: left;
}

#header-menu li.okini{
	border-right: 1px solid #39f;
}


/* ■左側メニュー部■ */

#left{
	position: absolute;
	margin: 185px 0px 0px 13px;
	_margin: 185px 0px 0px 1px;/*IE6バグ対策*/
	width: 195px;
	float: left;
}

*+html>/**/body
#left{
	margin: 140px 0px 0px 14px;/*Operaバグ対策*/
}

#left .title{
	width: 180px;
	line-height: 30px;
	background: #39f;
	color: #fff;/*文字色*/
	font-size: 1.0em;/*行間サイズ*/
	font-weight: bold;
}

#menu0{
	margin: -16px 15px 0px 0px;
	padding: 20px 0px 15px 0px;
	width: 178px;
	float: right;
	clear: both;
	font-size: 14pt;
	text-align: center;
	border: none;
	background-color: #ffffff;
	border: 1px solid #39f;
}

#menu0 ul{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	list-style: none;
}

#menu ul {
	margin: 30px 15px 15px 0px;
	padding: 0px;
	width: 180px;
	float: right;
}

#menu1{
	margin: -16px 15px 0px 0px;
	padding: 20px 0px 15px 0px;
	width: 178px;
	float: right;
	clear: both;
	font-size: 14pt;
	text-align: left;
	border: none;
	background-color: #ffffff;
	border: 1px solid #39f;
}

#menu1 ul{
	margin: 20px;
	padding: 0px;
	font-size: 10pt;
	list-style: none;
	line-height: 1.6em;/*行間サイズ*/
}

#menu li {
	margin: 3px 0px 0px 0px;
	list-style-type: none;
}

#menu li a{
	display: block;
	width: 180px;
	line-height: 24px;
	background: #ddd;
	border-top: 1px solid #39f;
	border-bottom: none;
	text-align: left;
}

#menu li a:hover{
	background: #fff;
	border-top: 1px solid #39f;
	border-bottom: none;
	text-align: left;
}

#link{
	margin: 10px 0px 0px -40px;
	_margin: 10px 0px 0px -20px;/*IE6バグ対策*/
	padding: 0px;
	width: 220px;
	float: left;
	clear: both;
}

#link li{
	list-style-type: none;
}


#left .style1{
	font-size: 9pt;
}

#left .style2{
	font-size: 9.5pt;
}


/* ■右側コンテンツ部■ */

#right{
	margin: 195px 0px 0px 10px;
	_margin: 195px 5px 0px 10px;/*IE6バグ対策*/
	float: right;
}

#right #navi{
	margin: 15px 0px 20px 225px;
	text-align: left;
	font-size: 8.5pt;
}

#right .contents{
	margin: 0px 10px 20px 210px;
	padding: 0px 0px 15px 10px;
	width: 530px;
	font-size:110%;
	background-color: #fff;
	text-align: left;
	clear: both;
	line-height: 1.7em;/*行間サイズ*/
}

#right .contents a{
	color: #03c;
	border-bottom: solid 1px;
}

#right .contents a:hover{
	color: #c00;
	border-bottom: solid 1px;
}

#right h2{
	margin: 10px 20px 20px 215px;
	padding: 0px 0px 5px 10px;
	text-align: left;
	font-size: 15pt;/*文字サイズ*/
	background-image: url(image/h2.gif);
}

#right h3{
	margin: 0px 0px 0px -5px;
	padding: 0px 0px 0px 7px;
	background-image: url(image/h3.gif);
}

#right .style1{
	text-align: center;
}

#right .style2{
	text-align: right;
}

#right .style3{
	margin: 0px 0px 20px 20px;
}

#right .style4{
	font-size: 9pt;
}

#right .style5{

	background-image: url(image/P41803923.jpg);
}

#right .style6{
	margin: -6px 10px 0px 0px;
}

#right .style7{
	margin: -6px 5px -8px 0px;
}

#right .style8{
	padding: 25px;
	text-align: left;
	border: 1px solid #cccccc;/*ボックスの枠線の色*/
	width: 500px;
	margin: 0px auto 0px auto;
}

.red{
	color: #f00;
}/*赤色*/

.blue{
	color: #369;
}/*青色*/

.orange{
	color: #f60;
}/*橙色*/

.yellow{
	color: #ff0;
}/*黄色*/

.green{
	color: #060;
}/*緑色*/

.pink{
	color: #f09;
}/*桃色*/

.brown{
	color: #633;
}/*茶色*/

.purple{
	color: #609;
}/*紫色*/

.impact{
	font-weight: bold;
}

.impactyellow{
	background-color: #ff3;
	font-weight: bold;
}

.impactprof{
	background-color: #ffcc66;
	font-weight: bold;
}

.under{
	text-decoration:underline;
}

.no{
	text-decoration:line-through;
}

.right{
	margin: 0px 10px 20px 20px;
	float: right;
}

.left{
	margin: 0px 20px 20px 10px;
	float: left;
}

.hr{
	border-top: 2px solid #ddd;
}

fieldset{
	padding: 10px 20px 10px 20px;
}


/* ■フッター部■ */

#right #footer{
	width: 560px;
	margin: 0px 10px 20px 220px;
	padding: 20px 0px 0px 0px;
	background: #fff;
	text-align: center;
	border-top: 2px solid #39f;
	font-size: 0.8em;/*文字サイズ*/
}

/* Hides from IE5-mac \*/
*html #right #footer{
	width: 96%;/*IE6バグ対策*/
}
/* End hide from IE5-mac */

#right #footer ul{
	margin: 0px 0px 15px 0px;
}

#right #footer li{
	display: inline;
}


/*
著作権は、関達也に属します。
関達也の事前許可なく、ファイルの一部または全部の無断使用、
あらゆるデータ蓄積手段（印刷物、電子ファイル等）により、
複製、流用および転載、配布、転売（オークション含む）ことを禁じます。
Copyright (C) Tatsuya Seki All Rights Reserved.
-*/
