@charset "Shift_JIS";

/*////////////////////////////////////////////////////////////
	ページ設定
////////////////////////////////////////////////////////////*/

body{
	margin: 0px;
	padding: 0px;
	color: #555555;
	font-size: small;
	line-height: 1.7em;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #EDF7F1;
}

/* トップページ用 */
body#top{
	background-color: #C4E3CF;
}

/* 別窓（フェイスニングのご注意）用 */
body#win{
	background-color: #F0EFDF;
}


td{
	color: #555555;
	font-size: 12px;
	line-height: 1.7em;
}
/* win IE4.x〜6.x、mac IE5.x用 */
*html td{
	font-size: x-small;
}

p {
	margin-bottom: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


img ,embed ,object{
}

ul,table,form{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul.attention li{
	background-image: url(../about/img/attention_point.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}

/* win IE4.x〜6.x、mac IE5.x用 */
*html ul.attention li{
	background-position: 0px 3px;
}


ul.attention li.end{
	background-image: url(../about/img/attention_point.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}


/*////////////////////////////////////////////////////////////
	リンク設定
////////////////////////////////////////////////////////////*/

a:link {
	color: #5DA1BE;
	text-decoration: none;
}

a:visited {
	color: #5DA1BE;
	text-decoration: none;
}

a:hover {
	color: #5DA1BE;
	text-decoration: underline;
}

a:visited:hover {
	color: #5DA1BE;
	text-decoration: underline;
}


/*////////////////////////////////////////////////////////////
	テキスト設定
////////////////////////////////////////////////////////////*/

.txt-s {
	font-size: 11px;
}
/* win IE4.x〜6.x、mac IE5.x用 */
*html .txt-s {
	font-size: xx-small;
}

.txt-l {
	font-size: 14px;
}

/* win IE4.x〜6.x、mac IE5.x用 */
*html .txt-l {
	font-size: small;
}

.txt-xl {
	font-size: 18px;
}
/* win IE4.x〜6.x、mac IE5.x用 */
*html .txt-xl {
	font-size: medium;
}

.txt-linespace-off {
	line-height: 0em;
}

.txt-gray{
	color: #999999;
}

.txt-sub{
	color: #DE58A9;
}

.txt-alert{
	color: #CC6666;
}


/*////////////////////////////////////////////////////////////
	その他
////////////////////////////////////////////////////////////*/

/* イメージの隙間を無くす（win IE6.x用） */
.img-block{
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
}

/* イメージフロート */
.img-right {
	float: right;
	margin-top: 3px;
	clear:both;
}

.img-left {
	float: left;
	margin-top: 3px;
	clear:both;
}

.clear {
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}


.bg-sub{
	background-color: #F6F4EE;
}

.center {
	text-align: center;
	display: block;
}

.right{
	float: right;
}
