* {
	color:#000000;
	padding:0;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
}

h1{
font-size:26px;
}

h2{
/*	margin-bottom:10px;
	margin-top: 10px;
	height: 45px;
	background-image: url(imgs/bg_h2.jpg);
	line-height: 45px;
	padding-left: 70px;
	font-size: 16px;
	width: 640px;
	margin-left: 20px;*/

    position: relative;
    margin: 5px 20px 15px 30px;
    padding: 2px 0 2px 35px;
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    font-family: "HGPnpp޼UB", "qMmpS Pro W8";
    background: url(imgs/check.gif) no-repeat left;

}
h3{
	background-image: url(imgs/bg_h3.jpg);
	line-height: 25px;
	background-repeat: no-repeat;
	margin-left: 50px;
	padding-left: 25px;
	margin-bottom: 10px;
}

p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(imgs/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:14px;
}

strong{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(imgs/line_bg.jpg);
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:14px;
}

b{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:14px;
	color: #FF0000;
}
/*
span{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:14px;
	font-weight: bold;
	text-decoration: underline;
}
*/

hr{
	color:#CCCCCC;
	margin: 10px 20px;
}

.none{
font-weight:normal;
}

#wrap{
	width:820px;
	margin: auto;
	background-image: url(imgs/bbg.gif);

}

#head{
	width:820px;
	padding: 0 20px;
}

#head_img{
	width:770px;
	height: 150px;
	background-color: none;
	background-image: url(imgs/visual.jpg);
	background-repeat: no-repeat;
	padding: 20px 20px 0 20px;

}

#und{
	width:800px;
	background-image: url(imgs/fbg.gif);
	height: 30px;
	text-align: center;

}
address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #000000;
	background-image: url(imgs/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	clear: both;
	margin: 25px;
}


#cnt{
	width:760px;
	padding: 0px 20px;
}

#linkspace{
	padding:10px;
	text-align: center;
	margin-top: 20px;

}
#linkspace li{
	float:left;
	display: block;
	width: 183px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

#linkspace li a{
font-size:10px;

}


.rank_table{
	width:600px;
	margin:auto;
	border: 2px solid #CCCCCC;

}

.rank_table th{
	width:120px;
	border: 1px solid #999999;
}
.rank_table td{
	border:1px solid #999999;
	vertical-align: top;

}

.btn{
	text-align:center;
	margin-top: 10px;
	padding: 10px;
}
.rank{
	padding:0px;
	margin:0px;
	background-image: url(imgs/th_bg.jpg);
}
.rank h3{
	background-image:none;
	padding-left: 10px;
	margin-bottom: 0px;
	margin: 0px;
	line-height: 50px;

}

/* C */
.b {
	font-weight: bold;
}

.red {
	color:#dc0000;
}

.blue {
	color: #003399;
}

.line {
	background: #ffff00;
}

.u {
	border-bottom: 1px solid;
}

/* float */
.fleft {
	float: left;
	margin: 0 10px 0 0;
}

.fright {
	float: right;
	margin: 0 0 0 10px;
}

.cl {
	clear: both;
}

.center {
	text-align: center;
}

.sml {
	font-size: 70%;
}