@charset "utf-8";
/* CSS Document */

/* すべて */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size:12px;
	color:#000000;
	line-height:130%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-left: 0px;
	margin-top: 0px;
}

/* リンク */
a, a:link, a:visited {
	color: #333399;
	text-decoration:none;
}
a:hover {
	color: #333399;
	text-decoration:underline;
}
a:active {
}
/* リンクつき画像 */
a img {
	border: none;
}


/* テキスト */
.text_glay11	{
	color: #999999;
	font-size:11px;
}
.text_black11	{
	color: #000000;
	font-size:11px;
}
.text_orng	{
	color: #FF6600;
}
.text_pink	{
	color: #FF6666;
}
.text_blu	{
	color: #0000FF;
}
.text_sky	{
	color: #0099FF;
}
.text_red	{
	color: #FF0000;
}
.text_white	{
	color: #FFFFFF;
}
.text_white a:link,
.text_white a:visited	{
	color: #FFFFFF;
}
.text_white a:hover	{
	color: #FFFFFF;
	text-decoration:underline;
}
