body {
	background-image: url(../images/back_img.jpg);
	background-repeat: repeat;
	font-size: 12px;
	margin: 0px;
	line-height: 16px;
	color: #333333;
}
img {
vertical-align: text-bottom;
border: none;
}
h1 {
	color: #BBBBBB;
	font-size: 10px;
	margin-left:100px;
	padding:0px;
	text-align: right;
	font-weight: normal;
	display: inline;
}

a {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #1D2088;
}
#main {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #747474;
	border-left-color: #747474;
	background-color: #FFFFFF;
}
#header01 {
	height: 60px;
	width: 772px;
	padding-top: 6px;
	padding-right: 13px;
}
#header01 form{
	float: right;
	margin-top: 15px;
}
#header01 ul{
	text-align: right;
	list-style-position: inside;
	padding: 0px;
	margin:0px;
}
#header01 ul li{
	font-size: 10px;
	margin-left: 10px;
	display: inline;
}
#header01 img {
	float: left;
	margin-left: 20px;
	margin-top:10px;
	padding-bottom:10px;
}
#header02 {
	background-color: #1D2088;
	background-image: url(/common/img/com_log002.gif);
	background-repeat: no-repeat;
	background-position: 13px;
	clear: both;
	width: 798px;
	height: 20px;
	text-align: right;
}
#footer01 {
	padding-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1D2088;
	border-bottom-color: #1D2088;
	text-align: center;
	font-size: 10px;
	clear: both;
	width: 798px;
	padding-top: 10px;
}
#recbnr {
	border:solid 1px #333333;
	margin-top:10px;
	text-align: center;
}
#recbnr h3 {
	margin-top:5px;
	margin-bottom:5px;
	text-align: left;
}
/*サイドメニュー*/
#side_menu {
	background-color: #707070;
	float: left;
	width: 180px;
}
#side_menu ul {
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#side_menu li {
	margin-bottom: 5px;
	margin-top: 5px;
}
#side_menu li a {
	color: #FFFFFF;
}
#side_menu li a :hover {
	text-decoration: underline;
}
#side_menu #banner {
	background-color: #FFFFFF;
	padding-top: 7px;
	padding-left: 4px;
	padding-bottom: 10px;
}
#kenketsu{
	margin-top: 30px;
	margin-bottom: 30px;
	border:solid 1px #333333;
}
.ctsmenu{
	
}
#pankuzu {
	margin-top:5px;
	margin-bottom:5px;
	margin-right: 15px;
	text-align: right;
	list-style-position: inside;
}
#pankuzu li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}
#pankuzu a {
	padding-right:10px;
	
}
/*コンテンツ*/
#contents {
float:right;
	width: 618px;
}
.rclear {
	clear:left;
}