@charset "shift_jis";
/* CSS Document */

body {
	margin: 0px;
	font-size: 70%;
	line-height: 180%;
	font-family: "メイリオ", "Meiryo";
	color: #333;
	background-image: url(../img/bg_line.jpg);
	background-repeat: repeat-x;
}

br {
	line-height: 100%;
}
hr.style1 {
	width: 720px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: left;
	clear: both;
	margin-left: 15px;

}
* + html body {   
    font-family: "メイリオ","Meiryo";   
} 
html {   
    overflow-y: scroll;   
}     
img {   
    border: 0;   
}   
li  {   
    list-style-type: none;   
} 	
form{
	margin-top:0px;
	margin-bottom:0px;
	margin-right: 0px;
	margin-left: 0px;
	}
h1{
	float:left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
	margin-right: 0px;
	font-weight: bold;
	padding-top: 64px;
	padding-left: 110px;
	font-size: 110%;
}
#h1space {
	float: left;
	background-image: url(../img/h1space.jpg);
	background-repeat: no-repeat;
	height: 96px;
	width: 527px;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #333;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	width: 423px;
}
#navi_BOX {
	float: left;
	width: 950px;
}
.navi_bt {
	float: left;
}
#contents {
	float: left;
	width: 950px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents_main {
	float: left;
	width: 710px;
}

#side_area {
	float: left;
	width: 220px;
	padding-left: 20px;
}
.side_bnner {
	float: left;
	width: 220px;
	padding-bottom: 20px;
}
.side_midashi {
	float: left;
	width: 220px;
	padding-bottom: 5px;
}
#footer {
	background: url(../img/bg_line.jpg) repeat-x;	
	width: 100%;
	text-align: center;
	padding-top: 15px;
}
