/* デフォルトクリア */
* {
	margin: 0px;
	padding: 0px;
}
/* フォントデフォルトクリア */

h1,h2,h3,h4,h5,h6,p,address,ul,li {
    font-size:1em;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
}
img{
	border: none;
	vertical-align: bottom;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.pagetop {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	font-size: 1em;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* container */
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/* header */
div#header{
	height: 50px;
}
div#header h1 {
	color: #FFFFFF;
	text-indent: 1.0em;
	background-image: url(../img/bg_header.jpg);
	line-height: 50px;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 50px;
	float: left;
}
div#header-logo{
	margin: 0px;
	padding: 0px;
	float: left;
}
/* main_image */
div#main_img {
	height: 320px;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-right: 5px;
	margin-left: 5px;
}
/* search */
div#search {
	height: 40px;
	line-height: 40px;
}
/* main */
#contents {
	margin:0px;
	z-index: 1;
	padding: 0;
	float: left;
	width: 900px;
}
#contents * {
	margin: 0px;
}


/* right_contents */
div#right_contents {
	float: right;
	margin-right: 10px;
	width: 640px;
	padding-top: 10px;
}
div#right_contents .title {
	background-image: url(../images/ti_01bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
}
div#right_contents .title h3 {
	line-height: 35px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
}
/*footer */
div#footer {
	clear: both;
	background-image: url(../images/copy_bg.jpg);
	background-repeat: repeat-x;
	height: 57px;
	line-height: 57px;
	color: #FFFFFF;
	text-align: center;
}
