@charset "utf-8";

body {
	margin: 0px;
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴシック Pro";
	font-size: 10pt;
	color: #464646;
	background: black url(images/back.gif) repeat-x;
	text-align: center;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 13pt;
}

h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11pt;
}

h3 {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

ul,ol {
	margin: 0;
	padding: 0;
}

ol {
	margin-bottom: 15px;
}

li {
	margin-left: 0;
	list-style-position: inside;
}

p {
	margin: 0;
}

a {
	color: #218aaf;
}

a:link {
	color: #218aaf;
	text-decoration: none;
}

a:visited {
	color: #2a5f80;
	text-decoration: none;
}

a:hover {
	color: #e4960e;
	text-decoration: underline;
}

a:active {
	color: #e4960e;
	text-decoration: none;
}

/* コンテナブロック */

#container {
	width: 1010px;
	margin: 0 auto;
	text-align: center;
	background-color: skyblue;
}

#contents {
	margin: 0 5px;
	background-color: white;
	overflow: hidden;
}

/* header */

#header {
	height: 180px;
}

/* lead */

#lead {
	overflow: hidden;
	position: relative;
}

.lead_inner {
	margin-bottom: 10px;
}

.sale {
	color: #fdfe13;
	font-size: 16px;
	padding: 10px 0;
	margin: 0 30px;
	background-color: #0b3365;
}

/* contents */

#main {
	text-align: left;
	overflow: hidden;
	background-color: white;
}

#box_l {
	padding: 10px 5px 10px 30px;
	float: left;
}

#box_r {
	padding: 10px 30px 10px 5px;
	float: left;
}

#box_inner {
	width: 465px;
	overflow: hidden;
}

#box_top {
	padding: 1px;
	background-color: navy;
}

#box_border {
	padding: 10px;
	background-color: white;
}

#box_bottom {
	
}

#col_top {
	height: 180px;
	margin-bottom: 10px;
}

#col_bottom {
	
}

#col_l {
	width: 180px;
	height: 100%;
	float: left;
	background-color: gray;
	
}

#col_r {
	width: 263px;
	height: 100%;
	float: left;
}

#col_r_inner {
	padding: 0 10px;
	overflow: hidden;
	position: relative;
}

#col_r_inner p {
	margin-bottom: 5px;
}

/* フレーム */

#inner_text {
	overflow: hidden;
	position: relative;
}

#inner_text_color {
	color: white;
	padding: 15px;
	overflow: hidden;
	position: relative;
	background-color: #666698;
}

/* sale info */

#saleinfo {
	font-size: 9pt;
	margin: 0 30px 20px 30px;
	padding: 10px;
	text-align: center;
	background-color: #dcdce3;
	clear: both;
}

/* footer */

#footer {
	text-align: center;
	clear: both;
}

#footer ul {
	height: 13px;
	margin: 5px auto 5px auto;
	color: #218aaf;
}

#footer li {
	margin: 0;
	padding: 0 10px 0 5px;
	font-size: 8pt;
	color: #2a5f80;
	display: inline;
}

#footer p {
	margin: 0;
	font-size: 8pt;
	clear: left;
}

p.caution {
	line-height: 18px;
	font-size: 10px;
	color: red;
}

.sep {
	clear: both;
	height: 30px;
	margin-bottom: 10px;
	text-align: right;
	background: url(images/sep.jpg) repeat-x;
}

/* 一般的文字修飾 */

.red {
	color: red;
}

.pink {
	color: #FF0066;
}

.gray {
	color: gray;
}

.teal {
	color: teal;
}

.rblue {
	color: #26fefe;
}

.maroon {
	color: maroon;
}

.linkcolor {
	color: #218aaf;
}

.linkcolor2 {
	color: #761d63;
}

.bold {
	font-weight: bold;
}

.nega {
	text-decoration: line-through;
}

.f12 {
	font-size: 12pt;
}

.f11 {
	font-size: 11pt;
}

.f10 {
	font-size: 10pt;
}

.f8 {
	font-size: 8pt;
}

.f7 {
	font-size: 7pt;
}

.f9px {
	font-size: 9px;
}

#header .small {
	margin-left: 10px;
	font-size: 8pt;
	position: relative;
	top: 5px;
}

.medium {
	font-size: 9pt;
}

.swords {
	font-size: 14pt;
	font-weight: bold;
}

.hitword {
	font-size: 16pt;
	font-weight: bold;
	color: #DB7093;
}
