@charset "shift_jis";

body {
	color: #186957;
	font-size:14px;
}

/********多重画像用の指定-------------------*/
/*チャートの位置指定のためのセレクタ*/
#chartbox {
	position:relative; top:20px; left:10px
 }

/********セレクタ指定-------------------*/
/*トップ*/
#top_back {
	margin: 0;
	padding: 0;
	background: #ffffff url(../image/menu_back.gif) no-repeat;
}

#top_back_new {
	margin: 0;
	padding: 0;
	background: #ffffff url(../image/menu_back_new.gif) no-repeat;
}

#top_back_christmas {
	margin: 0;
	padding: 0;
	background: #ffffff url(../image/menu_back_christmas.gif) no-repeat;
}

#top_back_christmas_new {
	margin: 0;
	padding: 0;
	background: #ffffff url(../image/menu_back_christmas_new.gif) no-repeat;
}

#page_back {
	margin: 0;
	padding: 0;
	background: #ffffff url(../image/menu_page_back.gif) no-repeat;
}

#page_back_new {
	margin: 0;
	padding: 0;
	background: #ffffff url(../image/menu_page_back_new.gif) no-repeat;
}

#page_back_christmas {
	margin: 0;
	padding: 0;
	background: #ffffff url(../image/menu_page_back_christmas.gif) no-repeat;
}

#page_back_christmas_new {
	margin: 0;
	padding: 0;
	background: #ffffff url(../image/menu_page_back_christmas_new.gif) no-repeat;
}

#topbk {
	margin: 0;
	padding: 0;
	background: #ffffff url(../image/top_bk.gif) repeat-y;
}

#topline {
	margin: 0;
	padding: 0;
	background: url(../image/bg_topline.gif) repeat-y;
}

/*トップページ*/
#topill {
	margin: 0;
	padding: 0 0 0 240px;
}

/*本の森を探検しよう*/
#s1txt {
	margin: 0;
	padding: 5px 0 18px 15px;
}

/*成長について考えよう*/
#sbox1 {
	margin: 0;
	padding: 0;
	background: #ffffff url(../s_book/image/group2_boxbg.gif) repeat-y;
}

#mbox {
	margin: 0;
	padding: 10px 15px 5px 20px;
}

/*こんな読み方をしてみては？*/
#kbox1 {
	margin: 0;
	padding: 0;
	width: 320px;
	background: #ffffff url(../s_book/image/group_boxbg_a1.gif) repeat-y;
}

#kbox2 {
	margin: 0;
	padding: 0;
	width: 327px;
	background: #ffffff url(../s_book/image/group_boxbg_a2.gif) repeat-y;
}

#kbox3 {
	margin: 0;
	padding: 0;
	width: 320px;
	background: #ffffff url(../s_book/image/group_boxbg_a3.gif) repeat-y;
}

#kbox4 {
	margin: 0;
	padding: 0;
	width: 302px;
	background: #ffffff url(../s_book/image/group_boxbg_b1.gif) repeat-y;
}
/*本の一覧と説明ページを表示*/
#bubox {
	margin: 0;
	padding: 0 0 5px 0;
}

/*こんな読み方･･･説明ページのイラスト明示*/
/*左：明示*/
#mibox1 {
	margin: 0;
	padding: 0;
	background: #ffffff url(../s_book/image/com_illm_01.gif);
}
/*中：明示*/
#mibox2 {
	margin: 0;
	padding: 0;
	background: #ffffff url(../s_book/image/com_illm_02.gif);
}
/*右：明示*/
#mibox3 {
	margin: 0;
	padding: 0;
	background: #ffffff url(../s_book/image/com_illm_03.gif);
}

/*詳細検索：各本の紹介*/
#search {
	margin: 10px 0px 15px 35px;
	padding: 0;
	width: 620px;
	background: #e9fbef;
}

/*ランキング：各本の紹介*/
#ranking {
	margin: 0;
	padding: 0 0 0 10px;
}


/*文字の大きさ指定*/

p,td,th { font-size: 13px; color: #333333; line-height: 110%; }
.text_b { font-weight:bold; color:#555555; line-height: 110%; }
.text_top { font-size: 13px; color: #554635; line-height: 155%; }
.text_14px { font-size: 14px; color: #333333; line-height: 120%; font-weight:bold; }
.text_15px { font-size: 15px; color: #333333; line-height: 120%; font-weight:bold; }
.text_16px { font-size: 16px; color: #333333; line-height: 120%; font-weight:bold; }
.text_14px_g { font-size: 14px; color: #186957; line-height: 120%; font-weight:bold; }
.text_16px_g { font-size: 16px; color: #186957; line-height: 120%; font-weight:bold; }
.text_18px_g { font-size: 18px; color: #186957; line-height: 120%; font-weight:bold; }
.text_14px_g2 { font-size: 14px; color: #186957; line-height: 150%; }
.text_14px_g3 { font-size: 14px; color: #186957; line-height: 100%; }
.text_12px_g { font-size: 12px; color: #186957; line-height: 120%; }

/*MI（いろいろな読み方）説明の明示文字*/
.text_m { font-size: 13px; color: #ffffff; line-height: 110%; font-weight:bold; background:#379e82; }

/*文字カラーの指定*/
.text_orgB { font-size: 13px; color: #e2863c; line-height: 120%; font-weight:bold; }
.text_gray { font-size: 13px; color: #999999; line-height: 120%;}
.text_b_gray { font-size: 13px; color: #879f9e; line-height: 120%;}
.text_g { font-size: 13px; color: #186957; line-height: 120%; }
.text_gB { font-size: 13px; color: #186957; line-height: 120%; font-weight:bold; }
.text_new { font-size: 10px; color: #ff6600;}

/*リンクカラーの指定（通常）*/
a:link { color: #0033cc; text-decoration: underline; }
a:hover { color: #ffa200; text-decoration: underline; }
/*リンクカラーの指定（本の紹介）*/
a.sbook:link { color: #0033cc; text-decoration: underline; font-weight:bold; }
a.sbook:visit { color: #800080; text-decoration: underline; font-weight:bold; }
a.sbook:hover { color: #ffa200; text-decoration: underline; font-weight:bold; }

/*余白の指定*/
.box_margin10{ margin:0px 10px; }
.box_margin20{ margin:0px 20px; }

form {
	margin:0px;
}

.disp_botton {
	font-size:13px;
	border-color:#ffffff;
	border-width:0px;
	background-color:#ffffff;
	padding:2px 0px;
	text-align:left;
	color:#186957;
}

.x-loading-indicator {
	font-size:11px;
	background-image:url('../image/loading.gif');
	background-repeat: no-repeat;
	background-position:top left;
	padding-left:20px;
	height:18px;
	text-align:left;
}
#x-loading-mask{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:20000;
	background-color:#EEEEEE;
}
#x-loading{
	position:absolute;
	left:45%;
	top:40%;
	padding:2px;
	z-index:20001;
	height:auto;
}

.search_botton {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;

	border-width:2px;
	border-left-color:#b7d0ca;
	border-top-color:#b7d0ca;
	border-right-color:#0b3627;
	border-bottom-color:#0b3627;

	background-color:#186957;

	padding:3px;
}

.page_menu_botton {
	padding-left:20px;
}
