
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #000099 url(img/back.png) top center repeat-x; 
margin: 0;
padding: 0;
font: normal 8pt/13pt verdana, arial,sans-serif;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(img/bgtop.png) top center no-repeat; 
width: 800px;
height: 78px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(img/bgmiddle.png) center repeat-y; 
width: 766px;
min-height:1100px;
padding: 0px 17px 0px 17px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/
h1 {
	font: 0.7em MS　Pゴシック;
	font-size:30px;
	font-weight:bold;
	color: #FFFFFF;
}
h2 {
	font: 0.7em MS　Pゴシック;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
}
h3 {
	font: 0.7em MS　Pゴシック;
	font-size:16px;
	font-weight:bold;
	color: #;
}
p {
	font: 0.7em MS　Pゴシック;
	font-size:13px;
	color: ;
	line-height: 26px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
background: url(img/header.png) top center no-repeat; 
width: 746px;
height: 106px;
margin: 0px 0px 10px 0px;
padding: 60px 0px 0px 20px;
color: white;
font-size: 50px;
text-align: ;
}
/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin-left: 10px;
float: left;
text-align: left;
font-size: 12px;
font-weight:bold;
}

#menu li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
color:#FFFFFF;
}	
	
#menu li a:link, #menu li a:visited {
color: navy;
display: block;
background:  url(img/off.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
color:#FFFFFF;
}
	
#menu li a:hover {
color: blue;
background:  url(img/on.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
color:#FFFFFF;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
background:  url(img/texttop.png) top left no-repeat;
width: 520px;
margin: 0px 0px 0px 220px;
padding-top: 55px;
border: 2px navy;
height: 950px;
}

img {
border: none;
} 

/**************** リンクNAVIGATION   *******/


#links {
	list-style:none;
	font: 1em MS　Pゴシック;
	font-size:13px;
	color: #FFFFFF;
	font-weight:bold;
	margin-top: 50px;
	padding-left: 15px;
	background-image:  none;
}
#links h2 {
	font-size: 8px;
	font: 0.9em MS　Pゴシック;
	font-size:14px;
	margin-top: 20px;
	color: #FFFFFF;
}

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(img/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 50px;
}

