﻿body	{background-color:#989898;
	margin-top:0;
	padding-top:0}
a	{color: #017acd}

/* コンテナ */
div#container	{
	width: 760px;
	background-color:#ffffff;
	border:solid 1px #333333;
	margin-left: auto;
	margin-right: auto}

/* トップバー */
div#topbar	{background-color: #ffffff;
	border-bottom:solid 1px #333333;}

div#topbar img	{border:none}

/* オレンジ */
div#orenge	{
	background-color:#ffcc99;
	height:16px;
	background-image:url(img/line01.gif);
	background-repeat: repeat-y;
	border-top:solid 1px #333333;
	margin-bottom:0px}

/* コンテンツ */
div#content	{
	width: 60%;
	height:450px;
	background-color:#ffffff;
	margin-top:25px;
	margin-left: auto;
	margin-right: auto;
	padding:16px;
	}

div#content h2	{
	background-color: #ffffff;
	background-image: url(img/tagu.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #333333;
	line-height: 15px;
	padding-left: 16px;
	margin-bottom: 0;
	margin-top:0}

.midashi3	{font-size: 21px;
	font-weight: bolder;
	color: #333333;
	line-height: 20px;
	margin-left: 16px}

div#content p	{font-size: 0.75em;
	color: #333333;
	line-height: 160%;
	margin-top: 10px;
	text-align: center;
	}



/* フッター */
div#footer	{background-color:#e0e0e0;
	clear:both;
	height:36px;
	line-height: 36px}

address	{font-size: 16px;
	font-style: normal;
	text-align: center}