@charset "shift_jis";


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #FFFFFF;
}
h1,h2,h3,p{
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
p.tag{
	text-indent:22px;
}
p.indent {
	text-indent: 15px;
}
p.site{
	text-indent:47px;
}
p.site1 {
	text-indent:30px;
}

tb1 {
	width: 580px;
}
/*リンク設定
------------------------------------------------------------------
aがリンクですよ〜という色で、a:hoverがカーソルが乗った時の色。
------------------------------------------------------------------*/
a {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #E60012;
}
/*clearfix（変更しない）
------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
