@charset "utf-8";

/* ==========================================================================

 file name  :  default.css
 style info :  スタイルのリセット及びbody初期設定 (このCSSは基本的に変更しない)
 
========================================================================== */
html {
	overflow-y: scroll;
}
* {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
a img {
	border:0px;
}
/* General */
.forread,
.fornostyle {
	display:none;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* for IE 7*/
.clearfix {
	display:inline-block;
	min-height:1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
ul {
	list-style-type:none;
}
ol.none {
	list-style-type:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	font-weight:bold;
	text-align:left;
}
table th,
table td {
	vertical-align:top;
}
dt {
	font-weight:bold;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
/*--- bodyデフォルト設定 ---*/
body {
	margin:0;
	padding:0;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.6;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
/*--- IE6 png用 ---*/
* html .png {
	behavior: expression(IEPNGFIX.fix(this));
}
/*--- 文字統一用 ---*/
dt {
	font-weight:bold;
}
.xltx {
	font-size:108%;
}
.ltx {
	font-size:103%;
}
.mtx {
	font-size:90%;
}
.stx {
	font-size:71%;
}
.xstx {
	font-size:65%;
}
.red {
	color:#f00;
}
.gray {
	color:#999;
}
.bold {
	font-weight:bold;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
.a_left {
	text-align:left;
}
.a_right {
	text-align:right;
}
.a_center {
	text-align:center;
}
.icon {
	vertical-align:middle;
}
a:link,
a:active,
a:visited {
	color:#333;
}
a:hover {
	color:#ccc;
}