@charset "EUC-JP";
/* main ------------------------------------------------ */
#all	{ margin: 3% 3% 3% 50px;}
#title	{ }
#menu 	{ border-bottom: 1px solid #C0C0C0;	margin: 0 0 0 8px;}
#menu ul{ margin: 0; padding: 0 0 0 5px; cursor: default;}
#menu li{ display: inline; margin: 0 8px 0 0; padding: 0;}
#style 	{ position: absolute; right: 3%; top: 0.5em;}
#navi {	padding: 0 0 0 8px; text-align: right;}
#main	{ margin: 0 0 0 2%; padding: 0;}
#subt	{ margin: 0; padding: 0;}
#content{ float: left; width: 70%;}
#sidebar{
	float: right;
	width: 25%;
	padding: 5px 10px;
	margin: -18px 0 0 10px;
	background-image:url(./0401/sbg.png);
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0; }
#head	{ }
#foot { clear: both; padding: 10px 0 0 0; text-align: right;}
#icon a:hover{ 
	text-decoration: none ; 
	background-color: #FFCC00; }

/* h ------------------------------------------------ */

h1{ background-color:transparent;
	background-image:url(../img/alb.gif);
	background-position:10px 0px;
	background-repeat:no-repeat;
	height:30px; }
h2 { color: #DAA520; margin: 8px 0 8px 0;}
h3 { color: #BDB76B; 
	border-bottom: 1px solid #dcd3b8;
	border-left: 10px solid #dcd3b8;
	margin: 10px 0 5px 0;
	padding: 0 0 0 5px;}
h4 { }

/* tag ------------------------------------------------ */

body {
	background: #ffffff;
	background-image:url(./0401/bg.png);
	background-repeat:repeat-y;
	line-height: 1.5;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯',Osaka,sans-serif;
	font-size: 90%;
	color: #333333; }
blockquote p{
	background: #eeeeee;
	border-left: 5px solid #cccccc;
	padding: 0.5em 1.5em 0.5em 1.5em;}
blockquote.mailform {
	background: #eeeeee;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin: 1em; }
hr 		{ display: none;}
li		{ list-style-image: url('../img/li.gif');}
img		{ border: 1px solid #333333; }
em 		{ font-weight: bold; font-style: normal;}
address { font-style: normal; font-size: 12px; border-top: 1px solid #C0C0C0;}
dt 		{ 
		  border-bottom: 1px dotted #cccccc; 
		  padding: 0 0 0 1em; margin: 0.5em;}

/* class ------------------------------------------------ */

.box {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 0 0 0 8px;	
	margin: 0; }
.mes	{ margin: 0 0 0 1em;}
.up		{ text-align: right;}
.m		{ font-size: 12px;}
img.r	{ float: right; margin: 0.5em;}
img.l	{ float: left; margin: 0.5em;}
img.b	{ border: 0px solid #333333;}
.inv	{ display:none;}
.l		{ text-align: left;}
.r		{ text-align: right;}
.c		{ text-align: center;}

/* a ------------------------------------------------ */

a:link,a:visited,a:hover,a:active	{ background: transparent;}
a:link,a:visited	{ text-decoration: underline;}
a:hover,a:active	{ text-decoration: none;}
a:link				{ color: #458d8d;}
a:visited 			{ color: #333333;}
a:hover				{ color: #e88211;}
a:active			{ color: #333333;}
