/* 基本CSS　*/

body {
	text-align: center;
	background-color: #FFFFFF;
	color: #666666;
	}

/*見出し*/
h1
	{
	font-size: 60px;
	line-height: 10px;
	padding-left: 20px;
	}
h2
	{
	font-family: "メイリオ", Osaka, sans-serif;
	font-size: 18px;
	color: #FF3333;
	margin: 0px;
	}
/*今週のピックアップ見出し*/
h3
	{
	font-family: "メイリオ", Osaka, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	margin: 1em 0px;
	background-color: #3366CC;
	border-top: single 1px #666666;
	border-bottom: single 1px #666666;
	clear: both;
	}
/*クレジット表記用*/
h4
	{
	font-family: "メイリオ", Osaka, sans-serif;
	font-size: 8px;
	font-style: bold;
	line-height: 120%;
	}
/*本文*/
p1
	{
	font-family: "メイリオ", Osaka, sans-serif;
	font-size: 8px;
	line-height: 150%;
	}
/*サイド１用*/
p2
	{
	font-family: "メイリオ", Osaka, sans-serif;
	font-size: 8px;
	line-height: 150%;
	}
/*クレジット表記下段*/
address
	{
	font-family: "Times New Roman", Times, Serif;
	font-size: 8px;
	font-style: normal;
	text-align: center;
	border-top: dashed 1px #666666;
	padding-top: 5px;
	margin-top: 5px;
	clear: both;
	}
p1 img
	{
	float: left;
	margin-right: 5px;
	border: solid 1px #666666;
	}
/*リンク*/
a
	{
	text-decoration: none;
	}
a:link
	{
	color: #006600;
	}
a:visited
	{
	color: #000000
a:hover
	{
	color: #FF3300;
	}
a:active
	{
	color: #FF3300;
	}
	