@charset "euc-jp";


/********************目　次********************/
/*ヘッダー*/
/*コンテンツ全体 w870*/
/*コンテンツ中 w850*/
/*サイドナビ*/
/*メインコンテンツ*/
/*インフォメーション*/
/*フッターリンク02*/
/*フッターリンク*/
/*フッター*/
/*マージン*/
/*パディング*/
/*テキスト配置*/
/*ディスプレイ*/
/*クリアフィックス*/
/*リンク*/
/*広告専用ページ*/
/***********************************************/

body {
	margin: 0px ;
	padding:0px;
	font-size: 12px ;
	color: #333 ;
	line-height:1.5;
	text-align:center;
	background-color:#efefef;
	font-family: sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

img {
	border:0;
	line-height:0;
	margin:0;
	padding:0;
}

p {margin: 0px 0px 0px 0px ;}

/*リンク*/
a.link01 {
	color:#ED6D00;
	text-decoration:underline;
}

a.link01:link,
a.link01:visited {
	color:#ED6D00;
}

a.link01:hover {
	color:#993300;
	text-decoration:none;
}

a.link02 {
	color:#3E7DFF;
	text-decoration:underline;
}

a.link02:link,
a.link02:visited {
	color:#3E7DFF;
}

a.link02:hover {
	color:#0A4DC4;
	text-decoration:none;
}

a.link03 {
	color:#666666;
	text-decoration:underline;
}

a.link03:link,
a.link03:visited {
	color:#666666;
}

a.link03:hover {
	color:#000;
	text-decoration:none;
}

.inputbox input{
	margin-right:7px;
	padding:0px;
	width:245px;
}
.rankingTable tr.color_col{
	background:#fdf3c6;
	}
/*FONT*/
td{
	color:#000;
	font-size:12px;
	line-height:18px;
	}

/*ヘッダー*/
.header {
	background:url("../image/bg_head.gif") repeat-x ;
	background-color:#ffffff;
	width:890px;
	height:9px;
	text-align:left;
	margin:0;
}
.header_bottom {
	background:url("../image/bg_head_bottom.gif") repeat-x ;
	background-color:#ffffff;
	width:870px;
	height:42px;
	text-align:left;
	margin:0;
}
/*フッター*/
.footer {
	background:url("../image/bg_footer.gif") repeat-x ;
	background-color:#ffffff;
	width:862px;
	height:4px;
	text-align:left;
	margin:0;
}
.footer_bottom {
	background:url("../image/bg_footer_bottom.gif") repeat-x ;
	background-color:#ffffff;
	width:862px;
	height:4px;
	text-align:left;
	margin:0;
}


h1 {
	font-size:14px;
	color:#000000;
	padding:10px 0 0 12px;
	margin:0;
}



/*マージン*/
.mg_l15 {
	margin-left:15px;
}

.mg_l13 {
	margin-left:13px;
}

.mg_l50 {
	margin-left:50px;
}

.mg_r10 {
	margin-right:10px;
}

.mg_r15 {
	margin-right:15px;
}

.mg_b10 {
	margin-bottom:10px;
}

.mg_b20 {
	margin-bottom:20px;
}

.mg_t5 {
	margin-top:5px;
}

.mg_t10 {
	margin-top:10px;
}

.mg_t20 {
	margin-top:20px;
}

/*パディング*/
.pd_t30 {
	padding-top:30px;
}

.pd_t20 {
	padding-top:20px;
}


/*画像ベースライン*/
.p_middle {
	vertical-align:baseline;
}

/*テキスト配置*/
.txa_c {
	text-align:center;
	display:block;
}

.txa_r {
	text-align:right;
	display:block;
}

/*ディスプレイ*/
.display_b {
	display:block;
}



/*カラー*/
.pink_EF0E48 {
	color:#EF0E48;
}

.green_669900 {
	color:#669900;
}

.red_ff0000 {
	color:#ff0000;
}


.font_14 {
	font-size:14px;
}
.font_big {
	font-size:140%;
	font-weight:bold;
}

.font_big_120 {
	font-size:120%;
	font-weight:bold;
}


