@charset "utf-8";
/* CSS Document */

@import url("reset.css");

html,body {
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
}

img{
	border:0;
	margin:0;
	padding:0;
}

* html body{ /* for WinIE6 */
	font-size:75%;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif
}

*: first-child+html body{ /* for WinIE7 */
	font-size:75%;
	font-family:"メイリオ", Meiryo, sans-serif
}

.t_right{
	text-align:right
}

.t_left{
	text-align:left
}

.f_right{
	float:right
}

.f_left{
	float:left
}


#container {
	width: 100%;
	background: url(../images/header_bg.gif) repeat-x;
}

#header #logo {
	position: absolute;
	left: 5px;
	top: 30px;
}
#header #handling {
	float: right;
	position: absolute;
	top: 37px;
	left: 686px;
}

#header ul#bookmark {
	position: absolute;
	top: 161px;
	left: 379px;
	width: 574px;
	text-align: left;
	height: 24px;
}

#header ul#bookmark li {
	float: right;
	padding-left: 5px;
	vertical-align: middle;
}

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 185px;
}
#header ul#navi li {
	float: left;
}

#header ul#navi {
	position: absolute;
	top: 122px;
	left: 0px;
	height: 37px;
}

#header .pan {
	position: absolute;
	width: 378px;
	left: 1px;
	top: 161px;
	height: 24px;
}

#eyecatch {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}



.contentsArea {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}


#mainArea {
	float: left;
	width: 710px;
}


.rightnavi {
	width: 240px;
	border: medium solid #999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.rightnavi2 {
	width: 240px;
	border: medium solid #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}#rightArea {
	margin: 0px;
	padding: 0px;
	float: right;
}

table.handlingTbl {
	width: 100%;
	border-style: none;
}

table.handlingTbl th {
	text-align: center;
	width: 50%;
}

table.handlingTbl td {
	text-align: left;
	width: 50%;
}

table.topicsTbl {
	width: 100%;
	border-style: none;
}

table.topicsTbl th {
	padding: 5px;
	width: 100px;
}

table.topicsTbl tr.color {
	background: #EBEBEB;
}

table.productTbl {
	width: 100%;
	border-style: none;
}

table.productTbl th,table.productTbl td {
	border-bottom: 1px dotted #999;	
}

table.productTbl th {
	text-align: center;
	width: 30%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	background-color: #FFDDDD;
}
table.productTbl a {
	color: #333;
}


table.productTbl td {
	text-align: left;
	width: 70%;
	padding: 5px;
}


.gotoTop {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}


#footer {
	clear: both;
	width: 100%;
	background-color: #F33;
	height: 80px;
}

#footerContents a {
	color: #FFF;
}

#footerContents {
	color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
}



#header h1 {
	color: #FFF;
	padding-top: 3px;
}
#footerContents ul {
	color: #FFF;
	display: block;
	clear: both;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footerContents ul li {
	text-align: center;
	display: inline;
}

#footerContents p {
	text-align: center;
}

.contentsArea h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.corpTbl {
	width: 100%;
	border: 1px solid #999;
	border-collapse: collapse;
}

table.corpTbl th,table.corpTbl td {
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 5px;
}

table.corpTbl th {
	background-color: #F2F2F2;
	text-align: center;
	width: 150px;
}

table.KPITbl {
	width: 100%;
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 5px;
}

table.KPITbl th {
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12px;
}

table.KPITbl th,table.KPITbl td {
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 5px;
}

.contentsArea h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.contentsArea h4 {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.contentsArea dd {
	padding-right: 10px;
	padding-left: 10px;
}

.contentsArea .saitemap p {
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 14px;
}
