@charset "utf-8";

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F6F5EF;
}

/*---font---*/
.t10 {
	font-size: 10px;
}
.t12 {
	font-size: 12px;
}
.t14 {
	font-size: 14px;
}
.t16 {
	font-size: 16px;
}
.t18 {
	font-size: 18px;
}
.t20 {
	font-size: 20px;
	line-height: 1.6em;
}
.red {
	color: #ff3300;
}
.red2 {
	color: #cc0000;
}
.blue {
	color: #0041A3;
}
.back {
	background-color: #fff150;
	padding: 2px 3px;
	font-weight: bold;
}
.orange {
	color: #d55500;
}
.bold {
	font-weight: bold;
}
.under {
	text-decoration: underline;
}
.big {
	font-size: 120%;
}
.bigger {
	font-size: 150%;
}
.bigger1 {
	font-size: 250%;
}
.small {
	font-size: 85%;
}
.x-small {
	font-size: 75%;
}
.dell {
	text-decoration: line-through;
}
.check {
	background-image: url(img/checkmark.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 23px;
}
/*---テーブル---*/
table td,
table th {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}
table .w150  {
	background-color: #fe781f;
	width: 150px;
	color: #fff;
}
table .w50  {
	width: 50%;
}
table .w40  {
	width: 40%;
}
table .w30  {
	width: 30%;
}
/*---新着情報---*/
.position_r {
	position: relative;
}
.position_abinfo {
	position: absolute;
	left: 505px;
	top: 9px;
}
.link2 {
	font-size: 12px;
	text-align: right;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	background-color: #fff;
}


/*---ヘッダー---*/

#header {
	position: relative;
	width: 940px;
	_width: 960px;
	padding-right: 10px;
	padding-left: 10px;
	height: 160px;
	padding-top: 0px;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F6F5EF;
}
#header h1 {
	color: #fff;
	position: absolute;
	left: 20px;
	top: 5px;
	font-size: 16px;
}
#header #header_logo {
	position: absolute;
	height: 103px;
	width: 332px;
	left: 5px;
	top: 33px;
}
#header #header_link {
	position: absolute;
	height: 109px;
	width: 315px;
	top: 30px;
	right: 9px;
}

/*---メニュー---*/
#glovalmenu {
	height: 53px;
	width: 940px;
	_width: 960px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
	background-color: #F6F5EF;
}
#glovalmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#glovalmenu li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#glovalmenu li a {
	display: block;
	text-decoration: none;
	line-height: 43px;
	color: #333;
	font-size: 14px;
	background-image: url(../img/g_navi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 43px;
	width: 188px;
}
#glovalmenu li a:hover {
	color: #C60;
	background-image: url(../img/g_navi.gif);
	background-repeat: no-repeat;
	background-position: 0 -43px;
}
/*---コンテンツ---*/
/*---コンテンツメイン部分---*/
.grid_8 p {
	margin-bottom: 7px;
}
.title_4grid {
	line-height: 35px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/main_2bun.png);
	height: 35px;
	width: 285px;
	padding-left: 15px;
	font-size: 16px;
}
.waku_4grid {
	width: 283px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #027FC1;
	border-bottom-color: #027FC1;
	border-left-color: #027FC1;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 8px;
	height: 110px;
	position: relative;
	margin-bottom: 15px;
}
.waku_4grid .btrsyousai {
	position: absolute;
	height: 27px;
	width: 82px;
	right: 5px;
	bottom: 5px;
}
.waku_4grid2 {
	width: 283px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #027FC1;
	border-bottom-color: #027FC1;
	border-left-color: #027FC1;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 8px;
	position: relative;
	margin-bottom: 15px;
}
.waku_4grid2 ul li a {
	color: #333;
	text-decoration: none;
	background-image: url(../img/side_mark.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	margin-bottom: 6px;
	background-position: left center;
}
.waku_4grid2 ul li a:hover {
	color: #C60;
}
.waku {
	width: 605px;
	border: 1px solid #027FC1;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.waku0 {
	width: 598px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.waku0 p {
	margin-bottom: 7px;
}
.waku2 {
	width: 605px;
	border: 1px solid #999;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.title {
	line-height: 35px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/title620.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 605px;
	padding-left: 15px;
}
.title2 {
	line-height: 36px;
	font-weight: bold;
	color: #333;
	background-image: url(../img/title620_2.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 600px;
	padding-left: 20px;
}
.title_new {
	line-height: 36px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/title620_new.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 600px;
	padding-left: 20px;
}
.titleline {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	background-image: url(../img/title620_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
	width: 590px;
	padding-left: 15px;
	margin-bottom: 10px;
	color: #333;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999;
}
.title590 {
	line-height: 30px;
	background-image: url(../img/title590.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 580px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.title590_2 {
	line-height: 28px;
	color: #333;
	background-image: url(../img/title590_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 575px;
	padding-left: 15px;
	margin-bottom: 10px;
}

/*---コンテンツサイド部分---*/

.sub_title {
	line-height: 31px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/side_menu.png);
	text-align: center;
	height: 31px;
	width: 300px;
	margin-top: 10px;
}
.waku_side {
	width: 283px;
	_width: 298px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #027FC1;
	border-right-color: #027FC1;
	border-bottom-color: #027FC1;
	border-left-color: #027FC1;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 8px;
	position: relative;
	margin-bottom: 10px;
}
.waku_side li a {
	color: #333;
	text-decoration: underline;
	background-image: url(../img/side_mark.png);
	background-repeat: no-repeat;
	margin-bottom: 14px;
	padding-left: 10px;
	background-position: left center;
	display: block;
	margin-top: 8px;
}
.waku_side li a:hover {
	color: #C60;
}
/*---フッター---*/
#footer {
	position: relative;
	clear: both;
	background-color: #333;
	height: 80px;
	width: 940px;
	margin-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#footer #footer_mail {
	position: absolute;

}
#footer p {
	color: #fff;
	padding-top: 15px;
	text-align: center;
}
#footer p a {
	color: #fff;
}
/*---角丸---*/
.column	{
	width: 600px;
	background: url(img/round_bottom.jpg) no-repeat bottom;
	margin-bottom: 25px;
}
.column .inner	{
	width: 560px;
	_width: 600px;
	background: url(img/round_top.jpg) no-repeat;
	padding: 6px 20px 5px;
}
.column	p {
	font-size: 14px;
}

