<style type="text/css">



a	{color: #003399}

/* コンテナ */
div#container	{width: 1024px}
	

/* ヘッダー */
div#header	{background-color: #696969;
	background-image: url(../image/banner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px 20px 15px}

div#header h1	{font-size:1.75em;
		font-family: 'Arial Black', 'Helvetica', 'sans-serif';
		color: #3300ff;
		margin: 0}

div#header p	{font-size: 1em;
	color: #ffffff;
	font-family: 'Arial Black', 'Helvetica', 'sans-serif';
	margin: 0}

div#add	{font-size: 0.85em;
	color: #ffffcc;
	margin-top: 50px;
	text-align: right}

/* パンくずリスト */
p#bread	{font-size: 0.75em;
	margin-top: 5px;
	margin-bottom: 5px}

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

/* コンテンツ */
div#content	{width: 790px;
	float: right}


div#content h2	{background-color: #92c9ff;
	background-image: url(../image/midashi.png);
	border: outset 2px #f5f5f5;
	font-size: 0.875em;
	color: #000000;
	line-height: 1.8;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 0}

div#content h4	{list-style-type: none;
	background-color: #f0f8ff;
	line-height: 1.2;
	margin-bottom: 0;
	font-size: 0.8em;
	color:#696969;
	padding: 0 5px}　
	
div#content p	{font-size: 0.75em;
	color: #696969;
	line-height: 1.6;
	margin-top: 10px;
	padding-left: 10px}



/* サイドバー */
div#sidebar	{width: 166px;
	float: left;}

div#sidebar p	{margin: 5px 0px}

ul.sidemenu	{font-size: 0.75em;
	font-family: 'Arial Black', 'Helvetica', 'sans-serif';
	color: #000000;
	margin: 0;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	{list-style-type: none}
	
ul.sidemenu li a	{display: block;
	line-height: 2.6;	
	text-decoration: none;
	color: #ffffff;
	background-color: #003399;
	border-bottom: outset 1px #ffffff;
	padding-left: 10px}

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

#side	{margin: 0;
	padding: 0}

#side a	{line-height: 2.5;
	color: #696969;
	background-color: #e6e6fa;
	border-bottom: dotted 2px #6495ed}

#side a:hover {background-color: #ff6699}

/*サイドバー右*/

div#sidebar-right {width: 210px;
  float: right}

div.info  {border: outset 2px #6495ed;
  margin-bottom: 20px}

div#sidebar-right h2  {background-color: #c6e3ff;
  background-image: url(../../image/s_midashi.png);
  background-repeat: repeat-x;
  border-bottom: outset 1px #6495ed;
  color: #000000;
  font-size: 0.75em;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 3px}

div#sidebar-right img {marign-left: 20px}

div#sidebar-right p {font-size: 0.75em;
  color: #696969;
  margin: 10px}

div#sidebar-right ul  {font-size: 0.75em;
  margin: 5px;
  padding: 0}

div#sidebar-right ul li   {background-image: url(image/maru-green.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 13px;
  list-style-type: none}

/* フッター */
div#footer	{background-image: url(../image/line-blue.png);
	background-repeat: repeat-x;
	width: 980px;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

div#footer a	{font-size: 0.75em;
	display: block;
	text-decoration: none;
	color: #696969}

address	{font-size: 0.7em;
	font-family: 'Arial Black', 'Helvetica', 'sans-serif';
	color: #696969;
	font-style: normal;
	text-align: center}

