@charset "utf-8";
/* CSS Document */
/* ------------------------------------*/
/* RESET              　　　　　　       */
/* ------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}

body{line-height:1.3}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

/* ------------------------------------*/
/* GLOBAL           　　　　　　       */
/* ------------------------------------*/
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #333333;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/body_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
}
#wrapper {
	width: 100%;
	text-align: center;
}
.nopadding{padding:0;}
a 		{color: #cc0099;text-decoration: none;}
a:hover {
	color: #999999;
	text-decoration: underline;
}
.s_txt {
	font-size: 10px;
}
.purple_txt {
	color: #47008A;
}
.price { color: #470089; font-weight: bold; }
.attention { color: #CC0000; }
.mini { font-size: 90%; }
em {
    font-style: normal;
    color: #470089;
}
/* ------------------------------------*/
/* header           　　　　　　       */
/* ------------------------------------*/
#header_wrapper {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 151px;
}
#header {
	width: 900px;
	height: 151px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h1 {
	top: 29px;
	position: absolute;
	text-indent: -9999px;
}
h1 a {
	width: 530px;
	height: 106px;
	background-image:url(../images/header_logo.jpg);
	display:block;
	background-repeat: no-repeat;
}
#header #status {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 450px;
	height: 21px;
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
	color: #FFFFFF;
}

/* ------------------------------------*/
/* FOOTER           　　　　　　       */
/* ------------------------------------*/
#footer_wrapper {
	width: 100%;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 115px;
}
#footer {
	margin-left:auto;
	margin-right:auto;
	position: relative;
	width: 900px;
	height: 115px;
	text-align: left;
}
#footer #copyright {
	background-image: url(../images/footer_credit.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position:absolute;
	width: 181px;
	height: 30px;
	right: 0px;
	top: 31px;
}
#pagetop a {
	background-image: url(../images/btn_pagetop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	width: 180px;
	height: 28px;
	display: block;
	position: absolute;
	right: 0px;
}
#pagetop a:hover {
	background-image: url(../images/btn_pagetop.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* ------------------------------------*/
/* GLOBAL MENU      　　　　　　       */
/* ------------------------------------*/
#header .gm,
#footer .gm {
	position: absolute;
	width: 600px;
	height: 26px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;	/*left:-1px\9;*/ /* IE HACK */
}
#header .gm li,
#footer .gm li {
	float: left;
	height: 21px;
}
#header .gm li a,
#footer .gm li a {
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	height: 21px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #CC0098;
	display: inline-block;
}
#header .gm li a:hover,
#footer .gm li a:hover {
	color: #FFFFFF;
	background-color: #000000;
	display: inline-block;
	text-decoration: none;
}
#footer .gm {
	height: 28px;

}
#footer .gm li a {
	height: 21px;
	/*_height: 28px;*/
	padding-top: 7px;
}

/* ------------------------------------*/
/* FOOTER MENU      　　　　　　       */
/* ------------------------------------*/
#footer #fm {
	position: absolute;
	width: 718px;
	height: 26px;
	left:-1px\9;/* IE HACK */
	top: 40px;
}
#footer #fm li {
	float: left;
}
#footer #fm li a {
	color: #FFFFFF;
	height: 21px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	display: inline-block;
	background-image: url(../images/arrow_pink.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	_background-position: left 9px;
}
#footer #fm li a:hover {
	color: #C70081;
	background-image: url(../images/arrow_white.jpg);
	text-decoration: none;
}

/* ------------------------------------*/
/* CONTENTS         　　　　　　       */
/* ------------------------------------*/
#contents_wrapper {
	background-color: #E1E1E1;
}
#contents {
	background-image: url(../images/contents_bg.jpg);
	width: 900px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	

}
#contents_left {
	float: left;
	width: 180px;
	position: relative;
	margin-bottom: 10px;
}
#contents_center {
	float: left;
	width: 540px;
	position: relative;
	margin-bottom: 10px;
}
#contents_right {
	float:left;
	width: 180px;
	position: relative;
	margin-bottom: 10px;
}

/* ------------------------------------*/
/* SLIDESHOW         　　　　　　       */
/* ------------------------------------*/

#slideshow {
	width:520px;
	overflow:hidden;
	background-image:url(images/ajax-loader.gif);
}

