@charset "shift_jis";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color:#333333;
	font: 12px/18px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "MS PGothic", sans-serif;
	background: url(../image/bc_banner01.jpg) repeat-x;
}

#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#wrapper_contents {
	width: 900px;
	height: 650px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/contents.jpg);
	background-repeat: repeat-x;
}
#wrapper_contents1 {
	width: 900px;
	height: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/contents.jpg);
	background-repeat: repeat-x;
}

/* ======================================

	1.header

======================================= */

#header {
	width: 900px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
}
#header .header_logo {
	display: inline;
	float: left;
	height: 75px;
	width: 363px;
	margin-top: -10px;
	margin-left: 5px;
}
#header h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 6px;
	margin-left: 100px;
	float: left;
	color: #FFFFFF;
}

/* ======================================

	2.contents

======================================= */

#contents {
	float: right;
	width: 660px;
	text-align: left;
	display: inline;
	margin-bottom: 20px;
}


#contents #title {
	width: 630px;
	height: 100px;
	margin: 10px 15px 6px;
}

#contents #title h2 {
	display: none;
}

#contents #title .cate {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	margin: -25px 0 0 50px;
	
}

#contents #title .cate a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#contents #title .cate a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#contents #title .cate a:hover {
	color: #FFCC33;
	text-decoration : none;
}

#contents .pankuzu {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin: 0 15px 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background: no-repeat;

}

#contents h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-left: 10px solid #CCCCCC;
	margin: 0 15px;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 10px;
	background: #EEEEEE url(../image/test1.jpg);
	height: 20px;
	width: 610px;
}

/* ’Ç‰Á */
#contents h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#contents .submain {
	width: 610px;
	float: right;
	margin: 10px 15px 10px 35px;
	overflow: auto;
	font-size: 13px;
}

#contents th,td {
	border-bottom: 1px dotted #CCCCCC;
}

#contents .company_img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

img {
	float: none;
	margin: 0px;
}


/* ’Ç‰Á */
#contents ul {
	list-style-type: disc;
	margin-right: 5px;
}


/* ======================================

	3.footer

======================================= */

#footer {
	width: 100%;
	height: 19px;
	background: url(../image/footer.jpg) repeat-x;
	color: #FFFFFF;
}
#footer .menu{
	float: left;
	margin-left: 6%;
}
#footer .copy {
	float: right;
	margin-right: 6%;
}

#footer .menu a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC33;
  text-decoration : none;
}

/* ======================================

	4.side menu

======================================= */

#wrapper #sidemenu {
	display: inline;
	text-align: left;
	float: left;
	width: 240px;
}
#sidemenu .menu {
	margin-top: 10px;
	margin-left: 15px;    
	margin-bottom: 10px;
}
#sidemenu .menu li {
	margin-bottom: 10px;
}
#sidemenu .address_text {
	font-weight: bold;
	margin: 10px 0 20px 15px;
	color: #;
}
