@charset "shift_jis";

html {
	-webkit-text-size-adjust:none;
	background:#111;
}

body {
	height:100%;
	line-height:1.6em;
	font-size:12px;
	font-family:"HiraKakuPro-W3",Osaka,"MS PGothic",sans-serif;
}

/* link style */

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

a:link {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#ff3737;
	text-decoration:underline;
}

a:active {
	color:#ff3737;
	text-decoration:none;
}

a:visited {
	color:#333333;
	text-decoration: none;
}

/*----------------------------------
 aling
------------------------------------*/
.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
	
}
.layoutCenter {
	margin:0 auto;
}

/*----------------------------------
 float
------------------------------------*/
.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.fl-clear {
	clear:both;
}

/*----------------------------------
 img_margin
------------------------------------*/
.bm10 {
	margin-bottom:10px;
}

.bm20 {
	margin-bottom:20px;
}

.left_img {
	margin-right:20px;
	margin-bottom:20px;
}

.right_img {
	margin-left:20px;
	margin-bottom:20px;
}

/*----------------------------------
 common
------------------------------------*/

h2 {
	margin-bottom:1px;
}

#wrapper {
	width:902px;
	height:auto;
	margin:0 auto;
}

ul#nav {
	width:900px;
	height:auto;
	margin-bottom:20px;
}

ul#nav li {
	width:450px;
	float:left;
}

ul#nav li a {
	height:210px;
	display:block;
}

/* nav01 */
ul#nav li#nav01 a {
	background: url(../img/nav01_off.jpg) no-repeat;
}
ul#nav li#nav01 a:hover {
	background: url(../img/nav01_on.jpg) no-repeat;
}
ul#nav li#nav01 a:active {
	background: url(../img/nav01_on.jpg) no-repeat;
}
ul#nav li#nav01 strong a {
	background: url(../img/nav01_on.jpg) no-repeat;
}

/* nav02 */
ul#nav li#nav02 a {
	background: url(../img/nav02_off.jpg) no-repeat;
}
ul#nav li#nav02 a:hover {
	background: url(../img/nav02_on.jpg) no-repeat;
}
ul#nav li#nav02 a:active {
	background: url(../img/nav02_on.jpg) no-repeat;
}
ul#nav li#nav02 strong a {
	background: url(../img/nav02_on.jpg) no-repeat;
}

/* nav03 */
ul#nav li#nav03 a {
	background: url(../img/nav03_off.jpg) no-repeat;
}
ul#nav li#nav03 a:hover {
	background: url(../img/nav03_on.jpg) no-repeat;
}
ul#nav li#nav03 a:active {
	background: url(../img/nav03_on.jpg) no-repeat;
}
ul#nav li#nav03 strong a {
	background: url(../img/nav03_on.jpg) no-repeat;
}


#contents {
	width:860px;
	height:auto;
	background:#FFFFFF;
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
	padding:20px;
}

#prevnext {
	width:880px;
	height:30px;
	line-height:30px;
	text-align:right;
	margin-bottom:20px;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;		
	padding:0 10px;
	background:#CCCCCC;
	position:relative;
	clear:both;
}

#prevnext .next {
	float:right;
}

#prevnext .prev {
	float:left;
}

#prevnext .page {
	width:50px;
	text-align:center;
	position:absolute;
	left: 425px;
	top: 0px;
}

#prevnext a:link {
	color:#333333;
	text-decoration:underline;
}

#prevnext a:hover {
	color:#0f3056;
	text-decoration:none;
}

#contents_inner {
	width:320px;
	float:left;
}

#contents_inner:after {
	content: '';
	display: block;
	clear: both;
}

#contents .main_text {
	width:320px;
	margin-bottom:10px;
	float:left;
	line-height:2.0em;
}

ul#model li {
	width:180px;
	float:left;
	display:block;
	text-align:center;
	font-size:10px;
}

#photo {
	width:540px;
	float:right;
}

#photo p.img {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

#photo p.text {
	width:498px;
	float:right;
	padding:10px;
	border:#CCC 1px solid;
	text-align:center;
}

/*------------------------------------
 popup
------------------------------------*/

.hidden {
  display: none;
}

.big_bg {
	background:#FFF;
	padding:10px;
}

.pop_bn {
	padding-left:130px;
}

/*------------------------------------
 shop
------------------------------------*/

#shop {
	width:304px;
	padding:8px;
	background:#eee;
	float:left;
	clear:both;
}

#shop img {
	float:left;
	margin-right:10px;
}

#shop p {
	font-size:10px;
	line-height:1.5em;
}

#shop p span {
	font-weight:bold;
}

/*--
#shop{
width:858px;
padding:20px 20px;
border:1px #FFF solid;
background:#FFF;
clear:both;
}

#shop strong{
	display:block;
	border-left:4px #cacc0a solid;
	padding-left:10px;
}

#shop img {
float:left;
margin-right:10px;
}

#shop a {
	text-decoration:none;
}

#shop a:hover {
	text-decoration:underline;
}
--*/
/*------------------------------------
 footer
------------------------------------*/

#footer {
	width:900px;
	height:20px;
	line-height:20px;
	font-size:10px;
	color:#333;
	text-align:center;
	margin:20px 0;
	background:#ccc;
	clear:both;
}

/*------------------------------------
 clearfix
------------------------------------*/

.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 */
