/* basic
----------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
.areaname {
	display: none;
}
body {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	color: #333333;
	font-size: 11pt;
	line-height : 1.5;
	background: #ffffff url(../img/back.jpg) repeat-y;
	background-position: center top;

}
#Basic {
	width: 762px;
	margin: 0px auto;
	padding: 0px;
}
.clear{
	width: 762px;
	float:left;
	text-align:right;
}
h1{
	margin: 0px;
}
h2{
	margin:0px auto;
	text-align: center;
	z-index:0;
}
h3{
	margin: 0px;
}
h4{
	font-size: 12pt;
}
h5{
	margin:5px 0;
}
.ReturnTop {
	text-align: right;
	font-size: 12px;
}
.Underline {
	text-decoration: underline;
}
hr{
margin:0 auto;
}
.Caution {
	color: #FF0000;
	background-color: transparent;
}

#Contents p.Sponsor{
	text-align: right;
	font-size: normal;
	font-weight: normal;
	margin:12px 0px 12px 8px;
	line-height: 120%;
}
#Contents div.Sponsor{margin:12px 0px 12px auto;
	text-align:right;}
#Contents div.Sponsor table{
	margin:0px 0px 0px auto;
	text-align:right;
	border-collapse:separate;
	border-spacing:4px;
	text-align: right;
	font-size: normal;
	font-weight: normal;
	line-height: 120%;
	border:none;
}
#Contents div.Sponsor td{ vertical-align:top;
	text-align:left;
	border:none;}
#Contents p.News{
	padding:0 0 15px 15px;
	font-size: 14px;
	line-height: 140%;
	text-indent: 14px;
}
#Contents p.News2{
	font-size: 14px;
	margin:5px 0px 5px 10px;
}
p.link{
	font-size: 12px;
}
#Contents blockquote.News{
	font-size: 14px;
	line-height: 150%;
	text-indent: 14px;
}
#Contents blockquote.News2{
	font-size: 14px;
	margin:5px 0px 5px 10px;
}
#Contents ul{
	list-style-position:outside;
	margin: 10px 0px 10px 17px;
}
#Contents ul li{
	font-size: 14px;
	margin:2px 0px 10px 15px;
	list-style-type: disc;
	color: #444444;
}
#Contents ol{
	list-style-position:outside;
	margin: 10px 0px 10px 17px;
}
#Contents ol li{
	font-size: 14px;
	margin:2px 0px 10px 15px;
	color: #444444;
}
#Contents dl{
	list-style-position:outside;
	margin: 10px 0px 10px 17px;
}
#Contents dl dd{
	font-size: 14px;
	margin:2px 0px 10px 15px;
	color: #444444;
}
/* a
----------------------------------------------*/
a img {
	border-style: none;
}
a {
}
a:link {
	color: #0080BD;
}
a:visited {
	color: #0080BD;	
}
a:active {
	color: #0080BD;
}
a:hover {
	color: #FF3126;
}
/* a
----------------------------------------------*/
.smallRight {
	font-size: 12px;
	text-align: right;
}

/* Header
----------------------------------------------*/
#Main_header{
	width: 762px;
	margin: 0px auto;
	padding: 0px;
	float: left;
		
}
/* Menu
----------------------------------------------*/
#Menu{
	width: 762px;
	margin: 5px auto 0 auto;
	padding: 0px;
	float:left;
	position:relative;
	z-index:100;
	border-top:#999999 1px solid;
}

/* Submain
----------------------------------------------*/
#Submain ul{
	list-style-position:outside;
	margin:0px 0px 0px 14px;
	list-style-type: none;
}
#Submain ul li{
	font-size: 12px;
	margin:4px 0px 0px 0px;
	list-style-type: none;
	font-weight: bold;
	color: #444444;
}
#Submain li.sub{
	margin:4px 0px 0px 24px;
	list-style-type: disc;
}
/* Footer
----------------------------------------------*/
#Footer {
	width: 762px;
	margin: 0px auto;
	margin-top: 10px;
	padding: 0px;
	float:left;
}
#Footer p.text{
	padding: 8px 0px 4px 0px;
	font-size: 12px;
	color: #333333;
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	text-align: right;
}
#Footer p.copy{
	padding: 0px 0px 10px 0px;
	font-size: 10px;
	color: #333333;	
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	text-align: center;	
}

/*ʏLq*/
table {
	margin:10px 0 0 15px;
	line-height:125%;
}

span.s{text-decoration:line-through;}

/* clearfix
----------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}