/* #####################################
## Common definition
######################################*/

* {
	margin: 0;
	padding: 0;
}

body {
	width : 790px;
	text-align: center;
	margin : 0px auto;
	color: #000;
	background-color: #fff;
	font-size: 100%;
	line-height: 1;
}

a:link    { text-decoration: underline; color: #06c }
a:visited { text-decoration: underline; color: #c09 }
a:hover   { text-decoration: none; color: #39f }
a:active  { text-decoration: none; color: #06f }

a img { border-style: none }

.clear {
	clear: both;
	line-height: 0;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.voicenavi {
	position:absolute;
	float: left;
	margin-left: -100em;
}

/* #####################################
## Page block layout
######################################*/
#BODY {
	text-align: left;
}

#HEAD {
//	background: url(../img/bg_body_.gif) repeat-x left top #ffffff;
	background: #ffffff;
}
#CONTENTS {
	margin-top: 8px;
	line-height: 1.2em;
}

#FOOTER {
//	background: url(../img/bg_footer_.gif) repeat-x left top #ffffff;
	background: #ffffff;
	padding: 10px 0;
	font-size: 75%;
	line-height: 1.2em;
	/* except Mac IE 5 \*/
	clear: both;
	overflow: hidden;
}

/* #####################################
## Head block section
######################################*/

#HEAD .logo {
	float: left;
	width: 189px;
}
#HEAD p.description {
	clear: both;
	padding-bottom: 8px;
	//background: url(../img/bg_copy_.gif) repeat-x left bottom;
}

/* #####################################
## Footer block section
######################################*/

#FOOTER .address {
	float: left;
	width: 440px;
	padding-top: 5px;
	text-align: left;
}
#FOOTER address,
#FOOTER .address p {
	font-style: normal;
	padding-left: 10px;
}

#FOOTER .bottom-menu {
	float: right;
	width: 275px;
	padding-top: 5px;
	text-align: left;
}
#FOOTER .bottom-menu li {
	list-style-type: none;
	text-indent: 12px;
	//background: url(../img/bg_footer_list.gif) no-repeat left center;
	float: left;
	width: 135px;
}
#FOOTER .bottom-menu p {
	clear: both;
	margin-top: 5px;
	text-align: left;
}

/* #####################################
## Main block section
######################################*/
#MAIN h1 {
	clear: both;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 110%;
	color: #000000;
	border: double 3px #555555;
	background: #fdecd3;

}
#MAIN h2 {
	clear: both;
	margin-bottom: 5px;
	padding: 1px 0 3px;
	font-size: 110%;
	line-height: 1.2em;
	border-bottom: solid 3px #f90;
}
#MAIN h3 {
	clear: both;
	margin-top: 1em;
	margin-bottom: 0.3em;
	line-height: 1.2em;
	color: #069;
}
#MAIN h4 {
	margin-bottom: 0.5em;
	line-height: 1.2em;
	background: url(../img/bg_h4.gif) no-repeat left center;
	padding: 1px 16px;
}
#MAIN h5 {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

/* Table style
######################################*/

#MAIN table {
}

#MAIN table p {
	line-height: 1.2em;
}

#MAIN table caption {
	padding-left: 15px;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}

#MAIN table ul, table ol {
	margin: 0;
	padding-left: 1.3em;
	margin-bottom: 0 0.5em;
}

#MAIN table.basetable {
	margin: 3px;
	border-collapse: collapse;
	border-color: #333;
}

#MAIN table.basetable td, table.basetable th {
	padding: 5px;
	border: solid 1px #000;
}

#MAIN table.basetable th {
	text-align: center;
	background-color: #ffc;
}

#MAIN table.basetable td {
	vertical-align: top;
}

#MAIN table.basetable p.mailicon {
	padding-left: 22px;
	background: url(../img/bg_mail.gif) no-repeat left center;
}

#MAIN table.basetable p.honbun {
	padding-left: 12px;
}

/* Site Navigation header
######################################*/

#MAIN div.sitenavi {
	font-size: 85%;
	margin-bottom: 10px;
}

/* Site Navigation footer
######################################*/

#MAIN ul.sitenavi-footer {
	clear: both;
	margin: 20px 0 0;
	padding-bottom: 3px;
	text-align: right;
	font-size: 80%;
}

#MAIN ul.sitenavi-footer li {
	display: inline;
	margin-left: 5px;
}

/* Page Navigation
######################################*/

#MAIN div.pagenavi {
	font-size: 85%;
	text-align: right;
}

/* maildata mailheader mailbody
######################################*/

#MAIN div.maildata {
	margin: 0 15px;
	width: 95%;
	padding: 0 ;
	border: solid 1px #666;
	background-color: #f5f5f5;
}

#MAIN div.mailheader {
	padding: 5px;
	font-size: 90%;
	line-height: 1.5em;
}

#MAIN div.mailheader div {
	float: left;
}

#MAIN div.mailheader div.headleft {
	width: 15%;
	font-weight: bold;
}

#MAIN div.mailheader div.headright {
	width: 85%;
}

#MAIN div.mailbody {
	padding: 10px;
	background-color: #fff;
	border-top: solid 1px #666;
}

/* #####################################
## Category tree section
######################################*/

#CATTREE ul {
	margin-top: 0.2em;
	margin-bottom: 0.7em;
	padding-left: 30px;
	line-height: 1.1em;
}

#CATTREE li {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#CATTREE ul.catlvl1 {
	width: 90%;
	list-style: none;
}
#CATTREE ul.catlvl1 li {
	text-indent: 1em;
}
#CATTREE ul.catlvl1 p {
	padding: 8px 0 5px 0;
	border-left: solid 10px #f60;
	border-bottom: solid 1px #f60;
	background-color: #ffc;
	font-weight: bold;
}
#CATTREE ul.catlvl2 {
	list-style: url(../img/li_cat2.gif) outside;
}
#CATTREE ul.catlvl3 {
	list-style: url(../img/li_cat3.gif) outside;
}
#CATTREE span.catmemo {
	padding-left: 1em;
	font-size: 90%;
	font-weight: normal;
}
