@charset "utf-8";
/*-----all-----*/

* {
	margin: 0;
	padding: 0;
}

ol,ul { 
	list-style: none; 
}

/*table { 
	border-collapse: collapse;
	border-spacing: 0;
}*/

img {
	vertical-align:top;
	border: 0;
}

body {
	font-family: "Meiryo", Osaka,Tahoma, PMingLiu, Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS P Gothic", sans-serif;

	font-size: 0.75em;
	color: #666666;
	background-color: #f0f8ff;
}

a {
	color: #003399;
	text-decoration: underline;
	border: 0;
}


#content {
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 942px;
	position: relative;
}

html {
 overflow-y: scroll;
}


/*-----header-----*/

#header {
	margin-bottom: 1px;
	padding: 7px 14px;
	border-bottom: #0D8C00 5px solid;
	height:88px;
}

#header h1 {
	float: left;
}

#header h1 a {
	background: url(../img/logo.jpg) no-repeat;
	display: block;
	width: 180px;
	height: 86px;
	overflow: hidden;
	text-indent: -9999px;
}

#header #top_ad {
	margin: 4px 0 0 222px;
}

#header .language {
	float: right;
	margin-top: -45px;
}

#header .customer_bar { position:absolute;top:0px;right:10px;}

#header .customer_bar form {margin:0;padding:0;}



/*-----menu-----*/
#menu {
	float: left;
	width: 222px;
	background-color: #FFFFFF;
	padding: 0 0 10px 14px;
	overflow: hidden;
}

#menu #menu_ad {
	margin-bottom: 8px;
}

#menu #menu_link {
	background-color: #e9e9e9;
	width: 214px;
	display: block;
}

#menu #menu_link h2 {
	background: url(../img/menu_links.jpg) no-repeat;
	display: block;
	width: 214px;
	padding: auto 3px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 1px;
}
#menu #menu_link h3 {
	background: url(../img/menu_linkj.jpg) no-repeat;
	display: block;
	width: 214px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 1px;
}
#menu #menu_link h4 {
	background: url(../img/menu_linknext.jpg) no-repeat;
	display: block;
	width: 214px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 1px;
}

#menu #menu_link h6 {
	background: url(../img/menu_linksjp.jpg) no-repeat;
	display: block;
	width: 214px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 1px;
}
#menu #menu_link ul li {
	display: block;
	height: 20px;
	padding: 5px 0 0 8px;
	margin-bottom: 1px;
}

#menu #menu_link ul li a {
	text-decoration: none;
}

#menu #menu_link ul li.singular {
	background-color: #cccccc;
}

#menu #menu_link2 {
	background-color: #fffacd;
	width: 214px;
	display: block;
}
#menu #menu_link2 ul li {
	display: block;
	height: 14px;
	padding: 5px 0 0 8px;
	margin-bottom: 1px;
}

#menu #menu_link2 ul li a {
	text-decoration: none;
}

#menu #menu_link2 ul li.singular {
	background-color: #cccccc;
}
#menu #menu_link2 h1 {
	background: url(../img/menu_linktosen.jpg) no-repeat;
	display: block;
	width: 214px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 1px;
}
/*-----side_ad-----*/
#side_ad {
	float:right;
	width: 163px;
	overflow: hidden;
	padding-right: 14px;
}

#side_ad ul {
	background: #2e8b57 url(../img/w_sq.gif);
	padding: 4px;
}

#side_ad ul li {
	background-color: #FFFFFF;
	margin-bottom: 4px;
	padding: 4px;
	border: #cccccc 1px solid;
}

/*-----main-----*/
#main {
	width: 525px;
	float: left;
}

* html #main {
	width: 516px;
}/*---for ie6---*/


/*-----footer-----*/
#footer {
	margin: 8px auto 0 auto;
	padding: 15px 146px;
	background-color: #FFFFFF;
	width: 650px;
	clear: both;
}

#copyright {
	text-align: center;
	border-top: #81704f 2px solid;
	color: #81704f;
	padding-top: 10px;
}
#copyright a {
	text-decoration: none;
}

.clear {clear:both;}
