/* CSS Document */

*	{
	color: #333333;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body	{
}
img	{
	border-style: none;
}
li	{
	list-style-type: none;
}
#wrapper	{
	height: auto;
	margin: 0 auto;
	position: relative;
}
#header	{
	position: relative;
	height: 350px;
}
#header #top01	{
	position: absolute;
	background-image: url(../images/header_bar.png);
	background-repeat: repeat;
	height: 60px;
	width: 100%;
	z-index: 0;
}
#header #top01 ul	{
	float: right;
	margin: 13px 20px 13px 0;
}
#header #top02 li	{
	float: right;
	margin-left: 10px; 
}
#header #top02	{
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 3;
}
#header #h1_title	{
	height: 360px;
	width: 950px;
	margin: 0 auto;
}
#header h1	{
	position: absolute;
	top: 6px;
	width: 950px;
	height: 420px;
	margin: 0 auto;
	z-index: 1;
}
#header #navi	{
	position: absolute;
	background-image: url(../images/navi.png);
	background-repeat: repeat;
	height: 40px;
	width: 100%;
	top: 320px;
	z-index: 0;
}
#contents	{
	width: 920px;
	margin: auto;
	position: relative;
}
#side	{
	width: 210px;
	height: 700px;
	background-image: url(../images/side_back.png);
	background-repeat: no-repeat;
	margin: 20px 0 15px 0;
	position: absolute;
	left: 0px;
	z-index: 1;
}
#side img	{
	z-index: 3;
}
#side img a:hover	{
}
#side ul ul	{
	margin-left: 25px;
}
#side ul ul li	{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: bold;
	color: #930;
	margin: 15px 20px;
}
#side ul li a	{
}
#side ul li img	{
}
#middle	{
	width: 10px;
	height: 720px;
	float: left;
}
#kind #middle	{
	width: 10px;
	height: 2450px;
	float: left;
}
#processing_method #middle	{
	width: 10px;
	height: 1000px;
	float: left;
}
#saga #middle	{
	width: 10px;
	height: 720px;
	float: left;
}
#index #main	{
	background-image: url(../images/main_back.png);
	height: 700px;
	width: 690px;
	margin: 20px 0 15px 0;
	z-index: 0;
	font-size: 16px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
}
#saga #main	{
	height: 700px;
}
#saga #main img	{
	margin-left: 20px;
}
#knowledge #main	{
	height: 700px;
}
#main	{
	background-image: url(../images/main_back.png);
	height: auto;
	width: 690px;
	margin: 20px 0 15px 0;
	z-index: 0;
	font-size: 16px;
	background-repeat: repeat-y;
	position: absolute;
	right: 0px;
}
#main .main_content	{
	margin: 15px 15px 15px 35px;
	padding: 0 20px 0 20px;
}
#main .main_content p	{
	margin-left: 15px;
}
#main .main_content img	{
	float: right;
	margin: 15px 50px 20px 10px;
}
#main .topics	{
	margin: 20px 0;
	font-size: 22px;
}
#main h4	{
	font-size: 18px;
	margin: 20px 0;
}
#main .bottom	{
	margin-bottom: 50px;
}
#main #attention	{
	font-size: 10px;
	color: #666666;
	margin: 120px 15px 0 25px;
}
#main span a	{
	font-weight: bold;
	color: #990000;
	text-decoration: blink;
}
#main span a:hover	{
	color: #FF9900;
}
#footer	{
	width: auto;
	height: 60px;
	clear: both;
	background-image: url(../images/header_bar.png);
	background-repeat: repeat-x;
	padding-top: 5px;
}
#footer address	{
	font-style: normal;
	margin: 20px;
	font-size: 11px;
	color: #999999;
	text-align: center;
}
