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

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

html {
	height: 100%;
	overflow-y:scroll; 
}

body {
	height: 100%;
	/*-webkit-text-size-adjust: 100%;*/
	font-size: 16px;
	color: #666666;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 160%;
	text-align: center;
	margin: 0px auto;
	background-color: transparent;
	background-image: url(../img/sky.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}

#bodyImage {
	height: 100%;
	min-height: 100%;
	background-image: url(../img/rainbow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

body > #bodyImage {
	height: auto;
}

h1 {
	font-size: 15px;
	color: #444444;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

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

.red {
	color: #ff6600;
}

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


.clear {
	clear: left;
}

a {
	color: #FF66CC;
	text-decoration: underline; 
}

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

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

#headerArea {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

/*#headerH h1 {
	width: 960px;
	margin: 0px 0px 0px 20px;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	color: #ffffff;
	float: right;
}*/

#headerBlock {
	width: 980px;
	height: 120px;
	margin: 0px auto;
	padding: 7px 0px 0px 0px;
}

#headerLogo {
	float: left;
	text-align: left;
	width: 310px;
	height: 98px;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}

#headerContact {
	float: right;
	text-align: right;
	width: 580px;
	height: 48px;
	margin: 55px 20px 0px 0px;
	padding: 0px;
}

#mainVisual {
	width: 980px;
	height: 390px;
	margin: 0px auto 0px;
	text-align: center;
}

#contents {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	display: inline-block;
	text-align: left;
	background: url(../img/bg.jpg) repeat;
}

#bNav {
	clear: both;
	width: 980px;
	height: 100px;
	margin: 20px auto 30px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

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

.topCap01 {
	float: left;
	width: 900px;
	height: 50px;
	margin: 0px 0px 20px 40px;
}

.topBox01 {
	width: 900px;
	height: 200px;
	margin: 20px 0px 0px 40px;
	padding: 0px;
	text-align: left;
	/*border-bottom: 1px dotted #888;*/
}

.topBox02 {
	width: 900px;
	height: 210px;
	margin: 20px 0px 0px 40px;
	padding: 0px;
	text-align: left;
	/*border-bottom: 1px dotted #888;*/
}

.topLeft {
	width: 560px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	text-align: left;
}

.topLeft p {
	font-size: 16px;
	line-height: 160%;
}

.topLeft p .bold {
	font-weight: bold;
}

.topRight {
	float: left;
	text-align: left;
	width: 300px;
	height: 200px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}

.topCap02 {
	float: left;
	width: 900px;
	height: 50px;
	margin: 50px 0px 20px 40px;
}

.topBox03 {
	width: 900px;
	margin: 20px 0px 0px 40px;
	padding: 0px;
	text-align: left;
}

.topBox03 p {
	float: left;
	text-align; left;
	width: 840px;
	margin: 0px 0px 0px 30px;
	font-size: 20px;
	line-height: 200%;
	letter-spacing: 2px;
	color: #009900;
	font-weight: bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";

}

.newsCap {
	float: left;
	width: 900px;
	height: 60px;
	margin: 60px 0px 20px 40px;
}

#newsBox {
	width: 840px;
	height: 400px;
	margin: 20px 0px 40px 70px;
	display: block;
	overflow: auto;
	clear: both;
}

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

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

#newsBox ul.newsList li {
	padding: 15px 0px;
	line-height: 180%;
	font-size: 16px;
}

#newsBox ul.newsList li.date {
	width: 100px;
	float: left;
	text-align: left;
	display: inline;
	margin: 16px 20px 0px 0px;
	padding: 2px 0px 0px 8px;
	background: #009900;
	font-size: 16px;
	color: #ffffff;
	/*letter-spacing: 1px;*/
}

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

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

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

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

#newsBox p {
	width: 600px;
	margin-top: 30px;
	font-size: 14px;
	text-align: right;
}

.gotoTop {
	clear: both;
	width: 900px;
	height: 20px;
	margin: 30px 0px 50px 40px;
	text-align: right;
}

.sectionToTop {
	clear: both;
	width: 625px;
	height: 20px;
	margin: 30px 0px 50px 0px;
	text-align: right;
}

#footerBox {
	float: left;
	width: 900px;
	height: 200px;
	margin: 20px 0px 0px 40px;
	padding: 0px;
	text-align: left;
	background: url(../img/footer_border.png) no-repeat center top;
}

.footerLeft {
	width: 650px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: left;
}

.footerLeft p {
	font-size: 16px;
	line-height: 160%;
	color: #666666;
}

.footerLeft a {
	color: #666666;
	text-decoration: underline; 
}

.footerLeft a:hover {
	color: #CC33CC;
	text-decoration: none;
}

.footerRight {
	width: 230px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	float: right;
	text-align: right;
}

.footerRight p {
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
	color: #666666;
}

.footerText p {
	width: 900px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #999999;
	letter-spacing: 1px;
}

/* mainContents - end */


/* footer - start */

#footer {
	clear :both;
	width: 100%;
	height: 147px;
	margin: 0px auto 0px;
	background-image: url(../img/footer_img.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
}

#footerInner{
	width: 980px;
	height: 147px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/footer_img.png), url(../img/bg.jpg);
	background-repeat: no-repeat, repeat;
	background-position: center bottom, left top;
	text-align: center;
}

/*.footerText p {
	width: 900px;
	margin: 0px 0px 0px 20px;
	float: left;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #999999;
	letter-spacing: 1px;
}

#footerInner:after {
	content: "";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}*/

#footerCopy {
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	/*padding-bottom: 10px;*/
	background: #7A592F;
	text-align: center;
}

#footerCopy p{
	width: 900px;
	margin: 0px auto;
	padding-bottom: 5px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
}

*html #footerCopy {
	padding-top: 15px;
}

/* footer - end */
