﻿/*---------------------------------*/
/*          Default Style          */
/*---------------------------------*/

/* --------- 画面表示 ---------- */
#screenview
{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	position:relative;
}

/* --------- BODY ---------- */
BODY
{
	font-size:9pt;
	line-height : 140%;
	text-align:center;
}

/* --------- ロゴ ---------- */
#logo
{
	width:250px;
	float:left;
	text-align:left;
}

/* --------- ヤフー ---------- */
#yahoo
{
	width:400px;
	float:left;
	text-align:center;
}

/* --------- カウンタ ---------- */
#count
{
	width:110px;
	font-size: 8pt;
	float: right;
	text-align: left;
	line-height : 110%;
}

/* --------- インフォメーション ---------- */
#info
{
	width: 760px;
	height: 50px;
	text-align: center;
	background-color: #f0f8ff;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* --------- null ---------- */
#null
{
	width: 760px;
	height: 5px;
	text-align: left;
	clear: both;
}

/* --------- メニュー関連 ---------- */
#menu_01
{
	text-align: left;
	width: 255px;
	float: left;
	height: 140px;
}
#menu_02
{
	text-align: left;
	width: 250px;
	float: left;
	height: 140px;
}
#m_title_01
{
	text-align: center;
	background-color: #3366FF;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
}

#m_title_02
{
	text-align: center;
	background-color: #009999;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
}


/* --------- リスト関連 ---------- */
ul.ul_01
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	padding-left:15px;
}


/* --------- 説明分見出し ----------*/
TD.midashi
{
	border:1px;
	border-style:none none dotted none;
	border-color:#ff6600;
	font-weight:bold;
} 

TD.cmd
{
	background-color: #99CCFF;
}

/* --------- 説明分見出し ----------*/
LI.li_01
{
	padding-left: 23px;
	background-image: url('../image/folder.gif');
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* --------- 画像部分 ----------*/
img
{
	border:0px;
}


FONT.f8	{ FONT-SIZE:8pt }
FONT.f9	{ FONT-SIZE:9pt }
FONT.f10	{ FONT-SIZE:10pt }
FONT.f11	{ FONT-SIZE:11pt }
FONT.f12	{ FONT-SIZE:12pt }
FONT.f14	{ FONT-SIZE:14pt }
FONT.f16	{ FONT-SIZE:16pt }
FONT.f18	{ FONT-SIZE:18pt }
