﻿@charset "utf-8";

/*******************************************************************************
[1] 共通設定
********************************************************************************/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "sans-serif";
}
body{
	background-color:#222222;
	color:#ffffff;
	text-align:center;
}
img{
	border:none;
	vertical-align:bottom;
}
a:link,a:active,a:visited{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	color:#33cc00;
	text-decoration:underline;
}
table{
	font-size:100%;
	color:inherit;
	border-collapse:collapse;
	border-spacing:0;
}
hr{
	display:none;
}
h2{
	margin-top:14px;
	font-size:26px;
	font-family:"Times New Roman", "serif";
	font-weight:normal;
}
h3{
	margin-bottom:10px;
	font-weight:normal;
}
.fonts{
	font-size:10px;
}
/*******************************************************************************
[2] レイアウト
********************************************************************************/
/*===============================================
 配置
=================================================*/
/* 全体包括用ボックス ---------------------------*/
#wrap{
	margin-right:auto;
	margin-left:auto;
	width:510px;
	overflow:hidden;
}
#content{
}
/*-----------------------------------------------*/
/* ヘッダ ---------------------------------------*/
#header{
	margin-top:50px;
	margin-bottom:36px;
}
/* フッタ ---------------------------------------*/
#footer{
	padding-top:24px;
	padding-bottom:18px;
	clear:both;
}
/*===============================================
 書式設定・その他
=================================================*/
/* 全体包括用ボックス ---------------------------*/
#wrap{
	font-size:12px;
	line-height:1.4;
	background-color:#222222;
	text-align:center;
}
/*-----------------------------------------------*/
/* ヘッダ ---------------------------------------*/
/* ヘッダ メニュー ------------------------------*/
/*-----------------------------------------------*/
/* フッタ ---------------------------------------*/
#footer{
	font-size:12px;
	color:#ffffff;
	text-align:center;
}
#footer address{
	margin-bottom:20px;
	font-style:normal;
}

/*******************************************************************************
[3] 詳細デザイン
********************************************************************************/
.book{
	margin-bottom:8px;
	height:120px;
	clear:both;
}
.book .left{
	margin-right:36px;
	width:284px;
	float:left;
}
.book .left img{
	border:2px solid #ffffff;
}
.book .right{
	width:190px;
	float:left;
	text-align:left;
}
/* フッタ ---------------------------------------*/
/* フッタ メニュー ---------------------------------------*/

html[xmlns*=""] body:last-child #wrap, html[xmlns*=""] body:last-child #fnavi li{
	letter-spacing:-0.1em;
}
div#wrap, x:-moz-any-link, div#fnavi li{
	letter-spacing:0em!important;
}
