body		{background-color:#ffffff;
		margin:0px;
		padding:0px}
/* コンテナ */
div#container	{background-image:url(../img/side_back.gif);
		/*background-repeat:repeat-y;*/
		background-color:#eeeeee;
		width:770px;
		margin-left:auto;
		margin-right:auto;
		border-right:solid 1px #888888;
		border-left:solid 1px #888888;
		}
/* ヘッダー */
div#header	{background-color:#009dc4;
		background-image:url(../img/header_bg2.png);
		height:120px;
  		background-repeat:no-repeat;
		;}

div#header h1	{margin:0px;
		padding-top:10px;
		padding-left:10px;}
/* ページ階層状態表示 */
p#root_info	{background-color:#666666;
		border-top:solid 1px #888888;
		border-bottom:solid 1px #888888;
		color:#ffffff;
		font-size:0.75em;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;}

p#root_info a	{text-decoration:none;
		}

p#root_info a	{color:#ffffff;}
/* コンテンツ */
div#content	{background-color:#ffffff;
		background-image:url(../img/bg_img1.png);
		background-repeat:no-repeat;
		background-position:right bottom;
		border-left:solid 1px #888888;
		width:559px;
		float:right;
  		margin-left:auto;
  		margin-right:0px;
		margin-bottom:0px;
		padding-left:0px;
		padding-right:0px;
		display:inline;}
		
div#content2	{
		background-color:#ffffff;
		margin-top:0px;
		margin-left:10px;
		margin-right:11px;
		padding-right:1px;
		border-top:solid 1px #888888;
		border-bottom:solid 1px #888888;
		border-left:solid 1px #888888;
		border-right:solid 1px #888888;
		}
		
div#content h1	{
		color:#555555;
		background-image:url(../img/h1.jpg);
		background-repeat:no-repeat;
		margin-left:10px;
		margin-right:10px;
		margin-top:5px;
		margin-bottom:0px;
		padding-top:2px;
		padding-left:10px;
		font-size:1em;
		color:#666666;
		line-height:23px;
		}		
div#content h2	{background-color:#009dc4;
		/*background-image:url(../img/h2.jpg);*/
		font-size:1em;
		color:#ffffff;
		line-height:27px;
		margin-top:1px;
		margin-bottom:0px;
		padding-left:0.5em;}

div#content h3	{background-color:#afde1e;
		/*background-image:url(../img/h3.png);*/
		background-repeat:x-repeat;
		font-size:1em;
		color:#ffffff;
		line-height:25px;
		margin-top:0px;
		margin-left:20px;
		margin-bottom:0px;
		padding-bottom:0px;
		padding-left:0.5em;
		}

div#content h4	{line-height:1;
		margin-top:10px;
		margin-left:20px;
		margin-bottom:10px;
		margin-right:20px;
		border-bottom:dotted 2px #888888;
		}

div#content p   {font-size:0.75em;
		color:#333333;
		line-height:1.5;
		/*border-bottom:dashed 1px;*/
		margin-top:5px;
		margin-right:15px;
		margin-left:20px;}

div#content table{border-collapse:collapse;
		table-layout:auto;
		font-size:0.75em;
		margin-top:20px;
		margin-left:20px;
		width:519px;
		}
div#content table,tr,td{
		color:#222222;
		border:solid 1px #888888;
		background-color:#ffffff;
		line-height:1.5em;
		padding-top:5px;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:3px;
		}
div#content  hr{border-width:1px;
		margin-left:10px:
		
}
div#content p img{margin-right:10px}

/* サイドバー */
div#sidebar	{width:180px;
		float:left;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:0px;
		padding-top:10px;
		padding-bottom:0px
		;}

ul.sidemenu	{font-size:0.9em;
		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:#333333;
		border-top:dotted 1px #222222;
		padding-left:10px;}
ul.sidemenu li a:hover{background-color:#009dc4;
		color:#ffffff}

ul.sidemenu ul	{margin:0;
		padding-left:10px;
		font-size:0.85em}

ul.sidemenu ul li a{color:#000000;
		border-top:dashed 1px #888888;
		line-height:30px;
		margin-bottom:0px}

ul.sidemenu ul li a:hover{background-color:#afda1e;
		color:#ffffff}

/* フッター */
div#footer	{background-color:#ffffff;
		border-top:solid 1px #999999;
		width:770px;
		margin-left:auto;
		margin-right:auto;
 		background-image : url(../img/footer_line.png);
		border-bottom:solid 1px #888888;
 		background-repeat:repeat-x;
		margin-top:0;
		padding-top:10px;
		clear:both
;}
address		{font-size:0.75em;
 		font-style:normal;
		text-align:right
;}