html{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	margin:0;
	padding:0;
    	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiyro,"ＭＳ Ｐゴシック",sans-serif;
    	background-image:url("img/bg.png");
    	background-repeat:repeat-x;
    	background-attachment:fixed;
	color:#333333;
}
img{
	border:none;
}
#contents{
	width:950px;
	position:relative;
	margin:0 auto;
	padding:0;
	background-color:#ffffff;
}
#header{
	width:950px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#navi ul{
	width:900px;
	height:40px;
	margin:0 auto;
	padding:0;
}
#navi li{
	list-style-type:none;
	display:block;
	height:40px;
	float:left;
	margin:0 auto;
	padding:0;
}
#left{
	width:190px;
	margin:0 0 0 25px;
	float:left;
	text-align:left;
	padding:0;
	}
#main{
	width:680px;
	float:right;
	text-align:left;
	margin:15px 25px 0 0;
	font-size:15px;
    	line-height:175%;
}
#main p{
	padding:0 10px;
}
h2{
	font-size:18px;
	line-height:125%;
	text-align:left;
	color:#0066ff;
	border-bottom:1px solid #dddddd;
	padding:5px 0 2px 0;
}
.table{
	width:680px;
	margin:0 auto;
	border:2px outset #ffffff;
	border-collapse:collapse;
	font-size:14px;
    	line-height:160%;
	top:-5px;
	position:relative;
}
.table th{
	border:2px groove #ffffff;
	width:150px;
	background-color:#fafafa;
	text-align:center;
	font-weight:normal;
}
.table td{
	border:2px groove #ffffff;
	background-color:#ffffff;
	padding:0 10px;
}
.mailform th{
	width:150px;
	text-align:right;
	font-size:15px;
	font-weight:normal;
	padding:5px;
}
.mailform td{
	width:500px;
	text-align:left;
	font-size:15px;
	padding:5px;
}
#sub_navi{
	font-size:13px;
    	line-height:175%;
	clear:right;
	text-align:center;
	margin:0 auto;
}
.red{
	font-weight:bold;
	color:#cc0000;
	}
.clear{
	clear:both;
	}
a:link{
	color:#0000ff;
	text-decoration:none;
}
a:visited{
	color:#0000ff;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
}
#footer{
	width:950px;
	height:30px;
	clear:left;
	margin:0 auto;
	font-size:14px;
	color:#333333;
}
.screenshot {
	float:right;
	margin:0 10px 10px;
	border:1px double #ddd;
}

hr{
	border:1px dotted #ddd;
}