@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ";
	background-image: url(../images/body.png);
	background-repeat: repeat;
	background-position: center center;
}
#wrapper_head {
	display: block;
	padding: 0px;
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/wrap.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#header_frame {
	padding: 0px;
	height: 30px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	display: block;
}
h1 {
	display: block;
	padding: 0px;
	height: 30px;
	width: auto;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
.logo {
	display: block;
	height: auto;
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#rightcol {
	padding: 0px;
	float: right;
	height: auto;
	width: 650px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 200px;
	margin-left: 0px;
}
#mainimg {
	padding: 0px;
	height: auto;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#mainimg  img{
padding: 0px;
width: 650px;
height: auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
#content-frames {
	display: block;
	padding: 20px;
	height: auto;
	width: 620px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
h2 {
	display: block;
	padding: 0px;
	height: 55px;
	width: 615px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 16px;
	line-height: 55px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #50C7B8;
	text-align: left;
	text-indent: 10px;
}
#content-frames p {
	display: block;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.img1 {
	display: block;
	margin: 0px;
	float: right;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.img2 {
	display: block;
	margin: 0px;
	float: left;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#leftcol {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 270px;
}
h3 {
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding: 0px;
	height: 45px;
	width: 270px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #50C7B8;
	background-image: url(../images/h3.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	text-align: center;
}
#sub-menu {
	display: block;
	height: 40px;
	width: 260px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(../images/submenu.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	line-height: 40px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
}
#sub-menu a {
	text-decoration: none;
	color: #000;
	display: block;
}

#sub-menu a:hover {
	text-decoration: none;
	color: #666;
}
#clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: auto;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftcol p {
	font-size: 12px;
	color: #333;
	height: auto;
	width: auto;
	word-break: break-all;
	line-height: 20px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#leftcol p a {
	text-decoration: none;
}
#leftcol p a:hover {
	text-decoration: underline;
}
#leftcol p img {
	float: right;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	display: block;
	padding-right: 0px;
}

#footer {
	padding: 0px;
	height: 150px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 150px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/wrapper.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	text-decoration: underline;
	color: #999999;
}
#body_wrapper {
	display: block;
	background-image: url(../images/wrapper.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#frame_link {
	font-size: 13px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	display: block;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#frame_link a {
	text-decoration: none;
}
#frame_link a:hover {
	text-decoration: underline;
}
#frame_link .link_text {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #50C7B8;
	text-decoration: none;
	display: block;
	padding: 5px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content-frames #sub-menu {
	display: block;
	font-size: 15px;
	line-height: 40px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	height: 40px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(../images/sub.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #50C7B8;
	text-align: left;
	text-indent: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content-frames #sub-menu a {
	color: #000;
	text-decoration: none;
	display: block;
}
#content-frames #sub-menu a:hover {
	color: #666;
	text-decoration: none;
	text-align: left;
	text-indent: 25px;
	background-repeat: no-repeat;
	background-position: center center;
}
table {
	border-collapse: collapse;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
}
td,tr {
	border: 1px solid #e1e1e1;
	border-collapse:collapse;
	font-size:14px;
}
th {
	font-size: 14px;
	font-weight: normal;
	background-color: #f6f6f6;
	text-align: left;
	text-indent: 5px;
}
