* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(picturefile/bg.jpg) repeat-x;
font-family: FONT-FAMILY: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 100%;
line-height: 1e.m;
color: #333333;
}

img { border: none; }
a { color: #0099ff; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
height: 60px;
background: #00FF00 url(picturefile/grheader.jpg) no-repeat;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #eee;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#intro {
background: #FFF url(picturefile/intro.jpg) no-repeat;
height: 90px;
padding: 30px;
}
#intro h3 {
font-size: 140%;
font-weight: bold;
padding; 0 0 0 11px;
line-height: 24px;
}

#content {
padding: 10px 20px;
}
table{
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-top: 10px;
}
table th {
	padding: 5px;
	line-height: 130%;
	text-align: left;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}
table   td {
	padding: 5px;
	text-align: left;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	line-height: 130%;
}

.left {
width: 730px;
float: clear;
text-align: center;
}
.left h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}


#footer {
border-top: 1px solid #aaa;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
margin-top: 20px;
}
