﻿/* コンテナ */
div#container	{width:1300px;
		padding:0px;
		margin-top:0px;
		margin-left:auto;
		margin-right:auto}

/* タイトル・サブタイトル・カウンター */
div#title h1	{width:500px;
		height:60px;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:auto;
		margin-right:auto;
		text-align:center}

div#title h2	{font-family:Arial;
		color:#191970;
		font-size:0.75em;
		margin-top:0px;
		margin-bottom:0px;
		text-align:center;
		font-weight:normal}


/* カウンター */
span		{margin:0px;
		padding-left:70%}
		
/* メニュー */
ul#menu
	{margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-left:312px;
	margin-bottom:0px;
	height:39px}

/* メニュー（リスト） */
ul#menu li
	{list-style-type:none;
	float:left}

/* メニュー（リンク表示） */
ul#menu li a
	{font-size:0.75em;
	font-family:times new roman;
	display:block;
	width:75px;
	color:#ffffff;
	background:url(images/buttonmenua.png) no-repeat;
	height:39px;
	line-height:39px;
	text-decoration:none;
	text-align:center;
	float:left;
	clear:right}

/* メニュー（マウス動作） */
ul#menu  li a:hover
	{
	font-size:0.75em;
	font-family:times new roman;
	display:block;
	width:75px;
	color:#000000;
	background:url(images/buttonmenub.png) no-repeat;
	height:39px;
	line-height:39px;
	text-decoration:none;
	text-align:center;
	float:left;
	clear:right}

/* 閲覧注意書き */
p.navi		{margin-left:auto;
		margin-right:auto;
		font-size:0.75em;
		color:#0099FF;
		text-align:center}

/* コンテンツ枠 */
div#contents	{width:1000px;
		margin-top:0px;
		margin-left:auto;
		margin-right:auto}

/* 製作年度表示 */
div#contents p	{clear:both;
		margin-top:15px;
		margin-bottom:10px;
		font-family : Arial;
		font-style:italic;
		font-size:20px;
		font-weight : bold;  
		color:#6699cc;
		text-align:center}

/* キット枠線  左*/
.kitboxleft		{width:450px;
		border:solid 2px #66CCFF;
		border-collapse:collapse;
		float:left;
		clear:left;
		margin-left:15px;
		margin-right:5px;
		margin-bottom:10px}

/* キット枠線  右*/			
.kitboxright	{width:450px;
		border:solid 2px #83C2FC;
		border-collapse:collapse;
		float:right;
		clear:right;
		margin-left:5px;
		margin-right:15px;
		margin-bottom:10px}

/* キット製作期間 */
table caption	{border:none;
		width:450px;
		height:16px;
		text-align:left;
		padding-left:5px;
		font-family : Arial;
		valign:bottom;
		font-size:12px;
		color:#666666}

/* キット名 */
em		{width:384px;
		height:18px;
		font-size:1em;
		font-style:normal;
		color:#808080}

/* キット項目名 */
th		{text-align:center;
		width:50px;
		height:17px;
		font-size:0.6875em;
		color:#006699;
		font-weight:bold;
		background-color:#F5FFFA;
		vertical-align:middle}
/* データ */
td		{padding-left:5px;
		height:17px;
		font-size:0.75em;
		color:#6699FF}

/* キット顔画像 */
.photo		{margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		border:solid 1px #66CCFF;
		border-collapse:collapse;
		width:60px;
		height:60px;
		text-align:center}

/* トップ画像 */
.topimage	{border:none;
		margin-bottom:5px}

/* 更新履歴 */
.kousin 	{font-size:0.75em;
		color:#1E90FF;
		width:80%;
		height:80px;
		overflow:auto;
		border:1px solid #4169E1;
		padding:3px;
		margin-left:auto;
		margin-right:auto}

/* フッター */
div#footer		{width:100％;
		font-size:0.75em;
		margin-left:auto;
		margin-right:auto}

/* コピーライト */
div#footer address	{text-align:center;
		font-style:normal;
		color:#6699FF;
		margin-left:auto;
		margin-right:auto}
