/*-------------------基本設定-------------------*/

* {

	margin: 0px;

}

body {

	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

	font-size: 12px;

	line-height: 150%;

	color: #333333;

	margin: 0px;

	padding: 0px;

	text-align: left;

	vertical-align: top;

	background-attachment: fixed;

	background-image: url(../images/common/bg_01.jpg);

	background-repeat: no-repeat;

	background-position: center top;

}

/*クリック時のリンク設定*/

a:link {							

	color: #003399;

	text-decoration: none;

}

a:visited {

	color: #003399;

	text-decoration: none;

}

a:hover {

	color: #6699FF;

	text-decoration: underline;

}

a:active {								

	color: #6699FF;

}

/*-------------------文字設定-------------------*/

.font_color_white {

	color: #FFFFFF

}

.font_color_red {

	color: #CC0000

}

/*-------------------独自追加項目-------------------*/



.fontcolorglay {



	color: #333333

}

.midasi {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.text1 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #333333;
}
