/*
---------------------------------------------------
SETUP
---------------------------------------------------
*/

* {
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	line-height:1.3em;
}

body {
	background:#cdcdcd url(../images/bg.jpg) repeat-x left top;
    margin:0;
    padding:0;
	text-align:center;
}

#wrapper {
	width:940px;
    margin:0 auto;
	padding:0;
	text-align:left;
}

#bg_shadow {
	width:932px;
	background:url(../images/bg_shadow.png) repeat-y left top;

    margin:0;
	padding:0 4px;
}

#shadow {
	width:940px;


	}

/*
--------------------
Header
--------------------
*/

#header {
	width:932px;
	height:130px;
	background:url(../images/header_bg.jpg) no-repeat left top;
	margin:0;
	padding:0;
	}

#header .logo {
	float:left;
	margin:11px 0 0 0;
	width:932px;
	height:80px;
}

.logo a img {
	vertical-align:top;
	}
#header h1 {
	font-family:Helvetica condensed, Arial, sans-serif;
	color:#000000;
	display:block;
	float:right;
	width:635px;
	text-align:right;
	padding:0 12px 0 0;
	margin:-50px 0 0 0;
	font-size:18px;
	}

.header_navi {
	clear:both;
	width:914px;
	margin:0 0 0 0;
	padding:0 9px;
	list-style:none;
	}

.header_navi li {
	float:left;
	margin:0 0 0 1px;
	padding:0;
	}

.header_navi li.margin0 {
	margin:0;
	}

/*
-------------------------------
MAIN
-------------------------------
*/

#main_content {
	clear:both;
	background:#ffffff;
	width:914px;
	padding:9px;
	margin:0;
padding-top: 0;
}

#tab_box #tab1, #tab_box #tab2, #tab_box #tab3, #tab_box #tab4 {
	padding:0;
	}

#tab_box #tab1 {
	background:url(../images/tab_img01.jpg) no-repeat right top; /* tab1 image */
	}

#tab_box #tab2 {
	background:url(../images/tab_img02.jpg) no-repeat right top; /* tab2 image */
	}

#tab_box #tab3 {
	background:url(../images/tab_img03.jpg) no-repeat right top; /* tab3 image */
	}

#tab_box #tab4 {
	background:url(../images/tab_img04.jpg) no-repeat right top; /* tab4 image */
	}

.tab_base {
	padding:7px 7px 15px 7px;
	background:url(../images/box_footer.jpg) repeat-x left bottom;
	width:898px;
	}

.yui-content div p {
	text-align:justify;
	}

.tab_box01 {
	float:left;
	width:175px;
	background:none;
	}

.tab_box02 {
	float:left;
	width:350px;
	background:none;
	}

/*
-------------------------------
LEFT
-------------------------------
*/

#left {
	clear:both;
	width:190px;
	float:left;
	}

/*
-------------------------------
RIGHT
-------------------------------
*/

#product_content {
	width:716px;
	float:right;
	}

#dr_left {
	width:522px;
	float:left;
	padding-right:5px;
}

#dr_right {
	width:180px;
	float:right;
	padding-top:2px;
}

/*
-------------------------------
FOOTER
-------------------------------
*/

#footer {
	clear:both;
	width:914px;
	background: url(../images/footer_bg.jpg) no-repeat left top;
	height:55px;
	padding:12px 9px 0 9px;
	text-align:center;
}

#footer_navi {
	background:url(../images/footer_navi_bg.jpg) no-repeat left top;
	width:914px;
	height:26px;
	color:#FFFFFF;
	text-align:center;
}

#footer_navi a {
	font-weight:bold;
	font-size:11px;
	line-height:26px;
	color:#FFFFFF;
	text-decoration:none;
}

#footer p {
	font-weight:bold;
	padding:0;
	margin:0;
	line-height:24px;
	font-size:11px;
	color:#464A52;
	}

#footer a:hover {
	text-decoration:underline;
}
