@charset "UTF-8";

/*							*
	BUNSHIN common.css
	2007.10.18 @koyo
*							*/


/* ----------
		basic settings
----------*/


*{
	min-height: 0;	/* for Win IE 6,7 */
	margin: 0;
	padding: 0; 
}
html{ 
	height:100%;
	font-size: 85%;
	font-family: "ＭＳ Ｐゴシック";
} 
body,h1,h2,h3,p,div,ul,ol,li,dl,dd,dt,table,form,blockquote,pre,address {
	margin : 0px;
	padding : 0px;
}
img {
 border: 0px;
}
th, td, form, fieldset {

}
th,td {
	vertical-align: top;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	background: #000000;
	padding-top: 0px;
	color: #515151;
	background: url(../img/contents_bg.gif) repeat-y center #EFEEE7;
}
*html body {
	margin-left: 1px;
}
a {
	text-decoration: underline;
	color: #006699;
}
ul {
	list-style-type: none;
}
h1 {
 background-repeat:no-repeat;
}
em {
	visibility: hidden;
	font-size: 10px;
}
dl,p,li,td,th {
	font-size: 1.0em;
	line-height: 160%;
/*	text-align: left;*/
	color: #525151;
}
ol {
	padding-left: 1.0em;
	padding-left: 3.0em;
	list-style-position: outside;
	list-style-type: decimal;
}
*+html ol {
	zoom: 1;
}
ol li{
	zoom : normal;
	display: list-item;
	vertical-align: top;
	margin-top: 0em;
	margin-bottom: 1.0em;
}
li p ,dl dl {
	font-size: 1.0em;
}

noscript {
	visibility: hidden;
	height: 0px;
}
#pagetop {
	height: 0px;
}


/* ----------
		basic rayout
----------*/


#container {
	width: 760px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #FFFFFF;
 min-height: 100%;
	height: 100%;
}
body > #container { /* for Firefox */
 height: auto;
}
#container a {
	text-decoration: none;
	color:#4365AF;
}
#bodyNews {
background: none;
width: 500px;
}
#whatsnew #contents {
	font-size: 80%;
}


/* ----------
		header
----------*/


#header {
	width: 760px;
	height: auto;
	position: relative;
	margin-top: 0px;
	padding-bottom: 10px;
	font-size: 0.9em;
}
#logo {
	height: 55px;
	margin-left: 17px;
	margin-top: 15px;
}
#headMessage p {
	margin-top: 15px;
	margin-right: 20px;
}
#headMenu {
	text-align: right;
	padding-right: 20px;
	position: relative;
	height: 16px;
}
/*#headMenu p {
	float: right;
}
#headMenu li {
 width: auto;
	height: 1.3em;
	display: inline;
	margin-left: 5px;
	padding-right: 5px;
	border-right: solid 1px #525151;
	font-size: 1.2em;
}
#headMenu .listFirst {
	padding-left: 5px;
	border-left: solid 1px #525151;
}
#headMenu a {
	color: #525151;
}
#headMenu a:hover {
 text-decoration: underline;
}*/


/* ----------
		global Navi
----------*/

#globalNavi01 a,#globalNavi01On a {
	width: 76px;
}
#globalNavi01 a {
	background-image: url(../img/global_navi01.gif);
}
#globalNavi01On a {
	background-image: none;
}

#globalNavi02 li a:hover{
	background: #4CBCD8;
}
#globalNavi03 li a:hover {
	background: #75DFBA;
}
#globalNavi04 li a:hover {
	background: #84D84C;	
}

#globalNavi02 a,#globalNavi02On a {
	width: 100px;
}
#globalNavi02 a {
	background-image: url(../img/global_navi02.gif);
}
#globalNavi02On a {
	background-image: none;
}

#globalNavi03 a,#globalNavi03On a {
	width: 100px;
}
#globalNavi03 a {
	background-image: url(../img/global_navi03.gif);
}
#globalNavi03On a {
	background-image: none;
}

#globalNavi04 a,#globalNavi04On a {
	width: 100px;
}
#globalNavi04 a {
	background-image: url(../img/global_navi04.gif);
}
#globalNavi04On a {
	background-image: none;
}

#globalNavi05 a,#globalNavi05On a {
	width: 100px;
}
#globalNavi05 a {
	background-image: url(../img/global_navi05.gif);
}
#globalNavi05On a {
	background-image: none;
}

#globalNavi06 a,#globalNavi06On a {
	width: 100px;
}
#globalNavi06 a {
	background-image: url(../img/global_navi06.gif);
}
#globalNavi06On a {
	background-image: none;
}

#globalNavi07 a,#globalNavi07On a {
	width: 145px;
}
#globalNavi07 a {
	background-image: url(../img/global_navi07.gif);
}
#globalNavi07On a {
	background-image: none;
}

#globalNavi {
	width: 721px;
	height: 31px;
	margin: 0px auto 10px auto;
	padding: 0px;
}


/* ----------
		localNavi
----------*/

#localNavi ul {
	width: 760px;
}
*html #localNavi ul {
	margin-bottom: -3px;
}
#localNavi li {
	width: auto;
	height: 43px;
	float: left;
}


/* ----------
		clearfix
----------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
/* Mac版IEのみに適用 \*//*/
.clearfix {
 overflow: hidden;
}
/* */



/* ----------
		contents
----------*/

#contents {
	width: 760px;
	overflow: hidden;
	clear: both;
}
#contentsHead:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#contents h1 {
	width: 720px;
	margin: 10px auto 10px auto;
}


/* ----------
		main
----------*/

#main {
	clear: both;
	width: 730px;
	margin: 15px auto 15px auto;
}
#whatsnew #main {
	width: 720px;
}
#main p {
	margin-bottom: 1.0em;
}

/* common */
#coporateMessage #section h2 {
	margin-right: 0px;	
}
#section p {
	font-size: 1.0em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

/* coporateMessage */

#coporateMessage td {
	font-size: 1.0em;
}
#coporateMessage #images {
	width: 137px;
	font-size: 0.9em;
}
#coporateMessage #images img {
	margin-bottom: 5px;
}
#coporateMessage #images strong {
	font-size: 1.2em;
}
#coporateMessage #images02 {
	width: 174px;
	font-size: 0.9em;
}
#coporateMessage #images02 p {
	margin-bottom: 10px;
}
#coporateMessage #images02 img {
	margin-bottom: 5px;
}
#coporateMessage #text {
	width: 380px;
	margin-left: 15px;
	margin-right: 15px;
}
.box_standard {
	border: #333333 1px solid;
	padding: 5px;
	margin: 10px auto;
	width: 594px;
	background-color: #FFFFFF;
}
.box_yellow {
	border: 1px solid #666666;
	padding: 10px 0px;
	background-color: #FAFADC;
	margin: 20px;
	overflow: visible;
	width: 720px;
}
.box_yellow p {
	width: 594px;
	margin: auto;
}
.border_bottom {
	border-bottom: 1px solid #7D7D6E;
	margin: 15px auto;
	width: 594px;
	padding: 5px;
}
.border_bottom_w {
	border-bottom: 1px solid #ffffff;
}
.color_blue {
	padding-right: -15px;
	padding-left: -15px;
	font-size: 1.5em;
	font-weight: bold;
	color: #0072C5;
}
#catch{
	color: #FFFFFF;
	background-color: #00B382;
	border-left-width: 30px;
	border-left-style: solid;
	border-left-color: #666666;
	padding: 10px;
	margin-left: -20px;
}

#sectionLeft h2{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00B382;
	margin: 10px 0px;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 0px;
}

.border_dash{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin: 0px 0px 5px 0px;
}

.border_solid{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px 0px 5px 0px;
}

#news {
	width: auto;
	margin: 0px 10px 0px 0px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 0.9em;
}
#news dl {
	border-bottom: 1px #000000 dotted;
	padding-bottom: 0.3em;
	clear: both;
}
*html #news dl {
	height: 1.0em;
}
#news dt {
	float: left;
	width: 100px;
	height: auto;
	clear: left;
}
#news dd {
	margin-left: 5px;
	width: auto;
	height: auto;
	clear: right;
}
#news dl:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#news a {
	color: #515151;
}
#news a:hover {
	text-decoration: underline;
}
#container .news-title-color {
	margin-top: 10px;
	font-size: 1.2em;
}
.new-title-table {
	font-size: 0.9em;
}
.news-img {
	width: auto;
	height: auto;
	margin: 10px;
	background: #f2f2f2;
}
.news-img td {
	padding: 10px;
}

/* shuppan */
#shuppan_contents h1 {
	width: 0px;
	overflow: visible;
	margin: 0;
}
#shuppan_contents h2 {
	background: url(../../shuppan/img/h2_underline.gif) bottom no-repeat;
	padding-bottom: 8px;
	padding-left: 10px;
	margin: 25px 0px 15px;
}
#shuppan_contents h2.first_child {
	margin-top: 5px;
}
#shuppan_contents h3 {
	padding-bottom: 7px;
	border-bottom: solid 1px #A8A8A8;
	margin: 5px 10px;
}
#shuppan_contents .first_child {
	margin-top: 15px;
	margin-bottom: 10px;
}
.book_info {
	margin: 0px 0px 5px 15px;
	font-size:0.8em;
}
#shuppan_contents .book_info p {
	margin-left: 0px;
}
.book_info th {
	width: 50px;
	font-weight: normal;
	text-align: left;
}
.book_index {
	margin: 10px;
}
.book_index li.book_index_utility {
	margin-left: 25px;
}
.book_index li.book_index_listmark {
	background: url(../../shuppan/img/bookindex_listmark.gif) no-repeat left 4px;
	padding-left: 1em;
	margin-left: 10px;
	margin-top: 1em;
}
.book_index li {
	margin-left: 37px;
}
.book_index .topmargin {
	margin-top: 1em;
}
#shuppan_contents ul.book_index li.first_child {
	margin-top: 0px;
	margin-bottom: 0px;
}
#shuppan_contents .shop_info{
	border:solid 1px #00A1CB;
	padding:7px;
	font-size:0.88em;
	line-height:140%;
}
#shuppan_contents .shupan_note{
	margin:0 10px;
}

/* ----------
		footer
----------*/


#footer {
	clear: both;
	height: auto;
	width:760px;
	margin-top: 0px;
	font-size: 0.7em;
}
#footer01 {
 width: 760px;
	height: 22px;
	position: relative;
	border-bottom: #CCCCCC 1px solid;
}
#footer01:after {
 overflow: hidden;
}
#btBack {
	position: absolute;
	left: 15px;
	top: 0px;
	width: 47px;
}
#btNext {
	position: absolute;
	right: 15px;
	top: 0px;
	width: 47px;
}
#footMenu {
 width: auto;
	height: auto;
	text-align: center;
	margin: 5px auto 5px auto;
	font-size: 1.4em;
}
#footMenu li {
	display: inline;
 width: auto;
	height: 1.2em;
	margin-left: 5px;
	padding-right: 2px;
	border-right: solid 1px #525151;
}
#footMenu .listFirst {
	padding-left: 5px;
	border-left: solid 1px #525151;
}
#footMenu a {
	color: #525151;
}
#footMenu a:hover {
 text-decoration: underline;
}

#goPageTop {
	height: 14px;
	width: 113px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/gopagetop.gif) no-repeat;
}
#goPageTop a {
	height: 14px;
	width: 113px;
	display: block;
}
#copyright {
	width: 390px;
	height: 14px;
	background: url(../img/copyright.gif) no-repeat;
	clear: both;
	margin: 0px auto 10px auto;
}
.pre {
	visibility: hidden;
	height: 0px;
}
