@charset "UTF-8";

html {
	height:100%;
	margin:0pt;
	padding:0pt;
	line-height: 100%;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*font-size: 80%;*/
	color:#444444;
	background-color: #FFFFFF;
	width:804px;
	height: 104px;
	margin: auto;
	background-image:url(../common/header_bg.gif);
	background-repeat:repeat-x;
}

#wrapper {
	/*height:100%;*/
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	text-align:left;
	width:804px;
}
a{
	color: #000064;
	text-decoration: underline;
}
a:hover {
	color: #0099cc;
	text-decoration: none;
}

/******************************** header ********************************/
#header {
	width: 100%;
	height: 100px;
}
#logo {
	float: left;
	margin: 16px 0px 10px;
}
h1 {
	float: left;
	margin: 32px 0px 0px 25px;
	font-size: 90%;
	font-weight: normal;
	width: 370px;
}
#helpmenu {
	width: 250px;
	float:right;
	text-align:right;
	margin-top: 8px;
	margin-right: 3px;
}
.sitemap {
	margin-bottom: 5px;
	font-size: 85%;
}
.sitemap a {
	text-decoration: none;
}
.sitemap a:hover {
	color: #000064;
	text-decoration: underline;
}
.serch {
	float: right;
}
.serch_textbox {
	width: 120px;
}
.serch_btn {
	margin-left: 3px;
}
#globalmenu {
	clear: both;
	width: 800px;
	height: 33px;
	margin: 0px 2px;
}
#globalmenu li {
	white-space: nowrap;
	display: inline;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#globalmenu a{
	margin:0px;
	padding:0px;
	
}
#globalmenu img{
	margin:0px;
	padding:0px;
	float:left;
}

/******************************** contents ********************************/

/*********** 共通CSS ***********/
#contents {
	margin: 10px 0;
	height: auto;
}
.pankuzu {
	text-align: right;
	font-size: 85%;
	margin:10px 0;
}
/* レフトエリア */
	
.leftarea {
	float: left;
	width: 197px;
}
.side_title {
	background-image:url(../common/side-title_bg.gif);
	background-repeat:no-repeat;
	width: auto;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 11px 7px 0px;
}
.side_menu li a{
	display: block;
	width: auto;
	height: 26px;
	margin:0;
	padding-top:10px;
	padding-left:23px;
	/*padding: 10px 0px 0px 23px;*/
	background: url(../common/side-menu_bg_off.gif) no-repeat top left;
	text-decoration: none;
	color: #000066;
}
.side_menu li a:hover{
	background: url(../common/side-menu_bg_on.gif) no-repeat top left;
	padding: 10px 0px 0px 23px;
	text-decoration: underline;
	color: #993333;
}
/*著者の皆様へ*/
.side_submenu li a{
	display: block;
	width: auto;
	height: 16px;
	margin:0;
	padding-top:10px;
	padding-left:23px;
	text-decoration: underline;
	font-size:90%;
	color: #000066;
}
/* ライトエリア */
.rightarea {
	float: right;
	width: 589px;
	padding-right: 5px;
}
.rightarea h2 {
	background-image:url(../common/title_bg.gif);
	background-repeat:no-repeat;
	width: 574px;
	height: 12px;
	font-size: 110%;
	font-weight: bold;
	padding: 12px 0px 12px 23px;
}
.title2 {
	margin: 30px 0px 20px;
}
.main_content {
	width: 580px;
	margin: 15px 0px 20px 10px;
	min-height: 150px;
}
.rightarea h3 {
	font-size: 100%;
	padding: 4px 5px 5px;
	margin-bottom:5px;
	background-color: #F2F2F2;
	border-top: solid 3px #CCCCCC;
	border-left: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
	clear:both;
}

h4{
	margin: 20px 0 7px;
}
.text{
	margin: 0px 10px;
	line-height: 160%;
}
.go_top {
	clear:both;
	margin: 20px 10px 0;
	text-align: right;
	font-size: 90%;
	background-repeat:no-repeat;
}
.go_top a{
	text-decoration: none;
}
.go_top a:hover{
	text-decoration: underline;
}
.border{
	border: solid 1px #CCCCCC;
	padding: 2px;
}


/*********** ページ別CSS ***********/

/*** TOPページ ***/
#mainvisual{
	clear: both;
	width: 804px;
	height: 238px;
	margin-top: 10px;
}
/* TOPページ-レフトエリア */

.t_leftarea {
	float: left;
	width: 561px;
}
.t_leftarea p{
	line-height:150%;
	margin-bottom:1em;
}
.t_leftarea h2 {
font-size:14px;
line-height:28px;
font-weight:bold;
background:#e5e5e5;
border-bottom:1px solid #666;
margin-bottom:0.5em;
padding-left:1em;
}
.book {
	margin-bottom: 15px;
}
.news{
	margin: 0 0 10px 0;
}
.news_tb{
	margin: 0 15px 5px;
}
.news_tb th {
	padding: 15px 7px 0px 0;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
}
.news_tb td{
	padding-top: 15px;
	vertical-align: top;
}
/* TOPページ-ライトエリア */

.t_rightarea {
	float: right;
	width: 210px;
	border-left: solid 1px #DDDDDD;
}
.partnerbox li{
	margin: 2px 5px 7px 7px;
}

/*** 下層ページ ***/

/* 会社概要 */
.gray1_tb {
	line-height:140%;
	width: 100%;
}
.gray1_tb th{
	vertical-align: top;
	text-align: left;
	border-collapse:collapse;
	padding: 7px 5px 5px 10px;
	border: solid 1px #CCCCCC;
	background-color: #F3F3F3;
}
.gray1_tb td{
	vertical-align: top;
	border-collapse:collapse;
	padding: 7px 5px 5px 10px;
	border: solid 1px #CCCCCC;
}
.frame_brown{
	border: solid 1px #CCCCCC;
	background-color: #EEEEEE;
	padding: 7px;
}
.dott-line{
	border-top: 1px dotted #CCC;
	margin-top: 20px;
}
.border-gray{
	border: 1px solid #DDD;
	background-color: #FCFCFC;
	padding: 7px;
}
.border-dott{
	border: 1px dotted #CCC;
	padding: 7px;
}
/* 採用情報 */
.recruit_tb {
	line-height:140%;
	width: 100%;
}
.recruit_tb th{
	vertical-align: top;
	text-align: left;
	border-collapse:collapse;
	padding: 10px 5px 10px 10px;
	border-bottom: dotted 1px #CCCCCC;
	white-space: nowrap;
}
.recruit_tb td{
	vertical-align: top;
	border-collapse:collapse;
	padding: 10px 5px 10px 10px;
	border-bottom: dotted 1px #CCCCCC;
}
.disc li{
	background:url(../common/disc_icon.gif) no-repeat 0px 7px;
	background-repeat:no-repeat;
	margin-left: -12px;
	padding-left: 12px;
}
/* インフォメーション */
.boxbg{
	background-image:url(../common/box01_middle.gif);
	background-repeat:repeat-y;
	width: 574px;
	height: 100%;
}
.boxhalf_bg{
	background-image:url(../common/boxhalf_middle.gif);
	background-repeat:repeat-y;
	width: 574px;
	height: 100%;
}
.info_title{
	background-image:url(../common/box01_top.gif);
	background-repeat:no-repeat;
	height: 24px;
	padding: 15px 5px 4px 8px;
	font-size: 120%;
	font-weight: bold;
	color: #000064;
}
.info-left{
	width: 278px;
	float: left;
}
.info-right{
	width: 278px;
	float: right;
}
.info-right2{
	width: 278px;
	float: right;
	_margin-right: -5px;
}
.boxtext{
	padding: 8px;
	width: 160px;
	float: left;
	line-height: 160%;
}
.boxtext2{
	padding: 8px 8px 24px;
	line-height: 160%;
}
.boximg{
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: right;
	margin: 8px 8px 8px 0px;
}
.gray3_tb {
	line-height:100%;
	width: 100%;
}
.gray3_tb th{
	vertical-align: top;
	text-align: left;
	border-collapse:collapse;
	padding: 7px 5px 5px 10px;
	border: solid 1px #CCCCCC;
	background-color: #F3F3F3;
	color: #000064;
}
.gray3_tb td{
	vertical-align: top;
	border-collapse:collapse;
	padding: 7px 5px;
	border: solid 1px #CCCCCC;
}
.pointer{
	cursor: pointer;
}
/* 新着情報 */
.newslist_tb{
}
.newslist_tb th {
	padding: 15px 7px 0px 0;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
}
.newslist_tb td{
	padding-top: 15px;
	vertical-align: top;
}
/* 書籍案内 */
.pubarea{
	float: left;
	margin: 10px 0;
	
}
.pubimg{
	float: left;
	margin-right: 10px;
	border:1px solid #333;
}
.pubtext{
	float: left;
	width: 465px;
}
.pubtext2{
	float: left;
	width: 356px;
	margin-left: 10px;
}
.pubtitle{
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 2px;
}
.d_pubtitle{
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 2px;
}
.solid-line{
	border-top: 1px solid #CCCCCC;
}
.lookcart{
	margin: 20px 0 10px 0;
	padding: 10px 5px 10px 3px;
	text-align: right;
	border: 1px solid #CCCCCC;
}
.textleft{
	float: left;
	width: 350px;
	padding: 5px;
}
.textright{
	float: left;
	width: 210px;
	padding: 5px;
}
h5{
	border-top: 2px solid #CCCCCC;
	font-weight: normal;
	color: #000000;
	padding: 3px;
	background-color: #F3F3F3;
}
.pubplay{
	float: right; width: 400px;
}
.title3{
	margin: 30px 0 10px;
	font-size: 110%;
}
.chiiki{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 3px;
	
}
.gray2_tb {
	line-height:140%;
	width: 100%;
}
.gray2_tb th{
	vertical-align: top;
	text-align: left;
	border-collapse:collapse;
	padding: 7px 5px 5px 10px;
	border: solid 1px #CCCCCC;
	background-color: #e8ecfb;
}
.gray2_tb td{
	vertical-align: top;
	border-collapse:collapse;
	padding: 7px 5px 5px 10px;
	border: solid 1px #CCCCCC;
}

/* エラー */
.center_contents{
	width: 490px;
	text-align: left;
	margin-left: 120px;
	border: 1px solid #CCCCCC;
	padding: 20px 30px;
	margin: 30px 0px 40px 120px;
	color: #666666;
}
/* 事業内容 */
.disc .circle li{
	background-color: #Fe9;
	background:url(../common/circle_icon.gif) no-repeat 0px 6px;
	background-repeat:no-repeat;
	margin-left: -12px;
	padding-left: 12px;
}
.podcast_icon{
	margin-top: -3px;
	margin-bottom: -3px;
}
/* サイトマップ */
.sitemapbox{
	margin: 30px 5px 15px 5px;
	_margin: 10px 5px 15px 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.sitemapbox2{
	margin: 0px 5px 15px 100px;
	_margin: 0px 5px 15px 50px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
	float: left;
	width: 460px;
}
.triangle li{
	background:url(../common/triangle_icon.gif) no-repeat 2px 6px;
	background-repeat:no-repeat;
	margin-left: 0px;
	padding-left: 12px;
}
.sitemapbox-left{
	float: left;
	width: 230px;
}
.sitemapbox-right{
	float: right;
	width: 230px;
}
.sitemapbox-right li{
	margin-bottom: 8px;
}
.sitemapbox a{
	color: #000064;
	text-decoration: none;
}
.sitemapbox2 a{
	color: #000064;
	text-decoration: none;
}
.sitemapbox a:hover{
	color: #0099cc;
	text-decoration: underline;
}
.sitemapbox2 a:hover{
	color: #0099cc;
	text-decoration: underline;
}

/* サイトマップ */
.linkbox{
	margin: 30px 5px 15px 5px;
	_margin: 10px 5px 15px 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	width: 460px;
}
.linkbox-left{
	float: left;
	width: 230px;
}
.linkbox-right{
	float: right;
	width: 230px;
}
/* リンク集 */

.rinkbox dd{
	margin: 0px 0px 5px 20px;
}
.darkblue{
	color: #000064;
}
.link_tb{
	margin-top: 5px;
	line-height: 100%;
}
.link_tb a{
	text-decoration: none;
}
.link_tb th{
	width: 380px;
	text-align: left;
	padding:5px 3px;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
}
.link_tb td{
	padding:5px 3px;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	width: 180px;
}
.textline{
	padding: 5px;
	border-bottom: solid 1px #DDDDDD;
}
/* パブリックインフォメーション */
.square li{
	background:url(../common/square_icon.gif) no-repeat 0px 5px;
	background-repeat:no-repeat;
	margin-left: -12px;
	padding-left: 12px;
}
.bottom-line{
	border-bottom: solid 1px #DDDDDD;
	margin-bottom: 5px;
}
.bottom-line2{
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.square li .disc li{
	background:url(../common/disc_icon.gif) no-repeat 0px 7px;
	background-repeat:no-repeat;
	margin-left: -12px;
	padding-left: 12px;
}
.square li .disc li .square_s li{
	background:url(../common/square_s_icon.gif) no-repeat 0px 6px;
	background-repeat:no-repeat;
	margin-left: -12px;
	padding-left: 12px;
	margin-top: 7px;
}

.public li {
	width:260px;
	height:120px;
	margin-left:10px;
	float:left;
	padding:5px;
}

.thumb {
	width:80px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

/* デバック用
	background-color: #Fe9;

*/

/******************************** footer ********************************/
#footer {
	font-family: Verdana;
	background-image:url(../common/footer_bg.gif);
	background-repeat:no-repeat;
	width:804px;
	height:60px;
	padding-top: 12px;
}
#footer ul{
	float: left;
	font-size: 80%;
	margin: 0px;
	padding-left: 10px;
}
#footer li{
	display: inline;
	background:url(../common/footer_icon.gif) no-repeat 0px -1px;
	background-repeat:no-repeat;
	margin: 0px;
	padding-left: 17px;
	padding-right: 13px;
}
#footer a{
	color: #000064;
	text-decoration: none;
}
#footer a:hover{
	color: #000064;
	text-decoration: underline;
}
address{
	text-align: right;
	font-style: normal;
	font-size: 80%;
}
.zip {
	text-align: right;
	margin: 0px 10px 10px 0px;
	font-size: 80%;
}


/* safari only \*/
html:\66irst-child h1{
	font-size: 90%;
}
html:\66irst-child .side_menu{
	font-size: 88%;
}
html:\66irst-child .side_menu li a{
	display: block;
	width: 197px;
	height: 26px;
	padding: 10px 0px 0px 20px;
	background: url(../common/side-menu_bg_off.gif) no-repeat top left;
	text-decoration: none;
	color: #000066;
}
html:\66irst-child .side_menu li a:hover{
	background: url(../common/side-menu_bg_on.gif) no-repeat top left;
	padding: 10px 0px 0px 20px;
	text-decoration: underline;
	color: #993333;
}

body:first-of-type h1{
	font-size: 90%;
}
body:first-of-type .side_menu{
	font-size: 88%;
}
body:first-of-type .side_menu li a{
	display: block;
	width: 197px;
	height: 26px;
	padding: 10px 0px 0px 20px;
	background: url(../common/side-menu_bg_off.gif) no-repeat top left;
	text-decoration: none;
	color: #000066;
}
body:first-of-type .side_menu li a:hover{
	background: url(../common/side-menu_bg_on.gif) no-repeat top left;
	padding: 10px 0px 0px 20px;
	text-decoration: underline;
	color: #993333;
}
/*出版*/
.netshop {
	margin-left:10px;
	float:right;
}

.netshop td {
		padding:2px;
}
/*立ち読みボタン*/
.tachiyomi a {
	width:122px;
	height:31px;
	background-image:url(../publish/image/tachiyomi.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
	float:right;
}

.tachiyomi a:hover {
	background-position:left bottom;
}