a:link {
	color: #333333;
} 
a:visited {
	color: #333333;
} 
a:hover {
	color: #999999;
	text-decoration:underline;




} 
a:active {
	color: #333333;
}

body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #4D4D4D;
	*font-size: small
	*font: x-small;
	line-height: 1.5;
	font-weight: normal;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}



h1,h2,h3,h4,h5,h6,h7,p {
	font-size: 100%;
}

p,ul,li{
	margin : 0;
	padding : 0;
}


div,form,input,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}



div.clear {
    clear:both;
}
div.clear hr {
    display:none;
}




.text10{
	font-size: 10px;
	font-style: normal;
	line-height: 25px;
	color: #333333
}
.text10bold {  font-size: 10px; font-style: normal; line-height: 16px ; font-weight: bold  color: #FFFFFF}
.text10orange { font-size: 10px; font-style: normal; line-height: 16px ; color: #FFCC00}

.text12 {
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #333333
}
.text12bold { font-size: 12px; font-style: normal; line-height: 20px; font-weight: bold; color: #FFFFFF}
.text12gray {
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #333333
}
.text12red { font-size: 12px; font-style: normal; line-height: 20px ; color: #990000}

.text14 {  font-size: 14px; font-style: normal; line-height: normal; color: #FFFFFF}

.text16 {  font-size: 16px; font-style: normal; line-height: normal; color: #FFFFFF}

.text18 {
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	color: #FFFFFF
}


/*------PAGE TOP------*/

#pagetop{
	clear:both;
	width: 100%;
	height:50px;
}
#pagetop_bt{
    float: right;
	padding: 0 30px 0 0;
	position: relative;


}