
/* スタイルシートの初期化 */
*	{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

body	{
	color:black;
	background-color: #f4fff4/* #eefff8*/;
	margin-left: 3%;
	margin-right: 3%;
/*	background-image: url("back.png");
	background-repeat: repeat-x;*/
	font-family: Verdana, Helvetica, sans-serif;
}

h1	{
/*	font-size:250%;
	color: #2020a0;
	padding-top: 0em;
	text-align:center;
	letter-spacing:0.5em;
	border-bottom: solid 0.05em #2020a0;
*/
	font-size: 100%;
	font-weight: normal;
}

h2
{
	font-size:250%;
	text-align: center;
	background-color: #ded;
	border-left: solid 1.2em;
	border-top: solid 0.1em;
	border-bottom: solid 0.1em;
	border-right: solid 1.2em;
	border-color: #353;
	padding: 0.15em;
	margin-top: 0.25em;
	margin-bottom: 1.25em;
}

h3	{
	font-size: 200%;
	padding: 0.25em 0em 0.25em 0.5em;
	letter-spacing:0.05em;
	margin-top:2em;
	margin-bottom: 1.25em;
	border-bottom: solid 0.15em #363;
	border-left: solid 1.3em #363;
}

h4	{
	letter-spacing:0.05em;
	font-size: 170%;
	padding-left: 0.5em;
	margin-top: 2em;
	margin-bottom: 1em;
/*	border-bottom-style:solid;
	border-bottom-color:#5070a0;
	border-bottom-width:1px;
*/
	border-left: solid 1.25em #363;
}

h4.title	{
	margin-bottom:0px;
	border-bottom-style:none;
	text-decoration:underline;
}

h6	{
	font-size:x-small;
	padding-left:0.3em;
	letter-spacing:0.2em;
	margin-top:0em;
	margin-bottom:0em;
	padding:0px 0px 0px 0px;
	background:#207040;
	border-style:solid;
	border-color:#207040;
	color:WHITE;
}

p	{
	line-height:1.25em;
	margin: 0.5em 1.5em 1.25em 1.5em;
}

p.under	{
	color:#109030;
	text-align:center;
	font-size:150%;
	font-style:italic;
	letter-spacing:0.8em;
	margin:0px;
	border-top: solid 0.1em #363;
}

p.small	{
	font-size:small;
	letter-spacing:1px;
	line-height:1.2em;
}

.comment	{
	border: 1px solid #207040;
	background: #e8fff3;
	margin-bottom: 1em;
	font-size:small;
	padding: 0em 0.5em 0em 0.5em;
	letter-spacing:0.1em;
	margin: 0.5em 0em 0.5em 0em;
/*	align:top;*/
}

.pickup	{
	border: .2em solid #363;
	background: #f8fff8;
	padding: 0.5em 0em 0.5em 0em;
	margin: 1.5em 1.5em 1.5em 1.5em;
	font-weight: bold;
}

.comment p	{
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0em 0.5em 0em 0.5em;
	font-size: small;
}

#header_navi	{
	margin: .5em 0em .5em 0em;
	padding: .2em 0em .2em 1em;
	border-left: 3em solid #ada;
	color: #777;
}

#header_link	{
	border-bottom: .05em solid #aaa;
	padding: 0em 4em .15em 1em;
}

A:link { color: #003388; }
A:visited { color: #661111; }
A:hover { font-weight: bold; }
A:active { color: #0000AA; }

strong	{
	font-weight: bold;
	color:#502020;
	background-color: #fec;
}

small	{
	letter-spacing:1px;
	line-height:1.2em;
}

ul	{
	margin: 1.5em 1em 2em 3em;
}

ol	{
	margin: 1em 1em 1em 3em;
}

li	{
	line-height:1.25em;
	margin-top: .5em;
	margin-bottom: .5em;
}

li ul li	{
	margin: 0;
}

table.mini, table.simple	{
	margin-left: 2em;
}

table.mini	{
	width: 30%;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	background-color: #bec;
}

table#topmenu	{
	margin-top: 1em;
	margin-bottom: 3em;
}

#topmenu td	{
	vertical-align: top;
}

#topmenu td.menu	{
	background-color: #ded;
	border-right: solid 0.2em #9b9;
	border-bottom: solid 0.2em #9b9;
}

#topmenu h2	{
	font-size: 150%;
	color: #eee;
/*	background-color: #798;*/
	background-color: #353;
	border: none;
	margin: 0px;
}

th	{
	white-space:nowrap;
	padding:0.3em;
}

th.bo	{
	font-size: 115%;
	font-weight: bold;
	border-left: solid 1.2em #363;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background-color:#ded;
}

.simple td	{
	text-align: center;
	padding:0.5em 1em 0.5em;
	background-color:#ded;
	white-space:nowrap;
}

.simple td.normal	{
	text-align: left;
}

hr	{
	color: black;
	background-color: black;
	border: 1px;
	height: 1px;
	margin: 0px 0px 0px 0px;
}

.right	{
	text-align: right;
}

span.s50 { font-size: 50%; }
span.s60 { font-size: 60%; }
span.s80 { font-size: 80%; }

dl { margin-top: 0.5em; margin-bottom: 0.5em; }
dl dt
{
	font-size: 150%;
	margin-left: 0.75em;
	margin-top: 1.5em;
	letter-spacing: 0.15em;
	color: navy;
	border-bottom: solid 2px #5070a0;
}
dl dd
{
	margin-left: 2.5em;
	margin-top: 0.8em;
	letter-spacing: 0.5px;
	line-height:1.2em;
}

address	{
	font-size: 115%;
	font-style: italic;
	letter-spacing: .05em;
	margin-top: 0.5em;
}
