body {
	margin: 0px;
	text-align: center;
	font-size : 1em;
	line-height: 1.4;
	font-family: Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	background: #fff url(./img/bg-body.jpg) repeat-x center top fixed;
}

a:link		{ color:#00f; text-decoration:underline; }
a:visited	{ color:#03c; text-decoration:underline; }
a:active	{ color:#c00; text-decoration:none; }
a:hover		{ color:#f60; text-decoration:none; }

h1,h2 {
	padding: 8px 8px 4px;
	text-align: left;
	line-height: 1.2;
	color: #fff;
	background-color: #d9b;
	border: 1px solid #b02060;
	border-bottom: 8px solid #b02060;
}

h3 {
	padding: 8px 8px 4px;
	text-align: left;
	line-height: 1.2;
	color: #fff;
	background-color: #89d;
	border: 1px solid #67a;
	border-bottom: 5px solid #67a;
}

div.info	{ margin:1em 0.5em; }
div.info .m	{ color:#039; font-size:1.2em; font-weight:bold; }
div.info .s	{ color:#090; font-size:0.9em; font-weight:medium; }

div.title	{
	margin-bottom:1em;
	font-size: 1.3em;
	line-height: 1.0;
	background: url(./img/ttbg.gif) repeat-x center top;
}

div.subtitle	{
	font-size: 1.2em;
	font-weight: bold;
	color: #080;
}

th	{ font-size:0.9em; line-height:1.3; }
td	{ font-size:0.9em; line-height:1.3; }

/*-----------------------------------------------------------------*/
table.dot		{ border-collapse:collapse; }
table.dot th	{ background-color:#f0f0f0;
	border-top:1px solid #bbb; border-bottom:1px solid #bbb; border-left:none; border-right:none; }
table.dot td	{ padding: 0.3em 0.7em; vertical-align:top; font-size:14px; line-height:1.5;
	border-top:1px solid #bbb; border-bottom:1px solid #bbb; border-left:none; border-right:none; }
table.dot td.d	{ text-align: center; white-space: nowrap; background-color: #eee; border-right: 1px dotted #ccc; }
table.dot td.n	{ border:none; }


/*-----------------------------------------------------------------*/
/* オリジナル設定 */
.ha		{ font-size: x-small; color:#fff; }
.px12	{ font-size:0.9em; line-height:1.3em; }
.url	{ font-size:0.9em; line-height:1.0em; font-weight:medium; text-decoration:none; color:#090; }
.guide	{ font-size:0.9em; font-weight: medium; text-decoration: none; color:#f00; }
.mc		{ line-height:130%; }
.mc160	{ line-height:160%; }

.rttle	{ color:#911; font-size:1.5em; font-weight:bold; background-color:#fff; }

.ttl	{
	padding: 3px;
	border: 1px solid #03c;
	font-size: 1.2em;
	font-weight: bold;
	color: #03c;
	background-color: #cdf;
}

.thumb {
	margin: 0px 16px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color:#fff;
}


/* 全角半角の切替 */
input.hankaku		{ color:#00f;  ime-mode:disabled; }
input.zenkaku		{ color:#00f;  ime-mode:active; }
textarea.zenkaku	{ color:#00f;  ime-mode:active; }
select.hankaku		{ color:#00f; }

/* 全角半角の切替 */
input.hankak2		{ color:#00f; background-color:#eee; border: 1 solid #666; ime-mode: disabled; }
input.zenkak2		{ color:#00f; background-color:#eee; border: 1 solid #666; ime-mode: active; }
textarea.zenkak2	{ color:#00f; background-color:#eee; border: 1 solid #666; ime-mode: active; }
select.hankak2		{ color:#00f; background-color:#eee; border: 1 solid #666; }

/*-----------------------------------------------------------------*/
#warapper {
	clear: both;
	width: 768px;
	margin: 20px auto;
	padding: 12px;
	border: 1px solid #ccc;
	text-align: left;
	background: #fff url(./img/bg.gif) repeat-y center top;
}

#header {
	width: 100%;
	height: 120px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #039 url(./img/header_bg.gif) repeat-x center top;
}

#sidebar	{
	float:right;
}
#sidebar img	{ border-width:0; }

#menu	{
	width:160px; padding:8px;
	font-size:0.9em; line-height:1.3;
	background-color: #f0f0f0;
	border: #999 1px solid;
}
#menu div	{ padding: 8px 0px; }
#menu div.sub	{ padding: 8px 0px 0px 16px; line-height: 1.1; }

#contents	{
	width: 560px;
	font-size : 0.9em;
	line-height: 1.3;
}


#footer {
	clear:both;
	padding:8px;
	color:#fff;
	font-size:13px; font-family:Arial; line-height:1.3; text-align:center;
	background-color:#7080c0;
}
