@charset "shift_jis";
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	font: 80%/1.8 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #F8FAFE;
	text-align: center;
}
h1,h2,h3,h4,p,ul,li,ol{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #666666;
}
a:hover {
	color: #5d87f2;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.big {
	font-size: 120%;
}
.color1 {
	color: #000099;
}
.color2 {
	color: #ff0000;
}
.mb05em {
	margin-bottom: 0.5em;
}
.mb1em {
	margin-bottom: 1em;
}


/*　リスト
------------------------------------------------------------------*/
#main ul.disc {
	padding: 0.5em 0px 0.5em 50px;
	list-style: disc;
}
#main ul.disc2 {
	padding: 0.5em 0px 0.5em 30px;
	list-style: disc;
}
#main ol {
	padding: 0.5em 0px 0.5em 30px;
}
#main li {
	padding-bottom: 0.5em;
}



#container {
	text-align: left;
	width: 806px;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/container_bg_01.jpg) no-repeat left top;
	height: 290px;
	position: relative;
	width: 806px;
}
#header h1 {
	font-size: 11px;
	color: #FFFFFF;
	top: 10px;
	right: 10px;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
}
#header img {
	position: absolute;
	left: 0px;
	top: 40px;
}

/*コンテンツ全般
------------------------------------------------------------------*/
#contents {
	background: url(images/container_bg_02.gif) repeat-y;
}
#contents #sub {
	float: left;
	width: 225px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 80px;
}
#contents #main {
	float: right;
	width: 504px;
	margin-bottom: 80px;
	display: inline;
	margin-right: 20px;
}

/*メインコンテンツ
------------------------------------------------------------------*/
#main h2 {
	background: url(images/midashi_bg.gif) no-repeat left top;
	height: 24px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 24px;
	clear: both;
}
#main h3 {
	font-size: 100%;
	border: 3px double #5D87F2;
	padding-left: 10px;
	font-weight: normal;
	color: #5D87F2;
	clear: both;
}
#main h4 {
	font-size: 100%;
	border-bottom: 1px dashed #000000;
	margin-bottom: 5px;
	clear: both;
}
#main p {
	padding: 0.5em 10px 1em;
}
#main #new p {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 30px;
	border-bottom: 1px dotted #CCCCCC;
}

/*メニュー
------------------------------------------------------------------*/
#menu ul {
	border-bottom: 5px solid #5d87f2;
	margin-bottom: 2em;
}
#menu a {
	text-align: center;
	display: block;
	width: 100%;
	color: #5d87f2;
	text-decoration: none;
	background: #FFFFFF url(images/menu_bg.gif) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a:hover {
	background: #5D87F2 url(images/menu_bgn.gif) no-repeat left bottom;
	color: #FFFFFF;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/container_bg_03.gif) no-repeat bottom;
	text-align: center;
	font-size: 11px;
	width: 100%;
	height: 50px;
	padding-top: 50px;
	margin-bottom: 50px;
}

/*テーブル（書籍紹介部分）
------------------------------------------------------------------*/
.ta1 {
	width: 504px;
	border-collapse:collapse;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	line-height: 1.4;
	border: 1px solid #5D87F2;
}
.ta1 td, .ta1 th{
	padding: 10px 5px;
	border: 1px solid #5D87F2;
}
.ta1 th{
	background-color: #fafafa;
	width: 150px;
	text-align: center;
	font-weight: normal;
}
.ta1 img {
	float: left;
	margin-right: 5px;
}

.ta1 .tamidashi{
	width: auto;
	text-align: left;
	background: #cccccc;
}
.ta1 a {
	color: #333333;
}
.ta1 a:hover {
	color: #5d87f2;
}

/*clearfix（ここは変更しないように）
------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
ul.uimenu li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 11px;
	line-height: 30px;
}
ul.uimenu {
	text-align: center;
	margin-bottom: 1em;
}
ul.uimenu li#current {
	background-color: #DEE6FD;
}



/*20120621新しく追加したスタイル
------------------------------------------------------------------*/
.ml30 {
	margin-left: 30px;
}

.ml60 {
	margin-left: 60px;
}
.ml180 {
	margin-left: 180px;
}
.borderall {
	border: 1px solid #000;
}