@charset "shift_jis";
/* dummy \*/
* html div {
 height:1%;
 }
/* dummy */
/* 基本項目設定 */
*{
margin:0;
padding:0;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

body{
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}

img{
border:none;
vertical-align:bottom;
}

a{
	text-decoration:none;
	color: #006600;
}

ul{
list-style-type:none;
}

hr{
display:none;
clear:both;
}

h1 {
	float: left;
	margin-top: 41px;
}

.left {
	float: left;
}
.clear_both {
	float: none;
}

.right {
	float: right;
}
.left {
	float: left;
}


#wrapper{
	width:900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#header {
	width: 900px;
	height: 163px;
	background-image: url(../images/head_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
#header #navi {
	float: left;
	width: 900px;
}
#header #navi p {
	float: left;
	margin: 0px;
	padding: 0px;
}


#header p {
	float: left;
	margin-top: 66px;
	margin-left: 15px;
}
#idx_contents {
	float: left;
	width: 900px;
	margin-bottom: 20px;
}
#idx_contents ul {
	float: left;
}
#idx_contents li {
	float: left;
}
#container {
	float: left;
	width: 900px;
}






#maincontents {
	float: left;
	width: 670px;
}

#news {
	float: left;
	width: 670px;
	margin-bottom: 20px;
}
#news dl {
	background-image: url(../images/line01.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	width: 670px;
	margin-top: 8px;
	padding-bottom: 8px;
}
#news dt {
	font-weight: bold;
	color: #006600;
	float: left;
	margin-right: 8px;
}
#customar {
	float: left;
	width: 670px;
	margin-bottom: 20px;
}
#customar table {
	border: 2px solid #CCCCCC;
	font-size: x-small;
}
* #customar td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}




#pagetop {
	float: left;
	width: 670px;
	vertical-align: middle;
}
#pagetop a {
	display: block;
	margin-left: 416px;
	width: 55px;
	float: right;
}


#sidemenu {
	float: right;
	width: 210px;
	margin-left: 14px;
}

#footer {
	background-image: url(../images/line02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
}
#footer #footer_box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#footer #footer_box a {
	color: #666666;
	font-size: x-small;
}
.mb20 {
	margin-bottom: 20px;
}










.mb15 {
	margin-bottom: 15px;
}
.mb12 {
	margin-bottom: 12px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb08 {
	margin-bottom: 8px;
}
.mb03 {
	margin-bottom: 3px;
}
.mt04 {
	margin-top: 4px;
}
.mt15 {
	margin-top: 15px;
}

.mr10 {
	margin-right: 10px;
}
.mr12 {
	margin-right: 12px;
}

.mr20 {
	margin-right: 20px;
}


.text_small {
	font-size: x-small;
}
.text_bold {
	font-weight: bold;
}
.text_yerrow {
	color: #CC9900;
}





/* クリアフィックス */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	color: #CC9900;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	margin-bottom: 0px;
	overflow: auto;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
	overflow: hidden;
}
/* End hide from IE-Mac */

