/*基本設定*/

a { text-decoration: none;
    font-weight: bold}
	
	
a:link {color:#111111}

a:visited  {color:#111111}

body   { margin:0;
		padding:0;
		background-image:url(image/back-dark.png)}


/*グループ０１*/

div#group1  {width:800px;
			  margin-left:auto; margin-right:auto;
			  border:solid 1px #666666;
			  background-image:url(image/line-gray.png);
            background-repeat:repeat-y}

/*ヘッダー*/

div#header   {width:800px;
                height:90px;
				margin-top:0;
				padding-top:0;
				border-bottom:solid 1px #666666;
				background-image: url(../image/sky-gray.jpg);
				background-repeat:no-repeat;
				float:right}

div#header h1 {font-size:0.75em;
               color:#ffffff;
			   text-align:right;
			   margin:0}
			   
div#header p  {margin-left:10px;
               margin-top:0;
			   margin-bottom:0}
			   
div#header img {border:none}

/*フッター*/

div#footer    {
	background-image:none;
	background-repeat: repeat-x;
	background-color:#ffffff;
	border-top:solid 1px #666666;
	width:800px;
	margin-top: 0px;
	padding-top: 0px;
	clear:both;
	text-align: center;
	font-weight: normal;}

address       {font-size: 0.75em;
               font-style:normal;
			   text-align:center}
			   
div#footer a {
	font-size:0.75em;
	font-weight: normal;
}
/*  メイン   */

div#main    {width:800px;
             float:left}
			  
/*  コンテンツ  */			  
			  
div#content     {width:580px;
                 margin-left: auto;
				 margin-right:auto;
				 float:right;
				 background-color:#ffffff}
			  
div#content img {width:580px; height:150px}
		
		
div#content  h2    {background-color:#060;
                    background-image: url(image/bar-blue.png);
					background-repeat:no-repeat;
					font-size:0.875em;
					color:#ffffff;
					line-height:28px;
					padding-left:6px;
					margin-bottom:0;
					margin-top:0;
					text-align:center}
					
					
div#content  h3    {background-color:#e0e0e0;
                     background-image:url(../image/bar-green.png);
					font-size:0.875em;
					line-height:23px;
					padding-left:30px;
					margin-bottom:0;
					margin-top:20px}

div#content  p     {font-size:0.75em; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
                    line-height:1.6;
					margin-top:10px;
					margin-left:10px}
			   
div#content th img {width:200px; height:200px; text-align:center;
                    border:none;
					margin-left:10px}
					
					
div#content table  {width:580px; height:100px}

div#content table td  {
	font-size:0.75em;
	text-align:left;
	color: #000;
}

div#content td img  {width:15px;
                 	height:15px;
	　　　           text-align: center}

div#content .new tr th a {font-size: 0.75em}


div#content span.info img  {width:15px; height:15px}

div#content span.info a   {
	font-size: 0.75em;
	color: #006;
}

/*  メニュー */	



div#menu   {width:200px;
			   float:left;
			   border:solid 1px #999}
			   
			   
			   
			
ul.menu  {font-size:0.75em;
              margin-top:0px;
			  margin-left:0px;
			  margin-right:0px;
			  padding-left:0;
			  line-height:0}

ul.menu li    {list-style-type:none}


ul.menu li a   {display:block;
                    line-height:30px;
					text-decoration:none;
					color:#ffffff;
					background-color:#060;
					border-bottom:solid 1px #ffffff;
					padding-left: 10px;
					border-bottom:solid 1px #ffffff}



ul.menu ul     {margin:0; padding:0}




ul.menu ul li a    {background-color:#ffffff;
                      color:#000000;
					  border-bottom: solid 1px #aacfff;
                     line-height:24px}
					 
			 
ul.menu ul li a:hover       {background-color:#F3F3F3}




#content .new tr th a {
	font-size: 0.75em;
}
#group1 #main #content table tr td a {
	color: #006;
}
.info {
	color: #333;
	font-size:0.75em;
	margin-bottom: 5px;
	padding-bottom: 5px;