@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

body {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* CSS Document */

#container {
	width:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	width:900px;
	height: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo2021.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#wrapper {
	float:right;
	width:640px;
	text-align: left;
	color: #333333;
}
#content {
	float:left;
	width:270px;
	height: 800px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar1 {
	float:left;
	width:230px;
	text-align: left;
}
.sidebar1_ul2 {
	display: block;
	width: 225px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 180%;
	color: #333333;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 10px;
}
.sidebar1_ul2 ul li {
	list-style-type: none;
	display: block;
	width: 225px;
	height: 25px;
}
.sidebar1_ul2 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	background-image: url(images/title-off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 225px;
	background-position: left -5px;
}
.sidebar1_ul2 ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-image: url(images/title-on.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 225px;
	background-position: left -5px;
}
#footer {
	width:900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 150%;
	color: #FFFFFF;
	height: 80px;
	background-color: #FF0000;
	text-align: center;
	padding-top: 20px;
	clear: both;
}
#apDiv1 {
	position:absolute;
	top:120px;
	width:900px;
	height:200px;
	z-index:1;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.title120 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333333;
	border-top-width: 8px;
	border-top-style: double;
	border-top-color: #FF9696;
	border-bottom-width: 8px;
	border-bottom-style: double;
	border-bottom-color: #FF9696;
	line-height: 150%;
	display: block;
	letter-spacing: 0.3em;
	text-align: center;
}
.title120-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333333;
	border-left-width: 30px;
	border-left-style: solid;
	border-left-color: #FF9696;
	letter-spacing: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9696;
	clear: right;
}
.left_img {
	clear: right;
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
}
.size90 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	line-height: 140%;
}
.size100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 170%;
	color: #333333;
}
.size150 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 150%;
	font-weight: 500;
	color: #333333;
}
.size120 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 150%;
}
.color {
	color: #FF0000;
}
.wrapper_li {
	list-style-position: inside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 170%;
	color: #333333;
	padding-left: 10px;
}
