@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	margin: 10px auto;
	text-align: center;
	background-color: #ccff99;
	color: #333333;
	font-family: Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

img {
	border: none;
}

ul,ol {
	list-style: none;
}

a:link {
	color: #339900;
	text-decoration: underline;
}

a:visited {
	color: #339900;
	text-decoration: underline;
}

a:hover {
	color: #cc6633;
	text-decoration: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

/* ---------- 枠組み ---------- */
.container {
	margin: 0 auto;
	width: 780px;
	background-color: #ffffff;
	text-align: left;
}


/* ---------- ヘッダー ---------- */
.header {
	width: 780px;
}


/* ---------- グローバルナビ ---------- */
.gnav {
	width: 780px;
	height: 35px;
	background-image: url(images/gnav_bg.jpg);
	background-repeat: repeat-x;
	text-align: right;
}

.gnav ul {
	width: 780px;
	height: 35px;
	padding: 6px 0 0 0;
	list-style: none;
}

.gnav li {
	margin: 0 10px 0 0;
	padding:0 0 0 16px;
	font-size: 75%;
	display: inline;
	background: url(images/icon_gnav.gif) no-repeat left center;
}

.gnav li a:link {
	color: #333333;
	text-decoration: none;
}

.gnav li a:visited {
	color: #333333;
	text-decoration: none;
}

.gnav li a:hover {
	color: #333333;
	text-decoration: underline;
}


/* ---------- メインコンテンツ ---------- */
.contents {
	margin: 0 0 20px 0;
	width: 780px;
}


/* ---------- パンくずリスト ---------- */
.contents p.tpath,
#rule .contents p.tpath {
	margin: 15px 0 15px 30px;
	padding: 0;
	font-size: 75%;
}

.contents h1 {
	margin: 0 0 10px 30px;
	padding: 10px 0 10px 30px;
	font-size: 113%;
	font-weight: bold;
	color: #ffffff;
	background-image: url(images/contents_h1.jpg);
	background-repeat: no-repeat;
}

.contents h2 {
	margin: 0 0 20px 50px;
	padding: 7px 0 10px 45px;
	font-size: 107%;
	font-weight: bold;
	color: #ffffff;
	background-image: url(images/contents_h2.jpg);
	background-repeat: no-repeat;
}

.contents h2.summary {
	margin: 30px 0 20px 50px;
	padding: 7px 0 10px 45px;
	font-size: 107%;
	font-weight: bold;
	color: #ffffff;
	background-image: url(images/contents_h2_summary.jpg);
	background-repeat: no-repeat;
	clear: both;
}

.contents h3 {
	margin: 0 0 10px 60px;
	padding: 0 0 0 20px;
	font-size: 100%;
	font-weight: bold;
	color: #585858;
	background: url(images/contents_h3.jpg) no-repeat left center;
}

.contents h3 a:link {
	color: #ff0033;
	text-decoration: underline;
}

.contents h3 a:visited {
	color: #ff0033;
	text-decoration: underline;
}

.contents h3 a:hover {
	color: #cc6633;
	text-decoration: none;
}

.contents p {
	margin: 10px 65px 20px 65px;
	font-size: 88%;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.contents p.point {
	margin: 0 65px 15px 65px;
	font-size: 88%;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.contents p.point img {
	margin: 0 0 0 20px;
	float: right;
	display: inline;
}

.contents p.pagetop {
	margin: 30px 60px 15px 0;
	padding: 0 16px 0 0;
	text-align: right;
	font-size: 75%;
	background: url(images/icon_top.gif) no-repeat right top;
}

.contents ul {
	margin: 0 65px 20px 65px;
}

.contents ul li {
	margin: 0;
	padding: 0 0 0 18px;
	font-size: 88%;
	line-height: 2.0;
	letter-spacing: 0.05em;
	background: url(images/icon_li.gif) no-repeat left center;
}

.contents dl {
	margin: 30px 0 0 80px;
}

.contents dt {
	margin: 0;
	padding: 0 0 0 35px;
	color: #666666;
	font-weight: bold;
	font-size: 107%;
	line-height: 2.0;
	background: url(images/icon_dt.jpg) no-repeat left center;
}

.contents dd {
	margin: 0 0 40px 38px;
	padding: 0 0 0 30px;
	font-size: 88%;
	line-height: 2.0;
	letter-spacing: 0.05em;
	background: url(images/icon_dd.jpg) no-repeat left center;
}

.contents dd a {
	font-weight: bold;
}

.contents table {
	width: 600px;
	margin: 0 90px 30px 90px;
	background-color: #669966;
	border: solid 1px #669966;
}

.contents td.left {
	width: 200px;
	padding: 4px;
	background-color: #F0FFE0;
	font-size: 88%;
	letter-spacing: 0.05em;
}

.contents td.right {
	width: 400px;
	padding: 4px;
	background-color: #ffffff;
	font-size: 88%;
	letter-spacing: 0.05em;
}

.contents td.right200 {
	width: 200px;
	padding: 4px;
	background-color: #ffffff;
	font-size: 88%;
	letter-spacing: 0.05em;
}

.contents td.left120 {
	width: 120px;
	padding: 4px;
	background-color: #F0FFE0;
	font-size: 88%;
	letter-spacing: 0.05em;
}

.contents td.right120 {
	width: 120px;
	padding: 4px;
	background-color: #ffffff;
	font-size: 88%;
	letter-spacing: 0.05em;
}

/* ---------- 利用規約 ---------- */
#rule .contents h2 {
	margin: 0 65px 10px 65px;
	padding: 0 0 0 13px;
	font-size: 88%;
	font-weight: bold;
	color: #666666;
	background: url(images/contents_h3_sitemap.jpg) no-repeat left center;
}

#rule .contents p {
	margin: 0 40px 20px 65px;
	font-size: 88%;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#rule .contents p.pagetop {
	margin: 0 40px 20px 65px;
	font-size: 75%;
}

#rule .contents ul {
	margin: 0 40px 0 65px;
}

#rule .contents ul li {
	margin: 0;
	padding: 0;
	font-size: 88%;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background: none;
}

#rule .contents ul li ul {
	margin: 0 40px 0 0;
}

#rule .contents ul li ul li {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* ---------- 会社概要 ---------- */
#company .contents dl {
	margin: 30px 0 0 80px;
}

#company .contents dt {
	margin: 0;
	padding: 0 0 0 13px;
	color: #666666;
	font-weight: bold;
	font-size: 88%;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background: url(images/contents_h3_sitemap.jpg) no-repeat left center;
}

#company .contents dd {
	margin: -1.5em 0 40px 70px;
	padding: 0 0 0 30px;
	font-size: 88%;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background: none;
}

#company .contents div.info {
	width: 560px;
	height: 190px;
	margin: 0 110px 0 110px;
	background: url(images/info_bg.jpg) no-repeat;
}

#company .contents div.info h2 {
	margin: 10px 0 5px 35px;
	padding: 10px 0 5px 40px;
	color: #ff0033;
	font-size: 88%;
	font-weight: normal;
	letter-spacing: 0.05em;
	background: url(images/icon_info.jpg) no-repeat left center;
}

#company .contents div.info p {
	margin: 10px 0 0 35px;
	padding: 0;
}

/* ---------- 製本版お届け方法 ---------- */
#book .contents h1 {
	margin: 0 0 20px 30px;
}

#book .contents div {
	background: url(images/illust_book.jpg) no-repeat 590px 0;
}

#book .contents ul li {
	margin: 0;
	padding: 5px 0 10px 30px;
	font-size: 88%;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background: url(images/icon_li_book.gif) no-repeat;
}

/* ---------- 電子出版物の見方 ---------- */
#howto .contents div.info {
	width: 610px;
	height: 220px;
	margin: 0 0 20px 85px;
	padding: 0;
	background-image: url(images/info_bg_02.jpg);
	background-repeat: no-repeat;
}

#howto .contents div.info p {
	margin: 0 20px 0 40px;
	padding: 30px 0 0 0;
	font-size: 88%;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#howto .contents div.info p img {
	margin: 10px 0 0 10pz;
	float: right;
}

#howto .contents h2 {
	margin: 0 0 0 50px;
	padding: 9px 0 10px 25px;
	font-size: 107%;
	font-weight: bold;
	color: #666666;
	background-image: url(images/contents_h2_sitemap.jpg);
	background-repeat: no-repeat;
}

#howto .contents h3 {
	margin: 0 0 10px 50px;
	padding: 5px 0 7px 25px;
	font-size: 94%;
	font-weight: bold;
	color: #666666;
	background: url(images/contents_h3_howto.jpg) no-repeat;
	clear: both;
}

#howto .contents ol {
	margin: 10px 65px 10px 65px;
	list-style: decimal inside none;
}

#howto .contents ol li {
	margin: 0;
	padding: 0;
	font-size: 88%;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background: none
}

#howto .contents p.process {
	margin: 0 50px 20px 55px;
	font-size: 82%;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#howto .contents p.arrow {
	margin: 0 50px 0 50px;
	text-align: center;
	clear: both;
}

#howto .contents p.process img {
	float: right;
}


/* ---------- フッター ---------- */
.footer {
	width: 780px;
	padding-bottom: 10px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	border-top: solid 2px #669966;
}

.footer p {
	margin: 1em 0 0 0;
	text-align: center;
	font-size: 75%;
	line-height: 1.5;
}


.footer p button {
	padding: 2px;
}


/* ---------- フッターナビ ---------- */
.fnav {
	margin: 0 auto 0 auto;
	clear: both;
	text-align: center;
	background-color: #f5ffeb;
	border-bottom: solid 1px #669966;
}

.fnav li {
	height: 15px;
	padding: 0 6px 0 3px;
	border-right: 1px solid #585858;
	font-size: 80%;
	display: inline;
}

.fnav li.last {
	border-right: none;
}


.fnav p {
	margin: 5px auto;
	padding: 0;
	text-align: center;
	font-size: 63%;
	line-height: 2.0;
}

html>/**/body .fnav p {
	font-size: 69%;
}


/* ---------- clearfix ---------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


