@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-style: normal;
	font-weight: normal;
	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: verdana,"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic","Helvetica Neue",Helvetica,Arial,sans-serif;

	color: #000000;
	font-size: 11pt;
	line-height: 160%;
	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: normal;
}
input,select{
	font-family: verdana,"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*-----------------------------------------------
 __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;
}


/*-----------------------------------------------
 __design
-----------------------------------------------*/
.fclear{
	clear: both;
	padding-top: 1em;
}
.tsmall{
	font-size: x-small;
}
.tright,
.text-right{
	text-align: right;
}
.tcenter{
	text-align: center;
}
.tleft{
	text-align: left;
}
.underline{
	text-decoration: underline;
}
.cred{
	color: #FF0000;
}
.cblue{
	color: #0000FF;
}
.hide{
	visibility: hidden;
	color: #FFFFFF;
}