/* 共通 */
*.*
{
	margin-top: 0;
	padding:    0;
}

body
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #ffffcc;
	line-height: 180%;
	background-color: #111111;
	background-image: url('../image/common/bg_wood.jpg');
}

/* 見出し */
h1
{
	font-size: 100%;
	line-height: 280px;
	color: #ff9900;
	text-align: right;
	height: 150px;
	width: 640px;
	background-image: url('../image/common/h1.jpg');
	background-repeat: no-repeat;
}

h2
{
	font-size: 100%;
	color: #ffcc66;
	font-weight: bold;
	margin-top: 3em;
	margin-bottom: 1em;
	padding-left: 5px;
	border-top: 0px solid #ff9900;
	border-right: 0px solid #ff9900;
	border-bottom: 0px solid #ff9900;
	border-left: 10px solid #ff9900;
	width: 300px;
}

h3
{
	font-size: 100%;
	color: #ffcc66;
	text-indent: 16px;
	margin-top: 3em;
	background-image: url('../image/common/item.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

*.bgbar
{
	color: #ffcc66;
	text-indent: 36px;
	padding-top: 2px;
	height: 25px;
	width: 380px;
	border-width: 0px;
	background-image: url('../image/common/h2.gif');
	background-repeat: no-repeat;
}


/* コンテンツ */
#main
{
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	border-left: 0px dotted #cc0000;
	width: 640px;
}

#menu
{
	text-align: right;
}

#menu ul li
{
	display: inline;
	border-left: solid 0px #ffffcc;
	padding-left: 1.0em;
	padding-right: 1.0em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-weight: bold;
	border-left: dotted 2px #ffffcc ;
}

#menu ul li a
{
	margin: 0;
}

#lastitem
{
	border-right: dotted 2px  #ffffcc;
}

#navi
{
	border: solid 1px #ffffcc;
	background-image: none;
	padding-left: 0.5em;
}

#left_pane, #right_pane
{
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
}


#maincontents
{
	margin-left: 1em;
}

#subcontents
{
	margin-bottom: 5em;
	margin-left: 0.5em;
	padding-top: 24px;
	background-image: url('../image/common/chr_contents.gif');
	background-repeat: no-repeat;
}

#subcontents ul
{
	padding-left: 1em;
	border-left: 3px solid #ff6600;
	margin-left: 3em;
}

#subcontents ul li
{
	text-indent: 0em;
	margin-top: 0.3em;
	list-style-type: none;
}


.leftline
{
	border-left: dotted 2px #ff9900;
	margin-left: 3em;
	padding-left: 1.5em;
}

.bg_cork
{
	background-image: url('../image/common/bg_cork.jpg');
}

/* 論理要素 */
em
{
	color: #ffcc99;
	border-bottom: dotted 1px  #ffcc99;
	font-style: normal;
}

strong
{
	color: #ff9900;
}

dt
{
	font-weight: bold;
	margin-top   : 2em;
	margin-bottom: 1em;
	border-bottom: solid 1px #ffcc66;
	color: #ffcc66;
}

dd
{
	margin-top: 0.5em;
	color: #ffffcc;
}

ul.check li
{
	text-indent: 16px;
	list-style-type: none;
	background-image: url('../image/common/red_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* テーブル */
*.item
{
	color: #ffcc66;
	font-weight: bold;
	margin-top: 0.5em;
}

table.frame
{
	border: dotted 1px #ff6633;
}


/* 画像 */
img
{
	border-width: 0px;
}

*.smile
{
	text-indent: 20px;
	background-image: url('../image/common/smile.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

*.focus
{
	padding-left: 12px;
	background-image: url('../image/common/arrow_yellow.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


/* フッター */
address
{
	font-family: Verdana, Chicago, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: right;
	margin-top: 3em;
	padding-top: 0.3em;
	border-top: 1px dotted #ff0000;
	background-image: url('../image/common/mixed.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

a.go_back
{
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	width: 50px;
	background-image: url('../image/common/p_back.gif');
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}

a.go_back:hover
{
	border-width: 0px;
}

a.go_home
{
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	width: 50px;
	background-image: url('../image/common/p_home.gif');
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}

a.go_home:hover
{
	border-width: 0px;
}

/* 段落 */
p
{
	text-indent: 1em;
	/* background-image: url('../image/common/button_yellow.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px; */
}

/* アライメント */
*.imgright
{
	float: right;
	margin-left: 16px;
	margin-top: 8px;
	margin-bottom: 4px;
	text-align: center; 
	color: #ffcccc;
}

*.imgleft
{
	float: left;
	margin-right: 16px;
	margin-top: 8px;
	margin-bottom: 4px;
	text-align: center; 
	color: #ffcccc;
}

*.indenter
{
	margin-left: 3em;
	margin-right: 1.5em;
}

*.indenter_s
{
	margin-left: 1.5em;
	margin-right: 0.5em;
}

div.jumptop
{
	clear: both;
	text-align: right;
	background-image: url('../image/common/arrow_long_up_r.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
	font-weight: bold;
	font-size: 11px;
}

div.return
{
	text-align: center;
	margin-top: 2em;

}

*.float_2
{
	width: 280px;
	float: left;
}


*.left		{ text-align: left;   }
*.right		{ text-align: right;  }
*.center	{ text-align: center; margin-left: auto; margin-right: auto; }


/* リンク */
a
{
	margin-left:  0.3em;
	margin-right: 0.3em;
}

a img
{
	margin-left:  0em;
	margin-right: 0em;
}

a:link		{ Color: #ffcc33; text-decoration: none;}
a:visited	{ Color: #ffcc33; text-decoration: none;}
a:hover		{ Color: #ff6600; text-decoration: underline; }
a:active	{ Color: #ff0000; text-decoration: none;}

div.return a:hover {  border-width: 0px; }


/* その他修飾関係 */
*.hidden	{ display: none; }
*.break		{ clear: both; }
*.j			{ font-family: 'ＭＳ Ｐゴシック'; }
*.noindent	{ text-indent: 0em;}
*.hotkey	{ text-decoration: underline; }
*.en		{ font-size: 11px; font-family: Tahoma;}