a	{color: #000000}

body    {background-image: url(draw02.jpg);
         background-repeat: repeat}

/* コンテナ */
div#container	{width: 760px;
	margin-left: auto;
	margin-right: auto;
        border: outset 3px #a9a9a9;
        padding:20px;
        background-color: #bdb76b}

/* ヘッダー */
div#header	{background-color: #017acd;
	background-image: url(top.gif);
	padding: 28px 35px 55px}

div#header h1	{margin: 0}

div#header p	{color: #ff0000;
	font-size: 0.9em;
	margin: 0;
        font-weight: bold}

/* パンくずリスト */
p#bread	{background-color: #bdb76b;
        font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 20px}


/* コンテンツ */
div#content	{width: 540px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px}

div#content h2	{background-color: #014471;
	background-image: url(bar1.jpg);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #000000;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0;
        clear: both}

div#content h3	{background-color: #e0e0e0;
	background-image: url(bar-kumo.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0;
        clear: both}

div#content p	{font-size: 0.9em;
	line-height: 1.6;
	margin-top: 30px}

div#content p#message	{margin-top: 0}


/* サイドバー */
div#sidebar	{width: 190px;
	float: left;
	margin-bottom: 25px}

ul.sidemenu	{
	font-size: 0.9em;
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{display: block;
	line-height: 50px;
	text-decoration: none;
	color: #000000;
	background-image: url(side3.jpg);
	border-bottom: solid 10px #bdb76b;
	padding-left: 5px}

ul.sidemenu li a:hover	{background-image: url(side3.jpg);
                         color: #ffffff}

p.feed	{margin-bottom: 10px;
	margin-left: 12px}

p.feed a	{background-color: #ffffff;
	font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

p.feed img	{border: none;
	vertical-align: middle}


/* フッター */
div#footer	{background-image: none;
	background-repeat: repeat-x;
	width: 190px;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	color: #000000;
	text-align: left;
	padding: 12px}