@charset "shift_jis";

html {
	-webkit-text-size-adjust:none;
	background:url(../img/back.gif);
}

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:#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
------------------------------------*/

h1 {
	margin-bottom:1px;
}

h2 {
	margin-bottom:1px;
}

#wrapper {
	width:900px;
	height:auto;
	margin:0 auto;
}

#pic {
	position:relative;
	z-index:1;
	float:left;
}

#spec {
	width:240px;
	padding-left:20px;
	position:relative;
	z-index:3;
	float:left;
}

#spec ul li {
	width:240px;
	clear:both;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px #CCCCCC dotted;
}

#spec ul li p.number {
	float:left;
	margin-right:10px;
}

#spec ul li p.name {
	width:130px;
	padding-right:6px;
	line-height:1.2em;
	float:left;
}

#spec ul li p.bn {
	float:right;
}

ul#nav {
	width:900px;
	height:auto;
}

ul#nav li {
	width:225px;
	float:left;
}

ul#nav li a {
	height:150px;
	text-indent:-9999px;
	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;
}

/* nav04 */
ul#nav li#nav04 a {
	background: url(../img/nav04_off.jpg) no-repeat;
}
ul#nav li#nav04 a:hover {
	background: url(../img/nav04_on.jpg) no-repeat;
}
ul#nav li#nav04 a:active {
	background: url(../img/nav04_on.jpg) no-repeat;
}
ul#nav li#nav04 strong a {
	background: url(../img/nav04_on.jpg) no-repeat;
}

/*----------------------------------
 left
------------------------------------*/

#contents #left {
	width:420px;
	float:left;
	margin-right:18px;
}

#contents #left .text:first-letter{
	float:left;
	margin-right:10px;
	padding-top:12px;
	padding-bottom:8px;
	font-size:400%;
}

#contents #left .profile{
	padding:10px;
	background:#000;
	color:#FFF;
}

#contents #left .profile a{
	color:#FFF;
}

#contents #left .profile a:hover{
	color:#FFF;
	text-decoration:none;
}

#contents #left .profile p{
	overflow:auto;
}

#contents #left .profile img{
	float:left;
	margin-right:20px;
	border:#FFF 1px dotted;
}

/*----------------------------------
 right
------------------------------------*/
#contents #right {
	width:420px;
	float:left;
}

#contents #right .text{
	margin-bottom:10px;
}

#contents #right .text:first-letter{
	float:left;
	margin-right:10px;
	padding-top:12px;
	padding-bottom:8px;
	color:#3344ab;
	font-size:400%;
}

#contents #right .model img{
	float:left;
	margin-right:20px;
}

/*----------------------------------
 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:900px;
	height:20px;
	color:#999;
	line-height:20px;
	font-size:10px;
	text-align:center;
	margin:20px 0;
	background:#000;
	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 */
