/* since:2003/10/22
   author:Keiko Fuse
*/
@charset "Shift_JIS";

/* 基本設定（マージンなし・パディングなし・フォントカラー黒・バックカラー白）*/
body{
	margin: 0;
	padding: 0;
	width:780px;
	font-size:14px;
	color: #000000;
	background: #ffffff;
}

/* 基本ロゴ */
#logo{
	margin:0;
	float: left;
	font-size:16px;
	background: #ffffff;
}
/**********************/
/*    基本配置        */
/**********************/
	/** トップナビ **/
#topnav {
	position:absolute;
	left:0px;
	top:50px;
}
	/** サイドナビ **/
#sidenav {
	position:absolute;
	left:1px;
	top:70px;
}
	/** コンテンツ部 **/
#contents {
	position:absolute;
	left:180px;
	top:320px;
/* @@@@@進藤 width追加（IE5対応） */
	width:520px;
}
	/** イメージ **/
#topimg {
	position:absolute;
	left:180px;
	top:70px;
/* @@@@@進藤 width追加（IE5対応） */
	width:520px;
}
	/** コピーライト **/
#copyright {
	position:absolute;
	left:1px;
	top:600px;
	width:150px;
	font-size:12px;
}

/**********************/
/* 上のナビゲーション */
/**********************/
ul#topnav{
	clear:both;
/* @@@@@進藤 width削除（IE5.5対応） */
/*	width:635px;*/
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.4em;
/* @@@@@進藤 left値変更（IE5対応） */
/*	padding-left:155px;*/
	padding-left:50px;
	/* 色 と バックカラーまだ */
  color: #ffffff;
											background:#0000ff;
}
ul#topnav li {
	display:inline;
/*	border-right:dotted 1px #ffffff;   IE６のみ*/
	border-right:solid 1px #ffffff;
	padding: 0.2em 0.8em;
}
ul#topnav li a {
	margin-right: 1px;
	text-decoration: none;
	/* 色 と バックカラーまだ */
	color: #ffffff;
												background:#0000ff;
}
ul#topnav li a:hover,
ul#topnav li a:active,
ul#topnav li a:focus {
	/* 色 と バックカラーまだ */
	color:#ffaa00;
}
/**********************/
/* 左のナビゲーション */
/**********************/
div#sidenav{
	margin-left:1px;
}
	/************/
	/* 日本語部 */
	/************/
div#sidenav div.jp a{
	display:block;
	width:150px;
	margin-bottom:4px;
	border:solid 2px #0000ff;
	padding:2px;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	/* 色 と バックカラーまだ */
													color:#0000ff
}
div#sidenav div.jp a:hover{
	/* 色 と バックカラーまだ */
	background-color:#ffaa00;
}
	/************/
	/* 英語部 */
	/************/
div#sidenav div.en{
	border:solid 2px #0000ff;
	margin-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;
	fontsize:12px;
	text-align:center;
	/* 色 と バックカラーまだ */
	color:#ffffff;
												background-color:#0000ff;
}
/**********************/
/*  トップページ画像  */
/**********************/

/**********************/
/*   コンテンツ部分   */
/**********************/
	/************/
	/* タイトル部 */
	/************/
div#contents div{
	font-size:16px;
													color:#0000ff;
}
div#contents h2{
	width:400px;
												border-bottom:dashed 2px #0000ff;
	margin-top:-1em;
	margin-bottom:10px;
	margin-left:20px;
	padding-bottom:4px;
	font-size:16px;
	/* 色 と バックカラーまだ */
													color:#0000ff;
/*	background-color:#ffff99;*/
}
	/************/
	/* 文章部 */
	/************/
div#contents p{
	margin-top:0px;
	margin-bottom:10px;
	margin-left:50px;
	text-align:justify;
	test-justify:distribute;
	line-height:150%;
	/* 色 と バックカラーまだ */
												color:#0000ff;
}
div#contents p span {
	margin-right:2px;
}
div#contents p a{
	text-decoration:none;
	/* 色 と バックカラーまだ */
												color:#0000ff;
}
div#contents p a:hover{
	text-decoration:none;
	/* 色 と バックカラーまだ */
	color:red;
}
/**********************/
/*       フッター     */
/**********************/
p#copyright {
	width:150px;
	border-left:solid 8px #0000ff;
	padding-left:6px;
	text-align:left;
	font-size:10px;
}
/*
p#copyright span {
	float:left;
	padding-top:8px;
	padding-right:6px;
	font-size:24px;
}
*/