﻿@charset "utf-8";
@import "mod_container.css";

/* Common
============================================================*/
#container h2 {
	background: url(../images/doc_keyvisual.jpg) no-repeat left top;
}


/*コーナートップ
============================================================*/
body.docs #content h3 {
	background: url(../images/h3_pat01.jpg) no-repeat left top;
}

body.docs #content div.section div.lead p {
	margin: 0;
}

body.docs div.binder {
	margin: 0 15px 20px 10px;
}

body.docs div.binder dl {
	width: 263px;
}

body.docs div.binder dl dt {
	margin: 0 0 7px;
}

body.docs div.binder dl dd ul li {
	line-height: 1.7;
	font-size: .75em;
	margin: 0 0 0 10px;
	padding-right: 10px;
}

body.docs div.binder dl#paper,
body.docs div.binder dl#used-paper {
	margin: 0 10px;
}


/* 統計資料
============================================================*/

body.stats #content h3 {
	background: url(/css/images/h3_pat02.jpg) no-repeat left top;
}

body#hotnews #content h5,
body#inventory #content h5 {
	margin: 0 0 7px;
	padding: 4px 3px;
	background: #e6f1db;
	border-bottom: 1px solid #cacabf;
	border-left: 1px solid #e6f1db;
}

/* 発表資料
============================================================*/

body.release #content h3 {
	background: url(/css/images/rel_h3.jpg) no-repeat left top;
}

body.release ul.document {
	border: none;
}

body.release ul.document li {
	border-width: 0 0 1px 0;
}

