@charset "utf-8";

/* clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
.clear {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
	font-family:"ＭＳ Ｐゴシック", sans-serif, Osaka;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	font-size: 75%;
	line-height:1.4;
}
a {
	color: #00349a;
	text-decoration: underline;
}
a:hover {
}
img {
	border: none;
	vertical-align:bottom;
}
p {
	margin: 0px;
}
ul,ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}
hr{
	display:none;
}
/* お客様の声
----------------------------------------------------------------------- */
#container{
	width:872px;
	margin:0 auto;
	padding:0 15px 40px;
	overflow: hidden;
}
#header {
	height: 74px;
	width: 872px;
	position: relative;
}
#header .txt {
	position: absolute;
	left: 119px;
	top: 48px;
}

/* 左
----------------------------------------------------------------------- */
#cnt-left{
	float: left;
	width:595px;
}
h2{
	margin: 0 0 10px 0;
}
.lead{
	font-size:108.5%;;
	line-height:1.5;
	min-height:60px;
	height: auto !important;
	height:60px;
}
/* コンテンツ */
#ui-tab {
}

#ui-tab li{
	float: left;
}
#ui-tab li img{
	vertical-align:bottom;
}
.content{
	clear:both;
	padding:10px 18px 16px 16px !important;
	border:1px #000000 solid;
	height:529px;
	overflow-y:scroll;
}
.content div{
	padding:18px 0;
	border-bottom:1px #000000 dashed;
	line-height:1.5;
}
.content .usr{
	min-height:35px;
	height: auto !important;
	height:35px;
	padding:0 0 0 55px;
}
#rs .usr{
	background:url(../images/buz-cnt-icn-rs.gif) no-repeat;
}
#jt .usr{
	background:url(../images/buz-cnt-icn-jt.gif) no-repeat;
}
#tt .usr{
	background:url(../images/buz-cnt-icn-tt.gif) no-repeat;
}
#hn .usr{
	background:url(../images/buz-cnt-icn-hn.gif) no-repeat;
}
.content .zurich{
	min-height:37px;
	height: auto !important;
	height:37px;
	padding:15px 0 0 100px;
	color:#003399;
	background:url(../images/buz-cnt-icn-z.gif) 53px 13px no-repeat;
}
/* 左
----------------------------------------------------------------------- */
#cnt-right{
	float: right;
	width:247px;
}
#cnt-right div{
	margin: 0 0 10px 0;
}
/* ランキング */
#ranking{
}
#ranking div.inner{
	padding:8px;
	border: 1px #000000 solid;
	border-top:none;
}
#ranking ol{
	font-weight:bold;
}
#ranking ol li a{
	color:#000000;
	text-decoration: none;
}
#ranking ol li a:hover{
	text-decoration:underline;
}
#ranking ol li{
	padding:4px 0 4px 36px;
}
#ranking ol .r01{
	font-size:14px;
	background:url(../images/buz-rank-01.gif) left 2px no-repeat;
}
#ranking ol .r02{
	font-size:14px;
	background:url(../images/buz-rank-02.gif) left 2px no-repeat;
}
#ranking ol .r03{
	font-size:14px;
	background:url(../images/buz-rank-03.gif) left 2px no-repeat;
}
#ranking ol .r04{
	padding:2px 0 2px 36px;
	background:url(../images/buz-rank-04.gif) left 5px no-repeat;
}
#ranking ol .r05{
	padding:2px 0 2px 36px;
	background:url(../images/buz-rank-05.gif) left 5px no-repeat;
}
#ranking .note{
	margin:5px 5px 0 5px;
	padding:2px 0;
	border:1px #000000 solid;
	font-size:10px;
	text-align:center;
}
/* フッター
----------------------------------------------------------------------- */
#banner {
	clear:both;
	width: 830px;
	padding: 20px;
	background: url(../images/bg-gray-circle.gif) no-repeat left top;
	position: relative;
	border-top: 15px #FFFFFF solid;/*マージンの代替*/
}
#banner img {
	margin: 0 20px 0 0;
}
#banner ul {
	background: url(../images/bg-gray-circle.gif) no-repeat left bottom;
	margin-top: 10px;
}
#banner li {
	width: 745px;
}
#banner .code {
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#footer {
	text-align: right;
	padding: 10px;
	width: 850px;
}
#footer a {
	color: #25241f;
	text-decoration: underline;
}
#footer ul {
	text-align: right;
	display: inline;
}  
#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px dotted #25241f;
}  
#footer ul li:first-child,  
#footer ul li.firstChild {  
	margin-left: 0;  
	padding-left: 0;  
	border-left: 0;  
}
#footer ul li.copyright {
	margin-left: 10px;
	border-left: 0;  
}


