@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../img/milk_bg_wh.jpg);
	background-repeat: repeat-x;
	background-color:#E6E6E6;
	background-position: center top;
}

a	{
	color: #39C
}

/* コンテナ */
div#container	{
	background-image: url(../img/side-or840.png);
	background-repeat: repeat-y;
	width: 840px;
	margin-left: auto;
	margin-right: auto
}

/* ヘッダー */
div#header	{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 200px;
	background-repeat: repeat;
	background-color: #FFF;
	background-image: url(../img/top_bk.jpg);
}

div#header h1	{margin: 0}

div#header p	{
	color: #333;
	font-size: 0.85em;
	margin: 0
}

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


/* メイン */
div#main	{
	width: 840px;
	float: left
}

/* コンテンツ */
div#content	{
	width: 640px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px
}

div#content h2	{
	background-color: #014471;
	background-image: url(../img/bar-or.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #333;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0
}

div#content h3	{
	background-color: #e0e0e0;
	background-image: url(../img/bar-orange.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0
}

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


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

ul.sidemenu	{font-size: 0.75em;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	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: #333;
	background-color: #FF9933;
	border: solid 1px #ffffff;
	margin-bottom: 10px;
	padding-left: 10px
}

ul.sidemenu li a:hover	{
	background-color: #FC3
}

ul.sidemenu ul 	{
	margin: 10px 0;
	padding: 0;

}

ul.sidemenu ul li a 	{
	background-color: transparent;
	color: #333;
	border: none;
	line-height: 24px;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

ul.sidemenu ul li a:hover 	{
	background-color: #faffda;
	color: #000000;
	
}


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

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-color: #ffffff;
	background-image: url(../img/footer_bk.png);
	background-repeat: repeat-x;
	background-position: 0 17px;
	width: 840px;
	margin-top: 0;
	padding-top: 25px;
	clear: both;
	height: 110px;
}

address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	padding-top: 30px;
}
#container #footer address a:link {
	color: #333;
}
#container #main #content p {
}
#kome {
	color: #F60;
}
#container #main #content ul li {
	font-size: 12px;
	line-height: 18px;
}

