@charset "shift_jis";

html {
	-webkit-text-size-adjust:none;
	background:url(../img/back_img.gif) repeat-x;
}

body {
	height:100%;
	line-height:1.6em;
	font-size:12px;
}

/* link style */

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

a:link {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#666666;
	text-decoration:underline;
}

a:active {
	color:#666666;
	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
------------------------------------*/

#wrapper {
width:900px;
height:auto;
margin:0 auto;
}

#header{
width:900px;
height:300px;
position:relative;
}

h1 {
width:900px;
height:300px;
}

#lead{
width:300px;
height:100px;
position:absolute;
top:145px;
left:453px;
line-height:1.3em;
}

#top_bn{
width:140px;
height:35px;
background:#E64492;
color:#FFFFFF;
font-weight:bold;
display:block;
}

#contents_top{
width:900px;
height:auto;
padding-top:50px;
margin-bottom:50px;
}

#contents_top .box{
width:225px;
height:480px;
float:left;
text-align:center;
position: relative;
overflow: hidden;
}

ul.colorbox {
position: relative;
left:50%;
float:left;
clear:both;
height:20px;
padding:10px 0;
}

ul.colorbox li {
width:16px;
height:16px;
float:left;
padding:2px 2px;
position: relative;
left: -50%;
float: left;
}

ul.colorbox01 {
position: relative;
left:50%;
float:left;
clear:both;
height:20px;
}

ul.colorbox01 li {
width:16px;
height:16px;
float:left;
padding:2px 2px;
position: relative;
left: -50%;
float: left;
}

.catch{
clear:both;
text-align:center;
padding:15px 0;
height:auto;
}

#info{
width:860px;
height:58px;
padding:20px 20px;
border:1px #999999 solid;
margin-bottom:50px;
clear:both;
}

#info img {
float:left;
margin-right:10px;
}

#info a:link {
	color:#0099FF;
	text-decoration:none;
}

#info a:hover {
	color:#0066FF;
	text-decoration:underline;
}

#info a:active {
	color:#0033FF;
	text-decoration:none;
}

#info a:visited {
	color:#0099FF;
	text-decoration: none;
}

#contents_main{
width:900px;
height:400px;
margin:50px 0;
padding-bottom:50px;
position:relative;
border-bottom:1px #999999 dotted;
}

h2 {
width:900px;
height:58px;
margin-bottom:20px;
}

/*--------------------------------

width200px

--------------------------------*/
#main_photo01{
width:200px;
height:300;
float:left;
}


#spec01 {
	width:650px;
	height:260px;
	padding-top:40px;
	padding-left:50px;
	float:left;
	position:relative;
}

/*--------------------------------

width250px

--------------------------------*/
#main_photo02{
width:250px;
height:300;
float:left;
}


#spec02 {
	width:630px;
	height:300px;
	padding-left:20px;
	float:left;
	position:relative;
}

/*--------------------------------

width250px

--------------------------------*/
#main_photo03{
width:220px;
height:300;
float:left;
}


#spec03 {
	width:660px;
	height:300px;
	padding-left:20px;
	float:left;
	position:relative;
}


.model_title{
font-size:14px;
font-weight:bold;
border-left:2px #000000 solid;
padding-left:10px;
}

ul{
width:auto;
height:auto;
position:absolute;
bottom:0;
left:10px;
}

ul li {
float:left;
width:40px;
height:auto;
padding:4px 9px 0px 9px;
}


#model_info{
width:400px;
height:38px;
position:absolute;
top:15px;
right:0;
text-align:right;
}

/*----------------------------------
detail_bn
------------------------------------*/
.detail_bn a {
width:auto;
height:10px;
padding:8px 8px 6px 8px;
color:#FFFFFF;
background:#E64492;
text-decoration:none;
}

.detail_bn a:hover {
width:auto;
height:10px;
padding:8px 8px 6px 8px;
color:#FFFFFF;
background:#FE8FC5;
text-decoration:none;
}

/*----------------------------------
backnumber
------------------------------------*/
#backnumber_title{
border-left:3px #000000 solid;
font-size:13px;
font-weight:bold;
padding-left:10px;
width:887px;
height:20px;
margin:50px 0 20px 0;
clear:both;
}

#backnumber{
width:900px;
height:auto;
padding-bottom:50px;
position:relative;
}

#backnumber .box{
width:290px;
height:80px;
float:left;
padding-right:10px;
margin-bottom:10px;
}

#backnumber .box img{
float:left;
margin-right:10px;
}


/*----------------------------------
 prevnext
------------------------------------*/

#prevnext {
	width:880px;
	height:30px;
	line-height:30px;
	text-align:right;
	margin-top:1px;
	margin-bottom:20px;
	padding:0 10px;
	background:#000;
	position:relative;
	clear:both;
}

#prevnext .next {
	float:right;
}

#prevnext .prev {
	float:left;
}

#prevnext .page {
	width:50px;
	text-align:center;
	position:absolute;
	color:#FFF;
	left: 425px;
	top: 0px;
}

#prevnext a {
	color:#FFF;
	text-decoration:underline;
}

#prevnext a:hover {
	color:#3344ab;
	text-decoration:none;
}

#footer {
width:100%;
height:60px;
border-top:1px #ED1B24 solid;
text-align:center;
}

#footer_inner {
	width:900px;
	height:20px;
	margin:0 auto;
	color:#999;
	line-height:50px;
	font-size:11px;
	text-align:center;
	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 */
