@charset "utf-8";
@import "./fontReSizer.css";

/*全ページ共通スタイルシート*/

/*
  basic
------------------------------------------------------------*/
@media print {
body {
zoom: 80%;
}
}
body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object{
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 135%;
	margin: 0;
	padding: 0;
}
html>/**/body {
	font-size: 14px;
}
html{
	height: 100%;
}
html:first-child body{
	min-height: 100%;
	padding-bottom: 1px;
}
body{
	background: #cee7ff url("../images/bg.gif") repeat-x;
	color: #666;
	font-size: 80%;
	font-weight: normal;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
ol,ul{
	list-style: none;
	margin-left: 0em;
	padding-left: 0em;
}
img{
	vertical-align: bottom;
	border: none;
}
th,td{
	font-size: 100% !important;
	font-size /**/: 80%;
}
a:link,
a:visited {
	color: #1172E5;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #4493ff;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a {
	outline: none;
}
input,textarea {
	padding: 0.3em;
}
sup,
sub {
	vertical-align: baseline;
	position: relative;
}
sup {
	top: -4px
}
sub {
	top: 4px
}

/*
  Wrapper
------------------------------------------------------------*/

/* header */

div#header {
	width: 900px;
	margin: 0 auto;
	background: url("../images/bg_header.gif") no-repeat;
}
div#header div.header_cont {
	position: relative;
	width: 900px;
	height: 144px;
}
div.header_cont h1 {
	position: absolute;
	overflow: hidden;
	width: 660px;
	height: 44px;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	line-height: 3.5em;
	text-indent: 1em;
}
div.header_cont img.safe {
	position: absolute;
	width: 240px;
	height: 44px;
	top: 0;
	right: 0;
}
div.header_cont h2 {
	position: absolute;
	width: 392px;
	height: 71px;
	top: 56px;
	left: 2px;
}
div.header_cont a.form {
	display: block;
	position: absolute;
	width: 205px;
	height: 42px;
	top: 68px;
	right: 240px;
}
div.header_cont img.tel {
	position: absolute;
	width: 201px;
	height: 43px;
	top: 67px;
	right: 24px;
}
div.header_cont div.link {
	position: absolute;
	width: 380px;
	height: 21px;
	top: 126px;
	right: 0;
}
div.header_cont div.link a {
	font-size: 10px;
	padding: 2px 1.5em 0 1em;
	color: #666;
	text-decoration: none;
}
div.header_cont div.link a:hover {
	color: #999;
}
div.header_cont div.link a.line {
	background: url("../images/header_link.gif") right 3px no-repeat;
}

/* menu */

div#menu {
	width: 900px;
	margin: 2px auto 0 auto;
	padding: 4px 0 0 0;
	background: url("../images/bg_navi.gif") no-repeat;
}
div#menu div.menu_cont {
	width: 900px;
	height: 38px;
}
div.menu_cont ul {
}
div.menu_cont ul li {
	display: inline;
	float: left;
}

/* contents */

div#contents {
	width: 898px;
	background: #fff;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	margin: 0 auto;
	padding: 0 0 1em 0;
}
div#contents div#cont_left {
	float: left;
	width: 237px;
	height: 600px;
	background: url("../images/bg_left_navi.gif") 2px 0 no-repeat;
}
div#contents div#cont_left2 {
	float: left;
	width: 237px;
	height: 600px;
	background: url("../images/bg_left_navi2.gif") 2px 0 no-repeat;
}
div#contents div#cont_right {
	float: left;
	width: 635px;
	margin: 29px 13px 0 13px;
}
div#contents div.pankuzu {
	width: 883px;
	height: 32px;
	padding: 0 0 0 15px;
	background: url("../images/bg_pankuzu.gif") repeat-x;
	color: #666;
	font-size: 10px;
	line-height: 3em;
}
div#contents div.pankuzu a {
	color: #444;
}
div#contents div.pankuzu a:hover {
	color: #999;
	text-decoration: none;
}

/* contents left */

div#cont_left div.cont_navi,
div#cont_left2 div.cont_navi {
	width: 223px;
	margin: 0 8px 0 6px;
}
div.cont_navi div.l_banner {
	width: 205px;
	height: 400px;
	margin: 1px 0 0 0;
	padding: 10px 9px 0 9px;
	background: url("../images/bg_banner.gif") no-repeat;
}
div.cont_navi div.l_banner img {
	margin: 0 0 2px 0;
}

/* contents right */

div#cont_right div.cont_text {
	width: 545px;
	margin: 2.5em auto 0 auto;
}

/* contents footer */

p.next {
	margin: 3em 0 0 0 !important;
	padding: 0 2em 0 0;
	background: url("../images/img_arrow.gif") right no-repeat;
	color: #444;
	font-size: 10px;
	text-align: right;
}
p.back {
	margin: 3em 0 0 0 !important;
	padding: 0 0 0 2em;
	background: url("../images/img_arrow2.gif") no-repeat;
	color: #444;
	font-size: 10px;
}
p.next a,
p.back a {
	color: #444;
}
p.next a:hover,
p.back a:hover {
	color: #999;
}
div.ptop {
	text-align: right;
}
div.ptop2 {
	clear: both;
	width: 878px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	text-align: right;
}
div.ptop2 img {
	margin: 3em 0 0 0;
}
div.ptop a:hover img,
div.ptop2 a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
div.cont_inq {
	position: relative;
	width: 878px;
	height: 133px;
	margin-right: auto;
	margin-left: auto;
	background: url("../images/bg_inq.gif") no-repeat;
}
div.cont_inq h4 {
	position: absolute;
	width: 852px;
	height: 25px;
	top: 13px;
	left: 13px;
}
div.cont_inq img.bnr1 {
	position: absolute;
	width: 205px;
	height: 80px;
	bottom: 13px;
	left: 13px;
}
div.cont_inq img.bnr2 {
	position: absolute;
	width: 205px;
	height: 80px;
	bottom: 13px;
	left: 220px;
}
div.cont_inq img.bnr3 {
	position: absolute;
	width: 233px;
	height: 80px;
	bottom: 13px;
	right: 218px;
}
div.cont_inq img.bnr4 {
	position: absolute;
	width: 205px;
	height: 80px;
	bottom: 13px;
	right: 13px;
}

/* footer */

div#fmenu {
	width: 892px;
	height: 50px;
	margin: 0 auto;
	padding: 0 0 0 8px;
}
div#fmenu a {
	float: left;
	padding: 16px 1em 0 1em;
	background: url("../images/footer_link.gif") right 18px no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
div#fmenu a.none {
	background: url("");
}
div#footer {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}
div#footer div.footer_cont {
	width: 898px;
	margin: 0 auto;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	color: #888;
	font-size: 10px;
}
div.footer_cont div.fsubmenu {
	padding: 5px 0 5px 10px;
	background: #f1f1f1;
	color: #888;
	font-size: 10px;
}
div.footer_cont div.fsubmenu a {
	float: left;
	padding: 0 1em 0 1em;
	background: url("../images/header_link.gif") right no-repeat;
	color: #666;
	text-decoration: none;
}
div.footer_cont div.fsubmenu a:hover {
	color: #999;
}
div.footer_cont div.fsubmenu a.none {
	background: url("");
}
div.footer_cont h5 {
	font-weight: bold;
}
div.footer_cont .cont_left {
	float: left;
	width: 405px;
	margin: 10px 0 0 0;
	padding: 0 20px 10px 20px;
	border-right: 1px solid #e1e1e1;
}
div.footer_cont .cont_right {
	float: right;
	width: 410px;
	margin: 10px 0 0 0;
	padding: 0 20px 10px 20px;
}
div#footer .cont_copy {
	background: #0d4284;
	padding: 10px 20px;
	color: #fff;
}
div#footer .cont_copy h6 {
	font-weight: bold;
}

/*
  item
------------------------------------------------------------*/

div.pagetop {
	position: relative;
	width: 950px;
	height: 78px;
	text-align: right;
}
div.pagetop img {
	width: 77px;
	height: 19px;
	margin: 50px 0 0 0;
}

/*
  other style
------------------------------------------------------------*/

.clear {
	clear: both
}

/* clearfix */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.clearfix{
	zoom: 1;
}

.r_img {
	float: right;
}
.l_img {
	float: left;
}
a:hover img.clr {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.mt1em {
	margin-top: 1em;
}
