
a:link
{
	color: rgb(204,0,0);
}
a:visited
{
	color: rgb(102,102,102);
}
a:active
{
	color: rgb(255,204,0);
}

/* コンテナ */
div#container	{width: 100%;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #ffffff;
	background-image: url(nameplate.jpg);
	padding: 28px 20px 57px}

div#header h1	{margin: 0}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}

/* メニュー */

ul#menu	{font-size: 0.75em;
	margin-top: 1px;
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color: #ffffff}

ul#menu li	{list-style-type: none;
	float: left}

ul#menu li a	{display: block;
	width: 100px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #ff6600;
	border-right: solid 1px #ffffff}

ul#menu li a:hover	{background-color: #cc0033}


/* コンテンツ */
div#content	{width: 100%;
	margin-left: auto;
	margin-right: auto}

div#content ul
{
	list-style-image:url('blobul1e.gif');
	font-size: 0.875em; }

div#content ul ul
{
	list-style-image:url('blobul2e.gif');
	font-size: 0.875em; 
}

div#content h2	{background-color: #ff6600;
	background-image: url(h2-bar-orange.png);
	background-repeat: repeat-x;
	font-size: 1.2em;
	color: #993300;
	font-weight: bold;
	padding-left: 12px;
	margin-bottom: 0}

div#content h3	{background-color: #ffffff;
	background-position: 0px 2px;
	color: #cc6633;
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 0px;
	margin-top: 12px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px}

div#content p	{font-size: 0.875em;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px}

/* フッター */
div#footer	{color: #ffffff;
	background-color: #ff6600;
	margin-top: 25px;
	padding-top: 0px;
	padding-bottom: 0px}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}


/* パンくずリスト */
p#bread	{background-color: #ffffff;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 20px}


