body{
	background:url(../img/common/body_bg.jpg) repeat-x;
}

/*  ヘッダー---------------------------------*/
#header{
	width:980px;
	height:160px;/*
	background:url(../img/common/header_bg.jpg) no-repeat;*/
	color:#5a0a00;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
}
#header #h1{
	height:22px;
	overflow:hidden;
}
#header h1{
	font-size:13px;
	color:#c9caca;
	color:#a7a7a7;
}
#header #logo{
	width:500px;
	float:left;
}
#header #submenu{
	width:450px;
	float:right;
	text-align:right;
	padding-top:12px;
	padding-right:4px;
	font-size:72%;
}
#submenu a,
#submenu a:visited{
	color:#5a0a00;
	text-decoration:none;
}
#submenu a:hover{
	color:#ffffff;
	text-decoration:none;
}
#globalmenu{
	width:1080px;
	clear:both;
}


/*  中ページ構成　---------------------------------*/

#contents_wrap{
	width:980px;
	padding-bottom:50px;
}

/*  ORICO審査　---------------------------------*/

.orico_wrap{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 3px #5b5e64;
	-moz-box-shadow: 1px 1px 3px #5b5e64;
	-webkit-box-shadow: 1px 1px 3px #5b5e64;
	background:#ffffff;
	font-size:80%;
	text-align:center;
}
.orico_wrap .orico_head{
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	overflow:hidden;
	
}

.orico_wrap h2{
	padding-bottom:0;
}
.orico_wrap h3{
	color:#ff3c00;
	font-size:150%;
	padding-top:30px;
	padding-bottom:2px;
	margin-bottom:10px;
	border-bottom:#ff3c00 1px solid;
}
.orico_wrap h4{
	font-size:120%;
	line-height:1.3em;
	font-weight:bold;
	padding-bottom:10px;
}

.orico_wrap .orico_contents{
	width:640px;
	margin:auto;
	padding-bottom:20px;
}

.orico_pic{
	float:left;
	width:340px;
}
.orico_pic img{
	width:100%;
	height:auto;
}
.orico_info{
	width:280px;
	float:right;
	text-align:left;
}

.orico_wrap p{
	padding-bottom:1em;
}
.orico_wrap p.btn{
	margin:20px 0 0;
}
.orico_wrap p.btn:hover{
	opacity:0.7;
}
.orico_notice{
	color:#cc0000;
	font-size:95%;
}
.orico_wrap table{
	border-top:#A7A7A7 solid 1px;
	border-left:#A7A7A7 solid 1px;
}
.orico_wrap th{
	border-bottom:#A7A7A7 solid 1px;
	border-right:#A7A7A7 solid 1px;
	padding:5px 8px;
	font-weight:normal;
	background:#f5f5f5;
	width:80px;
}
.orico_wrap td{
	border-bottom:#A7A7A7 solid 1px;
	border-right:#A7A7A7 solid 1px;
	padding:5px 8px;
}
