@charset "UTF-8";

/*******************/
/* 全体 */
/*******************/

html,
body,
#wrap {
	height: 100%;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}
body > #wrap {
	height: auto; min-height: 100%;
}
#main {
	padding-bottom: 110px;
	margin-bottom: 20px;
}
#footer {
	position: relative;
	margin-top: -110px;
	height: 110px;
	clear:both;
}
.footerCopyright {
	margin-top: 5px;
	padding: 10px 0px;
	background: url(../images/bg_footer.gif) repeat-x;
	line-height: 1.6em;
	font-size: 80%;
}
.footerCopyright strong {
	font-size: 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

html {
	overflow-y:scroll;
	font-size: small;
}
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	text-align:center;
	color: #3C3C3C;
}
a {
	color: #124D9C;
	text-decoration: none;
}
a:hover {
	color: #4977CD;
	text-decoration: underline;
}
img {
	border-style: none;
}

/*******************/
/* ヘッダー部分 */
/*******************/
#header {
	margin: 0px auto;
	width: 950px;
	text-align: left;
}
h1 {
	float: left;
	margin: 5px auto;
	color: #3C3C3C;
	width: 780px;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}
h2 {
	float: left;
	margin: 0px;
	padding: 0px;
}
.fontSizeWaku {
	float: right;
	margin: 0px;
	padding: 2px;
	width: 162px;
	height: 30px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
}
.fontSizeWaku ul {
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
	list-style: none;
	width: 100%;
	height: 100%;
	float: left;
}
.fontSizeWaku ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
.textChange {
	margin: 7px 5px 0px 5px;
	display: block;
	background: url(../images/text_fontsize.gif) no-repeat;
	width:71px;
	height:11px;
	line-height:1em;
}
.textChange span {
	visibility: hidden;
	height:11px;
	height:11px;
	font-size: 1px;
}
.fontSizeWaku ul span {
	visibility: hidden;
}
.fontSizeWaku ul a {
	margin: 2px 0px 0px 2px;
	width: 20px;
	height: 20px;
	display:block;
	text-decoration: none;
}
.fontSizeWaku ul a:visited,
.fontSizeWaku ul a:hover {
	text-decoration: none;
}
.fontSizeWaku ul .fontChangeSmall a {
	background: url(../images/btn_font_small_off.gif) no-repeat;
}
.fontSizeWaku ul .fontChangeSmall a:hover {
	background: url(../images/btn_font_small_on.gif) no-repeat;
}
.fontSizeWaku ul .fontChangeMiddle a {
	background: url(../images/btn_font_middle_off.gif) no-repeat;
}
.fontSizeWaku ul .fontChangeMiddle a:hover {
	background: url(../images/btn_font_middle_on.gif) no-repeat;
}
.fontSizeWaku ul .fontChangeBig a {
	background: url(../images/btn_font_big_off.gif) no-repeat;
}
.fontSizeWaku ul .fontChangeBig a:hover {
	background: url(../images/btn_font_big_on.gif) no-repeat;
}
ul.headerLink {
	float: right;
	margin: 3px 0px 5px 0px;
	padding: 0px;
	font-size: 80%;
	list-style: none;
}
ul.headerLink li {
	float: left;
	margin-left: 6px;
}
ul.headerLink li.textMiddle {
	margin-top: 12px;
}
ul.headerLink a.linkhead {
	background: url(../images/icon01.gif) no-repeat;
	padding-left: 15px;
	line-height: 1.5em;
	height: 1.5em;
}
ul.headerLink .inquiry span {
	visibility: hidden;
}
ul.headerLink .inquiry a {
	width: 167px;
	height: 42px;
	display:block;
	text-decoration: none;
}
ul.headerLink .inquiry a:visited,
ul.headerLink .inquiry a:hover {
	text-decoration: none;
}
ul.headerLink .inquiry a {
	background: url(../images/btn_inquiry_off.gif) no-repeat;
}
ul.headerLink .inquiry a:hover {
	background: url(../images/btn_inquiry_on.gif) no-repeat;
}
ul.headerLink .inquiry a.current {
	background: url(../images/btn_inquiry_on.gif) no-repeat;
}

/*******************/
/* コンテンツ部分 */
/*******************/
#total {
	margin: 0px auto;
	width: 950px;
}
h4 {
	float: left;
	font-size: 120%;
	color: #124D9C;
	font-weight: bold;
}
.clearBoth {
	clear: both;
}
.clearBothSmall {
	margin:0px;
	padding:0px;
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.pan {
	text-align: left;
	margin: 10px 0px;
	font-size: 10px;
}

#mainBlock {
	float: left;
	margin: 0px 10px;
	padding: 0px;
	width: 505px;
	line-height: 1.6em;
	text-align: left;
}
#mainBlockLong {
	float: left;
	margin: 0px 10px;
	padding: 0px;
	width: 710px;
	line-height: 1.6em;
	text-align: left;
}
#mainBlockMiddle {
	margin: 0px auto;
	padding: 0px;
	width: 600px;
	line-height: 1.6em;
	text-align: left;
}
.contentsTitle{
	background-image:url("../images/bg_contents_title.gif");
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px 0px 20px 0px;
	padding:0px;
	width:505px;
	height:55px;
	text-align:left;
}
.contentsTitle div{
	margin:0px;
	padding:13px 0px 0px 20px;
	font-size:16px;
	line-height:19px;
	font-weight:bold;
	text-align:left;
}
.contentsTitleLong{
	background-image:url("../images/bg_contents_title_long.gif");
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px 0px 20px 0px;
	padding:0px;
	width:700px;
	height:55px;
}
.contentsTitleLong div {
	margin:0px;
	padding:13px 0px 0px 20px;
	font-size:16px;
	line-height:19px;
	font-weight:bold;
	text-align:left;
}
/* 強調文字 */
.impactText{
	font-weight:bold;
	color:#034DAA;
}
/*テーブル指定*/
.tbSummary {
	border:2px #ffffff solid;
	border-collapse:collapse;
}
.tbSummary td {
	border:5px #ffffff solid;
	padding:5px;
}
/*テーブル指定（グレー部分）*/
.tbTitle {
	background : url(../company/images/tblbtm_s.gif) repeat-x;
	background-color:#EDEDED;
	background-position : center bottom;
	width:121px;
	text-align:center;
}
/*テーブル指定（白部分）*/
.tbSummaryCon {
	background-color:#FFFFFF;
	background : url(../company/images/tblbtm_l.gif) repeat-x;
	background-position : center bottom;
	width:404px;
	text-align:left;
	line-height:1.5em;
}
/*******************/
/* ページの先頭へ */
/*******************/
.toPageTop {
	width: 100%;
	text-align: right;
	margin: 30px 0px 30px 0px;
}
.toPageTop a {
	font-size: small;
	line-height: 120%;
}
.toPageTopShort {
	width: 100%;
	text-align: right;
	margin: 20px 0px 0px 0px;
}
