/*ページの基本デザイン*/

a	{color: #000fff;}

a:hover 	{color: #cc0000;}

body {
	margin: 0px;
	padding: 0px;
	font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}

strong {
	font-weight : normal;}


/* コンテナ */
div#container	{
	width: 800px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
}

/* ヘッダー */
div#header	{
	background-color: #99cc99;
	background-image: url(image800.jpg);
	background-repeat: no-repeat;
	height: 125px;
	padding: 3px 10px;
	border-top: solid 13px #99cc99;
	border-bottom: solid 13px #99cc99;
}

div#header h1	{
	text-align: right;
	font-size: 0.75em;
	font-weight: normal;
	color: #999999;}


/* パンくずリスト */
div#bread 	{font-size: 13px;
	border-bottom: solid 0px #99cc99;
	margin-top: 10px;
	padding-bottom: 15px;}

div#bread a
	{margin-left: 8px;
	text-decoration: none;
	color: #000000;}

div#bread a:hover 	{color: #000fff;
	  text-decoration : underline;}


/* メイン */
div#main	{
	border: solid 1px #99cc99;
	float: left;}

/* コンテンツ */
div#content	{
	width: 748px;
	_width: 722px;
	float: right;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

div#content p	{font-size: 0.875em;
	line-height: 1.6;
	margin-top: 10px;}

div#content h3, div#content p
	{margin: 10px;}

div#content h2	{display: block;
	background-color: #99cc99;
	font-size: 0.875em;
	color: #000000;
	text-align: center;
	line-height: 26px;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 0px;
	margin-bottom: 0px;}

.link {
	font-size: 12px;
	color: #999999;
	margin-top: 15px;
	margin-left: 300px;}


div#content h3	{
	font-size: 0.875em;
	line-height: 23px;
	margin-top: 20px;
	margin-bottom: 0;}


/* フッター */
div#footer	{background-color: #99cc99;
	width: 800px;
	margin-top: 0;
	margin-bottom:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center;}

address a	{text-decoration: none;
	color: #000000;}