body
{ 
	background-color:#FFFFFF;
	font-size:96%;
	color:#333333;
	line-height:140%;

}
a
{
	text-decoration:none;
}
h1
{	
	font-size:130%;
	font-weight:bold;
	display:inline;
}
/*項目タイトルに使用*/
h2
{	
	
	font-size:100%;
	font-weight:bold;
	color:#333333;
	display:inline;

}
/*背景画像付*/
h2.special
{
	font-size:105%;
	font-weight:bold;
	color:red;
	display:block;
	text-align:center;
	background-image: url("../image/h2.jpg");

}

b
{
	font-size:15px;
	font-weight:bold;
	color:#333333;
}

#site
{
	width:750px;
	margin:10px 10px 10px 10px;
	padding:1.2%;
	background-color:#FFFFFF;
	border:none;

}

/* 画像＋テキストのときそろえる */
.title{
	vertical-align:30%;
}

#header
{
	margin:0.5% 0% 2.5% 0%;
	padding:1% 0% 1% 0%;
	border-top:none;
	border-bottom:none;
}

#footer
{
	margin:0.5% 0% 2.5% 0%;
	padding:1% 0% 1% 0%;
	text-align:center;
	border-top:none;
	border-bottom:none;
}
