* { margin:0; padding:0; }

BODY,TEXTAREA,INPUT,SELECT { font-family:メイリオ,'Hiragino Kaku Gothic Pro',sans-serif; font-size:0.8em; line-height:1.4em; color:#404040; }
BODY {
	background:url(../img/common/bg_body.gif) repeat-x #fafafa;
}

IMG { border:0; }
LI { list-style-type:none; }

a:link { color:#404040; }
a:visited { color:#6214b3; }
a:hover { color:#1b8eff; text-decoration:none; }

FORM { display:inline; }
INPUT,SELECT,TEXTAREA { font-size:1em;  }
INPUT[type="text"] { padding:0 2px; margin-right:0.1em; }
INPUT[type="password"] { padding:0 2px; margin-right:0.1em; }
INPUT[type="submit"] { display:inline; margin:0; padding:1px 2px; }
INPUT[type="button"] { display:inline; margin:0; padding:1px 2px; }
INPUT[type="checkbox"] { margin:1px 3px; }
INPUT[type="radio"] { margin-right:3px; vertical-align:middle; }
SELECT { height:24px; margin-top:1px; }
TEXTAREA { padding:2px; }
OPTGROUP { font-style:normal; }

#wrapper {
	width:782px;
	margin:0 auto;
}
#container_bg {
	width:782px;
	margin:0 auto;
	background:url(../img/common/bg_wrapper.gif) repeat-y;
}
#container {
	width:748px;
	overflow:hidden;
	padding:8px 17px 10px;
	background:url(../img/common/bg_wrapper_top.gif) no-repeat;
}

#header {
	width:748px;
	padding-bottom:10px;
	line-height:1.1em;
}
#header p {

}
h1 {
	float:left;
	padding-bottom:4px;
	font-size:0.8em;
	font-weight:normal;
}
h2 {
	float:right;
	padding-bottom:4px;
	text-align:right;
	font-size:0.8em;
	font-weight:normal;
}
#logo {
	clear:both;
	position:relative;
	width:748px;
	height:24px;
}
#logo div.left {
	float:left;
}
#logo div.right {
	position:absolute;
	width:210px;
	top:13px;
	right:0;
}
#logo div.right ul{
}
#logo div.right ul li {
	display:inline;
}
#logo div.right ul li img {
	margin-left:12px;
}
#menu {
	width:748px;
	margin-top:6px;
	background:url(../img/common/head_bg.gif) repeat-x;
}
#menu ul {
	margin-top:2px;
}
#menu ul li {
	display:inline;
}
#menu ul li img {
	margin-left:1px;
}
#menu ul li.m0 img {
	margin-left:0;
}



#footer {
	width:748px;
	height:45px;
	padding:16px 17px 0;
	text-align:right;
	background:url(../img/common/footer.png) no-repeat;
	font-size:0.9em;
}

