/*====================================*/
/*	初期化
/*====================================*/

*{
	margin:0;
	padding:0;
}

body{
	background-image:url(../img/Bg.gif);
}

img{
	border:none;
}
a:link    { color : #0000FF; }
a:visited { color : #0000FF; }
a:active  { color : #0000FF;}
a:hover   { color : #0000FF; }
/*====================================*/
/*	フォント設定
/*====================================*/

.px18{
	font-size:18px;
}

.px14{
	font-size:14px;
}

.px12{
	font-size:12px;
}



.px14,.px12,.px18{
	color:#000000;
	line-height:20px;
}



/*====================================*/
/*	warapper
/*====================================*/

#warapper{
	width:800px;
	height:auto;
	margin:0 auto;
	background-color:#ffffff;
}
#main_warapper{
	width:760px;
	height:auto;
	margin:0 auto;

}

/*====================================*/
/*	navigation
/*====================================*/
#navigation{
	width:800px;
	margin:0 auto;
	height:auto;
}
/*====================================*/
/*	main_view
/*====================================*/

#main_view{
	width:800px;
	height:416px;
	background-image:url(../img/main_view.jpg);
	background-repeat:no-repeat;
}
#main_view_container{
	width:372px;
	height:90px;
	padding:314px 0 0 33px;
}

.warap{
	width:700px;
	height:auto;
	margin: 20px auto;
}

/*====================================*/
/*	content
/*====================================*/

.contents_box{
	width:700px;
	height:auto;
	margin:15px 0 15px 0;
}

.left_container{
	width:300px;
	height:auto;
	float:left;
}

.right_container{
	width:377px;
	height:auto;
	float:left;
	padding:0 0 0 20px;
}

	/*====================================*/
	/*	price
	/*====================================*/
	
	.price_table{
		margin:17px 0;
		width:377px;
	}
	
	.price_table td{
		padding:4px 0 4px 0;
	}
	.price_td{
		text-align:right;
		padding:0 0 0 7px;
	}
	
	/*====================================*/
	/*	contents_image_box
	/*====================================*/
	
	.contents_image_box{
		width:700px;
		height:auto;
		background-image:url(../img/side_box.gif);
		background-repeat:repeat-y;
	}
	
	
address{
	margin:10px 0;
	font-style:normal;
	text-align:center;
	font-size:14px;
}
	
/*====================================*/
/*	float解除
/*====================================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	display: block;
}
