@charset "utf-8";
/* CSS Document */


@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	
}

body {
	background: url(../img/base/body_bg.gif) repeat-x;
	text-align: center;
	position: relative;
	z-index: 1;
}
#wrap {
	width: 720px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	padding-left: 10px;
	background: none;
}

h1 {
	height: 30px;
	background: url(../img/base/h1_logo.gif) no-repeat;
}


hr {
	height: 1px;
	margin: 0px 20px 5px 10px;
	clear: both;
	display: none;
}

a {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-size: 1.5em;
	color: #333;
}
h2,h3,h4,h5 {
	height: 30px;
	margin: 20px 0px 2px; 
}

p {
	margin: 5px 0px;
}
#main {
	width: 720px;
}
#aside,

#navi,
#shortcut,
#submenu,
#path,
#util,
.plugin,
.order,
.contact,
.nodisp,
.submit,
.req,
input,
textarea
{
	display: none;
}
.ir {
	z-index: 1;
}
