/* CSS Document */

/*written by kadoyan*/
h1{		
	font-size: 100%;
	line-height: 100%;
	margin: 2px 4px 0px;
	font-weight: normal;
	font-style: normal;
}
#catch h1{
	color: #fa460f;
}
/*===main===*/
#totalbody {
	width: 790px;
	background: #fff url(image/main-bg_body.gif) top left repeat-y;
}
#main {
	margin: 12px auto 0PX;
	padding: 0px;
	width: 760px;
	text-align: center;
}

body {
	width: 790px;
	margin: 0px auto;
	padding: 0px 0px;
	font-size: 85%;
	line-height: 170%;
	background-color: #DFE3EF;
	color: #333;
	text-align: center;
	font-family: "lr oSVbN",Osaka;
}
a:link {
	text-decoration: underline;
	color:#00d;
}
a:hover {
	text-decoration: underline;
	color:#c00;
}
a:visited {
	text-decoration: underline;
	color:#909;
}
#design_cap {
	width: 790px;
	height: 20px;
	font-size: 1px;
	line-height: 1px;
	margin: 0px auto;
	background: #DFE3EF url(image/main-bg_head.gif) top left no-repeat;
}
#design_bottom {
	clear: both;
	width: 790px;
	height: 20px;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	background: #DFE3EF url(image/main-bg_foot.gif) top left no-repeat;
}

/*===general===*/
img {
	border: 0px;
	margin: 0px;
}
.sitemap {
	float: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
}

/*===header===*/
#header {
	width: 760px;
	height: 70px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#header p {
	font-size: 100%;
	line-height: 100%;
	margin: 2px 4px 0px;
	color: #fa460f;
}
#header #catch {
	width: 660px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	text-align: left;
}
#header .logo {
	margin: 0px -4px 0px -4px;
	mar_gin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
}
/*_*/
* html #header .logo {
	margin: 0px -4px 0px -4px;
	padding: 0px;
	border: 0px;
	float: left;
}
/**/
#headmenu ul {
	background: transparent url(image/head_menu-out.gif) top left repeat-x;
	height: 41px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#headmenu li {
	height: 41px;
	float: left;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
	font-weight: bold;
}
#headmenu a.selected {
	color: #fff;
	display: block;
	width: 90px;
	height: 41px;
	background: transparent url(image/head_menu-now.gif) top left repeat-x;
	padding-top: 14px;
	text-decoration: none;
}
#headmenu a.selectable {
	color: #fff;
	display: block;
	width: 90px;
	height: 41px;
	background: transparent url(image/head_menu-out.gif) top left repeat-x;
	padding-top: 14px;
	text-decoration: none;
}
#headmenu a.selectedLong {
	color: #fff;
	display: block;
	width: 100px;
	height: 41px;
	background: transparent url(image/head_menu-now.gif) top left repeat-x;
	padding-top: 14px;
	text-decoration: none;
}
#headmenu a.selectableLong {
	color: #fff;
	display: block;
	width: 100px;
	height: 41px;
	background: transparent url(image/head_menu-out.gif) top left repeat-x;
	padding-top: 14px;
	text-decoration: none;
}
#headmenu a.selectable:hover {
	background: transparent url(image/head_menu-over.gif) top left repeat-x;
}
/*#headmenu a.Long:hover {
	background: transparent url(image/head_menu-over.gif) top left repeat-x;
}*/
#headmenu a.selectableLong:hover {
	background: transparent url(image/head_menu-over.gif) top left repeat-x;
}
/*===content===*/
#content {
	clear: left;
	width: 760px;
	margin: 0px auto;
	text-align: center;
}

/*===address===*/
#addresses {
	clear: both;
	margin: 0px auto;
	text-align: center;
	font-size: 90%;
}
#addresses #goForm {
	margin: 12px 0px 6px;
	text-align: right;
	border-bottom: 1px solid #666;
}
#addresses dl {
	text-align: left;
	margin: 6px 0px;
	padding: 0px;
}
#addresses dl strong{
	color: black;
	font-weight: bold;
	font-size: 14px;
}
#addresses dt {
	margin: 3px 4px 0px 0px;
	padding: 0px;
	float: left;
	clear: left;
}
#addresses dd {
	margin: 3px 0px 0px 70px;
	padding: 0px;
}

/*===footer===*/
#footer {
	width: 790px;
	font-size: 90%;
}

/*===General===*/
.separator {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}