<!--
 
 
body	{background-color: #f3f3f3;
	margin: 0px auto;
        text-align:center;}

 
a	{color: #0000ff;}

strong {
font-weight: normal;
} 
 
/* コンテナ */
div#container	{width: 760px;
	background-color: #ffffff;
        margin-left: auto;
	margin-right: auto;
        text-align:justify;}
 
/* ヘッダー */
div#header	{background-color: #000066;
		padding: 28px 20px 60px;}
 
div#header h1	{margin: 0;}
 
div#header p	{color: #fafafa;
	font-size: 14px;
	margin: 0;}
 
/* パンくずリスト */
p#bread	{font-size: 14px;
	margin-top: 3px;
	margin-bottom: 30px;
        margin-left: 10px;
       }

 
/* コンテンツ */
div#content	{
	margin-left: 10px;
	margin-right: 10px;}
 
div#content h2	{font-size: 16px;
	color: #0000ff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 30px;
        margin-bottom: 0;
        text-align: center;
}
 
div#content h3	{background-color: #e0e0e0;
	background-image : url(../bar-green.png);
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0;}

 
div#content p	{font-size: 14px;
	line-height: 1.6;
	margin-top: 10px;}
 
 
/* フッター */
div#footer	{border-top: solid 3px #000066;
		width: 760px;margin-top: 25px;
	padding-top: 8px;}
 
address	{font-size: 14px;
	font-style: normal;
	text-align: center;
        }

#footer address  a {
text-decoration: none;
}
 
-->
