@charset "utf-8";
body {
	width: 800px;
	margin: 0px auto 20px auto;
	background-color: #FFFFFF;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;

	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

header {
	width: 800px;
	height: 40px;
	background-color: #FF3300;
	text-align: left;
}
h1 {
	width: 420px;
	height: 100px;
	float: left;
	text-align: right;
	margin-bottom: 20px;
}
#news {
	margin: 10px 10px 20px 10px;
	padding: 5px 10px;
	height: 88px;
	width: 338px;
	float: right;
	border: 1px solid #FF3300;
	overflow: hidden;
	
	moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#news li{
	padding-bottom: 20px;
	list-style-type: none;
	text-align: left;
}
#news li span{
	color: red;
	font-weight: bold;
	text-align: center;
	display: block;
}
nav {
	clear: both;
	margin: 20px auto;
	height: 42px;
	overflow: hidden;
}
nav a {
	width: 200px;
	height: 42px;
}
nav a:hover img {
	position:relative;
	top: -42px;
}
footer {
	margin-top: 40px;
	text-align: center;
	clear: both;
}
a {
	color: #000000;
	text-decoration: none;
}
a:active { color: #660000;}
a:visited { color: #333333;}
a:hover {
	color: #666666;
	text-decoration: underline;
}


.new {
	clear: both;
	float: left;
}
section {
	margin: 0px auto;
	width: 450px;
	float: right;
}
section#top_main {
	margin: 0px auto;
	width: 600px;
	text-align: center;
	float:none;
}
section#contents_main {
	margin: 0px auto;
	width: 600px;
	text-align: left;
	float:none;
}
.book {
	float: right;
	position: relative;
	width: 450px;
	margin-bottom: 20px;
	text-align:left
}
.book .border_box {
	position: absolute;
	border: solid 1px #999999;
	top: 0px;
	left: 0px;
	width: 448px;
	height: 100%;
	moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: -1;
}
.book .title {
	background-color: #999999;
	color: #ffffff;
	font-size: 18px;
	font-weight:bolder;
	padding: 10px;
	padding-right:100px;
	word-wrap: break-word;

	moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}
.book .pf {
	position: absolute;
	top: 10px;
	right: 20px;
	min-width: 40px;
	padding: 0px 10px;
	text-align: center;
	background-color: #ffffff;
	color: #999999;
	font-weight:bolder;
	float: right;


	moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.book .detail {
	background-color: #eeeeee;
	padding: 10px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}
.book .txt {
	padding: 5px 10px;
	word-wrap: break-word;
}
.book .book_l {
	float: left;
	width: 130px;
	padding-left: 20px;

}
.book .book_r {
	float: right;
	width: 300px;
}
.book .book_r img {
	margin-left: 20px;
}
.book ul {
	width: 270px;
	font-size: 12px;
	line-height: 25px;
}
.book li {
	margin-left: 20px;
	overflow:hidden;
	text-overflow: ellipsis;
	-moz-text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	
	border-bottom:solid 1px #ffbbbb;
}
.book .pdf_lead {
	margin-left: 20px;
	width: 250px;
	background:	url(../img/pdf_lead.gif);
	font-size: 12px;
	line-height: 25px;
	overflow :hidden;
	white-space: nowrap;

	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.book .cr {
	clear: both;
	margin: 0px 10px 10px 10px;
	word-wrap: break-word;
	font-size: 10px;
	line-height: 12px;
}
.book .link {
	text-align: center;
	margin: 10px;
}
.book ul.old {
}
.book ul.old li {
	padding-left: 25px;
	background:no-repeat url(../img/list.gif) left center;
}
.errata {
	clear: both;
	display: block;
	text-align: center;
	line-height: 20px;
	padding: 10px 0px;
	margin: 0px auto 20px auto;
	width: 90%;
	background-color: #ffeeee;
	border: dashed 1px #ff9999 ;
}
a.errata { color: #ff0000;}
a.errata:visited { color: #ff0000;}
a.errata:link { color: #ff0000;}
a.errata:hover { color: #ffaa66;}

/* ========== カタログ ========== */

.list_box {
	width:290px;
	float:left;
	text-align:left;
	margin-left: 20px;
}
.list_box a.btn {
	display: block;
	width: 290px;
	height: 40px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.list_years a.btn {
	background: url(../img/btn_year.gif) no-repeat;
}
.list_50on a.btn {
	background: url(../img/btn_50on.gif) no-repeat;
}
.list_box a.btn:hover {
	background-position: bottom;
}

.list_box .index_titles ul {
	list-style: none;
	width: 100%;
	padding-top: 10px;
}
.list_box .index_titles li {
	float: left;
	width: 25%;
	padding: 2px auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #77cc44;
}

.list_50on .index_titles li {
	width: 20%;
	font-size: 20px;
}
.list_50on .index_titles li:nth-child(6) {
	clear: both;
	float: left;
}

.index_titles a:link{ color: #77cc44;}
.index_titles a:active { color: #ff3300;}
.index_titles a:visited { color: #339922;}
.index_titles a:hover {	color: #99ff66;}

.list_box .titles {
	clear: both;
	padding-top: 10px;
}
.list_box .titles h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.list_box .titles li:before {
	content: "◆";
	padding: 2px;
}
.list_box .titles li {
	list-style-position: inside;
	list-style-type: none;
	text-indent: -1.2em;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0em 5px 1.2em;
}
.list_box .titles li:nth-child(odd) {
	background-color: #dddddd;
}
.list_box .titles li a {
	text-decoration: none;
	color: #000000;
	width: 100%;
	height: 100%;
}
.list_box .titles li a:hover {
	background-color: #ffcccc;
}

/* ========== メールマガジン ========== */
#contents_main .dot_boder {
	border:dashed 4px #999999;
	padding: 10px;
	margin-bottom: 20px;
}
#contents_main article {
	position: relative;
	margin-bottom: 20px;
	text-align:left
}
#contents_main article .border_box {
	position: absolute;
	border: solid 1px #999999;
	top: 0px;
	left: 0px;
	width: 598px;
	height: 100%;
	moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: -1;
}
#contents_main article .title {
	background-color: #999999;
	color: #ffffff;
	font-size: 18px;
	font-weight:bolder;
	padding: 10px;
	word-wrap: break-word;

	moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}
#contents_main article .section_head p {
	margin: 10px;
}

#contents_main article .txt {
	padding: 5px 10px;
	word-wrap: break-word;
}
#contents_main article .left {
	float: left;
	width: 240px;
	margin: 10px 20px 10px 40px;
}
#contents_main article .right{
	float: right;
	width: 240px;
	margin: 10px 20px 10px 40px;
}
#contents_main article .left li{
}
#contents_main article .right li{
	list-style-type: disc;
}
.notice{
	font-size: 80%;
	line-height: 120%;
}
#contents_main article .link {
	clear: both;
	text-align: center;
	margin: 10px;
}



/* ========== プライバシーポリシー ========== */

#p00 {
	border: double 5px #FF3300;
	padding: 10px;
}
#contents_main dt {
	margin: 20px 0px 10px 0px;
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
}
#contents_main #p_list li {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
#p_list li a:link{ color: #0000FF;}
#p_list li a:active { color: #660000;}
#p_list li a:visited { color: #0000FF;}
#p_list li a:hover {	color: #FF3333;}


#contents_main ul {
	list-style-type: none;
}

dt#p02 + dd li,
dt#p04 + dd li,
dt#p08 + dd li {
	margin-left: 2em;
}
dt#p02 + dd li:before,
dt#p04 + dd li:before,
dt#p08 + dd li:before {
	content: "●";
	margin-left: -1em;
}
dt#p03 + dd ul {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 3em;
}