@charset "UTF-8";

/* -----------------------------------------------

	===== TOC =====
	
	* common.css
	* layout.css
	* module.css
	* accesebility.css
	* print.css

----------------------------------------------- */


/* common.css
----------------------------------------------- */

body {
	width:640px;
	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,
#global_menu,
#left_contents,
#right_contents,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#wrapper {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

#global_menu,#text_font {
	display: none;
}

#right_contents {
display:none;
	margin: 0 0 0 5%;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}

#left_contents {
	/*display: none;*/
}

#footer {
	margin-top: 1em;
	border-top: 1px dashed #000000;
	text-align: right;
	font-size: 90%;
}

#footer ul {
	list-style-type: none;
}



.tno01{
	width:92px;
}

.tno02{
	width:175px;
}

.tno03{
	width:159px;
}

.tno04{
	width:106px;
}
.tno05{
	width:102px;
}








/* module.css
----------------------------------------------- */



#right_contents h3 {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	margin: 10px 0 10px 0;
	padding: 8px;
	font-size: 100%;
	font-weight: bold;
}

#right_contents h4 {
	border-left: 5px solid #000000;
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
}

#right_contents p,
#right_contents ul,
#right_contents ol,
#right_contents dl {
	margin: 0 0 20px 10px;
}

#right_contents table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}

#right_contents table th,
#right_contents table td {
	padding: 3px;
	font-size: 90%;
}

#right_contents table th {
	border-bottom: 1px solid #333333;
}

#right_contents table td {
	border: 1px dotted #333333;
}


/* accesebility.css
----------------------------------------------- */

div.hidden,
p.hidden {
	display: none;
}


/* print.css
----------------------------------------------- */

a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}


