@charset "utf-8";

/* 週刊つり太郎
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0.03em;
	background : url(../img/back.jpg) repeat-x; 
	text-align: center;
	line-height: 1.55;
}
h1 {
	padding:10px 0;
	font-size: 18px;
	color: #009bdb;
}
h2 {
	padding:10px 0 7px 40px;
	font-size: 16px;
	color: #009bdb;
}
p {
	font-size: 14px;
	color: #666666;
}
a {
	color: #009bdb;
}
a:visited {
	color: #939598;
}
a:hover {
	color: #e74030;
	text-decoration:underline;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}


/* ヘッダー
---------------------------------------------*/
#header {
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	background : url(../img/header_bg.jpg) no-repeat; 
}
*html body #header_left {
	float:left;
	margin:2px 0 1px 25px;
}
#header_left {
	float:left;
	margin:2px 0 0 50px;
}
*html body #header_right {
	float:right;
	margin:2px 25px 1px 0;
}
#header_right {
	float:right;
	margin:2px 50px 0 0;
}
/* メインメニュー
---------------------------------------------*/

#navi_pip {
	clear:both;
	margin:0 0 0 50px;
	width: 900px;
	height: 40px;
	list-style-type: none;
}
#navi_pip ul {
	list-style-type: none;
}
#navi_pip li {
	float: left;
	width: 180px;
}
#navi_pip li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:40px;
	padding-top: 40px;
	background-image: url(../img/menu.jpg);
	color: #FFFFFF;
}

	
	/* 通常 */
	#pip01 a { background-position:  0     0; }
	#pip02 a { background-position: -180px  0; }
	#pip03 a { background-position: -360px 0; }
	#pip04 a { background-position: -540px 0; }
	#pip05 a { background-position: -720px 0; }


	/* オンマウス */
	#pip01 a:hover { background-position:  0     -40px; }
	#pip02 a:hover { background-position: -180px  -40px; }
	#pip03 a:hover { background-position: -360px -40px; }
	#pip04 a:hover { background-position: -540px -40px; }
	#pip05 a:hover { background-position: -720px -40px; }

table.ttt{
	border: 0px solid #666680;
}
tr.ttt{
	border: 0px solid #666680;
}
td.ttt{
	border: 0px solid #666680;
}
