@charset "shift_jis";
@import url("without_ie_base.css") all;

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.5em;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","Lucida Grande", sans-serif;
	color: #333333;
	background-image: url(images/bg_pattern1.gif);
	background-repeat: repeat-x;
}
img {
	border: 0;
}
#frame_top {
	width: 736px;
	height: 28px;
	margin-right: auto;
	margin-left: auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/base_frame_top.png',SizingMethod='crop');
}
#frame_bottom {
	width: 736px;
	height: 28px;
	margin-right: auto;
	margin-left: auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/frame_bottom.png',SizingMethod='crop');
}

#frame_main {
	width: 736px;
	height: 277px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#main_left {
	width: 8px;
	height: 277px;
	float: left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/base_main_left.png',SizingMethod='scale');
}
#main_center {
	float: left;
}
#main_center .select {
	width: 720px;
	height: 33px;
	background-image: url(images/base_bar2.jpg);
	background-repeat: no-repeat;
}
#main_right {
	width: 8px;
	height: 277px;
	float: right;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/base_main_right.png',SizingMethod='scale');
}

#frame_contents {
	width: 736px;
	margin-right: auto;
	margin-left: auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/frame_bg.png',SizingMethod='scale');
	float: none;
}
#contents {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	float: none;
}
#copyright {
	width: 585px;
	height: 58px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/copyright.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: none;
}
a {
	position:relative;
	top:0px;
	left:0px;
}
a:link {
	color:#336699;text-decoration:none;
}
a:visited {
	color:#993399;text-decoration:none;
}
a:active {
	color:#993399;text-decoration:none;
}
a:hover {
	text-decoration:underline;
}