@charset "shift_jis";

html {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

body {
	text-align: center;
	background-image:url(../common_img/bc.jpg);
	font-size:12px;
	line-height:1.6em;
	color:#FFFFFF;
	margin:0px 0px 0px 0px;
}

#wrapper{
	width: 900px;
	height:auto;
	margin: 0 auto;
	margin-bottom:30px;
	text-align: left;
	min-height:920px;
}

/* img */
img {
	border: none;
}

/* link style */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

/* link style line*/
a.line_a:link {
	color:#000000;
	line-height: 1.3em;
    text-decoration: underline;
}

a.line_a:visited {
	color:#000000;
	line-height: 1.3em;
	text-decoration: underline;
}
a.line_a:hover {
	color:#FF0000;
	line-height: 1.3em;
	text-decoration: underline;
}
a.line_a:active {
	color:#FF0000;
	line-height: 1.3em;
	text-decoration: underline;
}

/*------------------------------------
 header
------------------------------------*/

#pankuzu{
	width:800px;
	height:auto;
	margin-bottom:6px;
	font-size:10px;
}

#header{
width:100%;
height:120px;
background-image:url(../common_img/headerbc.jpg);
background-repeat:repeat-x;
margin-bottom:30px;
}

#header_in{
width:900px;
height:120px;
text-align: left;
margin: 0 auto;
clear:both;
}

#logo{
width:900px;
height:93px;
background-image:url(../common_img/logo.jpg);
}

/*------------------------------------
 globalmenu_re
------------------------------------*/

#gm{
	width: 900px;
	height: 27px;
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
}
#gm ul {
	margin: 0 0 0 0;
	padding: 0;
	height: 27px;
}

#gm li {
	float: left;
	height: 27px;
	list-style-type:none;
}

#gm ul li a {
	height: 27px;
	display: block;
	text-indent: -9999px;
	list-style-type:none;
	background: url(../common_img/gm.jpg) no-repeat;
}

/* gm_top */
#gm ul li#gm_top a {
	width: 180px;
	background-position: 0 0;
}
#gm ul li#gm_top a:hover {
	background-position: 0 -27px;
}
#gm ul li#gm_top strong a {
	background-position: 0px -27px;
}

/* gm-product */
#gm ul li#gm_product a {
	width: 180px;
	background-position: -180px 0;
}
#gm ul li#gm_product a:hover {
	background-position: -180px -27px;
}
#gm ul li#gm_product strong a {
	background-position: -180px -27px;
}

/* gm-bn */
#gm ul li#gm_bn a {
	width: 180px;
	background-position: -360px 0;	
}
#gm ul li#gm_bn a:hover {
	background-position: -360px -27px;
}
#gm ul li#gm_bn strong a {
	background-position: -360px -27px;
}

/* gm-sn */
#gm ul li#gm_sn a {
	width: 180px;
	background-position: -540px 0;
}
#gm ul li#gm_sn a:hover {
	background-position: -540px -27px;
}
#gm ul li#gm_sn strong a {
	background-position: -540px -27px;
}


/* gm-shop */
#gm ul li#gm_shop a {
	width: 180px;
	background-position: -720px 0;
}
#gm ul li#gm_shop a:hover {
	background-position: -720px -27px;
}
#gm ul li#gm_shop strong a {
	background-position: -720px -27px;
}


/*------------------------------------
footer
------------------------------------*/

#footer{
width:100%;
height:60px;
clear:both;
background-image:url(../common_img/footer_bc.jpg);
}

#footer_in{
width:900px;
height:60px;
text-align: left;
margin: 0 auto;
}

#footermenu{
width:780px;
height:50px;
padding-top:10px;
float:left;
text-align:left;
}

#top_bn{
width:120px;
height:60px;
float:right;
}


#footermenu ul {
	margin-top: 15px;
	padding:0;
	margin:15px 0 0 0 ;
}
#footermenu ul li {
	float: left;
	font-size: 12px;
	list-style:none;
	padding:0;
	margin:0;
}

/* footermenu link-style */
#footermenu ul a {
	color: #FFFFFF;
	padding: 0 0px;
}
#footermenu ul a:hover {
	color: #999999;
	text-decoration: underline;
}

#footermenu li a {
	color: #FFFFFF;
	padding: 0 12px;
	border-right: 1px solid #999999;
}
#footermenu li a:hover {
	color: #999999;
	text-decoration: underline;
}

#footermenu li.first a {
	padding: 0 12px 0 12px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*Hides from IE\mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE\mac */
