body {
background-image: url(../img/bar/bar-background-color.png);
background-repeat: no-repeat;
background-position:top;
background-color:#000000;
}

a	{ text-decoration: none }
A:link { color: #bdb76b; }
A:visited { color: #bdb76b; }
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#container-inner	{
	background-image: url(../img/bar/bar-under.png);
	background-repeat: repeat-y;
	background-position: right top}
	
/* ヘッダー */
div#header	{background-color: #000000;
	background-image: url(../img/09/top-headline1.png);
	padding: 1px 10px 200px}

div#header h1	{margin: 0}

div#header p	{color: #000000;
	font-size: 0.6em;
	margin: 0}

/* パンくずリスト */
p#bread	{
	background-color: #000000;
	font-size: 0.75em;
	margin-top: 5px;
	margin-bottom: 5px}


/* メイン */
div#main	{width: 900px;
	float: left}

/* コンテンツ */
div#content	{
	background-color: #000000;
	width: 700px;
	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-700-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-700-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.7em;
	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: #bdb76b}

p.feed	{margin-bottom: 10px}


p.feed img	{border: none;
	vertical-align: middle}
	
/* 右サイドバー */
div#sidebar-right	{width: 190px;
	float: right}

div.info	{border: solid 1px #000000;
	margin-bottom: 10px}

div#sidebar-right h2	{background-color: #000000;
	color: #bdb76b;
	font-size: 1em;
	text-align: center;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px}

div#sidebar-right p.photo	{}

div#sidebar-right p	{font-size: 0.75em;
	margin: 0px 0px}

div#sidebar-right ul	{font-size: 0.75em;
	margin: 0px;
	padding: 0}

div#sidebar-right ul li 	{background-image: url(maru-green.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-left: 0px;
	list-style-type: none}

/* フッター */
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}
