﻿@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;
}
#secondary h1 {
	float :left;
	width: 560px;
	height :42px;
	background : url(../img/title_bg.jpg) no-repeat; 
	font-size : 15px;
	padding : 8px 0 0 60px;
	color : #ff4500;
}
#secondary h2 {
	float :left;
	width: 560px;
	font-size : 15px;
	color : #ff4500;
}
#secondary img {
	float :left;
	margin : 0 10px 10px 20px;
}
#secondary p {
	clear:both;
	width: 560px;
	float :left;
	font-size : 14px;
	margin : 0 10px 15px 20px;
	color : #666;
}
#secondary p.setumei {
	clear:both;
	width: 560px;
	float :left;
	font-size : 14px;
	margin : 0 10px 15px 20px;
	color : #000066;
}
*html body #secondary li {
	float :left;
	clear:both;
	width: 560px;
	font-size : 14px;
	margin : 0 10px 10px 0px;
	color : #666;
}
#secondary li {
	float :left;
	font-size : 14px;
	margin : 0 10px 10px 40px;
	color : #666;
}
#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; 
}

table {
	margin : 10px 10px 15px 120px;
	clear:both;
	text-align: center;
}
td {
	font-size : 13px;
	color : #fff;
}
#content_bottom {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	height: 14px;
	background : url(../img/back_bottom.jpg) ; 
}
