﻿@charset "utf-8";

/* ケータイ魚釣り　ニャンペイ
---------------------------------------------*/
#content {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	height: auto;
	overflow: auto !important;
	overflow /**/:hidden;
	background : url(../img/back_bg.jpg) ; 
}
*html body #primary {
	float :left;
	width: 250px;
	margin : 0 10px 0 0px;
	text-align: left;
}
#primary {
	float :left;
	width: 250px;
	margin : 0 20px 0 10px;
	text-align: left;
}
#primary p {
	font-size : 18px;
	color : #666;
}
#secondary {
	float :left;
	width: 620px;
	text-align: left;
}

#fukidasi_top {
	width:  250px;
	height :39px;
	background : url(../img/fuki_top.jpg) no-repeat; 
}
#fukidasi_middum {
	text-align: center;
	width:  250px;
	height: auto;
	overflow: auto !important;
	overflow /**/:hidden;
	background : url(../img/fuki_middum.jpg) ; 
}
#fukidasi_middum p {
	font-size : 25px;
	color : #666;
}
#fukidasi_bottom {
	width:  250px;
	height :74px;
	background : url(../img/fuki_bottom.jpg) no-repeat; 
}


#content_bottom {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	height: 14px;
	background : url(../img/back_bottom.jpg) ; 
}

