@charset "UTF-8";

/*
 ━━━━━━━━━━━━━━━━━━━━━━
   print.css [印刷用スタイル設定]
 ──────────────────────

 	+ スタイルの初期化
 	|
 	+ 全体枠
 	|
 	+ 表示しない要素
 	|
 	+ レイアウト枠
 	|
 	+ 上下マージン
 	|
 	+ 基本書式設定
 	|  + 見出し
 	|  + 段落テキスト
 	|  + 箇条書き
 	|  + 定義型リスト
 	|  + 強調テキスト
 	|  + リンク
 	|  + 画像
 	|  + 水平線
 	|  + フォーム
 	|  + テーブル
 	|  + 上つき文字
 	|  + 下つき文字
 	|
 	+ 画像
 	|  + 回り込み
 	|  + キャプション付き
 	|
 	+ ページ一覧
 	|
 	+ フッタ枠
 	   + 著作権表示

 ━━━━━━━━━━━━━━━━━━━━━━
*/

/*
	---------- [スタイルの初期化]
*/

* {
	margin: 0;
	padding: 0;
}


/*
	---------- [全体枠]
*/

body {
	border-style: none;
	background-color: #ffffff;
	color: #000000;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
	white-space: normal;
}


/*
	---------- [表示しない要素]
*/

.hidden,
div#header,
div#footer ul,
div#main p#pagetop,
div#main div.adsense728,
div#main div.adsense468,
div#main div.adsense234,
div#main div.adsense160,
div#main div.adsense200,
div#main div.adsense250,
div#main div.adsense300,
div#main div.adsense336 {
	display: none;
}


/*
	---------- [レイアウト枠]
*/

div#main div.column1,
div#main div.column2,
div#main div.column3 {
	width: auto;
	margin-bottom: 30px;
	margin-right: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid #000000;
}

div#main div.subbox {
	width: auto;
	margin-bottom: 30px;
	margin-right: 40px;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 20px;
	border: 1px dotted #000000;
}


/*
	---------- [上下マージン]
*/

div#main .head {
	margin-top: 30px;
}

div#main .end {
	margin-bottom: 50px;
}


/*
	---------- [基本書式設定]
*/

/* --- (見出し) --- */

h1 {
	width: auto;
	margin-bottom: 30px;
	margin-right: 20px;
	padding-left: 20px;
	border-bottom: 1px solid #000000;
	border-left: 16px solid #000000;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 1.2em;
}

h2 {
	width: auto;
	margin-bottom: 20px;
	margin-right: 40px;
	padding-left: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 1.2em;
}

h3 {
	width: auto;
	margin-bottom: 15px;
	margin-right: 40px;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 1.2em;
}

h4,
h5,
h6 {
	width: auto;
	margin-bottom: 15px;
	margin-right: 40px;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 1.2em;
}

/* --- (段落テキスト) --- */

p {
	width: auto;
	margin-bottom: 20px;
	margin-right: 60px;
	color: #000000;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 1.5em;
}

/* --- (箇条書き) --- */

ul {
	width: auto;
	list-style-type: disc;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 60px;
}

ol {
	width: auto;
	list-style-type: decimal;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 60px;
}

li {
	margin-bottom: 10px;
	color: #000000;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 1.5em;
}

/* --- (定義型リスト) --- */

dl {
	width: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 60px;
}

dt {
	width: auto;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 8px solid #000000;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 1.5em;
}

dd {
	width: auto;
	margin-bottom: 10px;
	color: #000000;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 1.5em;
}

/* --- (強調テキスト) --- */

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

/* --- (リンク) --- */

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/* --- (画像) --- */

img {
	margin: 1px;
	border: 0;
}

/* --- (水平線) --- */

hr {
	display: none;
}

/* --- (フォーム) --- */

form {
	display: none;
}

/* --- (テーブル) --- */

table {
	width: 100%;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #000000;
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	padding: 3px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
}

table th {
	border-bottom: 1px solid #000000;
}

table td {
	border: 1px dotted #000000;
}

/* --- (上つき文字) --- */

sup {
	font-size: 80%;
	vertical-align: super;
}

/* --- (下つき文字) --- */

sub {
	font-size: 80%;
	vertical-align: sub;
}


/*
	---------- [画像]
*/

/* --- (回り込み) --- */

div#main img.righttop,
div#main img.lefttop {
	display: block;
	margin: 0;
	margin-bottom: 20px;
}

/* --- (キャプション付き) --- */

div#main dl.pictures dt {
	margin-bottom: 0;
	border-style: none;
}

div#main dl.pictures dd {
	width: auto;
	margin-bottom: 20px;
	color: #000000;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 1.5em;
}


/*
	---------- [ページ一覧]
*/

div#main ul.pagelist {
	width: auto;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 120px;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 20px;
	border: 1px dotted #000000;
}


/*
	---------- [フッタ枠]
*/

/* --- (著作権表示) --- */

div#main div#footer address {
	width: 100%;
	margin: 0;
	margin-top: 40px;
	padding: 0;
	padding-top: 10px;
	border-top: 1px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}
