@charset "Shift_JIS";

/*------------------------------------------------
		ブラウザデフォルト値の上書き設定
------------------------------------------------*/

body {
	text-align:center;
	margin: auto;
	background-image: url(../imgs/bg_body.jpg);
	background-position: center top;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}

p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

/* リンク */
a:link {
	text-decoration: none;
	color: #3A92C3;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #3A92C3;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #00499B;
	font-weight: bold;
}


/*------------------------------------------------
		汎用
------------------------------------------------*/

/* フォント */
.px10 {
	font-size: 10px;
	letter-spacing: 0.03em;
	line-height: 1.3em;
}
.px12 {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
.px14 {
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 1.5em;
}
.px18 {
	font-size: 18px;
	letter-spacing: 0.01em;
	line-height: 1.5em;
}

/* フォント（スタイル・カラー） */
.px10_glay01 {
	font-size: 10px;
	color: #525252;
	line-height: 1.3em;
}
.px10_glay02 {
	font-size: 10px;
	color: #454545;
	line-height: 1.3em;
}
.px12_glay01 {
	font-size: 12px;
	color: #525252;
	line-height: 1.4em;
}
.px12_glay02 {
	font-size: 12px;
	color: #454545;
	line-height: 1.4em;
}

#txt_sokkisya {
	font: 15px "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-left:12px;
	color: #000000;
}



/*------------------------------------------------
		フッター
------------------------------------------------*/

.footer_adress {
	font-size: 12px;
	color: #777777;
	line-height: 1.4em;
}
.footer_copyright {
	font-size: 12px;
	color: #5D5D5D;
	background-color: #E5E5E5;
	height: 30px;
}
