@charset   "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	line-height: 20px;
	text-align: center;
	background : url(../material/main/bg_02.gif) repeat;
	font-family: Verdana,sans-serif;
	font-size: 12px;
}

a:link{
	color: #3373e8;
}

a:visited{
	color: #731a80;
}

a:hover{
	color : #ed1b83;
	text-decoration: none;
}

a:active{
	color : lime;
	text-decoration: none;
}

img {
	border: 0;
}

.red {
	color : #ef3f0c;
}

#container {
	width: 720px;
	margin: 0px auto;
}

#header {
	height: 340px;
	margin-bottom: 20px;
}

#header_01 {
	height: 60px;
	background: #ffffff;
}

#header_02 {
	height: 230px;
	background : #ffffff url(../material/main/tray.gif) no-repeat;
}

#header h1 {
	float: left;
	width: 400px;
}

#m_navi {
	margin-top: 29px;
}

#header_02 img {
	margin-top: 13px;
}

#header_02 embed {
	margin-top: 13px;
}

#footer {
	clear: both;
	height: 85x;
	margin-bottom: 20px;
	text-align: right;
}

#footer div img {
	margin-right: 20px;
}

