/********************************************************************************************

bg

********************************************************************************************/

/**********************************
IE6だけ強制的に横スクロールを隠す
**********************************/
* html{
overflow-y:scroll;
}
body{
	background:#fff;
	color:#666;
	font-size:75%;
	letter-spacing:0.1px;
	line-height:1.5em;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;

}



/********************************************************************************************

basic

********************************************************************************************/
#wrap{
	width:780px;
	background:#FFF url(../img/bg.gif) repeat-y top;
	margin:0 auto;
}


/********************************************************************************************

frame

********************************************************************************************/

#frame{
	width:780px;
	background:#FFF;
	padding-top:20px;
}
#inner{
	width:720px;
	margin:0 auto 20px;
}



/* リサイクル */
.recycle{
	width:100%;
}
.recycle th{
	padding:5px;
	background:#f2f2f2;
	border: #b4b4b4 1px solid;
	font-weight:bold;
	width:20%;
}
.recycle td{
	border: #b4b4b4 1px solid;
	padding:5px;
}



/********************************************************************************************

class

********************************************************************************************/
a:link{
	color:#565656;
	text-decoration:underline;
}
a:visited{
	color:#565656;
	text-decoration:underline;
}
a:hover{
	color: #999999;
	text-decoration:none;
}
.s{
	font-size:x-small;
	line-height:1.4em;
	font-weight:normal;	
}
.pb10{
	padding-bottom:10px;
}
.pt10{
	padding-top:10px;
}
.subTitle02{
	width:700px;
	height:24px;
	padding:6px 0 0 20px;
	font-size:110%;
	background:url(../img/bgSubtitle.jpg) no-repeat;
	color:#003399;
	font-weight:bold;
	margin:0 auto;
}

form{
	text-align:center;
}

/* ロールオーバー */
.rollover02 a:hover img{
	opacity: 0.7;
	filter: alpha (opacity=70);
}
