/* ブラウザの初期化 */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */

caption {
	text-align: left;
}
th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
fieldset {
	border: 0;
}

/* a-tag link */

a {
    overflow:hidden;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
}
a:hover {
    color: #990000;
    text-decoration: none;
}
a:active {
    color: #820021;
    text-decoration: none;
}


/* image */
img {
    border: none;
}


/* novisible */

.novisible {
	display: none;
}




.clearboth {
	clear: none;
}
.paddingup_big {
	padding-top: 20px;
}
.floatleft  {
    float:left;
}






/* レイアウト */


body {
	background-image: url(../img/body_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "メイリオ", "Meiryo", Verdana, Arial, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #003300;
	text-align: center;
}
#container {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 860px;
	text-align: left;
	left: auto;
	right: auto;
}

#header {
	height: 200px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#chiiki_navi {
	height: 23px;
	width: 532px;
	position: absolute;
	left: 318px;
	top: 90px;
	background-image: url(../img/chiikinavi_rollover.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: right top;
}
#contents {
	height: auto;
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	text-align: left;
}
#contents #sidemenu_left {
	height: auto;
	width: 168px;
	float: left;
}
#contents #main {
	height: auto;
	width: 690px;
	float: right;
}
#contents #main #main_contents {
	height: auto;
	width: 508px;
	float: left;
	padding-left: 3px;
}
#contents #main #sidemenu_right {
	height: 800px;
	width: 168px;
	float: right;
	padding-left: 2px;
}
#footer {
	height: 220px;
	width: 854px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 15px;
	position: relative;
	text-align: left;
}

