@charset "UTF-8";
/* layout
----------------------------------------------- */

*{ margin: 0; padding:0; }

body{
    font-family:"MS PGothic","Osaka",Arial,sans-serif;
    font-size:1.0em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.22;
    text-align:center;
	}

button {
    font-size: 16px;    
}

#wrapper {
    padding: 0px 30px;
    margin: 0 auto;
    margin-top: 0px;
    background-color:#FFF;
    clear: both;
    width: 948px;
    text-align: left;
    }

#header {
    margin: 10px 0px;
    }

#content {
    float: right;
    width: 740px;
    } 
 
#footer {
    clear: both;
    text-align: center;
    margin-bottom: 20px;
}

#sidebar {
    float: left;
    text-align: left;
    width: 200px;
    }
#sidebar ul {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	}
#sidebar ul ul {
	border-top: 1px solid #DDD;
	}
#sidebar ul ul li{
    padding-left: 10px;
	}
#sidebar a {
	background: url(/img/link_icon.gif) no-repeat left center;
    padding-left: 20px;
}
#sidebar strong {
	background: url(/img/menu_arrow.gif) no-repeat left center;
    padding-left: 20px;
}
#navi {
    text-align: center;
    white-space: nowrap;
    padding-left: 25px;
    margin-top: 10px;
    font-size: 1.1em;
}

#navi a {
    float: left;
	background: url(/img/menu_base.gif) no-repeat;
    padding-top: 15px;
	height: 55px;
	width: 182px;
    margin-right: 1px;
	overflow: hidden;
}

#navi a:hover {
    cursor: pointer;
	background: url(/img/menu_base.gif) no-repeat 0 -70px;
	height: 55px;
	width: 182px;
	overflow: hidden;
}
#navi #on  {
    cursor: default;
    color: #0E5FB1; 
    text-decoration: none;
    font-weight: bold;
	background: url(/img/menu_base.gif) no-repeat 0 -70px;
	height: 55px;
	width: 182px;
	overflow: hidden;
}
#navi a div  {
    font-size: 0.8em;
}
/* base setting
----------------------------------------------- */

h1,h2 {
    font-size: 0.6em; color: #330307; font-weight: normal;
    width: 924px;
    margin: 0 auto;
    padding-left: 10px;
    text-align: left;
    }
h1 { margin-top: 10px; }

h3 { font-size: 1.8em;  color: #cc0000; margin-bottom: 10px; background-color: #EEE; border-bottom: 2px dotted #DDD; }
h4 { font-size: 1.6em;  color: #cc0000; margin-bottom: 10px; background-color: #EEE; }
br { clear:both; }

p {	line-height: 1.5em;	margin: 3px 6px 3px; }
ol, ul { line-height: 1.5em; margin: 1.2em 0 1.2em 2em; list-style-type: none; }
ul li,
ol li{ margin-bottom: 0.2em; }
img, a img{ border:0px; clear: both;}
strong {
    color: #330307;
}
table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0; 
}
table tr td {
    vertical-align: top;
}
a{ color: #330307; text-decoration: underline; }
a:hover { color: #0EB1B1; }
blockquote {
    font-size: 0.9em;
	margin: 0 10px;
	padding: 0 10px;
	border-left: 2px solid #DDD;
	}
pre{
	display: block;
	margin: 0 10px;
	padding: 0 10px;
	border-left: 2px solid #DDD;
	background-color: #EEE;
    color: #222;
    line-height: 1.3em;
	overflow: auto;
	}
small {font-size: 0.8em;}
b {
	background: url(/img/menu_arrow.gif) no-repeat left center;
    padding-left: 20px;
}

/* table
----------------------------------------------- */
.tidy-table table {
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #330307;
    border-left: 1px solid #330307;
}
.tidy-table table caption,
.tidy-table table tr th {
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.2em;
    color: #330307;
    background-color: #EEE;
    border-right: 1px solid #330307;
    border-bottom: 1px solid #330307;
    padding: 5px;
}
.tidy-table table tr td {
    padding: 5px;
    border-right: 1px solid #330307;
    border-bottom: 1px solid #330307;
}

/* misc 
----------------------------------------------- */
.large{
    font-size: 1.2em;
    font-weight: bold;
}
.top-border {
    background-color:#CB0D07;
    font-weight: bold;
    color: #FFF;
}
.padding {
    padding: 10px;
}
.cursor-pointer {
    cursor: pointer;
}
.border {
    clear: both;
    border-bottom: 2px dotted #EEE;
    margin-bottom: 20px;
}
.clear { clear: both; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.bottom { vertical-align: bottom; }
.middle { vertical-align: middle; }
.wide { width:100%; }
.forget-icon {
	background: url(/img/forget_icon.gif) no-repeat left center;
    padding-left: 25px;
}
.member-icon {
	background: url(/img/member_icon.png) no-repeat left center;
    padding-left: 25px;
}
.login-icon {
	background: url(/img/login_icon.gif) no-repeat left center;
    padding-left: 25px;
}
.cart-icon {
	background: url(/img/cart_icon.png) no-repeat left center;
    padding-left: 25px;
}
.menu-arrow {
	background: url(/img/menu_arrow.gif) no-repeat left center;
    padding-left: 25px;
}
.arrow {
	background: url(/img/arrow.gif) no-repeat left center;
    padding-left: 25px;
}
.italic { font-style: italic; }
.notice {
    font-size: 1.2em;
    font-weight: bold;
    color: #CB0D07;
}
.notice-box {
    padding: 3px;
    font-size: 1.2em;
	border: 1px solid #CB0D07;
    color: #CB0D07;
    font-weight: bold;
    background-color: #F3D7D7;
}
.indent p {
 padding-left: 12px;
}
.loading {
    text-align:center;
    display:none;
    background-color: #CB0D07;
    color: #FFF;
}
.show {
    display:block;
}
.hide {
    display:none;
}
.msg-box {
	margin:10px 0px;
	text-align:left;
    border:1px solid #bbbbbb;
	background-color:#f3f3f3;
    padding: 10px;
}
.underline{
     text-decoration: underline;
}

