p { font-size: 1.0em;
    line-height: 1.3;
    font-family: 'Arial', 'Tahoma', sans-serif }
    
body	{
	margin:0px auto;
	padding:10px;
	width:850px;
	background-image: url(4.gif);
	}

a	{color: #017acd}

/* コンテナ */
div#container	{
	background-image: url(line-gray-right.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #ffffff;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	width: 850px;
	margin-left: 0;
	margin-right: auto;
	
    font-family: 'Arial', 'Tahoma', sans-serif
	}

/* ヘッダー */
div#header	{background-color: #dddddd;
	background-image: url(sky-gray2.jpg);
	height: 85px;
	width:810px;
	margin:0xp auto;
	padding:20px;
	text-align:left;
	
    font-family: 'Arial', 'Tahoma', sans-serif
	}

div#header h1	{margin: 25px auto;}

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

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


/* コンテンツ */
div#content	{
	width: 600px;
	height: auto;
	float: right;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 25px;
	display: inline}

div#content h2	{background-color: #FFAA45;
	background-image: url(bar-blue.png);
	background-repeat: no-repeat;
	font-size: 1.3em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0}

div#content h3	{background-color: #FFAA45;
	background-image: url(bar-green.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 1.3em;
	line-height: 23px;
	padding-left: 6px;
	margin-top: 30px;
	margin-bottom: 0}

div#content p	{font-size: 0.95em;
	line-height: 1.6;
	margin-top: 10px}

div#content p#message	{margin-top: 0}


/* サイドバー */
div#sidebar	{width: 190px;
	float: left;
	margin-bottom: 25px}

ul.sidemenu	{border-top: solid 2px #FFAA45;
	font-size: 0.95em;
	margin-top: 30px;
	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: 30px;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	border-bottom: solid 2px #FFAA45;
	padding-left: 5px}

ul.sidemenu li a:hover	{background-color: #FFAA45;
	color: #ffffff}

p.feed	{margin-bottom: 10px;
	margin-left: 12px}

p.feed a	{background-color: #666666;
	font-size: 0.75em;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

p.feed img	{border: none;
	vertical-align: middle}


/* フッター */
div#footer	{	background-image: url(sky-gray3.jpg);
	background-repeat: repeat-x;
	background-color: black;
	height: 20px;
	width: 100%;
	margin-top: 0;
	padding-top: 8px;
	clear: both
	}

address	{font-size: 0.9em;
	font-style: normal;
	color: #ffffff;
	text-align: right;
	padding: 12px auto;
	
    font-family: 'Arial', 'Tahoma', sans-serif}
	

