@charset "Shift_JIS";

/* -----------------------------------------------------------
CSS 基本スタイル
----------------------------------------------------------- */

/*-----------------------------------------------
 __Reset
-----------------------------------------------*/

/* 頻出要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: 500;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}
ol, ol li{
	list-style-type: decimal;
}
ol ul li{
	list-style-type: none;
}
ol{
	padding-left: 1.5em;
}


/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
/* 画像のボーダーをなくす */
img {
	border: none;
	vertical-align: bottom;
}

/* hr 要素は不可視で使う */
hr { display: none; }

/*-----------------------------------------------
 __base_style
-----------------------------------------------*/

body {
	margin: 0;
	background-color: #FFFFFF;
/*	background-color: #C6DAFE;*/
/*	background-image: url(../img/body_back.gif);
	background-repeat: repeat-y;*/
/*	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS UI Gothic";*/
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
	color: #000000;
	font-size: 13pt;
	line-height: 1.5em;
	text-align:left;
}

*:first-child + html body {/* IE7のみ適用 */
	font-family:"ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",Sans-Serif;
}

html {
	overflow-y:scroll;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
}


/*-----------------------------------------------
 __clearfix
-----------------------------------------------*/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*-----------------------------------------------
 __共通スタイル（随時追加）
-----------------------------------------------*/

a:link {
	color: #225ed2;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #225ed2;
	text-decoration: none;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
	font-size: 110%;
}

.none {
	display: none;
}

div.clear{
	clear: both;
	height: 1em;
	_height: 0.1em;
	_display: none;
}
div.clear p{
	display: none;
}