@charset "utf-8";

/* ############################################################

	CSS Module & Basic Layouts
	Last Up Date: 2010.05.20
	Author: Uco.tsugiyama

############################################################ */



/*
==========================================================

* body and base setting

==========================================================
*/

body {
	margin:10px;
	font-size: 12px;
	line-height: 1.4;
	font-family:Tahoma,Osaka,sans-serif;
	color: #000000;
	background: #FFFFFF;
}
* html body {/* only for winIE6.0 and below */
	font-size: 78%;
}
*:first-child+html body {/* only for winIE7.0 */
	font-size: 78%;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
	font-size: 100%;
	font-style: normal;
}
table,caption,td,th {
	margin: 0;
	padding: 0;
	empty-cells: show;
	font-size: 100%;
	border-spacing: 0;
}
th {
	text-align: left;
}
hr {
	display: none;
}
img,a img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}

/* iframe styles */
iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

/* form styles */
form, fieldset, optgroup,
label, legend {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: none;
}
input,label {
	vertical-align:middle;
}
label {
	margin-left:5px;
}
input,select {
	margin: 0;
}
input,textarea {
	font-size: 100%;
}
button {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	font-size:100%;
	overflow: visible; /* removes extra side padding in IE */
	cursor:pointer;
}


select {
	vertical-align: middle;
}
option {
	padding-right: 10px;
}
/* inline styles */
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br,
ins, del, a, img, object {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}
em, strong {
	font-weight: bold;
}



/*
==========================================================

* link setting

==========================================================
*/
a {
	text-decoration: underline;
}
a:link {
	color: #0000cc;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #bf0000;
}



/*
==========================================================

* Language

==========================================================
*/

/* in Japanese
--------------------------------------------------*/
html:lang(ja) body {
	font-size: 12px;
	line-height: 1.4;
}
* html.ja body {/* only for winIE6.0 and below */
	font-size: 78%;
}
*:first-child+html.ja body {/* only for winIE7.0 */
	font-size: 78%;
}
/* in Chinese
--------------------------------------------------*/
html:lang(zh-cn) body {
	font-family:SimSun,verdana,tahoma,arial,sans-serif;
}
* html.zh-cn body {/* only for winIE6.0 and below */
	font-family:SimSun,verdana,tahoma,arial,sans-serif;
}
*:first-child+html.zh-cn body {/* only for winIE7.0 */
	font-family:SimSun,verdana,tahoma,arial,sans-serif;
}
/* in Taiwanese
--------------------------------------------------*/
html:lang(zh-tw) body {
	font-family:MingLiU,verdana,tahoma,arial,sans-serif;
}
* html.zh-tw body {/* only for winIE6.0 and below */
	font-family:MingLiU,verdana,tahoma,arial,sans-serif;
}
*:first-child+html.zh-tw body {/* only for winIE7.0 */
	font-family:MingLiU,verdana,tahoma,arial,sans-serif;
}



/*
==========================================================

* clearfix

==========================================================
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0.1em;
}
.clearfix { display: inline-block; }
/* Hides from Mac-IE \*/
* html .clearfix { height: 1% }
.clearfix { display: block; }
/* End hide from Mac-IE */



/*
==========================================================

* Utility

==========================================================
*/
ul.navigationSkip {
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
}
p.jsAttention {
	background: #ffefef;
	border: 3px solid #bf0000;
	margin: 10px 0;
	padding: 5px 10px;
}


/*
==========================================================

* Skelton

==========================================================
*/
div#minWidth {
	width:950px;
	margin:auto;
}
div#contents {
	width:950px;
	margin:10px auto;
}

.none {
	width:1px;
	height:1px;
	overflow:hidden;
	position:absolute;
	font-size:.1px;
}
/*
==========================================================

* component modules

==========================================================
*/
/*---------------------------------------------------------------
* Title
----------------------------------------------------------------*/
.ttlLevel0 {
margin-bottom:15px;
padding-right:2px;
background:url(../img/bg_ui_ttl_level0.gif) no-repeat 100% 0;
}
.ttlLevel0 span.inner {
display:block;
zoom:1;
background:url(../img/bg_ui_ttl_level0.gif) no-repeat 0 0;
border-bottom:1px solid #BF0000;
color:#FFFFFF;
font-size:135%;
padding:6px 10px 4px;
}
.ttlLevel1 {
margin:25px 0 10px 0;
padding-right:2px;
background:url(../img/bg_ui_ttl_level1.gif) no-repeat 100% 0;
}
.ttlLevel1 span.inner {
display:block;
zoom:1;
background:url(../img/bg_ui_ttl_level1.gif) no-repeat 0 0;
font-size:115%;
padding:8px 10px 8px 20px;
}

/*---------------------------------------------------------------
* Thumbnail
----------------------------------------------------------------*/
img.thumb {
	border:1px solid #B8B8B8;
	padding:1px;
	background:#ffffff;
}
/*---------------------------------------------------------------
* Links
----------------------------------------------------------------*/
.moreinfo a {
	background:url(../img/icon/icon_tri_red_right.gif) 0 0.2em no-repeat;
	padding-left:10px;
}
a.btn_IM_on,
span.btn_IM_off {
	display:block;
	width:80px;
	height:21px;
	text-indent:-9999px;
	line-height:1.0;
	background-image:url(../img/btn_baidu_hi.gif);
	background-repeat:no-repeat;
}
a.btn_IM_on {
	background-position:0 -21px;
}


/*---------------------------------------------------------------
* List
----------------------------------------------------------------*/
ul.note {
	margin:10px 0;
}
ul.note li {
	padding-left:1em;
	text-indent:-1em;
}
ul.detailInfo {
	margin:10px 0;
	padding:10px;
	border:2px solid #cccccc;
}
ul.comList {
	margin:10px 0;
}
ul.comList li {
	background:url(../img/icon/icon_dot.gif) 3px 0.55em no-repeat;
	padding-left:10px;
}
ul.itemList {
	margin:10px 0 7px;
}
ul.itemList li {
	background:url(../img/icon/icon_tri_red_right.gif) 0 50% no-repeat;
	padding-left:10px;
	margin-bottom:3px;
}
dl.supplement {
	margin: 10px 0;
}
dl.supplement dt {
	padding-left: 16px;
	background: url(../img/icon/icon_exclamation.gif) 0 50% no-repeat;
	font-weight: bold;
}
dl.supplement dd {
	padding-left: 1em;
	text-indent: -1em;
}

/*---------------------------------------------------------------
* Pager
----------------------------------------------------------------*/
dl.pager {
	display: block;
	overflow: hidden;
	padding: 10px 0 5px;
	zoom: 1;
}
* html dl.pager {
	padding: 6px 0 2px;
}
*:first-child+html dl.pager {
	padding: 4px 0 0;
}
dl.pager dt {
	float: left;
	padding-bottom:3px;
	font-size: 115%;
}
* html dl.pager dt {
	margin-top: 4px;
}
*:first-child+html dl.pager dt {
	margin-top: 6px;
}
dl.pager dd {
	float: right;
	padding: 1px;
}
* html dl.pager dd {
	padding: 4px;
	margin-top:-3px;
}
*:first-child+html dl.pager dd {
	padding: 4px;
}
dl.pager dd a,
dl.pager dd span {
	zoom:1;
}
dl.pager dd a {
	padding: 4px 6px;
	border: 1px solid #D1D1D1;
	background: #FFFFFF;
}
dl.pager dd a:hover {
	border-color: #BF0000;
	text-decoration:none;
}
dl.pager dd span {
	padding: 4px 7px;
}
dl.pager dd span.current {
	font-weight: bold;
}
div.topPager {
	border-bottom: 1px solid #D1D1D1;
}
div.bottomPager {
	border-top: 1px solid #D1D1D1;
}

/*---------------------------------------------------------------
* Tab
----------------------------------------------------------------*/

div.tabUI ul.navigation {
	overflow: hidden;	/* clearfix */
	zoom: 1;	/* clearfix */
	padding-bottom: 3px;
	background: url(../img/bg_ui_tab_line.gif) repeat-x 0 100%;
}

div.tabUI ul.navigation li {
	float: left;
}
div.tabUI ul.navigation li {
	margin: 0 3px 0 0;
	background: url(../img/bg_ui_tab.gif) no-repeat 0 -100px;
}
div.tabUI ul.navigation li.current {
	background: url(../img/bg_ui_tab.gif) no-repeat 0 0;
}
div.tabUI ul.navigation li a {
	position:relative;
	display: block;
	padding: 7px 12px 5px;
	color: #4a4a4a;
	background: url(../img/bg_ui_tab.gif) no-repeat 100% -150px;
	text-decoration: underline;
	cursor:pointer;
}
div.tabUI ul.navigation li.current span {
	display:block;
	padding: 7px 12px 5px;
	color: #ffffff;
	background: url(../img/bg_ui_tab.gif) no-repeat 100% -50px;
	font-weight: bold;
	cursor:auto;
}

/*---------------------------------------------------------------
* Forms
----------------------------------------------------------------*/
table.inputTable {
	width:100%;
	border-collapse:collapse;
}
table.inputTable,
table.inputTable th,
table.inputTable td {
	border:1px solid #ccccaa;
	text-align:left;
	vertical-align:top;
}
table.inputTable th,
table.inputTable td {
	padding:7px;
	background:#ffffff;
}
table.inputTable th {
	width:150px;
	background:#ffffce;
}
table.inputTable.confirm th {
	background:#ebebeb;
}
table.inputTable th span.must {
	font-weight:bold;
	color:#bf0000;
	float:right;
}
table.inputTable span.confirm {
	display:block;
	margin:5px 0;
	color:#666666;
}
table.inputTable p.note,
table.inputTable p.format {
	color:#666666;
}
table.inputTable p.note {
	margin-top:5px;
}
table.inputTable p.format {
	margin-bottom:5px;
}
table.inputTable tr.error th {
	background:#ff0000;
	color:#ffffff;
}
table.inputTable tr.error span.must {
	color:#ffffff;
}
table.inputTable tr.error p.errMsg {
	margin-bottom:5px;
	color:#ff0000;
	font-weight:bold;
}
div.inputDividBox {
	background-color:#eeeeee;
	margin:10px 0;
	padding:15px 15px;
}
div.inputDividBox p.lead {
	margin-bottom:5px;
}

/* Buttons
-----------------------------------------------*/
.formBtn {
	margin:20px;
	text-align:center;
}
ul.formBtn li {
	display:inline;
	padding:0 10px;
}
div.btnSubmit,
li#loginBox dt,
li#entryBox dt {
	display:inline-block;
	display:-moz-inline-box;
	border-bottom:2px solid #cccccc;
	border-right:2px solid #cccccc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
* html div#loginArea dt {
	display:inline;
}
*:first-child+html div#loginArea dt {
	display:inline;
}
div.btnSubmit button,
li#loginBox dt a,
li#entryBox dt a {
	background:url(../img/button/btn_submit_bgcolor.gif) 0 100% repeat-x;
	border:2px solid #ff0000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#FF0000;
	cursor:pointer;
	display:block;
	font-size:115%;
	font-weight:bold;
	line-height:1.2;
	overflow:visible;
	text-align:left;
	text-decoration:none;
	zoom:1;
}
li#loginBox dt a {
	background:url(../img/button/bg_login_btn.gif) 0 50% repeat-x;
	border:2px solid #BF0000;
	color:#FFFFFF;
}

* html div.btnSubmit,
* html div.btnSubmit button,
* html li#entryBox dt a,
* html li#loginBox dt a {
	display:inline;
}
*:first-child+html div.btnSubmit,
*:first-child+html div.btnSubmit button,
*:first-child+html li#entryBox dt a,
*:first-child+html li#loginBox dt a {
	display:inline;
}
div.btnSubmit button:hover,
li#entryBox dt a:hover {
	background:url(../img/button/btn_submit_bgcolor_on.gif) 0 100% repeat-x;
}
div.btnSubmit button span,
li#entryBox dt a span {
	display:block;
	padding:6px 10px 6px 30px;
	background:url(../img/button/btn_submit_link.gif) 10px 50% no-repeat;
}
li#loginBox dt a span {
	display:block;
	padding:6px 5px;
}
li#loginBox dt a span.loginButton {
	width:175px;
	text-align:center;
}

div.btnRegister {
	display:inline-block;
	display:-moz-inline-box;
	background:url(../img/button/btn_regist_form.jpg) 100% 0 no-repeat;
	padding-right:4px;
}
div.btnRegister button {
	width:200px;
	padding:8px 0 10px;
	background:url(../img/button/btn_regist_form.jpg) 0 0 no-repeat;
	color:#ffffff;
	cursor:pointer;
	display:block;
	font-size:135%;
	font-weight:bold;
	line-height:1.2;
	overflow:visible;
	text-align:center;
	text-decoration:none;
	zoom:1;
}
* html div.btnRegister,
* html div.btnRegister button {
	display:inline;
}
*:first-child+html div.btnRegister,
*:first-child+html div.btnRegister button {
	display:inline;
}

/* Message Panel
-----------------------------------------------*/

div.msgPannel {
	margin:10px 0;
	padding:8px 10px 8px 50px;
	border:1px solid #bf0000;
	min-height:35px;
}
* html div.msgPannel {
	height:35px;
}
div.msgPannel dt {
	color:#bf0000;
	font-size:135%;
	font-weight:bold;
}
div.msgPannel.confirm {
	background:#ffffcc url(../img/icon/icon_msg_confirm.gif) 5px 10px no-repeat;
}
div.msgPannel.complete {
	background:#ffffcc url(../img/icon/icon_msg_complete.gif) 5px 10px no-repeat;
}
div.errPannel {
	margin:10px 0;
}
div.errPannel dt {
	padding:10px 10px 5px 50px;
	font-size:135%;
	font-weight:bold;
	color:#ffffff;
	background:#ff0000 url(../../common/img/icon/icon_msg_error.gif) 7px 50% no-repeat;
}
div.errPannel dd {
	padding:10px;
	border:2px solid #ff0000;
	border-top:none;
}


/* text box
-----------------------------------------------*/
input.textboxXS {
	width: 50px;
}
input.textboxSS {
	width: 100px;
}
input.textboxS {
	width: 200px;
}
input.textboxM {
	width: 300px;
}
input.textboxL {
	width: 400px;
}
input.textboxLL {
	width: 500px;
}
input.textbox100 {
	width: 99%;
}
input.textboxAddress {
	display: block;
	width: 500px;
}

/* text area
-----------------------------------------------*/
textarea.textareaSS {
	display: block;
	width: 100px;
	max-width: 100px;
}
textarea.textareaS {
	display: block;
	width: 200px;
	max-width: 200px;
}
textarea.textareaM {
	display: block;
	width: 300px;
	max-width: 300px;
}
textarea.textareaL {
	display: block;
	width: 400px;
	max-width: 400px;
}
textarea.textareaLL {
	display: block;
	width: 500px;
	max-width: 500px;
}
textarea.textarea100 {
	display: block;
	width: 99%;
	max-width:99%;
}

/*---------------------------------------------------------------
* Page links
----------------------------------------------------------------*/
div.pageBack {
	margin:10px 0;
}
div.pageBack span {
	padding-left:10px;
	background:url(../img/icon/icon_tri_red_left.gif) 0 50% no-repeat;
}
div.pageTop {
	margin-top:25px;
	text-align:right;
}
div.pageTop span {
	padding-left:15px;
	background:url(../img/icon/icon_tri_red_top.gif) 0 50% no-repeat;
}

/*---------------------------------------------------------------
* Login Modules
----------------------------------------------------------------*/
div#contents p.ttlLogin {
	margin:25px 5px 0;
	color:#bf0000;
	font-size:135%;
	font-weight:bold;
}
div#loginArea {
	margin:10px 0;
}
div#contents div#loginArea ul {
	margin:10px 20px 0;
}
div#loginArea li {
	border:1px solid #cccccc;
	padding:20px 20px 10px;
}
div#loginArea li#loginBox {
	float:left;
	width:40%;
}
div#loginArea li#entryBox {
	float:right;
	width:45%;
}
div#loginArea dl {
	text-align:center;
}
* html div#loginArea dl dt a {
	margin-right:-4px;
}
*:first-child+html div#loginArea dl dt a {
	margin-right:-4px;
}
div#loginArea dl dd {
	margin-top:10px;
	text-align:center;
	height:4em;
}
div#loginArea ul#add li {
	border:none;
	padding:0 0 0 10px;
}


/*---------------------------------------------------------------
* Browsing History
----------------------------------------------------------------*/

div#browsingHistry {
	border: 1px solid #bbbbbb;
	background: #fafafa;
}

div#browsingHistry h2 {
	padding: 6px 9px;
	border-bottom: 1px solid #bbbbbb;
	background: url(../../search/img/bg_side_h2.gif) repeat-x #eaeaea;
	font-size: 100%;
}

div#browsingHistry dl {
	display: block;
	overflow: hidden;	/* clearfix */
	padding: 10px 6px;
	border-bottom: 1px dotted #f0d296;
	zoom: 1;		/* clearfix */
}

div#browsingHistry dl.last {
	border: none;
}

div#browsingHistry dt {
	float: left;
}

div#browsingHistry dd {
	padding-left: 70px;
}

div#browsingHistry dd em {
	color: #bf0000;
	font-size: 115%;
}

div#browsingHistry p.moreLink {
	padding: 5px 10px 10px;
	text-align: right;
}

div#browsingHistry p.moreLink a {
	padding-left: 10px;
	background: url(../../common/img/icon/icon_red_arrow.gif) no-repeat scroll 0 50%;
}

div#browsingHistry p.noItems {
	padding:15px 0;
	text-align:center;
}





