@charset "shift_jis";

/* 全て */
*{
	margin:0px;
	padding:0px;
	border:0px;
	color: #333333;
}

/* Layout */
.right {
	float:right;
	margin-left: 6px;
}
.left {
	float:left;
	margin-right: 6px;
}
.indent{
	margin-top: 0.2em;
	margin-left: 1.2em;
}
.indent02{
	margin-top: 0.2em;
	margin-left: 2.5em;
}
.indent03{
	margin-left:1.5em;
}

/* Text */

dl {
	margin-top: 0.4em;
	margin-bottom: 0.6em;
}
dt {
	margin-top: 0.4em;
}
dd {
	margin-left:3em;
}
ol {
	margin-top:0px;
	margin-left:1.8em;
}
ol li {
	margin-left:0.3em;
}
ul {
	margin-top:0.4em;
	margin-bottom:0.6em;
	margin-left:1.2em;
}
ul li {
	list-style-image:url(list.gif);
}
ol.indent {
	margin-left:1.2em;
}
ol.indent li {
	margin-left:0.5em;
}
.noimg{
	list-style:none;
}
h1 {
	font-weight:normal;
	border-bottom:1px solid #D5D5D5;
	padding:6px 0px 4px;
	text-indent: 14px;
	background-image: url(h1bg.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	margin-bottom: 0.6em;
}
h2 {
	font-weight:bold;
	color:#0054A3;
	padding-top: 1.2em;
	padding-bottom: 0.4em;
}
h2 .m{
	font-weight: normal;
}
h3 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D5D5D5;
	padding:1.2em 0px 6px;
	margin-bottom: 0.6em;
}
h4 {
	font-weight: bold;
	margin-bottom: 0.6em;
	clear: both;
	padding-top: 0.8em;
	padding-right: 0px;
	padding-left: 0px;
}
h5 {
	font-weight:bold;
	text-align:center;
}
h6 {
	font-weight:bold;
	text-align:center;
	font-size:x-large;
}
h7 {
	font-weight:bold;
	text-align:center;
	font-size:xx-large;
}
a.menu:link{color:#0055aa;text-decoration:none}
a.menu:visited{color:#0055aa;text-decoration:none}
a.menu:hover{color:#432DB2;text-decoration:underline}
a:link{color:#0055aa;text-decoration:underline}
a:visited{color:#802080;text-decoration:underline}
a:hover{color:#432DB2;text-decoration:underline}
a:active{color:#B31B1B;text-decoration:underline}
a.en:link{color:#ffffff;text-decoration:none}
a.en:visited{color:#ffffff;text-decoration:none}
a.en:hover{color:#99BAD5;text-decoration:none}
a.en:active{color:#99BAD5;text-decoration:underline}


p {
	padding-top: 0.2em;
	padding-bottom: 0.6em;
}
p b{
	padding:2px 2px 0px 2px;
}
p a{
	padding:2px 2px 0px 2px;
}

img.clk{
	border: 1px solid #0099CC;
	margin-top: 5px;
}

.red {color:#990000;}
.blue {color:#0054A3;}

.news dt {
	font-weight:bold;
}

#head {border-bottom:1px dashed #999999;}
#logo {margin:0px 0px 0px 16px;}
.arrow {margin:5px 2px 0px 10px;}
#english {margin:10px 20px 0px 0px; vertical-align: bottom;}

.face {margin:0px 7px 0px 0px;}
.margin01 {margin:3px 0px 5px 0px;}

/* パンクズ */
.brenavi {
	background-image: url(title_shadow.gif);
	background-repeat:none;
	background-color:#d5d5d5;
}

/* 表組み */
caption{
	text-align: left;
}

.style_a caption{
	text-align: left;
	font-weight:bold;
}

table.style_a{
	border-top: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	border-collapse: collapse;
	margin-bottom: 12px; 
}

.style_a th{
	padding: 6px;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	background-color: #F0EEE7;
}

.style_a td{
	padding: 6px;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}

table.style_b{
	border-collapse: collapse;
	margin-left: 6px;
	margin-bottom: 12px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
}

.style_b th{
	padding: 0px 12px 6px 6px;
	border-right: 1px solid #B4B4B4;
	font-weight:normal;
}

.style_b td{
	padding: 0px 12px;
}

/* キャプションつき画像 */
table.image{
	border-collapse: collapse;
}

table.image td{
	padding: 0px;
}

table.image img{
	margin-bottom: 0.6em;
}

table.image caption{
	caption-side: bottom;
}

