@charset "shift_jis";
@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: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 150%;
	margin: 0em;
	padding: 0em;
}
html>/**/body {
	font-size: 12px;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}

html{
	height: 100%;
}

html:first-child body{
	min-height: 100%;
	padding-bottom: 1px;
}

body{
	font-size: 80%;
	font-weight: normal;
	color: #494949;
	margin: 0 0;
	word-break: break-all;

}

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 {
	color: #297794;
	text-decoration: underline;
}
a:visited {
	color: #297794;
	text-decoration: underline;
}
a:hover {
	color: #619eb4;
	text-decoration: none;
}
a:active {
	color: #619eb4;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a {
	outline: none;
}

/*
  Wrapper
------------------------------------------------------------*/

/* header */

div#header {
	position: relative;
	width: 950px;
	height: 107px;
	margin: 0 auto;
}
div#header h1 {
	position: absolute;
	width: 219px;
	height: 73px;
	top: 14px;
	left: 0px;
}
div#header div.faq {
	position: absolute;
	width: 144px;
	height: 45px;
	top: 0px;
	right: 147px;
	background: url(../images/bg_headermenu.gif) left top no-repeat;
}
div#header div.fontresize {
	position: absolute;
	width: 147px;
	height: 45px;
	top: 0px;
	right: 0px;
	background: url(../images/bg_fontresize.gif) left top no-repeat;
}
div#header div.fontresize div.box {
	position: relative;
	width: 147px;
	height: 45px;
}
/* フォントリサイザーの詳細cssはfontReSizer.cssへ */


/* contents */

div#contents {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}
/* menu */
div#menu {
	position: relative;
	width: 950px;
	height: 48px;
	background: url(../images/bg_menuright.gif) right top no-repeat;
}

/* footer */

div#footer {
	position: relative;
	width: 950px;
	height: 117px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg_footer.gif) center top no-repeat;
}
div#footer p {
	position: absolute;
	width: 311px;
	height: 9px;
	top: 43px;
	right: 9px;
}
div#footer a.fmenu1 {
	position: absolute;
	width: 34px;
	height: 18px;
	top: 7px;
	left: 567px;
}
div#footer a.fmenu2 {
	position: absolute;
	width: 53px;
	height: 18px;
	top: 7px;
	left: 636px;
}
div#footer a.fmenu3 {
	position: absolute;
	width: 70px;
	height: 18px;
	top: 7px;
	left: 723px;
}
div#footer a.fmenu4 {
	position: absolute;
	width: 112px;
	height: 18px;
	top: 7px;
	left: 819px;
}

/*
  Layout
------------------------------------------------------------*/

div.panmenu {
	width: 950px;
	margin: 0;
	padding: 4px 0 7px 0;
	font-size: 10px;
	line-height: 1em;
	text-indent: 0.5em;
	border-bottom: 3px double #ededed;
}
div.panmenu span {
	padding: 0 0.5em 0 0.5em;
	color: #000;
}
div.panmenu a,
div.panmenu a:active,
div.panmenu a:visited {
	color: #000;
	text-decoration: underline;
}
div.panmenu a:hover,
div.panmenu a:active {
	color: #707070;
	text-decoration: underline;
}
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;
}

img.r_img {
	float: right;
	margin: 0 0 1em 1em
}
img.l_img {
	float: left;
	margin: 0 1em 1em 0
}

p.break {
	margin: 0.8em 0 0 0;
}

.pdficon {
	vertical-align:middle;
	margin-right: 10px;
}




/*@media print #xxxxxx,#yyyyyy, {
	width: 100%;
}*/

