/* CSS Document */

/***********タグ*************/

body {
	background:#FFFFFF;
	color:#333;
	font-size: 12px;
	font-family: "メイリオ","ＭＳ Ｐゴシック", "Osaka";
}


table.squareArea{
	width:716px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;	
	background-position: top;
}

tr,td.squareArea{
	height: auto;
	margin: 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;	
	background-position: top;
}

img{
	border: 0;

}


h2#title{
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 716px;
	padding-top: 60px;
	padding-right: 120px;
} 

/***********コンテンツ内*************/

.img-l{
	float: left;
	margin-right: 10px;
} 

.s_title{
	color: #FFFFFF;
	background-color: #BC9B3E;
	margin: 0px;
	padding: 5px;
}


.c_title01{
	margin: 0px;
	padding: 10px 0px 0px 10px;
	background-image:  url(../img/menu.gif);
	background-repeat: no-repeat;
	width: 580px;
	height: 35px;
	color: #FFFFFF;

}



.b_title01{
	margin: 10px 0px;
	background-image:  url(../img/biketitle01.jpg);
	background-repeat: no-repeat;
	width: 580px;
	height: 65px;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 110px;
}


.box716{
	height: auto;
	width: 716px;
	margin: 0px;
	padding: 0px;
}

.c-both {
	clear:both;
}

.kakaku{
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;

}

/***********リンク*************/

a:link {
	color: #0000FF;
}
a:hover {
	color: #0099FF;
}

