/* ■ style.css CSSファイル　v.1.00 2005.10.11 N.O ■■ */

/* ■■■ body */
body {
		background-color:#546378;
		color:#546378;
		text-align:center;
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 0.8em;
		font-weight: normal;
}
/* ■■■ box */
div.big {
		background-color: #DCD7C2;
		width: 604px;
		margin:  0px;
		padding: 0px;
		border: 0px;
		text-align:center;
}
div.header {
		width: 604px;
		height: 27px;
		border: 0px;
		padding: 0px;
		text-align:left;
		vertical-align:bottom;
}
div.headerleft {
		float:left;
		width: 404px;
}
div.headerright {
		float:right;
		width: 200px;
		text-align:right;
}
div.menu {
		width: 604px;
		height: 21px;
		background-color:#546378;
		color:#CCCCCC;
		vertical-align:bottom;
		text-align:left;
		margin:  0px 0px 0px 0px;
		padding: 5px 0px 5px 0px;
		border: 0px;
		font-size:11px;
		font-weight: bold;
}
div.menuleft {
		width: 530px;
		float:left;
		text-align:left;
}
div.menuright {
		width: 74px;
		float:right;
		text-align:right;
}
div.body {
		padding: 0px 10px 0px 10px;
		text-align:left;
		line-height: 1.5em;
}

div.footercr {
		background-color: #546378;
		font-size: 11px;
		font-weight: normal;
		color: #999999
}
/* 文中の写真などを入れる */
div.fbox {
		float:right;
}

/* ■■■ link */
/* 通常のリンク */
a {
		text-decoration: none;
}
a:link {
		color:#0000FF;
}
a:visited {
		color:#0000FF;
}
a:hover {
		color:#6666FF;
}
a:active {
		color:#9999FF;
}

/* ページ中のリンク */
a.menu:link {
		color:#CCCCCC;
}
a.menu:visited {
		color:#CCCCCC;
}
a.menu:hover {
		color:#FFFFFF;
}
a.menu:active {
		color:#CCCC99;
}

/* トップメニューの現在選択中でリンクなし */
.menunow {
		color:#333333;
}
/* 『日本語』の切替ボタン　画像がマウスオーバーで変わるように */
.menujp {
		border:      0;
		margin:      0;
		padding:     0;
		width:      33px;
		height:     15px;
		overflow: hidden;
}
.menujp img {
		visibility: hidden;
}

.menujp a,
.menujp a:link,
.menujp a:visited {
		background-position: 0px 0px;
		float:left;
}
.menujp a:focus,
.menujp a:hover,
.menujp a:active {
		background-position: 0px 15px;
		float:left;
}
/* 注：stylemayu.cssファイルのあるディレクトリより見て指定すること */
.menujp .nihongo a {
		background-image: url(viz/nihongo.gif);
}

/* ■■■ 見出し修飾 */
h1 {
		font-size: 110%;
		font-weight: bold;
		text-align:center;
}
h2 {
		font-size: 110%;
		font-weight: bold;
}
/* ■■■ 文字修飾 */
/* 文中の見出しなどに使用 */
em {
		font-size: 110%;
		font-weight: bold;
		font-style: normal;
}
b {
		font-size: 100%;
		font-weight: bold;
}
/* New! 赤字の見出し */
.new {
		font-size: 110%;
		font-weight: bold;
		color: #FF3300;
}
/* ■■■ テーブル */
table {
		font-size:0.8em;
}

/* ■ photoページ用テーブル：photosXXXXjp.html, photosXXXXen.html */
table.photo1 {
		width: 550px;
		border: 0px;
		padding: 0px;
		vertical-align: top;
		text-align: center;
		font-size: 90%;
}
/* ■ photoページ用テーブル：photosjp.html, photosen.html */
table.photo2 {
		width: 550px;
		border: 0px;
		padding: 0px;
		vertical-align: top;
		text-align: center;
		font-size: 90%;
}
col.photo2-c1 {
		width: 602px;
}


/* ■ sampleページ用テーブル：photosjp.html, photosen.html */
table.sample {
		width: 584px;
		border: 0px;
		padding: 0px;
		vertical-align: top;
		text-align: left;
		font-size: 100%;
		line-height:1.5em;
}
caption.sample {
		text-align: center;
		font-size: 110%;
		font-weight: bold;
		background-color:#546378;
		color:#DCD7C2;
}
col.sample-c1 {
		width: 277px;
}
col.sample-c2 {
		width:  30px;
}
col.sample-c3 {
		width: 277px;
}
