﻿/* CSS Document */

/* contents */
body {
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka";
	color: #333333;
}
.contents {
	width: 100%;
	background-color:#FFFFFF;
	text-align: left;
}

form {
	margin: 0px;
	padding: 0px;
}
li {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	padding-left: 0px;
}
ol {
	padding-left: 26px;
	margin: 0px;
}
ul {
	margin: 0px;
}

h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 14px;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}

/* header */
.header1 {
	background-image: url(images/common_img/header/h_bg.gif);
	background-repeat: repeat-x;
}
.header2 {
	background-color: #CC9900;
	background-image: url(images/common_img/header/menu_boder.gif);
}
.header3 {
	background-image: url(images/common_img/header/h_bar2.gif);
	background-color: #D8B335;
	background-repeat: repeat-x;
}
.serch {
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
.headermenu a:link {
		color:#FFCC00;
		text-decoration:none;
		font-weight:bold;
	}
.headermenu a:visited {
		color:#FF9900;
		text-decoration:none;
		font-weight:bold;
	}
.headermenu a:hover {
		color:#FFFF00;
		text-decoration:underline;
		font-weight:bold;
	}

.navi {
	font-size: 10px;
}

/* submenu */
.sub {
	background-color: #C3E1EA;
	background-image: url(images/common_img/side/s_bg.gif);
	width: 200px;
}
.submenu {
	text-align: center;
	width: 180px;
	padding: 0px 10px 10px 10px;
	margin: 0px;
}
.sub_contents {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	background-color: #FFFFFF;
	border-right: 1px solid #CC9900;
	border-bottom: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
	width: 180px;
	margin-top: 0px;
}
.subtitle {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #CC0000;
	border-bottom: 1px solid #CC9900;
	padding-bottom: 5px;
}

/* footer */
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	margin: 10px;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066FF;
	text-align: center;
	padding: 5px;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* main */
/* toppage */
.trevia_t {
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka";
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF9900;
	background-image: url(images/img/top/torivia_boder.gif);
}
/* main */
.title_bg {
	background-image: url(images/common_img/icon/h1_cate_bg.gif);
}
.tab_end_line {
	background-image: url(images/img/ranking/rank_tab_bar.gif);
}

/* box */
.box {
	margin: 0px;
	padding: 0px;
	border: 1px solid #0066FF;
}
.box_bottom_right {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #0066FF;
	border-right: 1px solid #0066FF;
}
.box10 {
	margin: 0px;
	padding: 5px;
	font-size: 10px;
	line-height: 10px;
	border: 1px solid #0066FF;
}
/* line */
.line_bottom1px {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
}

.line_bottom1px_bpa10px {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/* text */
.txt12 {
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0px 0px 0px;
}
.tx_red_bold {
	font-weight: bold;
	color: #CC0000;
}
.tx_white_bold {
	font-weight: bold;
	color: #FFFFFF;
}
.tx_blue_bold {
	font-weight: bold;
	color: #0000CC;
}
.txt14b {
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
}
.txt18b {
	font-size: 18px;
	font-weight: bold;
	color: #0066FF;
	line-height: 20px;
}
/* margin-padding */
.marg_r10 {
	margin-right: 10px;
}
.marg_b5 {
	margin-bottom: 5px;
}
.padd_b5 {
	padding-bottom: 5px;
}
.padd_b10 {
	padding-bottom: 10px;
}
.txt10 {
	font-size: 10px;
}
.txt9 {
	font-size: 9px;
}
.txt_red {
	color: #CC0000;
}
.marg_all10 {
	margin: 10px;
}
.padd_all10 {
	padding: 10px;
}
.box_ex_bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-left-color: #0066FF;
}
.box_bottom_right_p5px {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #0066FF;
	border-right: 1px solid #0066FF;
}
.title_bg2 {
	background-image: url(images/img/regi/h1_cate_bg2.gif);
}

/* Message */
.msg {
	font-size: 14px;
	color: #FF0033;
	background-color: #FFFFFF;
	font-weight: bold;
}
.msgtbl {
	border: 0px solid #FF0033;
	background-color: #FFFFFF;
}
.news_contents {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	background-color: #FFFFFF;
	border-right: 1px solid #CC9900;
	border-bottom: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
	width: 100%;
	margin-top: 0px;
}
.picup_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3366FF;
	padding: 2px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3333FF;
}
.picup_title_pr {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3366FF;
	padding: 2px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3333FF;
	margin-bottom: 5px;
}
.pickup_bunner {
	padding-bottom: 5px;
	text-align: center;
}
.pickup_table {
	padding: 5px;
}
.ban_v{
	background-color:#0099FF;
	color:#FFFFFF;
	font-weight:bold;
	font-size:80%;
	margin-right:0.5em;
	padding: 0.2em 0.2em 0;
	width:4em;
	display: inline-block;
	text-align:center;
}
.ban_m{
	background-color:#FFCC00;
	color:#666666;
	font-weight:bold;
	font-size:80%;
	margin-right:0.5em;
	padding: 0.2em 0.2em 0;
	width:4em;
	display: inline-block;
	text-align:center;
}
.ban_e{
	background-color:#99CC33;
	color:#666666;
	font-weight:bold;
	font-size:80%;
	margin-right:0.5em;
	padding: 0.2em 0.2em 0;
	width:4em;
	display: inline-block;
	text-align:center;
}
