@charset "UTF-8";
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	line-height: 1.6;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(../images/bg.gif);
}
h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}

ul.mark {
	padding: 20px;
	list-style-type: circle;
}
ul.mark li {
	margin-left: 30px;
}
img {
	border: none;
}
a {
	color: #000000;
}
a:hover {
	color: #a40000;
}
.look {
	background: #FFFF99;
}

#header {
	background: url(../images/header_bg.gif) no-repeat center top;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

#header h3 {
	position:absolute;
	top: 32px;
	left:50%;
	color:#fff;
	z-index:10;
	margin: 10px 10px 0 40px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	height: 13px;
}

#logo {
	position:absolute;
	top: 40px;
	left:50%;
	margin-left: -410px;
	width:796px;
	height:51px;
	padding:2px 0px 5px 12px;
	-moz-opacity:.40;
	filter:alpha(opacity=40);
	opacity:.40;
}

#header #main-img {
	padding-top: 42px;
}

#menu li {
	display: inline;
}

#contents {
	background: url(../images/contents_bg.gif) repeat-y center;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 11px;
	padding-left: 11px;
}

#main {
	float: right;
	width: 490px;
	display: inline;
	margin-right: 20px;
	word-break: break-all;
}

#main h4{
	margin-top: 5px;
	background: url(../images/bar14.gif) no-repeat left center;
	padding-left:30px;
	height:30px;
	color:#333;
}

.text_r {
	margin-left: 50%;
}
.totop {
	margin-left: 20px;
}

#sub {
	float: left;
	width: 242px;
	display: inline;
	margin-left: 20px;
	margin-top: 5px;
}

#sub p {
	padding: 0.5em 0 0.5em 12px;
}

#sub h4 {
	font-size: 100%;
	padding-left:10px;
	text-align: left;
	background: #fff url(../images/h4_bg.gif) no-repeat top left;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 22px;
	height: 22px;
}

#sub h5 {
	font-size: 100%;
	margin: 0 0 0 10px;
	padding-left:15px;
	text-align: left;
	background: #fff url(../images/sikaku05.gif) no-repeat center left;
	font-weight: normal;
	margin-bottom: 0;
}

#sub .waku ul.navmenu li a {
	text-decoration: none;
	display: block;
	background: url(../images/arrow2.gif) no-repeat 0px center;
	margin-left: 10px;
	padding-left: 20px;
	zoom: 1;
}

#sub .waku ul.navmenu li a:hover {
	background: #FFFFFF url(../images/arrow2over.gif) no-repeat 5px center;
	padding-left:25px;
}

#sub .waku {
	border: none;
	padding: 5px;
	background: #fff;
	margin-bottom: 20px;
}

#sub img {
	margin-top: 10px;
}
#sub a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

.ta1 {
	border-width: 1px;
	border-style: none none none solid;
	border-color: #ccc;
	width: 490px;
	margin: 0;
	background: url(../images/ringo_mark.gif) no-repeat right bottom;
}

.ta1 td {
	padding: 5px;
	vertical-align: top;
}

.ta1 h3 {
	color: #6a3906;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(../images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ta1 p, .ta1 ul{
	line-height: 1.6em;
	margin-left: 20px;
}

.ta1 .waku img {
	vertical-align: bottom;
}

.ta1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}
.ta1 dl {
	margin-top: 0px;
	margin-left: 20px;
}

.ta1 dt.w80 {
	float: left;
	width: 80px;
}
.ta1 dd.w80 {
	margin-left: 85px;
}
.ta1 dt.w100 {
	float: left;
	width: 100px;
}
.ta1 dd.w100 {
	margin-left: 105px;
}
.chart {
	border: none;
	margin: 0;
	padding: 0;
}
.chart td{
	font-size: 12px;
	padding: 0;
	vertical-align: bottom;
	line-height: 16px;
	height: 16px;
}

#footer {
	clear: both;
	background: url(../images/footer_bg.gif) no-repeat center bottom;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-top: 50px;
}

#footer ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
}

#footer .menutop {
	border-left: 1px solid #CCCCCC;
}

#copyright {
	line-height: 1.2;
	font-size: 12px;
	padding-bottom: 20px;
}

#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents {
	display: inline-block;
}

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */

/*その他 ------------------------------------------------------------------*/
.hidden{
	display:none;
}

.photo{
	float: left;
	padding: 10px;
}

.line {
	background: url(../images/line.gif) no-repeat center center;
	height:5px;
}
