/* ===================================== basic */



html{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}


*{
	font-family: verdana, 'trebuchet ms', sans-seriff;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}


body{
	margin: 0;
	padding: 0;
	text-align: left; 
	background-image: url(../img/bg_new.gif);
}

img { vertical-align: bottom; }

a { color: #ff9933; text-decoration: none; }
a:visited { color: #8b7355; }
a:hover { color: #ff9933; text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

#container-body {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
#body {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/***************** topicpath ********************/

#topicpath{
	height:30px;
	font-size:10px;
}

/***************** contents ********************/

#secondcontents h2 img{
	margin:0 10px 0 0;
}

#secondcontents h2 {
	font-size:12px;
	border-bottom:1px solid #333;
	padding:0 0 5px 0;
}

#secondcontents h3 {
	padding:0 0 5px 0;
	border-bottom:1px dotted #999;
}

#secondcontents h4 {
	color:#bf0000;
}

#secondcontents strong {
	color:#95b100;
}

.gotodetail a{
	background-image: url(../img/arrow_red.gif);
	background-repeat: no-repeat;
	background-position:right center;
	padding:0 12px 0 0;
}

.gotodetail a:link{
	font-size:10px;
	color:#000;
	text-decoration:none;
}

.gotodetail a:visited{
	font-size:10px;
	color:#000;
	text-decoration:none;
}

.gotodetail a:active{
	font-size:10px;
	color:#000;
	text-decoration:underline;
}

.gotodetail a:hover{
	font-size:10px;
	color:#000;
	text-decoration:underline;
}

.listingtable{
	line-height:150%;
}

.listingtable td{
	border-bottom:1px dotted #666;
	padding:2px;
}

.b10 {
	font-weight:bold;
	font-size:10px;
	line-height:150%;
}

.b10a {
	font-weight:bold;
	font-size:10px;
	line-height:150%;
	color:#bf0000;
}

.b10b {
	font-weight:bold;
	font-size:10px;
	line-height:150%;
	color:#95b100;
}

.b12 {
	font-weight:bold;
	font-size:12px;
	line-height:150%;
}

.b12a {
	font-weight:bold;
	font-size:12px;
	line-height:150%;
	color:#bf0000;
}

.b12b {
	font-weight:bold;
	font-size:12px;
	line-height:150%;
	color:#95b100;
}

.red10 {
	font-size:10px;
	line-height:150%;
	color:#bf0000;
}

.g10 {
	font-size:10px;
	line-height:150%;
	color:#95b100;
}

.voice-righit{
    margin: 5px 0 10px 10px;
    float:right;
}

.voice-left{
    margin: 5px 10px 10px 0;
    float:left;
}

.voice-no{
    margin: 5px 0 10px 0;
}


.voice{
	border-bottom:1px dotted #666;
	padding:2px;
}

/* ===================================== 規定 */

.tex12px150 img{
	float:left;
	margin:0 5px 5px 0;
}

table .basictable{
	border-top:1px dotted #666;
}

.basictable td{
	border-bottom:1px dotted #666;
	padding:4px;
}

.basictable th{
	border-bottom:1px dotted #666;
	background-color:#e6e6e6;
	font-weight:normal;
	padding:4px;
	text-align:center;
}

#secondcontents h2 {
	font-size:14px;
	color:#bf0000;
}