/* ============================ common ============================== */

* { margin: 0; padding: 0; text-decoration: none; font-weight: normal; }

body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.hide  { display: none; }
.left  { float: left; }
.right { float: right; }
.clear { clear: both; }

a:link, a:visited {}
a:hover, a:active {}


#container {
	width: 682px;
	margin: 0 auto;
}


#menu {
	margin-top: 40px;
	border-left: 1px solid #050505;
	height: 38px;
}
#menu li { display: inline; }
#menu a:link, #menu a:visited {
	display: block;
	float: left;
	padding: 11px 0 13px 0;
	width: 227px;
	background: url(../img/menu.jpg) no-repeat right;
	color: #000;
	text-align: center;
	font-size: 14px;
}
#menu a:hover, #menu a:active { color: #F90; }


#header {
	background: url(../img/header.jpg) repeat-x;
	border-left: 1px solid #050505;
	border-right: 1px solid #050505;
	margin-top: 3px;
	height: 78px;
}
#header span { display: none; }
#header h1 a {
	display: block;
	float: right;
	height: 38px;
	width: 131px;
	background: url(../img/logo.jpg) no-repeat 25px 19px;
	padding: 19px 45px 10px 25px;
}
#header p {
	float: left;
	padding: 18px 0 0 27px;
}
#header p a {
	float: left;
	display: block;
	width: 48px;
	height: 36px;
	margin-right: 16px;
}
#header a.lang_zh { background: url(../img/lang_zh.jpg) no-repeat; }
#header a.lang_ja { background: url(../img/lang_ja.jpg) no-repeat; }
#header a.lang_en { background: url(../img/lang_en.jpg) no-repeat; }


#strap {
	margin-top: 4px;
	background: url(../img/strap.jpg) no-repeat;
	height: 83px;
}
#strap h2 {
	font-size: 69px;
	color: #FEFCFC;
	text-align: right;
	padding: 7px 43px;
	cursor: default;
}





#content {
	border: 1px solid #0A0A0A;
	margin-top: 5px;
	padding: 10px;
	float: left;
	width: 660px
}
#content h3 {
	font-size: 20px;
	color: #F90;
	padding-bottom: 16px;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 16px;
}
#content .column { padding: 6px 0 0 240px; }

.box-tr {
	background: url(../img/box-tr.jpg) no-repeat top right;
	float: left;
	clear: left;
	margin-bottom: 6px;
}
.box-tl {
	background: url(../img/box-tl.jpg) no-repeat top left;
}
.box-br {
	background: url(../img/box-br.jpg) no-repeat bottom right;
}
.box-bl {
	background: url(../img/box-bl.jpg) no-repeat bottom left;
}
.box-content {
	padding: 12px;
}
.box-img-only .box-content {
	font-size: 0;
}



form table th {
	vertical-align: top;
	padding: 4px 0 11px 0;
}
form table td {
	padding-bottom: 15px;
}
form table input {
	background: url(../img/form_input.jpg) no-repeat bottom right;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding: 2px 5px 4px 5px;
	width: 301px;
}
form table textarea {
	background: url(../img/form_textarea.jpg) no-repeat bottom right;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	height: 137px;
	width: 301px;
	padding: 5px;
}
form input.submit { float: right; }







#footer {
	font-size: 9px;
	clear: both;
}
#footer p {
	padding: 9px 0;
}
#footer a:link, #footer a:visited { color: #666; }
#footer a:hover, #footer a:active { color: #F90; }

#footer .right a:link, #footer .right a:visited { color: #F90; }
#footer .right a:hover, #footer .right a:active { color: #666; }


