@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

a:visited {
	color: #006699;
}

a:hover {
	color: #0099CC;
}

img {
	border: none;
	vertical-align:bottom;
}

ol, ul, li {
	list-style: none;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: 100%;
}

/* クリア
----------------*/

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/*IE6、7対策*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* 汎用
----------------*/

.m_b0 {
	margin:0;
}

.m_b5 {
	margin:0 0 5px 0;
}

.m_b10 {
	margin:0 0 10px 0;
}

.m_b15 {
	margin:0 0 15px 0;
}

.m_b20 {
	margin:0 0 20px 0;
}

.m_b25 {
	margin:0 0 25px 0;
}

.m_b30 {
	margin:0 0 30px 0;
}

.m_b35 {
	margin:0 0 35px 0;
}

.m_b40 {
	margin:0 0 40px 0;
}

.m_b45 {
	margin:0 0 45px 0;
}

.m_b50 {
	margin:0 0 50px 0;
}

.m_b55 {
	margin:0 0 55px 0;
}

.bold {
	font-weight:bold;
}

.left {
	float:left;
}

.right {
	float:right;
}

.t_l {
	text-align:left;
}

.t_r {
	text-align:right;
}


.f13 {
	font-size:13px;
}

.f12 {
	font-size:12px;
}

.f10 {
	font-size:10px;
}

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

.red {
	color:#F00;
}


/* gold
----------------*/

#flame {
	width: 980px;
	margin-top: 0;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 0;
}

#leftnavi {
	width: 210px;
	float:left;
}

#main {
	width: 740px;
	float:right;
}
