@charset "UTF-8";
/* clearfix */
.clearfix:after, .Clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden
}
.clearfix, .Clearfix {
	display:block;
	overflow:hidden;
}
.clear {
	clear:both;
}

/* margin */
.mgt10 {
	margin-top:10px !important;
}

h1 {
	line-height: 1.6;
	font-size: 14px;
}
p, h2, h3, h4, h5, h6 {
	line-height: 1.6;
	font-size: 14px;
}
/* 真ん中揃え */
.center {
	text-align: center;
}
/* 文字 */
.white_bold {
	color: #ffffff;
	font-weight: bold;
}

/* roll over */
a:hover img {
	opacity:0.5;
	filter: alpha(opacity=50);
}
body {
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}

/*サイド*/
.login_view_r {
	text-align: left;
}
.log_top {
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	width: 237px;
  margin-top: 30px;
}

/*コンテンツ*/
.main {
	float: left;
	width: 743px;
	text-align: left;
	margin-top: 5px;
}
.f_center .fotter_middle .blue .b_none a {
	border-right-style: none !important;
}

/*枠の中で3つに分かれる*/
.middle,
.middle_right03{
  width: 1000px;
  margin: 0 auto;
}