/*-------------------------------
base
-------------------------------*/
body {
	margin:0;
	padding:0;
	color: #fff;
	font-size: 12px;
	background: #000;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

h1,h2,h3,h4,p,dl,dt,dd,li,ul,ol,p,div,form {
	margin: 0;
	padding: 0;
}

a img {
	border:none;
}

a:link , a:visited , a:active {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #330000;
	text-decoration: underline;
}
/*-------------------------------
layout
-------------------------------*/
#container02 {
	width:770px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#contents {
	width: 770px;
	height: 300px;
	text-align: left;

}

/*-------------------------------
header
-------------------------------*/
#header {
	width: 770px;
	height: 40px;
	font-size: 13px;
	text-align: right;
}
#header h1 {
	font-size: 10px;
	color: #958E6F;
	float: left;
}
img.logo {
	float: left;
}
/*-------------------------------
contents
-------------------------------*/
h3 {
	text-align: center;
	font-size: 14px;
	color: #FF0000;
}
.mailmaginfo {
	width: 770px;
	height: 190px;
	border: solid 2px #fff;
	background: #000;
	margin: 10px 0 0 0;
	text-align: center;
}
.mmg01 {
	margin: 8px 60px 3px 60px; 
	line-height: 130%;
	font-size: 13px;
	color:#fff;
	font-weight: bold;
	text-align: center;
}
p.mmg02 {
	margin: 20px 0 3px 0; 
	font-size: 13px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 5px 20px;
}
.mmg03 {
	font-size: 13px;
	color:#fff;
	background: #666;
	text-align: left;
	line-height: 130%;
	border: solid 1px #CCCCCC;
	padding: 10px;
}
.mmg04 {
	font-size: 13px;
	color:#fff;
	background: #999;
	text-align: left;
	line-height: 130%;
	border: solid 1px #CCCCCC;
	padding: 10px;
	margin-top: 15px;
}
.boxcolor08 {
	width: 730px;
	height: 55px;
	border: solid 1px #ccc;
	background: #999;
	padding: 10px 0 10px 40px;
	margin: 10px 0 30px 0;
	text-align:left;
}
.boxcolor09 {
	width: 340px;
	height: 640px;
	border: solid 1px #ccc;
	background: #999;
	padding: 10px 0 10px 40px;
	margin: 10px 0 10px 0;
	text-align:left;
}
ul#mmg {
	font-size: 12px;
	line-height: 150%;
}
/*-------------------------------
footer
-------------------------------*/
#footer {
	width: 770;
	height: 25px;
	text-align: center;
	margin: 10px 0 0 0;
	color: #fff;
	border-top: solid 2px #fff;
	clear:both;
}
#footer address { 
	text-align: center;
	padding: 5px;
	font-size: 11px;
	color: #fff;
	font-style: normal;
}

