/* ƒŠƒ“ƒN */
A:link{
	text-decoration:underline;
	color:#F10000;
	padding:0px;
}

A:visited{
	text-decoration:underline;
	color:#F10000;
}

A:action{
	text-decoration:underline;
	color:#F10000;
}

A:hover{
	text-decoration:none;
	color:#F10000;
	padding:0px;
}

A.tab_out:link{
text-decoration:underline;
color:#ffffff;
}

A.tab_out:visited{
text-decoration:underline;
color:#ffffff;
}

A.tab_out:action{
text-decoration:underline;
color:#ffffff;
}

A.tab_out:hover{
text-decoration:none;
color:#ffffff;
padding:0px;
}


body{
	background-color:#FFB400;
	color:#000000;
	font-size: 12px;
	line-height:130%;
	margin:0px;
	padding:0px;
}

.main{
	width:800px;
	height:100%;
	background-image:url(./images/back.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	color:#000000;
	font-size: 12px;
	line-height:130%;
	margin-bottom:20px;
}

.head{
	width:750px;
	height:310px;
	margin-top:10px;
}

.foot{
	width:750px;
	margin-top:5px;
}

.contents{
	width:740px;
	margin-top:10px;
	color:#000000;
	font-size: 12px;
	line-height:130%;
}

.contents_main{
	width:735px;
	background-color:#F10000;
	border:1px #F10000 solid;
}

.contents_right{
	background-color:#3A3A3A;
	width:5px;

}

.contents_bottom{
	width:740px;
	background-color:#3A3A3A;
	height:5px;
}

.tabIndex {
	margin: 0px;
	padding: 0px;
}

.tab_menu{
	margin:0px;
	padding:0px;
}

.tab_on{
	background-color:#ffffff;
	border-bottom:1px #ffffff solid;
	float:left;
	font-weight: bold;
	padding:5px;
	margin-right:7px;
	display: block;
	list-style-type: none;
	cursor: pointer;
}

.tab_off{
	background-color:#F10000;
	border-bottom:1px #F10000 solid;
	float:left;
	font-weight: bold;
	padding:5px;
	margin-right:7px;
	display: block;
	list-style-type: none;
	cursor: pointer;
}

.contents_in{
	width:733px;
	background-color:#ffffff;
	border:0px;
	float:left;
	padding:10px;
}

.size15{
	font-size:15px;
}
