/*=============================================================*
 *	|		鹿瀬造船ホームページ	|
 *	|								|
 *	|		-	INDEX CSS	-		|
 *=============================================================*/
/*---------------------------------------------------------------*
 * BODY
 *---------------------------------------------------------------*/
BODY
{
	width					: 100%;
	height					: 85%;
}


/*---------------------------------------------------------------*
 * TABLE
 *---------------------------------------------------------------*/
/*レイアウトテーブル　下ボーダー指定*/
TABLE.Layout
{
	height					: 100%;
	border-bottom			: solid 15px #1421CF;
}

/*レイアウトテーブル　下ボーダー指定*/
TABLE.IndexBorder
{
	border-bottom			: solid 15px #1421CF;
}

/*内容テーブル*/
TABLE.NaiyouTable
{
	width					: 80%;
	margin					: 30px 0px;
}

/*メニューテーブルボーダー指定*/
TABLE.Menu
{
	border-bottom			: solid 5px #1421CF;
}

/*リンクテーブル*/
TABLE.LinkTable
{
	width					: 80%;
}

/*---------------------------------------------------------------*
 * TD
 *---------------------------------------------------------------*/
/*タイトルロゴ背景*/
TD.Title
{
	width							: 100%;
	background-color		: #1421CF;
}

/*ボーダー指定*/
TD.Menu
{
	border-bottom			: solid 5px #1421CF;
}

/*内容セル高さ*/
TD.Body
{
	height					: 100%;
}

/*大メニューセル内中央寄せ*/
TD.Center
{
	text-align				: center;
}

TD.Left
{
	padding-top				: 30px;
	padding-left			: 20px;
	padding-bottom			: 15px;
	text-align				: left;
	border-bottom			: dotted 1px #cccccc;
}

/*Copyright*/
TD.Copy
{
	padding					: 5px 0px;
	height					: 30px;
	color					: #999999;
	border-bottom			: solid 10px #1421CF;
}

/*見出し指定*/
TD.Midashi
{
	height					: 30px;
	text-align				: left;
	padding					: 2px 2px 2px 10px;
	border					: solid 1px #cccccc;
	font-weight				: bold;
}


/*内容テーブルセルの仕様*/
TABLE.NaiyouTable TD,
TABLE.NaiyouTable TD A
{
	font-size				: 11pt;
}

/*高さ指定*/
TD.Thead
{
	height					: 80px;
}

/*リンクタイトルセル*/
TD.Title2
{
	padding					: 10px 0px 20px 20px;
	background				: #ffffff;
}

/*リンクセル１*/
TD.Link1
{
	font-size				: 9pt;
	border					: solid 1px #1421CF;
	background-color		: #CBDBEB;
	text-align				: center;
}


/*---------------------------------------------------------------*
 * DIV
 *---------------------------------------------------------------*/
DIV.Naiyou
{
	height					: 100%;
}

/*---------------------------------------------------------------*
 * FONT
 *---------------------------------------------------------------*/
FONT.Tyu
{
	font-size				: 13pt;
}

/*---------------------------------------------------------------*
 * SPAN
 *---------------------------------------------------------------*/
SPAN.Naiyou
{
	padding-left			: 2em;
	font-size				: 11pt;
}




/*---------------------------------------------------------------*
 * border
 *---------------------------------------------------------------*/
/*
TABLE,TR,TD,DIV
{
	border					: solid 1px #666666;
}
*/

