@charset "utf-8";

#wrapper .bookinfo li,#main td,#main th,#faq li a,#main .plain_ul li,#sitemap ul li,#main ul.other_sub li,#main ol.decimal li,#main ol.lower-latin li{
	font-size:111%;
}

/* ----------------------------------------
 * ■共通
 * 1. body
 * 2. wrapper, all width
 * 3. header
 * 4. path
 * 5. menu A（head下）
 * 6. contents, main
 * 7. menu B（左メニュー）
 * 8. menu D（footer上）
 * 9. pagetop
 * 10. footer
 * 11. copyright
 * 12. h3
 * 13. h4
 * 14. h5
 * 14. h6
 * 15. margin
 * 16. plain_p
 * 17. table A
 * 18. red
 
 * ■右メニュー有りのページ
 * 1. h3   

 * ■トップページ
 * 1. topContents
 * 2. menu C（右メニュー）
 * 3. bookinfo
 
 * ■出版をお考えの方
 * 1. publishingMenu
 * 2. index
 * 3. 出版プラン
 
 * ■ふくろう出版の本
 * 1. menu E
 * 2. book_message
 * 3. booksMenu
 
 * ■お問い合わせ
 * 1. フォーム
 * ---------------------------------------- */
 /* ----------------------------------------------------------------------
■共通
 ------------------------------------------------------------------------ */
/* ----------------------------------------
 * 1. body
 * ---------------------------------------- */
body {
	text-align: center;
	background: #fff;
	font-size: 13px;
  *font-size: small;
  *font: x-small;
}
*html .small{
font: x-small;
}

/* ----------------------------------------
 * 2. wrapper, all width
 * ---------------------------------------- */
#wrapper {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}
#header,#footer,
#contents {
	width: 820px;
}
/* ----------------------------------------
 * 3. header
 * ---------------------------------------- */
#header {
	height: 78px;
}

/* ---------------------------------- h1 -- */
h1 {
	float: left;
	width: 518px;
	height: 78px;
}

/* -------------------- header内メニュー -- */
#header ul {
	margin:0;
}
#header ul li {
	float:left
}
#header dl {
	margin:0;
}
#header dl dt {
	float:left;
}
#header dl dd {
	float:left;
}

/* ----------------------------------------
 * 4. path
 * ---------------------------------------- */
#path {
	float:left;
	width:570px;
	height:20px;
	overflow:hidden;
}
#path p{
	margin-top: 4px;
	font-size: 93%;
}
 
/* ----------------------------------------
 * 5. menu A（head下）
 * ---------------------------------------- */
#menuA {
	margin: 0px 8px 4px 0px;
	float: right;
}
#menuA ul{
	padding: 0;
}
#menuA ul li{
	float:left;
}

/* ----------------------------------------
 * 6. contents, main
 * ---------------------------------------- */
#contents {
	padding: 0;
}
/* -------------------------------- main -- */
#main {
	width: 639px;
	text-align: left;
	float: right;
}

/* ----------------------------------------
 * 7. menu B（左メニュー）
 * ---------------------------------------- */
#menuB {
	width: 171px;
	float:left;
}
/* ------------------------------ banner -- */
ul.banner {
	padding-top: 3px;
}
ul.banner li {
	padding-top: 5px;
}
ul.banner li.digb{
	padding-top: 2px;
}
/* ------------------------------ search -- */
#search {
	margin-top: 10px;
}
#search form {
	border: 1px solid #797979;
}
#search form p.inputarea{
	text-align: center;
	margin: 10px 0px 5px 0px;
}
#search input.area {
	width: 150px;
}
#search form p.submitbtn{
	text-align: right;
	margin: 5px 8px 5px 0px;
}
/* -------------------------------- link -- */
#link {
	margin-top: 10px;
}
#link ul {
	border: 1px solid #797979;
	padding: 7px 3px;
}
#link ul li {
	background: url(../images/btn_arrow.gif) 8px 6px no-repeat #fff;
	padding-left: 20px;
}

/* ----------------------------------------
 * 8. menu D（footer上）
 * ---------------------------------------- */
#menuD {
	width: 232px;
	float: right;
	margin: 0px 8px 0px 0px;
}
#menuD ul{
	margin: 0;
}
#menuD ul li{
	float:left;
}

/* ----------------------------------------
 * 9. pagetop
 * ---------------------------------------- */
.pagetop {
	clear: both;
	text-align: right;
	margin: 5px 8px 10px 0px;
}

/* ----------------------------------------
 * 10. footer
 * ---------------------------------------- */
#footer {
	clear: both;
	background: url(../images/img_footer.jpg) 0px 0px no-repeat #fff;
	height: 69px;
}
#footer p {
		padding: 18px 0px 0px 250px;
}
.map {
	margin: 0px 0px 3px 8px;
}
/* ----------------------------------------
 * 11. copyright
 * ---------------------------------------- */
.copyright {
	text-align:right;
	margin: 0px 8px 20px 0px;
}

/* ----------------------------------------
 * 12. h3
 * ---------------------------------------- */
h3 {
	clear: both;
	background: url(../images/h_bg.jpg) 0px 0px no-repeat;
	width: 639px;
	height: 25px;
	text-indent: 1em;
	margin: 10px 0px 15px 0px;
	padding: 2px 0px 0px 0px;
	font-size: 110%;
}
#topContents h3#t0{
	margin-top:0px;
}
/* ----------------------------------------
 * 13. h4
 * ---------------------------------------- */
h4 {
	clear: both;
	background: url(../images/h_bg2.gif) 5px 3px no-repeat;
	text-indent: 1.2em;
	color: #0066CC;
	padding: 0px 0px 4px 7px;
	margin: 10px 0px 15px 0px;
	border-bottom: 1px dashed #999;
}

/* ----------------------------------------
 * 14. h5
 * ---------------------------------------- */
h5 {
	color:#26B1FD;
	border-left: 5px solid #b3b3b3;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 5px;
}
/* ----------------------------------------
 * 14. h6
 * ---------------------------------------- */
h6 {
	font-size:1.0em;
	color:#333;
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 5px;
}

/* ----------------------------------------
 * 15. margin
 * ---------------------------------------- */
.t5 { margin-top: 5px;}
.t10 { margin-top: 10px;}
.t15 { margin-top: 15px;}

.t50 { margin-top: 50px;}
.t70 { margin-top: 70px;}
.b5 { margin-bottom: 5px;}
.b10 { margin-bottom: 10px;}
.b15 { margin-bottom: 15px;}
.b20 { margin-bottom: 20px;}
.b30 { margin-bottom: 30px;}
.l5 { margin-left: 5px;}
.l10 { margin-left: 10px;}
.l15 { margin-left: 15px;}
.l20 { margin-left: 20px;}
.l30 { margin-left: 30px;}
/* ----------------------------------------
 * 16. plain_p
 * ---------------------------------------- */
.plain_p {
	margin: 0px 25px 25px 25px;
}
.plain_p_b10 {
	margin: 0px 25px 10px 25px;
}

/* ----------------------------------------
 * 17. plain_ul
 * ---------------------------------------- */
.plain_ul {
	margin: 0px 25px 25px 25px;
	padding-left: 13px;
}
.plain_ul li {
	list-style-type: disc;
	list-style-position: outside;
}

/* ----------------------------------------
 * 18. plain_ul_img
 * ---------------------------------------- */
.plain_ul_img {
	margin: 0px 0px 15px 20px;
}

.plain_ul_img li {
	float:left;
}


/* ----------------------------------------
 * 17. table
 * ---------------------------------------- */
table{
	border-spacing:0;
	border-collapse:collapse;
	empty-cells:show;
	margin-left:auto;
	margin-right:auto;
}
td{
	text-align:left;
	/*vertical-align:top;*/
}

table.tableA{
	border-top:1px solid #999;
	border-left:1px solid #999;
	background:#FFF;
	margin-top:8px;
	margin-bottom:8px;
}
.tableA td,.tableA th{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	font-size:93%;
}
.tableA td{
	padding:5px 8px;
}
.tableA th{
	background:#D4EFFE url(../images/th_back01.gif) left top;
	padding:5px 8px;
	/*white-space:nowrap;*/
	font-weight:bold;
	text-align:center;
}
.tableA th.sub{
	background:#E6F7FF url(../images/th_back02.gif) left top;
	font-weight:normal;
	text-align:left;
}
.tableA .sub{
	background:#E6F7FF url(../images/th_back02.gif) left top;
	font-weight:normal;
	text-align:left;
}
.tableA td.sub_n{
	boreder-bottom:none;
}

table.tableB{
	background:#FFF;
	margin-top:8px;
	margin-bottom:8px;
}
.tableB td{
	padding:5px 8px;
}
.must {
	margin: 0px 25px 5px 25px;
}

/* ----------------------------------------
 * 18. red
 * ---------------------------------------- */
.red{
	color:#FF0000;
}
/* ----------------------------------------
 * 21. back_next
 * ---------------------------------------- */
.back_next{
	margin: 10px 5px 5px 5px;
}
.back_next .back_page{
	float:left;
}
.back_next .next_book{
	float:right;
}
/* ----------------------------------------
 * 22. img_border
 * ---------------------------------------- */
.img_border{
	border: 1px solid #ccc;
}

/* ----------------------------------------
 * 23. img_arrow
 * ---------------------------------------- */
.img_arrow {
	text-align:right;
}
.img_arrow img {
	vertical-align:middle;
	margin: 0px 5px 1px 0px;
}

/* ----------------------------------------------------------------------
■右メニュー有りのページ
 ------------------------------------------------------------------------ */
/* ----------------------------------------
 * 1. h3
 * ---------------------------------------- */
#rightmenu_page h3{
	clear: both;
	background: url(../images/h_bg_s.jpg) 0px 0px no-repeat;
	width: 472px;
	height: 25px;
	text-indent: 1em;
	margin: 10px 0px 15px 0px;
	padding: 2px 0px 0px 0px;
	font-size: 110%;
}

/* ----------------------------------------------------------------------
■トップページ
 ------------------------------------------------------------------------ */
/* ----------------------------------------
 * 1. topContents
 * ---------------------------------------- */
#topContents {
	padding: 0;
	float:left;
	width: 472px;
}
#topContents ul.actionbtn {
	width: 190px;
	margin: 7px auto 5px auto;
	padding: 3px 0px 10px 0px;
}
#topContents ul.actionbtn li {
	float: left;
	margin-right: 6px;
}
/* ----------------------------------------
 * 2. menu C（右メニュー）
 * ---------------------------------------- */
#menuC {
	width: 160px;
	float:right;
}
#menuC ul{
	margin: 0;
}
#menuC ul li{
	margin:0;
}
/* -------------------------------- news -- */
#news {
	border: 1px solid #FF5858;
	padding-bottom:7px;
}
#news p {
	text-align: right;
	margin: 4px 5px 0px 0px;
}
#news dl,#news_page dl {
	padding: 5px 3px 0px 3px;
}
#news dl dt,#news_page dl dt {
	background: url(../images/btn_arrow.gif) 8px 6px no-repeat #fff;
	padding-left: 20px;
	color:#1AADFC;
	font-weight:bold;
}
#news dl dd,#news_page dl dd {
	padding-left: 7px;
	padding-right: 5px;
	margin-bottom: 0.5em;
    font-size:small;
}
*html #news dd{
    font-size:100%;
line-height:150%;
}
#news_page dl{
	margin-top:25px;
	margin-left:25px;
}
#news_page dt {
	font-weight:bold;
	color:#26B1FD;
}

#news_page dd {
	border-bottom: 1px dashed #999;
	width:570px;
	padding-bottom:3px;
}
/* ----------------------------------------
 * 3. bookinfo
 * ---------------------------------------- */
div.bookinfo {
	clear:both;
	margin-top: 20px;
	border-bottom: 1px dotted #333;
}
.bookinfo:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.bookinfo {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.bookinfo {display: block;}
/* End hide from IE-mac */

.bookinfo p {
	float:left;
	margin: 0px 10px 0px 10px;
}
.bookinfo p img{
	border:1px solid #999;
}
.bookinfo div {
	clear:both;
	text-align:right;
	margin: 7px 10px 5px 10px;
	padding: 3px 0px 3px 0px;
}

#wrapper .book_info_ul li{
	width:320px;
}


/* ----------------------------------------------------------------------
■出版をお考えの方
 ------------------------------------------------------------------------ */
/* ----------------------------------------
 * 1. publishingMenu
 * ---------------------------------------- */
#publishingMenu {
	/*border-bottom: 1px solid #999;*/
}

/* ----------------------------------------
 * 2. index
 * ---------------------------------------- */
.outline {
	clear:both;
	width: 639px;
	margin:15px 0px 20px 0px;
}
.outline dl dt {
	margin-bottom: 3px;
	padding: 0;
	height: 20px;
}
.outline_titlebox {
	padding:0;
}

.outline_contents {
	clear:both;
	border-top: 1px dotted #333;
}

/* ----------------------------------------
 * 3. 出版プラン
 * ---------------------------------------- */
#plan_menu,#plan_menu2,.plan_menu{
	width: 600px;
	margin: 10px 0px 15px 0px;
}
#plan_menu dd,.plan_menu dd,#plan_menu2 dd {
	float:left;
	background: url(../images/arrow_anchor.gif) 0px 5px no-repeat #fff;	
	padding-left: 1em;
	margin: 5px 0px 0px 26px;
	width: auto;
}
.subtext {
	margin: 0px 40px 30px 40px;
}
.subtext p {
	font-size: 93%;
}

/* ----------------------------------------------------------------------
■ふくろう出版の本
 ------------------------------------------------------------------------ */
/* ----------------------------------------
 * 1. menu E
 * ---------------------------------------- */
#menuE {
	width: 160px;
	float:right;
}
#menuE ul{
	margin: 0;
}
#menuE ul li{
	margin:0;
}
img.next_pager{
margin-left:10px;
}

/* ---------------------------- new_book -- */
#new_book {
	border: 1px solid #FF9E0D;
padding-bottom:7px;
}
#new_book p {
	text-align: right;
	margin: 4px 5px 0px 0px;
}
#new_book dl {
	padding: 5px 3px 0px 3px;
}
#new_book dl dt {
	background: url(../images/btn_arrow.gif) 8px 6px no-repeat #fff;
	padding-left: 20px;
	color:#1AADFC;
	font-weight:bold;

}
#new_book dl dd {
	padding-left: 7px;
	padding-right: 5px;
	margin-bottom: 0.5em;
    font-size:small;

}
/* ----------------------------------------
 * 2. book_message
 * ---------------------------------------- */
.book_message {
	border-bottom: 1px dotted #333;
}
.book_message2 {
	border-bottom: 0px dotted #333;
}
.book_message_p,.book_message2_p {
	margin-left: 10px;
	padding-bottom: 5px;
	float: left;
}
.book_message_img,.book_message2_img {
	float: right;
	margin-right:0;
	text-align:right;
}
.book_message_img img,.book_message2_img img{
	vertical-align:top;
	margin: 5px 5px 0px 10px;
	text-align:right;
}

/* ----------------------------------------
 * 3. booksMenu
 * ---------------------------------------- */
#booksMenu {
/*	border: 1px solid #999;*/
	margin-top: 5px;
}

/* ----------------------------------------------------------------------
■お問い合わせ
 ------------------------------------------------------------------------ */
span.inq_btn{
	display:block;
	text-align:right;
}
.inq_btn a img{
	margin:5px 0 5px auto;
}
/* ----------------------------------------
 * 1. フォーム
 * ---------------------------------------- */
/*--------------------
フォーム全般
--------------------*/
td textarea,td input,td select{
	width:290px;
	font-size:1em;
}
.check_box span input{
	width:25px;
}
p input{
	width:80px;
	font-size:93%;
}
td.submit_btn input{
	width:80px;
	font-size:1em;
}
td.zip input,p.zip input,.zip input{
	width:70px;
	font-size:1em;
}
.zip select{
width:90px;
}
td.zip2 input,p.zip2 input{
	width:40px;
	font-size:1em;
}
/*- Firefox、Mozilla、Safari、Opera -
html[xmlns] td textarea{
	font-size:1em;
}*/

/* ----------------------------------------------------------------------
■出版サポート/著作権について
 ------------------------------------------------------------------------ */
#sup_cp dt{
	font-weight:bold;
}
/* ----------------------------------------------------------------------
■書店様
 ------------------------------------------------------------------------ */
p.addr_p{
	border:2px solid #a7defc;
	width:250px;
	padding:10px;
	margin-top:0px;
}
p.ye{
	border:1px solid #ffb964;
	background:#fffab3;
	width:555px;
	padding:10px;
	margin-top:0px;
	margin-left:30px;
	margin-bottom:10px;
	font-size:0.9em;
}
/* ----------------------------------------------------------------------
■FAQ
 ------------------------------------------------------------------------ */
#faq ul.faq {
	padding: 7px 3px;
}
#faq ul.faq li {
	background: url(../images/btn_arrow.gif) 8px 6px no-repeat #fff;
	padding-left: 20px;
}
/* ----------------------------------------------------------------------
■助成金
 ------------------------------------------------------------------------ */

#subsidy_flow th{
	font-weight:normal;
	text-align:left;
}
#subsidy_flow th,#subsidy_flow td{
	font-size:90%;
}
/* ----------------------------------------------------------------------
■出版の基礎知識\用語
 ------------------------------------------------------------------------ */
#term a:link,#term a:visited,#term a:hover,#term a:active{
	color:#26B1FD;
	text-decoration: none;
}
/* ----------------------------------------------------------------------
■工事中
 ------------------------------------------------------------------------ */
p.under_c{
	text-align:center;
}
p.under_c img{
	margin:auto;
}
/* ----------------------------------------------------------------------
■プライバシーポリシー
 ------------------------------------------------------------------------ */

ol.decimal li{
	list-style-type: decimal;
	margin-left:20px;
}
ol.lower-latin li{
	list-style-type: lower-latin;
	margin-left:20px;
}
.privacy p.r{
	margin-right:20px;
	text-align:right;
}
.privacy td.pr_mark{
	border-right:none;
	width:110px;
}

.privacy .pr_mark img{
	margin:5px;
}
li.ttl_li{
	margin-bottom:5px;
	line-height:120%;
}
.strong{
	font-weight:bold;
	color:#0066cc;
}
.blue{
	color:#0066cc;
}
.bookinfo a{
	text-decoration: none;
}

.l_ttl{
	line-height:120%;
}
li.l_ttl{
	margin-bottom:5px;
}


.bookinfo th{
	width:5em;
	font-weight:bold;
}
.bookinfo table{
	margin-left:0px;
	margin-top:5px;
}
td.arr img{
	margin-right:12px;
	margin-left:12px;
}
.term_lnk{
	margin-left:60px;

}
.term_lnk a{
	display:block;
	border:1px solid #0066cc;
	background:#DEF2FD;
	float:left;
	margin-right:10px;
	width:40px;
	text-align:center;
	margin-bottom:20px;
}
.prc td{
	text-align:right;
}
#topContents h3.top_os{
	margin-bottom:9px;
}
#main h4.nn{
	background:none;
	margin:0 0 7px 10px;
	padding:0;
	border:0;
}
.non{
	display:none;
}

.outline table.outline_tbl td.td01,.outline table.outline_tbl td.td03{
	width:268px;
	height:122px;
	vertical-align:top;
}
.td01 img,.td03 img{
	vertical-align:top;
}

.outline table.outline_tbl td.td03{
	background: url(../publishing/img/out_bg02_jpg) no-repeat #fff;
}

.outline table.outline_tbl td.td01{
	background: url(../publishing/img/out_bg01_jpg) no-repeat #fff;
}

.outline table.outline_tbl td.td02 img{
	margin:auto 7px;
}
.outline table.outline_tbl td.td01 img.im{
	vertical-align:top;
	margin: 20px auto 3px 27px;
}

.outline table.outline_tbl td.td03 img.im{
	vertical-align:top;
	margin: 20px auto 3px 23px;
}
.outline_contents{
	margin-top:5px;
	padding-top:15px;
}
.outline_contents img.d01{
	margin:20px 0 5px 160px;
}
.outline_contents img.d02{
	margin:10px 0 5px 160px;
}
.outline_contents img.d03{
	margin:20px 0 5px 160px;
}
.outline_contents img.d04{
	margin:20px 0 5px 160px;
}
.outline_contents img.d05{
	margin:10px 0 5px 160px;
}
.outline_contents img.d06{
	margin:10px 0 5px 160px;
}
#main #enq .tableA th,#main #enq .tableA td{
	text-align:left;
	vertical-align:top;
}
#sitemap .plain_ul li{
	list-style-type: none;
	background: url(../images/btn_arrow.gif) 8px 6px no-repeat #fff;
	padding-left: 20px;
}
#sitemap_l,#sitemap_r{
	width:295px;
	vertical-align:top;
	float:left;
	margin-top:0px;
	margin-left:20px;
}
#sitemap li.arr{
	list-style-type: none;
	background: url(../images/btn_arrow.gif) 8px 6px no-repeat #fff;
	padding-left: 20px;
}
div.bg_blue{
	background:#c5eafe;
	width:500px;
	margin:25px auto 25px auto;
	padding:15px;
}
*html div.bg_blue{
	background:#c5eafe;
	width:530px;
	margin:25px auto 0 auto;
	padding:15px;
	margin-left:50px;
}
div.bg_blue img{
	margin-right:15px;
	float:left;
	width:42px;
}
div.bg_blue p{
	float:left;
	width:430px;
}
.f_r{
float:right;
}
.f_l{
float:left;
}

/*書店POPダウンロード*/
.pop p.f_l{
width:210px;
margin-left:24px;
}
.pop .f_r img{
margin-top:15px;
margin-right:30px;
}
.pop ul.f_r{
width:390px;
}

/*サブノート*/
table.subn_blue{
border:1px solid #ccc;
background:#ebf8ff;
}
table.subn_blue td{
padding:13px 7px;
}
table#subn_osu{
	width:600px;
	margin-top:15px;
	background: url(../subnote/img/osu_bg.jpg) 1px 0 repeat-y #fff;
	border-bottom:1px solid #ccc;
}
table#subn_osu td,table#subn_osu th{
margin:0;
padding:0;
}
table#subn_osu td.b_r{
	border-right:1px solid #ccc;
}

table#subn_osu th,table#subn_osu th img{
	vertical-align:bottom;
}

img.hr{
	margin:7px 0 10px 5px;

}
.ml15{
	margin-left:15px;
}
td.pad5{
	padding-top:150px;
}
.subnote{
	margin: 15px 25px 0px 15px;
	text-align:center;
}
.subnote img{
	margin-bottom:15px;
}
#subn_osu img.mt10{
	margin-top:5px;
}

#subn_osu img.mb10{
	margin-bottom:20px;
	margin-top:0px;
}
p.left{
text-align:right;
}
.subn_r{
	width:590px;
	font-size:90%;
}
.mt25{
	margin-top:25px;
}
table.nine{
	margin-top:15px;
}
.nine img{
	margin-left:10px;
	margin-bottom:10px;
}
#sun_ul ul{
margin-left:5px;
margin-top:5px;
}
#sun_ul li{
	float:left;
	display:block;
	width:160px;
	vertical-align:top;
	margin-left:10px;
	background:#eee;
	margin-bottom:10px;
	padding:5px;
}
#sun_ul li.bon{
	border-left:none;
}
#sun_ul input{
	width:20px;
	vertical-align:top;
	margin-top:5px;
}
#sun_ul input,#sun_ul label,#sun_ul img{
	display:inline;
}
#sun_ul img{
	display:inline;
	margin:5px 0 5px 3px;
}
.radio input{
width:40px;
margin-bottom:5px;
}
#subnote_btn dd,#subnote_btn dt{
text-align:center;
}
#subnote_btn dd.small{
margin-bottom:5px;
margin-top:5px;
font-size:80%;
}

#subnote_btn dl{
margin-bottom:10px;
}
p#hi_msg{
margin:10px 0 0 30px;
}

#privacy_area{
	width: 550px;
	height: 300px;
	border: solid 1px #999999;
	overflow: auto;
	padding: 10px;
	margin: 15px 35px auto auto;
}
*html #privacy_area{
	width: 580px;
}
#privacy_area td,#privacy_area th{
font-size:0.9em;
}
#privacy_area table{
margin-bottom:15px;
}
#sw_pr{
text-align:center;
}

#sw_pr input{
margin-top:10px;
margin-right:10px;
}
#sw_pr #privacy_area{
text-align:left;
}
.dig p{
background:#ebf8ff;
font-size:93%;
padding:5px;
}
.dig td{
vertical-align:top;
}
#main .dig td.right{
font-size:11px;
}
#main ul.f13 li{
font-size:93%;
}

table.subn_ye{
border:1px solid #ccc;
background:#fdffdd;
margin-bottom:15px;
}
table.subn_ye td{
padding:13px 7px;
}
