/*===================================================
	タグのスタイル設定
=====================================================*/
body{
	text-align: center;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background:url(../images/back.gif) repeat-x;
	background-color:#e5e5e5;
	color:#000;
	margin:0px;
}
ul,ol,li,p{
	text-align:left;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6,p{
	line-height: 1.5;
	margin:0;
	padding:0;
}
p {
	margin-bottom:10px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 12px;
}
h3,h4 {
	font-size: 14px;
}
h5,h6 {
	font-size: 12px;
}
/*ul,li,ol{
	list-style: none;
	margin:0;
	padding:0;
}*/
table{
	border: 1px;
}
img{
	vertical-align: top;
	border: 0px;
}
a:link, a:visited{
	color:#0353A3;
	text-decoration:underline;
}
a:hover{
	color:#FF0099;
	text-decoration:underline;
}
span {
	display:none;
}
tr,td {
	font-size:12px;
}

/*===================================================
	部分適応用のクラス設定
=====================================================*/

/*-----------------------
	画像テキスト*/
.Img-text {
	display:none;
}

/*-----------------------
	テキスト*/
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/*-----------------------
	フォント*/
.font-bold{
	font-weight: bold;
}
.font-normal{
	font-weight: normal;
}
.font-nowrap{
	white-space: nowrap;
}
.font-red{
	color: #ee0000;
}
.font-gray{
	color: #666666;
}
.size80{
	font-size: 85%;
}
.size120{
	font-size: 120%;
}
/*-----------------------
	フロート */
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear{
	clear: both;
}
/*-----------------------
	余白*/
.maTop10 {
	margin-top:10px;
}
.maTop20 {
	margin-top:20px;
}
.maBottom10 {
	margin-bottom:10px;
}
.maBottom20 {
	margin-bottom:20px;
}
/*-----------------------
	背景*/
.backBlack {
	background:#000;
}
/*-----------------------
	リンク*/
.link_red a:link,
.link_red a:visited{
	color:#FF0000;
/*	color:#CC3300;*/
	text-decoration:underline;
}
.link_red a:hover{
	color:#FF0099;
	text-decoration:underline;
}
/*-----------------------
	その他*/
.topicsBorder {
	border-bottom:#999999 thin solid;
}
