body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Osaka, '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
	background-color: #fff;
}

a:link		{ color:#00f; }
a:visited	{ color:#936; }
a:active	{ color:#6f6; text-decoration:none; }
a:hover		{ color:#f60; text-decoration:none; }

a.wm	{
	padding-left: 20px;
	font-weight:bold;
	background-image: url(./img/icon_wm_16.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.btn00	{ width:86px; height:49px; background: url(./images/btn01.gif) no-repeat left top; }
a.btn01	{ background: url(./images/btn01.gif) no-repeat left top; }
a.btn02	{ background: url(./images/btn02.gif) no-repeat left top; }
a.btn03	{ background: url(./images/btn03.gif) no-repeat left top; }
a.btn04	{ background: url(./images/btn04.gif) no-repeat left top; }
a.btn05	{ background: url(./images/btn05.gif) no-repeat left top; }
a.btn06	{ background: url(./images/btn06.gif) no-repeat left top; }
a.btn07	{ background: url(./images/btn07.gif) no-repeat left top; }
a.btn08	{ background: url(./images/btn08.gif) no-repeat left top; }

a.btn01:hover	{ background-image: url(./images/btn01_2.gif); }
a.btn02:hover	{ background-image: url(./images/btn02_2.gif); }
a.btn03:hover	{ background-image: url(./images/btn03_2.gif); }
a.btn04:hover	{ background-image: url(./images/btn04_2.gif); }
a.btn05:hover	{ background-image: url(./images/btn05_2.gif); }
a.btn06:hover	{ background-image: url(./images/btn06_2.gif); }
a.btn07:hover	{ background-image: url(./images/btn07_2.gif); }
a.btn08:hover	{ background-image: url(./images/btn08_2.gif); }

h1 {
	padding: 6px 8px 4px;
	text-align: left;
	line-height:1.0;
	color: #300;
	background-color: #fff;
	border-left: 8px solid #c00;
}

h2 {
	padding: 6px 8px 4px;
	text-align: left;
	line-height:1.0em;
	color: #fff;
	background-color: #9c6;
	border-left: 8px solid #693;
	border-bottom: 1px solid #693;
}

h3 {
	padding: 8px;
	text-align: left;
	line-height:1.0em;
	color: #333;
	background-color: #eee;
	border-left: 8px solid #999;
	border-bottom: 1px solid #999;
}

/*-----------------------------------------------------------------*/
table.tbl01	{ border-collapse: collapse; border: none; }
.tbl01 tr	{ font-size : 0.9em; line-height: 1.5em; }
.tbl01 td	{ padding: 0.3em 0.7em; vertical-align: middle; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.tbl01 .d	{ text-align: center; vertical-align: top; white-space: nowrap; background-color: #f0f0f0; }
.tbl01 .dx	{ text-align: center; white-space: nowrap; background-color: #e0e0e0; }
.tbl01 .l	{ border-left: 2px solid #ccc; text-align: left; }
.tbl01 .r	{ border-right: 1px solid #ccc; }
.tbl01 .t	{ border-top: 1px solid #ccc; }
.tbl01 .b	{ border-bottom: 1px solid #ccc; }
.tbl01 .line td	{ border: none; border-top: 1px solid #69c; border-bottom: 1px solid #69c; background-color: #ffc; }
.tbl01 .gline td { background-color: #f0f0f0; }

/*-----------------------------------------------------------------*/
.mc		{ line-height: 1.5; }
.mc160	{ line-height: 160%; }
.mc18	{ line-height: 1.8em; }
.px12	{ font-size: 12px; }
.px13	{ font-size: 13px; }
.px14	{ font-size: 14px; }
.q		{ color:#ffffff; }
.answer	{ color:#333333; line-height: 130%; }
.small	{ font-size: x-small; }
.w_small{ font-size: x-small; color: #ffffff; }
.red	{ color:#cc0000; }

.url		{ color: #393; font-size: 13px;  line-height: 1.2em; font-family:arial; }
.date		{ color: #090; font-size: 0.9em; line-height: 1.2em; }
.time		{ color: #090; font-size: 0.8em; line-height: 1.2em; }
.caution	{ color: #c00; font-size: 0.9em; line-height: 1.2em; }

.ttle {
	font-size:1.2em;
	line-height:1.0em;
	font-weight:bold;
	color: #03c;
}

.ttl		{ font-size: 30px; font-weight: bold; color: #663399; }
.subttl		{ font-size: 30px; font-weight: bold; color: #990000; text-decoration: none;}

/*-----------------------------------------------------------------*/
#header {
	height: 101px;
	margin: 0px;
	text-align: center;
	background: #f00 url(./images/bg_header.gif) repeat-x center top;
}

#menu_bg {
	height: 49px;
	margin: 0px;
	text-align: center;
	background: #f0f0f0 url(./images/bg_menu.gif) repeat-x center top;
}

#menu {
	width: 728px;
	margin: 0px auto;
}

#menu a {
	float: left;
	display: block;
}

#header_end {
	height: 50px;
	margin: 0 0 12px;
	text-align: center;
	background: #f0f0f0 url(./images/header_end.gif) repeat-x center bottom;
}

#contents {
	width: 768px;
	margin: 1.0em auto;
	padding: 1.0em;
	text-align: left;
	font-size : 1em;
	line-height: 1.4em;
	border: 1px solid #ccc;
}

#contents p {
	padding-left: 1em;
}

#pankz {
	padding: 6px;
	color: #999;
	text-align: left;
	font-size: 0.8em;
	line-height:1.0em;
	border-bottom: 1px dotted #ccc;
}

#footer {
	margin-top: 32px;
	padding-top: 8px;
	text-align: center;
	background-color: #f0f0f0;
	border-top: 1px solid #ccc;
}

#footer table	{ margin: 8px 0 4px; color: #666; font-size: 9px; font-family:Arial; line-height:1.2; }
#footer .r		{ vertical-align: top; padding-left: 8px; border-left: 1px solid #ccc; }
#footer div		{ padding: 5px; color: #fff; font-size: 12px; font-family:Arial; line-height:1.0; background-color: #999; }


