/* CSS Document */
body       {background-color:#000000}			

.position  {width:100%;
			text-align:center;
			height:100}
			
.center		{border-style:solid;
			    border-width:1px;
			 	border-color:#ffffff;
			 	width:700px;
             	text-align:center;
				margin-left:auto;
			 	margin-right:auto;
			 	background-color:#ffffff;
				padding:0px}
			


a	{color:#ffffff}

a:hover	{color:#000000}


/* === ヘッダー部分のスタイル === */

.head	{background-color:#0033cc;
		 width:100%;
		 height:75px;
	 	 margin-left:auto;
	 	 margin-right:auto;
		 border-color:#0033cc;
		 }

.head td	{vertical-align:middle;
	 		padding:0px;
			border-width:1px}



.head h1	{color:white;
	 		 margin-bottom:1px}
	 
.head1a img {width:45px; height:1px}


/* === メニュー部分のスタイル === */

.menu	{width:100%;
	 	background-color:#0033cc;
	 	font-size:12px;
	 	font-weight:bold;
	 	color:white;
	 	border-top:solid 1px white}

.menu div	{padding-top:5px;
	 		padding-bottom:4px}

.menu1	{text-align:light}

.menu1 div	{float:left;
	 		width:80px;
	 		border-right:solid 1px white;
	 		text-align:center}

.menu1 a	{color:white;
 	        text-decoration:none;
	        display:block}
	 
.menu1 a:hover	{color:#ffff00}

.menu2	{text-align:right}

.menu2 div	{float:right;
             width:80px;
			 border-left:solid 1px white;
			 text-align:center}
			 
.menu2 a   {color:white;
            text-decoration:none;
			display:block}		 
		 
.menu2 a:hover	{color:#ffff00}		 
		 
		


.menu1a img {width:500px; height:1px}
.menu2a img {width:200px; height:1px}

/* === コンテンツ部分のスタイル === */

.main	{width:600px;
	     margin-top:40px;
	     margin-left:auto;
	     margin-right:auto;
	     text-align:left}
	 
.main h2	{font-size:18px;
	 border-bottom:solid 2px #330099;
	 padding-bottom:3px;
	 margin-bottom:12px}

.main p     {font-size:15px;
     line-height:12px;
	 color:#000000;}


.link	{font-size:smaller;
	 margin-bottom:20px}
.link hr	{color:#66cc33;
	 background-color:#66cc33;
	 border:none}


	 	
img.photo {float:left;	
		   margin-right:10px;
		   margin-bottom:10px;
		   margin-top:10px}
		   
img.photo2 {float:right;	
		    margin-left:10px;
		    margin-bottom:10px;
		    margin-top:10px}		   

table.main th {background-color:#ffdd00;
    		   border-style:solid;
			   border-width:2px;
			   border-color:#330099}
			   
table.main td {border-style:solid;
 			   border-width:2px;
			   padding:10px;
			   border-color:#ff0000;}
			   
table.main    {border-style:solid;
               border-width:5px;
			   border-color:#ff0000;
			   margin-left:auto;
			   margin-right:auto}			   

.style3 {color: #0000FF}


/* === コピーライツ部分のスタイル === */			   			   
			   			   
.lights  {font-size:smaller;
	      text-argin:center;
		  margine-bottom:20px}
.lights hr  {color:#66cc33;
     background-color:#66cc33;
	 border:none}
