@charset "utf-8";
/* CSS Document */

/* ###### reset CSS ###### */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border:0;
}

a {
	outline : 0;
	color: #333333;
}

a:link, a:visited, a.active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
text-indent: -9999px 
}

/*-----------------------*/
body {
	font: normal 12px/1.6em "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	background: #FFFFFF;
	padding-top: 3px;
}

#wraper {
	width: 850px;
	margin: 0 auto;
}
	


/**/
/* ########## Header ########## */
/**/
#header {

	width: 850px;
　　margin: 0 auto;
	margin-top: 0px;
	height: 60px;
	background: url(../img/header.jpg) no-repeat 0px top;
}

/* ###### LOGO ###### */
#logo {
	float: left;
	width: 850px;
	margin-top: 0px;
}
/* ###### GLOBAL NAVIGATION ###### */
#globalNav {
	clear: both;
}
#globalNav li {
	display: inline;
}
#globalNav li a {
	float:left;
	overflow:hidden;
	background: url(../img/global_nav.gif) no-repeat left top;
	height: 0px;
	padding-top: 70px;

}

#globalNav li#globalNav_about a , #globalNav li#globalNav_items a, #globalNav li#globalNav_cart a, #globalNav li#globalNav_customers a, #globalNav li#globalNav_faq a {
	width: 142px;
}
#globalNav li#globalNav_contact a {
	width: 140px;
}
#globalNav li#globalNav_about a {

	background-position: 0 0;
}
#globalNav li#globalNav_items a {

	background-position: -142px 0;
}
#globalNav li#globalNav_cart a {
	background-position: -284px 0;
}
#globalNav li#globalNav_customers a {
	background-position: -426px 0;
}
#globalNav li#globalNav_faq a {
	background-position: -568px 0;
}
#globalNav li#globalNav_contact a {
	background-position: -710px 0;
}


/* HOVER MENU & CURRENT MENU */
#globalNav li#globalNav_about a:hover, #globalNav li#globalNav_about a.this {
	background-position: 0 -70px;
}
#globalNav li#globalNav_items a:hover, #globalNav li#globalNav_items a.this {

	background-position: -142px -70px;
}
#globalNav li#globalNav_cart a:hover, #globalNav li#globalNav_cart a.this {

	background-position: -284px -70px;
}
#globalNav li#globalNav_customers a:hover, #globalNav li#globalNav_customers a.this {
	background-position: -426px -70px;
}
#globalNav li#globalNav_faq a:hover, #globalNav li#globalNav_faq a.this {
	background-position: -568px -70px;
}
#globalNav li#globalNav_contact a:hover, #globalNav li#globalNav_contact a.this {
	background-position: -710px -70px;
}


/* ########## MAIN VISUAL ########## */
#mainVisual {
	clear:both;
	top: 130px;
	width: 850px;
	background: url(../img/main_image01.jpg) no-repeat 0px top;
}




#container {

  margin-top: 430px;
  padding: 0;

}


	
/**/
/* ########## CONTENTS ########## */
/**/
#contents {
	clear:both;
	width: 605px;
	float:left;
	margin-top:0px;

}
	#contents:after {
		content: "";
		display: block;
		clear: both;
	}
	/*\*/
		* html #contents {
		height: 1em;
		overflow: visible;
	}
	/**/

/**/
/* ########## SIDE BAR ########## */
/**/

#sidebar {

	width:245px;
	float:right;
    margin-top:0px;
}

#sidebar:after {
		content: "";
		display: block;
		clear: both;
	}
	/*\*/
		* html #sidebar {
		height: 1em;
		overflow: visible;
	}
	/**/


/**/
/* ########## FOOTER ########## */	

#footer {
	clear: both;
	width: 850px;
	padding-bottom: 0px;
}

#footer #attention {
	margin-bottom: 10px;
}
#footer #copyright {
	font-size: 9px;
	margin-bottom: 0px;
	background-color:#DF0000;
	text-align:center;
}

#footer #page_top {
	padding-left: 345px;
	background-repeat : no-repeat ;

}

#footer ul {
	margin:0px;
	padding:0px;
}

#footer li{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}

/**/


/* ###### FOOTER NAVIGATION ###### */

	
#footer #attention {
	margin-bottom: 10px;
}
#footer #copyright {
	font-size: 9px;
	margin-bottom: 0px;
	background-color:#DF0000;
}

/**/




/* ###### FOOTER LINK ###### */

#footer-link{
	margin:10px auto;
	text-align:center;
	font-size:12px;
	color:#1C8EC2;
	line-height:180%;
}

#footer-link ul{
	margin:0px;
	padding:0px;
}

#footer-link li{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}


/**/
/* ########## VARIOUS ########## */
/**/
.centering {
	width: 850px;
	margin: 0 auto;
}

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*\*/
	* html .clearfix {
	height: 1em;
	overflow: visible;
}
/**/
