﻿body	{margin: 0;
		padding: 0;
	 overflow-y: scroll
}
		
/* コンテナ */

div#container	{
	background-image: url(img/line-gray.png);
	background-repeat: repeat-y;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	width: 790px;
	margin-left: auto;
	margin-right: auto;


}

/* ヘッダー */


div#header		{
	background-image: url(img/top.jpg);
	padding: 5px 5px 85px;
}

/* div#header h1	{margin: 0} */


div#header p	{
	color: #000000;
	font-size: 10px;
    margin: 0
}

/* メニュー */

ul#menu		{
	font-size:0.70em;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0px;
	height: 30px;
	background-color: #005087;
	border-bottom: solid 1px #666666
}
			
ul#menu li	{list-style-type: none;
			float: left}
			
ul#menu li a	{
    display: block;
	width: 130px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #005087;
	border-right: solid 1px #ffffff
}
				
ul#menu li a:hover {background-color: #0171cd}
				
			
/* パンずリスト */

p#bread			{font-size:0.75em;
				margin-top: 3px}


/* コンテンツ */


div#content  {
	width: 570px;
	float: right;
	margin-top: 10px;
	margin-left: auto;
	margin-right: 30px;
	margin-bottom: 25px;
	display: inline
}
				

div#content h2  {
	background-color: #00a0e9;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0
}

div#content h3	{
	margin: 0}

div#content h4	{
	background-color: #8fc31f;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0}

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


/* サイドバー */

div#sidebar		{width: 166px;
				float: left;
				overflow: hidden;
				margin-bottom: 25px}

ul.sidemenu		{
	border-top:solid 2px #666666;
	font-size: 0.75em;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
	line-height: 0}



ul.sidemenu li	{list-style-type: none;}

ul.sidemenu a	{
    display: block;
	line-height: 30px;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	border-bottom: solid 2px #666666;
	padding-left: 5px
}
				
ul.sidemenu li a:hover {
	background-color: #8fc31f
}



/* フッター */

div#footer		{background-image: url(img/line-blue.png);
				background-repeat: repeat-x;
				background-color: #FFFFFF;
				margin-top: 25px;
				padding-top: 8px;
				padding-bottom: 5px;
				clear: both}

address			{font-size: 0.75em;
				font-style: normal;
				text-align: center}
				
