body {background-image: url(../img/bar/bar-background-color-ob.png);}

a	{ text-decoration: none }
A:link { color: red; }
A:visited { color: red; }
A:active { color: white; }
A:hover { color: white; }

/* コンテナ */
div#container	{
	background-image: url(../img/bar/bar-under.png);
	background-repeat: repeat-y;
	width: 1100px;
	margin-left: auto;
	margin-right: auto}
	
/* ヘッダー */
div#header	{background-color: #000000;
	background-image: url(../img/09/top-headline3.png);
	padding: 1px 10px 200px}

div#header h1	{margin: 0}

div#header p	{color: #000000;
	font-size: 0.75em;
	margin: 0}

/* パンくずリスト */
p#bread	{
	background-color: #000000;
	font-size: 0.75em;
	margin-top: 5px;
	margin-bottom: 5px}

/* コンテンツ */
div#content	{
	background-color: #000000;
	width: 900px;
	float: right;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px}

div#content h2	{
	background-color: #000000;
	background-image: url(../img/bar/bar-gold-900-H2.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #000000;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 10px}


div#content h3	{
	background-color: #000000;
	background-image: url(../img/bar/bar-gold-900-H3.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #000000;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px}

div#content p	{
	font-size: 0.75em;
	line-height: 1.6;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 10px}


/* サイドバー */
div#sidebar	{width: 190px;
	float: left;
	margin-bottom: 25px}

ul.sidemenu	{font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

ul.sidemenu li a:hover	{background-color: #DFAF1F}

p.feed	{margin-bottom: 10px}


p.feed img	{border: none;
	vertical-align: middle}

/* フッター */
div#footer	{background-image: url(../img/bar/bar-footer.png);
	background-repeat: repeat-x;
	width: 1100px;
	margin-top: 0;
	line-height: 28px;
	padding-top: 5px;
	clear: both}

address	{font-size: 0.8em;
	font-style: normal;
	text-align: center}
