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

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;
}
/* */

.clearboth {
    clear:both;
}	
caption {
	text-align: left;
}
th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top;
}

fieldset {
	border: 0;
}

input {
	margin: -1px 0;
}


/* 文書本体 (body) */

body {
	margin: 0;
	color: #333333;
	text-align: center;
	font-family: "メイリオ", "Meiryo", Verdana, Arial, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background: url(../img/body_back.jpg) repeat-x;
}


/* リンクテキスト (a) */

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


/* 画像 (img) */
img {
    border: none;
}


/* その他制御 */

.novisible {
	display: none;
}
#container {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
}
#header {
	height: 147px;
	width: 900px;
	background-image: url(../img/header_back_sub.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#index_header {
	color:#FFF;
	height: 425px;
	width: 900px;
	background: url(../img/header_back.jpg) no-repeat;
	position: relative;
}
#global_navigation {
	height: 74px;
	width: 900px;
	background-image: url(../img/global_navigation.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
body#index #global_navigation {
	height: 112px;
	width: 900px;
	background-image: url(../img/global_navigation_i.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
#contents {
	width: 900px;
	height: auto;
	padding-top: 20px;
}
body#index #contents {
	width: 900px;
	height: 565px;
	padding-top: 20px;
	position: relative;
}
#index_leftside {
	height: auto;
	width: 168px;
	position: absolute;
	left: 0px;
	top: 20px;
}
#index_rightside {
	height:  auto;
	width: 168px;
	right: 10px;
	position: absolute;
	top: 20px;
	right: 0px;
}
#index_center {
	height: auto;
	width: 534px;
	position: absolute;
	left: 185px;
	top: 20px;
}
#main {
	float: right;
	width: 670px;
	height: auto;
	display: inline;
	margin-bottom: 23px;
	padding-bottom: 15px;
}
#jigyousyo_kensaku {
	height: 350px;
	width: 534px;
	background-image: url(../img/back_search.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 17px;
}
#sidemenu_left {
	float: left;
	width: 210px;
	height: auto;
	margin-bottom: 20px;
}
#sidemenu_sub {
	height: auto;
	width: 200px;
	border: 1px solid #CCCCCC;
	margin-left: 3px;
	background: #FFFFFF;
	float: left;
}


#footer {
	clear:both;
	background-image: url(../img/footer_back.jpg);
	background-repeat: repeat-x;
	height: 310px;
	color: #FFFFFF;
}
#footer_waku {
	height: 310px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/footer_waku_back.jpg);
	background-repeat: no-repeat;
}
