@charset "utf-8";
@import url("base.css");

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 13px;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 12px;
	text-align: center;
	margin: 0px auto 0px auto;
	background-color: transparent;
	background-image: url(../img/header_bg.png), url(../img/footer_bg02.png);
	background-repeat: repeat-x, repeat-x;
	background-position: left top, left bottom;
	background-attachment: scroll, fixed;
}

#bodyImage {
	height: 100%;
	min-height: 100%;
}

body > #bodyImage {
	height: auto;
}

h1 {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

h2 {
	margin: 0px;
	text-align: center;
}

h3 {
	margin: 0px;
}

a:link {
	color: #e37202;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #ff3300;
}

.red {
	color: #ff6600;
}

.red-b {
	color: #ff6600;
	font-weight: bold;
}

p {
	margin: 0px;
}

a img {
	border: none;
}

.font-red {
	font-size: 13px;
	color: #ff6600;
}

.font-red-b {
	font-size: 13px;
	color: #ff6600;
	font-weight: bold;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#headerArea {
	width: 960px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#headerH {
	width: 960px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align:right;
	float:right;
}

#headerBlock {
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#utility {
	float: right;
	width: 416px;
	height: 80px;
	margin: 20px 10px 0px 0px;
	padding: 0px;
}

#utility .contact {
	float: left;
	width: 416px;
	margin: 0px;
	padding: 0px;
}

#utility .menu {
	float: right;
	width: 403px;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

#utility .menu .link01 {
	float: left;
	width: 65px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#utility .menu .link02 {
	float: left;
	width: 108px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#utility .menu .link03 {
	float: left;
	width: 206px;
	margin: 0px;
	padding: 0px;
}

#headerLogo {
	float: left;
	width: 500px;
	height: 75px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#gNav {
	clear: both;
	width: 960px;
	height: 50px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/gnav_bg.png);
	background-repeat: no-repeat;
	background-position:center bottom;
}

#gNav li {
	height: 50px;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#gNav li a {
	background: none;
}

#contentsArea {
	width: 960px;
	margin:0px;
	padding: 0px 0px 50px 0px;
	background-color: #ffffff;
	background-image: url(../img/contents_bg.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center;
	background-clip: border-box;
  	background-origin: padding-box;
  	background-size: auto auto;
  	overflow: hidden;
}

#mainContents {
	float: left;
	width: 680px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}

#topicPath {
    overflow-x: auto;
    margin: 20px 0px 0px 20px;
    padding: 0px 0px 20px 0px;
    zoom: 1;
}
#topicPath li {
    display: visible;
    float: left;
    margin-right: 10px;
}
#topicPath li.home {
    padding-left: 20px;
    background-image: url(../img/tp_home.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
#topicPath li.icon {
    padding-left: 14px;
    background-image: url(../img/tp_mark.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
#mainVisual {
	width: 640px;
	margin: 30px 0px 0px 20px;
	padding: 0px;
	text-align: left;
}

.topCap {
	width: 640px;
	margin: 30px 0px 0px 20px;
	padding: 0px;
	text-align: left;
}

.topBox01 {
	width: 640px;
	margin: 20px 0px 0px 20px;
	padding: 0px;
	text-align: left;
}

.topBox01 img {
	margin-top: 20px;
	margin-left: 20px;
}

.topNote {
	clear: both;
	width: 600px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0px;
	text-align: left;
	font-size: 13px;
	line-height: 160%;
}

#newsBox {
	width: 640px;
	height: 625px;
	margin: 20px 0px 60px 20px;
	display: block;
	overflow: auto;
	clear: both;
}

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

#newsBox ul.newsList {
	float: left;
	text-align: left;
	border-bottom: 1px dotted #888;
	overflow: hidden;
	font-size: 13px;
}

#newsBox ul.newsList li {
	float: left;
	padding: 15px 0px;
	line-height: 150%;
	font-size: 12px;
}

#newsBox ul.newsList li.date {
	float: left;
	width: 80px;
	text-align: left;
	display: inline;
	margin: 16px 30px 0px 10px;
	padding: 1px 5px 1px 0px;
	font-size: 12px;
}

#newsBox ul.newsList li.content {
	float: left;
	width: 480px;
	padding-top:17px;
	text-align: left;
	display: inline;
}

#newsBox ul.newsList li.content a {
	font-size: 12px;
}

#newsBox ul.newsList a {
	color: #e37202;
	text-decoration: underline; 
}

#newsBox ul.newsList a:hover {
	color: #333333;
	text-decoration: none;
}

.topBox02 {
	width: 640px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: left;
}

.topBox02 img {
	margin-top: 40px;
}

.topLine {
	width: 640px;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding: 0px;
	border-bottom: 1px #cccccc dotted;
}


.gotoTop {
	clear: both;
	float: right;
	text-align: right;
	margin: 20px 20px 20px 0px;
}

#sideContents {
	float:left;
	width:280px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: transparent;

}

.sideBox01 {
	float: left;
	width: 260px;
	height: 300px;
	margin: 30px 0px 0px 10px;
	padding: 0px;
	background-image: url(../img/sideBox01.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.sideBox02 {
	float: left;
	width: 260px;
	height: 550px;
	margin: 30px 0px 0px 10px;
	padding: 0px;
	background-image: url(../img/sideBox02.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.sideBox03 {
	float: left;
	width: 260px;
	margin: 20px 0px 0px 10px;
	padding: 0px;
	text-align: left;
}

.sideMenu {
	width: 240px;
}
	

.sideNote01 {
	width: 240px;
	margin: 50px 0px 0px 10px;
	padding: 0px;
	text-align: left;
	font-size: 13px;
	line-height: 180%;
	border-bottom: 1px #cccccc dotted;
}

.sideNote01 a {
	color: #e37202;
	text-decoration: line;
}

.sideNote01 a:hover {
	color: #333333;
	text-decoration: none;
}

.sideNote02 {
	width: 240px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: left;
	font-size: 13px;
	line-height: 180%;
	border-bottom: 1px #cccccc dotted;
}

.sideNote02 a {
	color: #e37202;
	text-decoration: line;
}

.sideNote02 a:hover {
	color: #333333;
	text-decoration: none;
}

.sideNote03 {
	width: 240px;
	margin: 8px 0px 0px 10px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-size: 13px;
	line-height: 160%;
	border-bottom: 2px dotted #cccccc;
}

.sideNote04 {
	width: 240px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	text-align: left;
	font-size: 13px;
	line-height: 160%;
}

.sideMenu-Btn01 {
	width:240px;
	margin: 50px 0px 0px 10px;
	padding: 0px;
	text-align: left;
}

.sideMenu-Btn02 {
	width:240px;
	margin: 20px 0px 0px 10px;
	padding: 0px;
	text-align: left;
}

.sideMap {
	width:240px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: left;
}


.sideBanner {
	width: 260px;
	margin-top: 20px;
	padding: 0px;
}

#footerArea {
	clear: both;
	margin: 0px auto;
	margin-bottom: 5px;
	padding: 0px 0px 0px 0px;
}

#footerArea {
	clear: both;
	width: 960px;
	height: 126px;
	margin: 0px auto 5px auto;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../img/footer_img.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	background-clip: border-box;
  	background-origin: padding-box;
  	background-size: auto auto;
  	overflow-x: hidden;
  	overflow-y: hidden;
  	vertical-align:middle;
}	

#bottomNav {
	width: 900px;
	margin: 30px auto 20px auto;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	line-height: 180%;
}

#bottomNav a {
	color: #ffffff;
	text-decoration: inline;
}

#bottomNav a:hover {
	color: #333333;
	text-decoration:none;
}

#footerCopyright {
	clear: both;
	width: 880px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}