@charset "utf-8";
body, p, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dd, form, address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color:#5F605B;
	font-size:14px;
}
img {
	border:none;
	vertical-align:top;
}



/*ヘッダー*/
#headerBox {
	width:100%;
	background:url(../images/head_bg.gif) center top repeat-x;
	padding-top:5px;
	height: 140px;
}
#header {
	margin:0 auto;
	padding-bottom:17px;
	width:760px;
}
#header:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#headerLeft {
	float: left;
	width: 420px;
	margin-right:15px;
}
.headerCopy {
	display:inline;
}
#headerRight {
	width: 325px;
	float:right;
}
#headerRight p {
	text-align: right;
	margin-bottom: 7px;
	margin-top: 11px;
}
#headerRight ul {
	list-style: none;
}
#headerRight li {
	display: inline;
}








/*ナビゲーション*/
#navi {
	width: 240px;
	margin-top: 12px;
	float: left;
}
#naviCon {
	background:url(../images/contents_btm.gif) bottom left no-repeat;
	padding-bottom:0px;
	padding-bottom:10px;
}
#navi ul {
	width:237px;
	list-style: none;
	background: url(../images/contents_bg.jpg) right top no-repeat;
	border-left: 3px solid #CCCCCC;
	padding-bottom:1px;
}
#navi li {
	margin-bottom:12px;
	margin-left:17px;
}
#cmsBox {
	background:url(../images/contents_btm.gif) bottom left no-repeat;
	padding-bottom:0px;
	padding-bottom:10px;
	margin-top: 13px;
}
#cmsText {
	width:227px;
	list-style: none;
	border-left: 3px solid #CCCCCC;
	padding-bottom:1px;
	height: 320px;
	overflow: auto;
}
#cal {
	margin-top:15px;
	width: 240px;
	height: 247px;
}
.infoTitle {
	line-height: 1.5;
	margin-left: 20px;
	font-size: 12px;
	color: #EA6A05;
}
.infoText {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 10px;
}


/*ラッパー*/
#wrapper {
	width:760px;
	margin: 0 auto;
}
#wrapper:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}


/*コンテンツ*/
#contents {
	width: 480px;
	padding: 0 20px;
	text-align: left;
	font-size: 14px;
	float: right;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	min-height: 1151px;
	height: auto !important;
	height: 1150px;
}
#contents:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
h2 {
	margin: 0 -20px 20px -20px;
}
.textP {
	margin-bottom:15px;
}
.bottomP {
	margin-bottom:20px;
}
h3 {
	margin: 0 -4px 3px 0;
}




/*フッター*/
#footer {
	width: 100%;
	font-size:12px;
	background-color: #F7931E;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#footerNavi{
	width:760px;
	height: 52px;
	background: url(../images/footer.gif) no-repeat center top;
	padding-top:47px;
	margin: 0 auto;
}
#footerNavi p{
	width:480px;
	text-align:center;
	margin-left:260px;
}
address {
	text-align:center;
	margin-top:20px;
	padding-bottom:20px;
	color: #FFFFFF;
}



/*リンク*/
a:link {
	color: #8C715B;
}
a:visited {
	color: #8C715B;
}
a:hover {
	color: #990000;
}

address a:link {
	color: #FFFFFF;
}
address a:visited {
	color: #FFFFFF;
}
address a:hover {
	color: #990000;
}
.red {
	font-size: 16px;
	color: #FF0000;
}
#blogBanner {
	margin-top: 15px;
}
.clear {
	clear:both;
}
