@CHARSET "EUC-JP";

<
meta http-equiv ="Content-Style-Type" content ="test/css"/>

/* ブラウザスタイルの初期化 */ 
* {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: black;
	font-size: medium;
	font-family: MS明朝, serif;
}

/* IE6などのブラウザ向けの初期化 */

th,td,form {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: black;
	font-size: medium;
	font-family: MS明朝, serif;
}

/* body要素のスタイル */

body {
	background-color: white;
	color: black;
	text-align: center;
	background: #FFF;
}

/* ブロックレベル要素のスタイル */

h1 {
	margin: 0;
	font-size: xx-large;
	font-family: HG行書体, serif;
	text-align: left;
}



/* インライン要素のスタイル */

a{}

/* 未訪問 */
a:link {color: blue;}
/* 訪問済み */
a:visited {color: purple;}
/* マウスが乗った */
a:hover {color: red; text-decoration: under-line;}
/* 実行された */
a:active {color: black; text-decoration: under-line;}
/* タブで選択された(効果??) */
a:focus {color: red; text-decoration: under-line;}

img, object {
	border: 0;
	vertocal-align: text-bottom;
}

/* containerのスタイル */

div#container {
	width: 678px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	background-color: #FFF;
}

div#header {
         margin-top: 50px;
}


/* visualのスタイル */
div#visual {
	width: 670px;
	height: 88px;
	margin: 5px;
	padding: 0x;
	background-color: #F4F4F4;
}

div#visual h1 {
	width: 195px;
	float: left;
}

div#visual h2 {
	float: right;
	margin: 0;
	width: 475px;
	height: 30px;
}

div h2#line1 {
	background: #F4F4F4 url(../img/caption4.html) no-repeat left;
}

div h2#line2 {
	background: #F4F4F4 url(../img/caption2.jpg) no-repeat left;
}

div h2#line3 {
	background: #F4F4F4 url(../img/caption3.jpg) no-repeat right;	
}

/* assist-navigationのスタイル */
div#assist-nav {
	width: 678px;
	height: 40px;
	margin: 1px;
	margin-bottom: 2px;
	background-color: white;
	font-size: small;
	text-align: right;
	background-color: #FCF;
}

div#assist-nav div#mailto {
	position: relative;
	top: 20px;
	right: 5px;
}

/* sidebarのスタイル */

div#sidebar{
	width: 253px;
	height: 650px;
	margin: 1px;
	margin-top: 0px;
	text-align: left;
	float: left;
         background-color: #CCC;
}

div#menu {
	width: 243px;
	height: auto;
	margin-top: 50px;
	margin-left: 5px;
	padding-top: 10px;
	background-color: #CCF;
}

div#menu ul {
	width: 190px;
	margin: 0px;
	margin-left: 3px;
	padding: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	text-align: left;
	list-style: none;
}

div#menu ul li#item1,div#menu ul li#item7 {
	margin-top: 18px;
	margin-left: 45px;
}

div#menu ul li#item2,div#menu ul li#item6 {
	margin-top: 15px;
	margin-left: 30px;
}

div#menu ul li#item3,div#menu ul li#item5 {
	margin-top: 10px;
	margin-left: 15px;
}

div#menu a,div#menu a:link,div#menu a:visited, div#menu b{
	width: 180px;
	text-decoration: none;
	margin-top: 10px;
	padding: 10px 3px 5px 3px;
	border: 3px solid #FFF;
	border-style: ridge;
	background-color: #000;
	color: silver;
	font-style: italic;
	font-size: medium;
	display: block;
}

div#menu a:hover, div#menu a:active, div#menu a:focus {
	color: #000;
	background-color: #FFF;
	background-color: red;
}


div#menu ul li b {
	font: normal medium HG行書体,serif;
	background-color: #FFF;
	color: #000;
}

/* contentのスタイル */

div#content {
	width: 421px;
	height: 648px;
	float: right;
	border: 1px solid #000;
	background-color: #FFF;
}

p#topicpath {
	margin-top: 0px;	
	margin-left: 2px;
	text-align: left;
}

div#content h3 {
	margin: 5px;
	margin-top: 25px;
	text-align: left;
	text-indent: 1em;
}

div#updateinfo {
	width: 395px;
	height: 200px;
margin-left: 10px;
	border: 2px ridge #FFF;
}

div#updateinfo dl {
	margin: 10px;
	padding: 0px;
	text-align: left;
}

div#updateinfo dt, div#updateinfo dd{
	margin-top: 2px;
}

div#welcome {
	margin-top: 125px; 
}

div#apologize {
	margin-top: 150px;
	font-size: small;
}


/* footerのスタイル */

div#footer {
	clear: left;
	font-size: x-small;
	text-align: right;
}


/* under-constructionのスタイル  */

p#underconstruction {
	vertical-align: center;	
}


