/* CSS Document */
@charset "Shift_JIS";
/*ベース
-----------------------------------------------------*/
a img{
	border: none;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/*全体を囲む
-----------------------------------------------------*/
#container{
	margin: auto;
	padding: auto;
}

/*CONTENT
-----------------------------------------------------*/
#LeftCont{
	float: left;
	height: auto;
	width: 20px;
}

#CenterCont{
	float: left;
	height: auto;
	width: 300px;
}

#RightCont{
	float: left;
	height: auto;
	width: 670px;
}

#Box20{
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-left: 20px;
}

#BoxPT30{
	height: auto;
	width: auto;
	padding-top: 30px;
	padding-left: 20px;
}

#BoxPT100{
	height: auto;
	width: auto;
	padding-top: 100px;
	padding-left: 20px;
}

#BoxPT105{
	height: auto;
	width: auto;
	padding-top: 105px;
	padding-left: 20px;
}

#Box50{
	height: 50px;
	width: auto;
}
/*OTHER
-----------------------------------------------------*/
.clear{
	float: none;
	clear: both;
}

div#content:after{
content:"";
display: block;
clear:both;
height: 0px;
overflow: hidden;
}
