@charset "shift_jis";
@import url("without_ie.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: 730px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/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_head {
	width: 730px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#head_left {
	width: 15px;
	height: 60px;
	float: left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/head_left.png',SizingMethod='crop');
}
#head_center {
	float: left;
}
#head_right {
	width: 15px;
	height: 60px;
	float: right;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/head_right.png',SizingMethod='crop');
}

#frame_main {
	width: 730px;
	height: 727px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#main_left {
	width: 5px;
	height: 727px;
	float: left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/main_left.png',SizingMethod='scale');
}
#main_center {
	float: left;
}
#main_right {
	width: 5px;
	height: 727px;
	float: right;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/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;
}