@charset "utf-8";
/*
#g_navi {
	display: none;
}
#main_con {
	height: auto;
	width: 100%;
}
#sub_con {
	display: none;
}
*/
/*
以下は下記URLを参考にして作成した
http://d.hatena.ne.jp/aratako0/20061208/p1
http://redline.hippy.jp/lab/css/css_16.php
*/

/* -----------------------------------------------

	===== TOC =====
	
	* default.css
	* base.css
	* common.css
	* text.css
	* contents.css

----------------------------------------------- */


/* common.css
----------------------------------------------- */

body {
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}

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

address {
	font-style: normal;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}


/* layout.css
----------------------------------------------- */

#wrapper,
#content,
#main_con,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#wrapper {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
#header_contents,
#g_navi,
#sub_con {
	display: none;
}
.kuzu {
	display: none;
}

#main_con {
	margin: 0 0 0 5%;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}

#secondary {
	display: none;
}

#footer {
	margin-top: 1em;
	border-top: 1px dashed #000000;
	text-align: right;
	font-size: 90%;
}

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


/* module.css
----------------------------------------------- */

#main_con h2 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 10px 0 10px 0;
	padding: 8px;
	font-size: 120%;
	font-weight: bold;
}

#main_con h3 {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	margin: 10px 0 10px 0;
	padding: 8px;
	font-size: 100%;
	font-weight: bold;
}

#main_con h4 {
	border-left: 5px solid #000000;
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
}

#main_con p,
#main_con ul,
#main_con ol,
#main_con dl {
	margin: 0 0 20px 10px;
}

#main_con table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}

#main_con table th,
#main_con table td {
	padding: 3px;
	font-size: 90%;
}

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

#main_con table td {
	border: 1px dotted #333333;
}


/* print.css
----------------------------------------------- */

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