@charset "UTF-8";
/* CSS Document */

/* 全体レイアウト */
html, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, hr {
	margin:0px;
	padding:0;
	font-weight: normal;
	list-style-type: none;
}
* {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
img {
	border-style: none;
}


body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
}

#wrap {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	float: none;
}

/* 文字装飾 */
.glay {
	color: #999;
}


/* ヘッダー */
#header {
	height: 60px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3D64A7;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 800px;
}
#header #logo {
	float: left;
	height: 60px;
	width: 200px;
	margin-right: 20px;
}
#header #title {
	float: left;
	height: 60px;
	width: 580px;
}
#header #title h1 {
	margin: 0px;
	padding: 0px;
}
#header #title h2 {
	font-size: 110%;
	font-weight: normal;
	margin: 0px;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	line-height: 16px;
	height: 16px;
}


/* 左メニュー */
#left_navi {
	float: left;
	width: 180px;
	height: auto;
}
#left_navi ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#left_navi li {
	width: 160px;
	height: 32px;
	font-size: 130%;
	line-height: 32px;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: block;
}
#left_navi a {
	width: 160px;
	height: 32px;
	line-height: 32px;
	height: 32px;
	padding-bottom: 5px;
	background-image: url(img/bg_navi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	color: #777;
	text-decoration: none;
}
#left_navi a:hover {
	width: 160px;
	height: 32px;
	line-height: 32px;
	height: 32px;
	padding-bottom: 5px;
	background-image: url(img/bg_navi.jpg);
	background-repeat: no-repeat;
	background-position: center -37px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#left_navi #amazon {
	width: 160px;
	height: auto;
	text-align: center;
}


/* コンテンツ */
#content {
	float: left;
	width: 620px;
	height: auto;
	margin-bottom: 20px;
}
#content #top {
	height: auto;
	margin-bottom: 20px;
	font-size: 140%;
	color: #FFFFFF;
	text-align: center;
}
#content .entry {
	height: auto;
	margin-bottom: 20px;
}
#content .entry h3 {
	margin-bottom: 5px;
}
#content .entry h4 {
	font-size: 140%;
	font-weight: bold;
	color: #3D64A7;
	padding-top: 10px;
}
#content .entry h5 {
	font-size: 130%;
	font-weight: bold;
	color: #e74032;
	padding-top: 10px;
}
#content .entry p {
	font-size: 120%;
	padding: 10px;
	line-height: 18px;
}

#content .entry #back {
	text-align: right;
}
#content .entry a {
	font-size: 130%;
	color: #aa988a;
	text-decoration: underline;
	line-height: 20px;
}
#content .entry a:hover {
	font-size: 130%;
	color: #ccBdb0;
	text-decoration: underline;
}
/* コンテンツ・コンセプト */
#content #concept #entry_con p {
	font-size: 140%;
	line-height: 20px;
	color: #930;
	text-indent: 14px;
	font-weight: bold;
}
#content #concept #entry_con {
	margin-bottom: 20px;
	text-indent: 14px;
}
/* コンテンツ・スライド */
#content #slide_box {
	margin-top: 10px;
	margin-bottom: 20px;
}
/* コンテンツ ・サンプル*/
#content #sample ul {
	margin-top: 20px;
}
#content #sample li {
	margin-bottom: 10px;
	width: 104px;
	height: auto;
	float: left;
	margin-right: 10px;
}
#content #sample li a img {
	border: 2px solid #333;
}
#content #sample li a:hover img {
	border: 2px solid #3D64A7;
}
/* コンテンツ・改定 */
#content #kaitei ul {
	margin-top: 20px;
}
#content #kaitei li {
	margin-bottom: 10px;
	width: 104px;
	height: auto;
	float: left;
	margin-right: 10px;
}
#content #kaitei li img {
	border: 2px solid #3D64A7;
}

.space {
	text-indent: 12px;
}
.left {
	float: left;
	padding: 5px;
}
.right {
	float: right;
	padding: 5px;
}


/* フッター */
#footer {
	clear: both;
	float: none;
	height: 40px;
	background-color: #3D64A7;
	font-size: 110%;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
