@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

a:link {
	color: #017acd;
	text-decoration: underline;
}

a:visited {
	color: #017acd;
	text-decoration: underline;
}

a:hover {
	color: #017acd;
	text-decoration: none;
}

body {
	line-height: 1.6;
	color: #333;
	font-family: Arial, verdana, osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	text-align: center;
	background-color: #fff;
}

img {
	margin: 0;
	border-style: none;
}

ul li {
	list-style-type: none;
}

/*-----------------------------------------------
 __ヘッダーの上
-----------------------------------------------*/
div#header_up {
	width: 100%;
	height: 35px;
	margin: auto;
	color: #FF33CC;
	background-color: #ffffff;
	background-image: url(../../common/images/headup_bg.gif);
	background-repeat: repeat-x;
}

div#header_upInner {
	width: 940px;
	height: 32px;
	margin: 0 auto;
	border-bottom: #999 solid 1px;
	background-color: #fff;
	background-image: url(../../common/images/headup_bg.gif);
	background-repeat: repeat-x;
}

div#header_upInner ul {
	float: right;
	margin: 0;
	padding: 0;
}

div#header_upInner ul li {
	display: inline;
	float: left;
	height: 25px;
	margin-top: 8px;
	padding-left: 20px;
	font-size: 13px;
	text-align: left;
	background-image: url(../../common/images/arrow_header.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
}

/*-----------------------------------------------
 __container
-----------------------------------------------*/
div#container {
	clear:right;
	width: 940px; /* ページの幅 */
	margin-top: 0;
	margin-right: auto; /* センタリング */
	margin-bottom: 5px;
	margin-left: auto; /* センタリング */
	text-align:left;
	background-color: #ffffff; /* メインカラムの背景色 */
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/
div#header {
	width: 100%;
	height: 60px;
	margin: 0;
	border-bottom: #999 1PX solid;
	background-color: #ffffff;
	background-image: url(../../common/images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div#logo {
	width: 940px;
	margin: auto;
	text-align: left;
}

div#logo_title {
	float: left;
	width: 400px;
}

div#logo_title h1 {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
}

div#header_nav {
	float: right;
	width: 440px;
}

div#logo p {
	margin: 0;
	color: #ffffff;
}

/*-----------------------------------------------
 __navigation
-----------------------------------------------*/
div#sidebar {
	float: left;
	clear: both;
	width: 180px; /* 左サイドバーの幅 */
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 10pt;
}

/*-----------------------------------------------
 __main
-----------------------------------------------*/
div#main {
	float: right;
	width: 740px;
	margin: 0px;
}

div#maininner {
	width: 720px;
	margin: 0 0 0 auto;
	background-color: #fff;
}

div#maininner {
	padding-left: 10px;
}

/*-----------------------------------------------
 __パンくずリスト
-----------------------------------------------*/
div#bread {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

div#bread a:link {
	color: #017acd;
	text-decoration: none;
}

div#bread a:visited {
	color: #017acd;
	text-decoration: none;
}

div#bread a:hover {
	color: #017acd;
	text-decoration: underline;
}

div#bread p {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------
 __両サイド画像
-----------------------------------------------*/
#maininner .top {
	width: 730px;
	height: 13px;
	line-height: 1px;
	margin: 0 0 0 auto;
	padding: 0;
	font-size: 1px;
	background: url(../images/bg_top.gif) no-repeat left top;
}

#maininner .middle {
	width: 730px;
	margin: 0 0 0 auto;
	padding: 0;
	background: url(../images/bg_body.gif) repeat-y left top;
}

#maininner .bottom {
	width: 730px;
	height: 25px;
	line-height: 1px;
	margin: 0 auto;
	padding: 0 0 0 auto;
	font-size: 1px;
	background: url(../images/bg_bottom.gif) no-repeat left bottom;
}

/*-----------------------------------------------
 __本文
-----------------------------------------------*/
div#main div.honbun {
	width: 720px;
	padding: 6px 0px;
}

div#main h2 {
	width: 680px;
	line-height: 41px;
	vertical-align: middle;
	margin: 0 0 0 10px;
	padding-right: 0px;
	padding-left: 28px;
	color: #666666;
	font-weight: bold;
	font-size: 12pt;
	background-color: #fff;
	background-image: url(../images/h2_bg_yamabuki.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}

h2#new_books {
	width: 940px;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	margin: 0 0 0 0px;
	padding-right: 0px;
	padding-left: 28px;
	color: #666666;
	font-weight: bold;
	font-size: 12pt;
	background-color: #fff;
	background-image: url(../images/h2_bg_yamabuki_new.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}

div#main h3 {
	width: 660px;
	line-height: 1.8em;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-left: 10px;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #FFFAEC;
}
div#main h3.cl_update {
	clear: left;
	width: 670px;
	line-height: 1.8em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-left: 10px;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #FFFAEC;
}
div#main h3.update {
	width: 670px;
	line-height: 1.8em;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-left: 10px;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #FFFAEC;
}

div#main h4 {
	font-size: 1em;
}

/*-----------------------------------------------
 __フッター
-----------------------------------------------*/
div#footer {
	clear: both; /* フロートのクリア */
	width: 100%;
	margin-top: 5px;
	background-color: #ffffff; /* フッタの背景色 */
}

div#footerInner {
	width: 940px;
	margin: auto;
	padding-top: 5px;
	border-top: #3290cf solid 1px;
	text-align: left;
	background-color: #ffffff; /* フッタの背景色 */
}

div#footerInner ul li {
	display: block;
	float: left;
	width: 400px;
}

div#footerInner p {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 1em;
}

address {
	clear: left;
	height: 20px;
	color: #ffffff;
	font-style: normal;
	font-size: 13px;
	text-align: right;
	background-color: #0d63b0;
}


