@charset "Shift-JIS";

/* ================= 目次 =====================

【1】リセット
【2】フォント関連
【3】リンクカラー

============================================ */


/* =============================================================
　【1】リセット
============================================================= */

body, form, h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote, input, dl, dd, dt, div, address, label
{
	margin: 0;
	padding: 0;
}

body, form, input, select, textarea, h1, h2, h3, h4, h5, h6
{
	font-size: 12px;
}

a img { border: 0; }

em
{
	font-style: normal;
	font-weight: bold;
}

address
{ 
 	font-style: normal;
 	font-weight: normal;
}

form, input, select, textarea
{
	margin: 0 2px 0 0;
	font-family: "Tahoma","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"MS UI Gothic",sans-serif;
	padding: 1px;
}

*:first-child+html form,
*:first-child+html input,
*:first-child+html select,
*:first-child+html textarea /* For Only IE7 */
{
	font-family: "Verdana","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"MS UI Gothic",sans-serif;
}


/* =============================================================
　【2】フォント関連
============================================================= */

html,body { height: 100%; }

body {
	width:600px;
	color: #222222;
	line-height:1.6;
	text-align: left;
	margin: 0;
}

*:first-child+html body /* For Only IE7 */
{
	font-family: "Verdana","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"MS UI Gothic",sans-serif;
}

table
{
	font-family: "Tahoma","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"MS UI Gothic",sans-serif;
	color: #222222;
	line-height: 1.6;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 100%;
}

*:first-child+html table /* For Only IE7 */
{
	font-family: "Verdana","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"MS UI Gothic",sans-serif;
}


p { line-height: 1.6; }
.sp { margin:3px 10px; color:#222222;}


.float-l {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.float-r {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.float-c { clear: both; }



/* =============================================================
　【3】基本レイアウト関連
============================================================= */


#header { width: 600px; margin-top:20px;}

#footer {
	margin: 0 10px;
	width: 580px;
}

#copyright {
	padding: 0px 0 20px 0;
	text-align: center;
	/*font-size: 90%;*/
	line-height: 1;
}

#main {
	xpadding: 0 10px;
	width: 600px;
}

#main h1 {
	padding-top: 10px;
	padding-bottom: 5px;
}

#main .set-rmv { }

/* =============================================================
　【4】リスト関連
============================================================= */
li { list-style: none; }

ol li /* 数字のリストは数字マーカーを残す */
{
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 15px;
	text-indent: -1.25em;
}

#main li.point
{
	background: url(../img/point.gif) no-repeat 0 0.48em;
	padding: 2px 2px 2px 15px;
	margin-left: 10px;
	display: block;
}


/* =============================================================
　【5】共通関連
============================================================= */


.box_line {
	width: 540px;
	border: 1px solid #999966;
	background-color: #fbfbed;
	padding: 4px 5px;
	margin: 15px auto;
}

.box_line p { padding:5px; }



/* ----- 絵本タイトル ----- */
.ehon_tit {
    color: #0000AC;
    font-size: 22px;
    font-weight: bold;
	line-height:1.1;
	}


/* ----- 見出しレベル1 ----- */
#main .set-tit01
{
	margin-bottom: 10px;
	border-bottom: 2px solid #ACACAC;
	padding: 0 5px 2px 0;
	font-size: 14px;
}
	
/* ----- 見出しレベル2 ----- */
#main .set-tit02
{
	background: url(../img/dotline.gif) repeat-x left bottom;
	padding-left: 4px;
	line-height: 1.3;
	padding-bottom: 4px;
	margin-bottom: 4px;
	font-size: 100%;
}

/* ----- 見出しレベル3 ----- */
#main .set-tit03
{
	margin-bottom: 10px;
	border-bottom: 1px solid #ACACAC;
	padding: 0 5px 2px 0;
	font-size: 100%;
	font-weight:normal;
}



/* =============================================================
　【6】テーブル関連
============================================================= */
#main table
{
	margin-left:25px;
	margin-bottom:20px;
}

table tr td.long,
table tr th.long /* --- 改行禁止 --- */
{
	white-space: nowrap;
}

table tr td.short,
table tr th.short /* --- 英単語等も強制改行 --- */
{
	word-break: break-all;
}

tr th.none /* --- 背景・ボーダーなし --- */
{
	border: none;
	background-color: #FFFFFF;
	background-image: none;
}


/* ----- パターン01 ----- */
#main table.tbl01
{
	border-right: 1px solid #BCBAB8;
	border-bottom: 1px solid #BCBAB8;
}


#main table.tbl01 tr th
{
	font-weight: normal;
	border-top: 1px solid #BCBAB8;
	border-left: 1px solid #BCBAB8;
	padding: 3px 5px;
	background: #F4F3EF url(../img/bk_table.gif) repeat-x left top; /* --- 画像・サイズ調整要 --- */
}


#main table.tbl01 tr td
{
	border-top: 1px solid #BCBAB8;
	border-left: 1px solid #BCBAB8;
	padding: 3px 5px;
}


#main table.tbl01 td.tbl_gray {
	background-color: #F8F8F8;
}


/* ----- パターン02 ----- */

#main table.tbl02 tr th
{
	font-weight: normal;
	padding: 3px 5px;
	background: #F4F3EF url(../img/bk_table.gif) repeat-x left top; /* --- 画像・サイズ調整要 --- */
}


#main table.tbl02 tr td 
{
	padding: 3px 5px;
}

#main table.tbl02 tr td img
{
	margin-bottom:5px;
}


td.dotted 
{
	border-bottom: 1px dotted #BCBAB8;
}



.indent {
	text-indent: 1em;
}
