@charset "shift_jis"; 

body{
	background-color: #656565;
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
}

/*共通項目*/
*{
	font-family: "ＭＳ Ｐゴシック","Osaka","Hiragino Kaku Gothic Pro",sans-serif;
	color: #333333;
	font-size: 12px;
}

strong{
	font-family: "ＭＳ Ｐゴシック","MS Gothic","Osaka","Hiragino Kaku Gothic Std",sans-serif;
	font-weight: bold;
}


/*----------------リンク----------------*/
a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.contact:link{
	color: #FFFFFF;
}
a.contact:visited{
	color: #FFFFFF;
}
a.contact:hover{
	color: #FFFFFF;
}

/*----------------テーブル----------------*/
td.bgLnav{
	background-color: #E5E5E5;
}

td.bgMain{
	background-color: #FFFFFF;
}

th{background-color: #E5E5E5;}
td.bgLine{background-color: #CCCCCC; line-height: 130%;}
td.bgBox{background-color: #FFFFFF; line-height: 130%;}

/*----------------ボックス----------------*/
div.imgPddng{
	padding: 8px 0 15px 0;
}

div.ttlPddng{
	padding: 15px 0 8px 0;
}


/*----------------テキスト----------------*/
p{
	font-size: 12px;
	line-height: 150%;
}

.textNew {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
}

.note{
	font-size: 10px;
	line-height: 150%;
}

.copyright{
	font-size: 10px;
	font-weight: normal;
	line-height: 125%;
	color: #FFFFFF;
}

.textL{
	font-size: 14px;
	font-weight: bold;
}

.attention{
	color: #CC3300;
}

.nameR{
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}