@charset "utf-8";

/*アイテム共通*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
img {
	border: none;
    vertical-align: bottom;
}
a:link {
	color: #27a1c7;
	text-decoration: none;
}
a:visited {
	color: #5db8d5;
	text-decoration: none;
}
a:hover {
	color: #27a1c7;
	text-decoration: underline;
}
a:active {
	color: #27a1c7;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
.small {
	font-weight: normal;
	font-size: 10px;
}
.orange {
	color: #f26600;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block; 
}

/*Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*End hide from IE-mac \*/

/*ページ共通*/
body {
	background: #ffffff;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#header {
	width: 750px;
	margin: 0px auto;
	background: url(../images/bgr_cmn01.gif) repeat-y;
}
#hdr-left {
	float: left;
	padding: 20px 0px 10px 25px;
}
#hdr-right {
	float: right;
	padding-right: 30px;
}
#hdr-right ul {
	text-align: right;
}
#hdr-right li {
	float: right;
	list-style-type: none;
	margin: 0px 0px 15px 1px;
}
#hdr-right li a:link {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 2px 8px;
	background-color: #474d76;
}
#hdr-right li a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 2px 8px;
	background-color: #474d76;
}
#hdr-right li a:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 2px 8px;
	background-color: #6787bb;
}
#hdr-right li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 2px 8px;
	background-color: #6787bb;
}
#hdr-right h1 {
	clear: both;
	font-size: 12px;
	color: #808080;
	line-height: 1.5em;
	text-align: right;
	font-weight: normal;
}
#main-navi_b01 {
	background-color: #787b98;
}
#main-navi_b02 {
	width: 750px;
	margin: 0px auto;
	background: url(../images/bgr_cmn03.gif) repeat-y;
}
#main-navi {
	width: 730px;
	margin: 0px auto;
}
#main-navi li {
	list-style-type: none;
	float: left;
	margin: 0px;
}
#main {
	width: 750px;
	margin: 0px auto;
	background: url(../images/bgr_cmn01.gif) repeat-y;
}
#footer-b01 {
	width: 750px;
	margin: 0px auto;
	background: url(../images/bgr_cmn01.gif) repeat-y;
}
#footer {
	background: url(../images/bgr_cmn02.gif) no-repeat;
	padding: 30px 30px 16px 30px;
}
#footer p {
	clear: both;
	padding-bottom: 4px;
}

/*トップページ*/
#top-image {
	background: url(../images/bgr_top02.gif) repeat-x;
}
#top-image p {
	width: 750px;
	clear: both;
	margin: 0px auto;
}
#news {
	width: 470px;
	float: left;
	padding-top: 20px;
	padding-left: 30px;
}
#news p {
	clear: both;
}
#news h2 {
	position: relative;
	left: 10px;
	top: -30px;
	width: 460px;
	font-weight: bold;
	font-size: 12px;
	color: #474d76;
	margin-bottom: -6px;
}
#news table {
	width: 470px;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 10px;
}
#news td.date {
	padding-left: 10px;
	padding-bottom: 10px;
	width: 70px;
}
#news td {
	padding-bottom: 10px;
	vertical-align: top;
}
#news td span {
	margin: 0px;
	padding: 0px;
}
#news td p {
	margin: 0px;
	padding: 0px;
}
#banners {
	width: 200px;
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	margin-bottom: 10px;
}
#banners p {
	margin-bottom: 10px;
}
/*パートナートップページ*/
#top-partner {
	width: 750px;
	float: left;
	padding-top: 20px;
	padding-left: 30px;
}
#top-partner p {
	width: 750px;
	clear: both;
	margin: 0px auto;
}
#top-partner h2 {
	position: relative;
	left: 10px;
	top: -30px;
	width: 460px;
	font-weight: bold;
	font-size: 12px;
	color: #474d76;
	margin-bottom: -6px;
}

