body {
	height: 100%;
	width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	color: #333;
	text-decoration: none;
	line-height: 1.6em;
	background-color: #FFF;
}
a:link {
	text-decoration: none;
	color: #F12938;
}
a:hover {
	color: #FC0;
}
a:visited {
	color: #F12938;
}
a:active {}
a { outline: none; }
.bg {
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/page_bg_img.jpg);
}
#container {
	padding: 0px;
	height: 100%;
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-width:960px;
}
#container #header{
	width: 100%;
	height: 200px;
	position: fixed;
	margin: 0px;
	padding: 0px;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/header_bg_img.png);
	background-repeat: repeat;
	background-position: left top;
	z-index: 999;
}

#container #header #frameL {
	background-image: url(../images/frame_left.png);
	height: 160px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 20px;
	top: 20px;
}
#container #header #frameR {
	background-image: url(../images/frame_right.png);
	height: 160px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 20px;
	right: 20px;
}
#container #header #indexlogo {
	height: 224px;
	width: 167px;
	text-indent: -9999px;
	background-image: url(../images/index_logo.png);
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 60px;
	top: -43px;
	background-repeat: no-repeat;
	background-position: left top;
}

#container #header #gnav {
	padding: 0px;
	height: 180px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	left: 260px;
	top: 0px;
}
#container #header #gnav li  {
	display: block;
	float: left;
	height: 180px;
	width: 15px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#container #header #gnav li a  {
	display: block;
	height: 180px;
	width: 40px;
	background-image: url(../images/gnavmark.png);
	background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #header #gnav li a:hover {
	background-image: url(../images/gnavmark_swap.png);
}
#container #header #subnav {
	position: absolute;
	top: 35px;
	margin: 0px;
	padding: 0px;
	width: 210px;
	height: 120px;
	left: 650px;
}
#container #header #subnav li {
	margin-bottom: 14px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#container #header #subnav li a {
	display: block;
	height: 30px;
	width: 210px;
}
#container #header #subnav li a:hover {
}
#container #header #time  {
	height: 65px;
	width: 94px;
	background-image: url(../images/time.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	position: absolute;
	top: 40px;
	right: 50px;
	text-align: center;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 40px;
	color: #FFF;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 30px;
}
#container #header #copyright {
	font-size: 10px;
	color: #333;
	position: absolute;
	right: 15px;
	bottom: 12px;
	text-align: right;
	width: 100%;
}
#container #header_mini #indexlogo {
	height: 224px;
	width: 167px;
	text-indent: -9999px;
	background-image: url(../images/index_logo.png);
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 60px;
	top: -43px;
	background-repeat: no-repeat;
	background-position: left top;
}
#container #navbar {
	background-color: #000;
	position: fixed;
	height: 54px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C01C27;
	z-index: 999;
}
#container #news {
	margin: 0px;
	
	background-image: url(../images/index_news_bg_img.png);
	background-repeat: repeat;
	background-position: left top;
	position: fixed;
	z-index: 9999;
	color: #333;
	font-size: 11px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 7px;
	right: 20px;
	bottom: 220px;
}
#container #news #date {
	color: #F12938;
	font-size: 10px;
	text-align: right;
	float: right;
	margin-left: 10px;
}
#container #news #text {
	float: left;
	padding-left: 80px;
	background-image: url(../images/index_info_title.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#container #news #text a{
	color: #333;
}
#container #news #text a:hover {
	color: #990;
	text-decoration: underline;
}


#container #mininav {
	font-size: 10px;
	color: #FFF;
	z-index: 999;
	position: fixed;
	top: 10px;
	right: 10px;
	margin-top: 5px;
}
#container #mininav li {
	display: inline;
	float: left;
	margin-left: 20px;
	background-image: url(../images/mini_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#container #mininav li a {
	color: #FFF;
}
#container #mininav li a:hover {
	color: #F12938;
}
#container #leadbox {
	padding: 0px;
	height: auto;
	width: 15%;
	position: fixed;
	text-align: center;
	z-index: 999;
	margin: 0px;
	top: 10%;
	left: 44%;
	max-width:180px;
	min-width:100px;
	max-height: 450px;
}
#container #contents  {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
}
#container #contents #inner {
	height: 1500px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	background-image: url(../images/header_bg_img.png);
	background-repeat: repeat;
	background-position: left top;
}

.fixed {
	position: fixed;
	top: 100px;
}

#crumbs {
	color: #FFF;
	font-size: 11px;
	background-color: #DE0E1E;
	height: 25px;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 50px;
	text-align: right;
	padding-right: 20px;
}
#crumbs a {
	color: #FFF;
}
ul.sitemap {
	margin: 0px;
	padding: 0px;
}

ul.sitemap li {
	display: block;
	margin-bottom: 10px;
}
ul.sitemap li a {
	display: block;
	color: #000;
	font-size: 14px;
	background-image: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 70px;
}
ul.sitemap li a span {
	color: #C93;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin-left: 20px;
}

ul.sitemap li a:hover {
	background-color: #F0F0F0;
}
#mainimgBox {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#mainimgBox #tximg {
	background-image: url(../images/black_bg_img.png);
	background-repeat: repeat;
	padding: 20px;
	position: absolute;
	top: 10%;
}
#photobox {
	float: left;
	padding: 0px;
	width: 16%;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 4%;
	margin-left: 2%;
}
#photobox img {
	padding: 0px;
	width: 100%;
	margin: 0px;
	height: auto;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
}

#photobox a {
	display: block;
	height: auto;
	width: 100%;
}
#photobox a:hover {
}
#slider {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	position: fixed;
	z-index: -9999;
	background-color: #000;
}

#container #top_prevention {
	margin: 0px;
	
	background-image: url(../images/index_top_prevention_bg_img);
	background-repeat: repeat;
	background-position: left top;
	position: fixed;
	z-index: 9999;
	color: #333;
	font-size: 11px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 7px;
	right: 20px;
	bottom: 260px;
}

#container #top_prevention #date {
	color: #F12938;
	font-size: 10px;
	text-align: right;
	float: right;
	margin-left: 10px;
}
#container #top_prevention #text {
	float: left;
	padding-left: 80px;
	background-image: url(../images/index_info_title.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#container #top_prevention #text a{
	color: #333;
}
#container #top_prevention #text a:hover {
	color: #990;
	text-decoration: underline;
}

