﻿@charset "utf-8";

/* ケータイ魚釣り　ニャンペイ
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0.03em;
	background-color: #00a0e9;
	text-align: center;
	line-height: 1.55;
}
a {
	color: #19598f;
}
a:visited {
	color: #939598;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}
img {
	border: none;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}


/* ヘッダー
---------------------------------------------*/
#header {
	width: 1000px;
	height: 189px;
	margin: 0 auto;
	background : url(../img/header_bg.jpg) no-repeat; 
}
*html body #logo {
	float:left;
	margin:100px 0 0 340px;
}
#logo {
	float:left;
	margin:97px 0 0 680px;
}

/* メニュー
---------------------------------------------*/
#main_menu {
	margin: 0 auto;
	text-align: center;
	width:900px;
	height: 54px;
	background : url(../img/menu_bg.jpg) ; 
}
#main_menu ul {
	margin: 0 auto;
	text-align: center;
	width:880px;
	float: left;
	list-style: none;
}
#main_menu li {
	padding : 11px 0 0 25px;
	float: left;
}
#main_menu a {
	height: 25px;
	display: block;
	overflow: hidden;
	height: 0 !important;
	height; /**/0px;
	padding-top: 25px;
	color: #FFFFFF;
}

/* オフマウス
---------------------------------------------*/
#top a {
	width:159px;
	height :24px;
	background-image : url(../img/fish01.gif); 
}
#kisyu a {
	width:133px;
	height :26px;
	background-image : url(../img/kisyu01.gif); 
}
#faq a {
	width:39px;
	height :24px;
	background-image : url(../img/faq01.gif); 
}
#mypage a {
	width:128px;
	height :30px;
	background-image : url(../img/mapage01.gif); 
}
#attention a {
	width:132px;
	height :25px;
	background-image : url(../img/attn01.gif); 
}
#tyouka a {
	width:116px;
	height :29px;
	background-image : url(../img/kotu01.gif); 
}

/* オンマウス
---------------------------------------------*/
#top a:hover {
	width:159px;
	height :24px;
	background-image : url(../img/fish02.gif); 
}
#kisyu a:hover {
	width:133px;
	height :26px;
	background-image : url(../img/kisyu02.gif); 
}
#faq a:hover {
	width:39px;
	height :24px;
	background-image : url(../img/faq02.gif); 
}
#mypage a:hover {
	width:128px;
	height :30px;
	background-image : url(../img/mapage02.gif); 
}
#attention a:hover {
	width:132px;
	height :25px;
	background-image : url(../img/attn02.gif); 
}
#tyouka a:hover {
	width:116px;
	height :29px;
	background-image : url(../img/kotu02.gif); 
}

