body {
	margin:0;
	background-color: #7e7e7e;
	background-image: url(top/top_back.jpg);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 14px;
	color: #999999;
	position:relative;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

#main {width:960px;
margin:auto;
background-color: #000000;}
#head_2{
	margin:0 auto;
	padding:1em 0;
	font-size:100%;
	width:960px;
	overflow:hidden;
	zoom:1;
	background:#333333;
	color:#ffffff;
	z-index: 1;
	}
	
div.header{
	margin:0 auto;
	padding:1em 0;
	font-size:100%;
	width:960px;
	overflow:hidden;
	zoom:1;
	background:#333333;
	color:#ffffff;
	z-index: 1;
}

h1{
	margin:0 auto;
	font-size:90%;
	width:960px;
	overflow:hidden;
	zoom:1;
}
div.body{
	margin:0 auto;
	padding:0 16px 6em;
	width:960px;
	background:#000000;
	overflow:hidden;
	zoom:1;
}

div.footer{
	margin:0 auto;
	padding:1em 0;
	text-align:center;
	background:#333333;
	overflow:hidden;
	zoom:1;
	color: #FFCC00;
}
div.footer div.wrapper{
	margin:0 auto;
	width:960px;
	height:80px;
}

h2{
	margin:0;
	padding:1em 0;
	font-size:150%;
	color:#ff5050;
}
h3{
	margin:1em 0;
	font-size:120%;
}
a.article,
footer a:visited.article{
	text-decoration:none;
	font-weight:bold;
	color:#0090ff;
}
a:hover.article{
	color:#ff5050;
}
strong{
	color:#ff5050;
}	
/* トップジャバ */
#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:960px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:960px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(img/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

a img{
	border:none;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}
#main {
	width:960px;
	margin:50px auto 0 auto;
	background-color: #000000;
	padding:0,10px;}

.top_right {
	width:550px;
	float:right;}
.top_left {
	width:380px;
	margin-right:30px;
	float:right;}
.top_catalog {
	color: #333333;
	font-style: italic;
	font-weight: bold;
	background-color: #FFCC33;
	text-align: center;
	}	
.top_under {
	width:960px;
	margin: 20px auto 40px aiuto;
}	
#box {
width: 380px;
height: 350px;
}
#box iframe {
width: 380px;
height: 350px;
}
#box2 {
width: 380px;
height: 350px;
}
#box2 iframe {
width: 380px;
height: 350px;
}

.product_title {
	font-size: 18px;
	font-style: italic;
	color: #CCCCCC;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.mein_text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #CCCCCC;
}
.product_price {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 18px;
	font-style: italic;
	color: #FFCC33;
	font-weight: bold;
}
.mein_detail {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #FFCC33;
}