@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------*/
/* base */

* {
	margin: 0;
	padding: 0;
}

html {
	/*フッター固定処理用*/
	height: 100%;
	}

body {
	color: #000000;
	background: #FFFFFF;
	font-size:16px;
	line-height:30px;
	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	/*フッター固定処理用*/
	height: 100%;
	}

img {
	border: none;
}

a {
	outline: none;
	border-style: none;
	}
a:focus {
	outline: 0;
	}

/*テキストリンク*/
a:link {
	color: #0000CC;
	text-decoration:underline;
	}
a:hover {
	color: #CC0000;
	text-decoration:underline;
	}
/*a:visited {
	color: #0000CC;
	text-decoration:underline;
	}*/

.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}

.leftbox {
	float: left;
}
.rightbox {
	float: right;
}

/*----------------------------------------------------------------------*/

/* ALL */
#container{
	width: 100%;
	/*フッター固定処理用*/
	height: auto !important;
	height: 100%;
	min-height: 100%;
	}

/* header */

#HeaderBase{
	background: #FFFFFF url(../images/body_top.gif) repeat-x;
	width: 100%;
	height: 100px;
	}
#HeaderBase .Header {
	width: 800px;
	height:100px;
	line-height:21px;
	margin: 0 auto;
	background: #FFFFFF url(../images/header_bg.gif) repeat-x;
	}
#HeaderBase .Header .logo{
	width: 490px;
	float:left;
	}
#HeaderBase .Header .pagecon{
	width: 300px;
	float:left;
	padding: 5px 0 0 0;
	text-align:right;
	}
#HeaderBase .Header .fontcon{
	width: 300px;
	float:left;
	padding: 5px 0 0 0;
	text-align:right;
	}
#HeaderBase .Header .searchcon{
	width: 300px;
	float:left;
	padding: 5px 0 0 0;
	text-align:right;
	}

/* header Menu */

#HeaderMenu {
	width: 777px;
	height:44px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align:center;
	}
	
/* pankuzu */

#pankuzu {
	width: 750px;
	height:10px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align:right;
	}
	
/* main */

#mainmaster {
	width:820px;
	height:100%;
	margin: 0 auto;
	background: #FFFFFF url(../images/base_wall.gif) repeat-y;
	clear:both;
	}
	
#main {
	width:800px;
	margin: 0 auto;
	text-align:left;
	/*フッター固定処理用 padding-bottom */
	padding-bottom: 126px;
	}

/* 左側の要素 */
#main .leftblock {
	float:left;
	width: 205px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:left;
	}
#main .leftblock .menu1 {
	width: 205px;
	padding: 0 0 0 0;
	}
#main .leftblock .menu2 {
	width: 205px;
	padding: 5px 0 0 0;
	}
#main .leftblock .pdf {
	width: 205px;
	padding: 20px 0 0 0;
	}
#main .leftblock .address {
	width: 205px;
	padding: 100px 0 10px 0;
	}
#main .leftblock .address .title {
	width: 195px;
	padding: 0 0 5px 10px;
	text-align:left;
	font-weight:bold;
	color:#006600;
	}
#main .leftblock .address .txt {
	width: 195px;
	padding: 0 0 0 10px;
	text-align:left;
	line-height:21px;
	}

/* 右側の要素 */
#main .rightblock {
	float:left;
	width: 590px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:left;
	}
#main .rightblock .topImage1 {
	width: 579px;
	background: #FFFFFF url(../images/top_image1_center.jpg) repeat-y;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	}
#main .rightblock .topImage1 .btn{
	width: 327px;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	text-align:left;
	}
#main .rightblock .topImage1 .txt{
	float:left;
	width: 249px;
	margin: 0 0 0 0;
	padding: 20px 0 0 15px;
	text-align:left;
	}
#main .rightblock .topImage1 .topFlash{
	float:left;
	width: 310px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:left;
	}
#main .rightblock .topImage2 {
	width: 590px;
	padding: 10px 0 0 0;
	text-align:left;
	}
#main .rightblock .topics {
	width: 590px;
	padding: 10px 0 0 0;
	text-align:left;
	}
#main .rightblock .topics .txt{
	width: 550px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align:left;
	}
#main .rightblock .topImage3 {
	width: 295px;
	float:left;
	padding: 20px 0 0 0;
	text-align:left;
	}
#main .rightblock .topImage3 img {
	padding: 0 0 10px 0;
	}
#main .rightblock .topImage4 {
	width: 295px;
	float:left;
	padding: 20px 0 0 0;
	text-align:left;
	}

/* footer */

#footer {
	clear:both;
	width: 100%;
	height:126px;
	background: #FFFFFF url(../images/body_bottom.gif) repeat-x;
	/*フッター固定処理用*/
	position: relative;
	margin-top: -126px;
	}
#footer .footerbase {
	width: 800px;
	height:126px;
	background: #FFFFFF url(../images/footer_bg.gif) repeat-x;
	margin: 0 auto;
	padding: 0 0 0 0;
	}
#footer .footerbase .menu {
	width: 620px;
	height:20px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: left;
	font-size: x-small;
	}
#footer .footerbase .menu .btn{
	float:left;
	width: 300px;
	height:20px;
	text-align: left;
	font-size: x-small;
	}
#footer .footerbase .menu .pagetop{
	float:right;
	width: 300px;
	height:20px;
	text-align: right;
	font-size: x-small;
	}
#footer .footerbase .copyright {
	clear:both;
	width: 700px;
	height:30px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: x-small;
	}
/*----------------------------------------------------------------------*/
/*フッター固定処理用*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}  
.clearfix {display: inline-block;}  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%;}  
.clearfix {display: block;}  
/* End hide from IE-mac */
