/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */
p	{
	font-size: 12px;
	text-align: justify;
	line-height: 150%;
	color: #333333;
	}
a:link	{
	text-decoration: none;
	color: #5555ff;
	}
a:visited	{
	text-decoration: none;
	color: #0000ff;
	}
a:hover	{
	text-decoration: underline;
	color: #ff0000;
	}
img	{
	border:none;
	}

/* +++ ボディ設定 +++ */
html {
	background-color:#e8e8e8;
	}
body {
	margin: 0;
	padding: 160px 0 0 0;
	}
#base {
	width:780px;
	margin: auto;
	}
/* ++++++ コンテンツ ++++++ */

#contents	{
	width:780px;
	text-align: center;
	}
#contents h1	{
	background-image: url(images/all/pre_index.png) ;
	background-repeat: no-repeat;
	width:780px;
	height:170px;
	text-indent: -9999px;/*テキストを隠す*/
	}
#contents h2	{
	font-size: 14px;
	color: #ffffff;
	display: block;
	width:780px;
	position: relative;
	top: -60px;
	}

/* +++ フッター +++ */
#footer	{
margin-top:-50px;
	}
#footer p	{
	font-size: 10px;
	text-align: center;
	}

/* 透過png */
* html #contents h1 { behavior: expression(IEPNGFIX.fix(this)); }