/************************************/
/* body              */
body{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka";
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(ch/bg_grid.gif);
}
#box {
	width: 840px;
	padding: 0px;
	margin: 5px;
	text-align: left;
	background-color: #FFFFFF;
	border: solid 1px #666666;
}
/************************************/
/* リンクの色  */
a{ color: #3366FF;
}
a:visited{ color: #3333FF;
}
a:hover{ color: #FFCC33;
}

/************************************/
/*title要素              */
#title {
	height: 185px;
	width: 840px;
	margin: 0px;
	padding: 0px;
	background-image: url(ch/chiku_header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.info_block_l {
	height: 185px;
	width: 147px;
	float: left;
	border: groove;
	padding: 3px;
	overflow: auto;
}

.info_block_r {
	border: 2px dashed #FF9900;
	height: 185px;
	width: 147px;
	float: right;
	background-color: #FFCC66;
	padding: 3px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	overflow: auto;
	font-weight: bold;

}
.info_block_r h1 {
	font-size: 11px;
	color: #FF0000;
	background-color: #FFFFFF;
}

.info_block_r ul {
	padding-left: 15px;
	margin: 0px;
	margin-bottom: 0px;
}

.info_block_r li {
	line-height: 80%;
	margin-top: 0px;
	margin-bottom: 5px;
	list-style-type: circle;
}

/************************************/
/*michi要素              */
#michi {
	height: 28px;
	width: 840px;
	background-image: url(ch/michi_head_01.gif);
	margin: 0px;
	padding: 0px;
}



/************************************/
/*mid_box要素              */
#mid_box {
	width: 840px;
	background-image: url(ch/michi_head_02.gif);
	height: 28px;
	background-repeat: repeat-x;
}


/************************************/
/* 左menu 要素              */
#left_box {
	color: #000;
	width : 147px;
	float: left;
}

/************************************/
/* af関係 要素              */

.ken_jouhou {
}

.ken_site {
	font-weight: bold;
	background-color: #CCCCFF;
}

.ken_jouhou ul {
	padding-left: 15px;
	margin: 0px;
	margin-bottom: 0px;
}

.ken_jouhou li {
	margin-top: 0px;
	margin-bottom: 5px;
	list-style-type: circle;
}

.af {
	padding-top: 5px;
}

/************************************/
/* main 要素              */
#center_box {
	float: left;
    width : 545px ;
	margin: 0px;
}

/************************************/
/* block 要素              */

.block {
	border: 2px dotted #7ca0c0;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.blocktitle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

.blockbody {
	font-size: 12px;
	padding-left: 5px;
}

.block2 {
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.block2title {
	padding: 0px;
	margin: 0px 0px 10px;
	background-color: #4B494A;
}

.block2body {
	padding: 0px;
	margin: 0px 0px 0px;
	text-align: left;
}

.pr_block {
	border: 2px double #999999;
	padding: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.pr_blocktitle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

.pr_blockbody {
	font-size: 12px;
	padding-left: 5px;
}

/************************************/
/* 右menu 要素              */
#right_box {
    color: #000;
    width : 147px ;
	float: left;
}

.jmap {
	border: thin solid #CCCCCC;
	margin: 5px 0px 5px 0px;
}

.jmap_title {
	background-color: #CCCCCC;
	font-weight: bold;
}


/************************************/
/* フッター 要素              */
#footer {
	clear : both;
	width : 100%;
	margin: 0px;
	background-image: url(ch/michi_bottom.gif);
	height: 56px;
}



textarea,input,select {
	font-family : "Osaka","Verdana","Helvetica","Arial",sans-serif;
}

