@charset "UTF-8";

/* ========================================
    リセットcss
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea,{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}

/* ========================================
    body
========================================= */
body {
	font-family: "メイリオ",Meirio,"游ゴシック", "ヒラギノ角ゴ　ProN","MS Pゴシック",sans-serif;
	color: #1a0608;
	background-color: #fff5e0;

}

/*a:hover {
	color:  #fff5e0;
}*/

.net_shop {
	font-size: 16px;
	padding: 0 10px;
    font-weight: bold;
}
.amazon {
	background-color: #131921;
	color :white;
	float: left;
	margin: 0 5px;
	text-decoration: none;
}

.rakuten{
	background-color: red;
	float: left;
	text-decoration: none;
}

.yahoo{
	background-color: yellow;
}

/* ========================================
    Rapper
========================================= */
div#lapper {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

/* ========================================
    header
========================================= */

div#header_inner {
	line-top: 3px solid #1a0608;
}

h1 {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

div#header_inner h2 {
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	float: left;
}

div#header_inner span {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	display: inline-block;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

div#header_inner span a {
	text-decoration: none;
}
/* ========================================
    menu_bar
========================================= */
div#menu_bar {
	width: 970px;
	height: 40px;
	margin: 0 auto;
	background-color: #e3dfdc;
}
/* ========================================
    メインイメージ
========================================= */
div#main_image {
	margin-top: 20px;
	padding-left: 20px;

}
/* ========================================
    下部メニュー　左
==========================================*/
div#tool_left {
	width: 304px;
	height: 300px;
	background-color: white;
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	line-height: 35px;
}

div#tool_left ul li a {
	text-decoration: none;
}
/* ========================================
    下部メニュー　中央
==========================================*/
div#tool_center {
	width: 310px;
	height: 300px;
	background-color: white;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	line-height: 35px;
}

div#tool_center ul li a {
	text-decoration: none;
}
/* ========================================
    下部メニュー　右
==========================================*/
div#tool_right {
	width: 290px;
	height: 300px;
	background-color: white;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	line-height: 35px;
}
div#tool_right ul li a {
	text-decoration: none;
}
/* ========================================
    フッター
==========================================*/
footer {
	width: 100%;
	height: 100px;
	background-color: #1a0608;
	border-top: 1px solid #1a0608;
	margin-top: 20px;
}

footer p {
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-top: 10px;
}

/* ========================================
      ブック１用CSS
==========================================*/
div#tool_left_book1{
	float: left;
	margin-left: 20px;
}

div#tool_left_title span {
	width: 600px;
	height: 51px;
	color: white;
	background-color: black;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 55px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	float: left;
}

/*------------------------------------*/

div#tool_left_tools{
	float: left;
	margin-left: 20px;
}
.tool_textbox {
	width: 931px;
	height: auto;
	margin-top: 20px;
	margin-left: 20px;
	background-color: white;
	margin-bottom: 20px;
}

.tool_textbox dl li {
	list-style: none;
}
.tool_textbox dl li a {
	float: left;
}

.tool_textbox dl li p {
	width: 700px;
	float: right;
	text-align: left;
	padding-top: 20px;
}

/* ========================================
      ツール用CSS
==========================================*/


/*------------------------------------*/

.tools_textbox {
	width: 931px;
	height: auto;
	margin-top: 20px;
	margin-left: 20px;
	background-color: white;
	margin-bottom: 20px;
}

.tools_textbox dl li {
	list-style: none;
}
.tools_textbox dl li a {
	float: left;
}

.tools_textbox dl li p {
	width: 600px;
	float: right;
	text-align: left;
	padding-top: 20px;
}
