@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #B6D1E9;
}
#wrapped {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
}
a:link {
    color: #CCCCCC;
    text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
    text-decoration: none;
}
#header {
	height: 81px;
	padding-top: 12px;
	width: 810px;
	margin-left: 45px;
}

#header h1 {
	float: left;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
}
#header_text{
	background-image: url(../images/index_top_line.jpg);
	background-repeat: repeat-x;
}
#header_text p{
	width: 850px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	font-size: 0.625em;
	vertical-align: middle;
	height: 17px;
	padding-left: 40px;
	padding-top: 5px;
	margin: 0px auto;
}
.header_navi {
	font-size: 0.625em;
	color: #666666;
	float: right;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header_navi p {
	margin: 0px;
	padding: 0px;
}

.header_navi  ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.header_navi  ul  li {
	float: right;
	background-image: url(../images/icon_arrowgray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 22px;
	padding: 0px;
}
.header_navi ul li a {
	color: #666666;
	padding-left: 12px;
}

#sub_header {
	height: 78px;
	width: 810px;
	margin-left: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#sub_header h1 {
	float: left;
	padding-top: 30px;
	padding-left: 10px;
	margin: 0px;
}
#sub_header_line {
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/subheader_line.jpg);
	background-repeat: repeat-x;
	height: 8px;
}
.sub_header_navi {
	float: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sub_header_navi p {
	margin: 0px;
	padding: 0px;
}

.sub_header_navi  ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.sub_header_navi  ul  li {
	float: right;
	background-image: url(../images/icon_arrowgray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 22px;
	padding: 0px;
}
.sub_header_navi ul li a {
	color: #666666;
	padding-left: 12px;
}

#main_content {
	width: 810px;
	margin-left: 45px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.clr {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#navi {
	height: 36px;
	width: 810px;
	margin-left: 45px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#navi ul {
	height: 36px;
	margin: 0px;
	padding: 0px;
}

#navi li {
	float: left;
	list-style-type: none;
	font-size: 0.75em;
}
#navi li a {
    cursor:hand;
}
#navi li.company {
	position: relative;
	width: 202px;
	height: 36px;
	
}
#navi li.corporate {
	position: relative;
	height: 36px;
	width: 203px;
}
#navi li.message {
	position: relative;
	height: 36px;
	width: 203px;
}
#navi li.about_group {
	position: relative;
	height: 36px;
	width: 202px;
}
#navi li.company a span   {
	background-image: url(../images/navi_company.gif);
	position:absolute;
	top: 0;	left: 0;
	width: 202px;
	height: 36px;
	display: block;
}
#navi li.corporate a span {
	background-image: url(../images/navi_corporate.gif);
	position:absolute;
	top: 0;	left: 0;
	height: 36px;
	width: 203px;
	display: block;

}
#navi li.message a span {
	background-image: url(../images/navi_message.gif);
	position:absolute;
	top: 0;	left: 0;
	height: 36px;
	width: 203px;
	display: block;
}
#navi li.about_group a span {
	background-image: url(../images/navi_aboutgroup.gif);
	position:absolute;
	top: 0;	left: 0;
	height: 36px;
	width: 202px;
	display: block;
}
#navi li.company a:hover span   {
	background-position: 0px -36px;
	
}
#navi li.corporate a:hover span {
	background-position: 0px -36px;
}
#navi li.message a:hover span {
	background-position: 0px -36px;
}
#navi li.about_group a:hover span {
	background-position: 0px -36px;
}

#footer {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #EEEEEE;
	width: 895px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
}
#footer h6{
	margin: 0px;
	float: left;
}
#footer p{
	margin: 0px;
}
.footer_navi  {
	list-style-type: none;
	font-size: 0.625em;
	color: #666666;
	padding: 0px;
	line-height: 150%;
	display: block;
	margin: 0px;
	float: left;
}
.footer_navi a {
	padding-right: 10px;
}


#footer img {
	padding-left: 39px;
	float: left;
	padding-right: 30px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	color: #000000;
	display: block;
	text-align: center;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 140px;
	float: left;
	background-color: #FFFFFF;
	width: 620px;
	height: 21px;
}
.aura  {
	float: right;
	width: 110px;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 30px;
	height: 21px;
}

.underline {
	text-decoration: underline;
}



#top_footer ul {
	list-style-type: none;
	font-size: 0.625em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 70px;
	padding-bottom: 25px;
	margin: 0px;
	float: right;
	width: 400px;
}
#top_footer ul li {
	background-image: url(../images/icon_arrowblue.gif);
	background-repeat: no-repeat;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: left bottom;
}
#top_footer ul li a {
	color: #666666;
}



#sub_footer {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}
#sub_footer_top {
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	background-color: #EFEFEF;
}
#sub_footer_bottom {
	background-color: #FFFFFF;
	padding-left: 70px;
	margin: 0px;
	font-size: 0.75em;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#sub_footer_bottom  table {
	margin-top: 5px;
	margin-bottom: 5px;
}
#sub_footer_bottom  td {
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
.pan_list {
	font-size: 0.625em;
	color: #666666;
	background-image: url(../images/bg_pannavi.gif);
	background-repeat: no-repeat;
	height: 15px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 10px;
}
#main_content .pan_list a {
	color: #666666;
}
#main_content .pan_list a:hover {
	text-decoration: none;
}


.mgT60 {
	margin-top: 60px;
}
.return_top {
	float: right;
	font-size: 0.625em;
	color: #999999;
	padding-right: 100px;
	background-image: url(../images/icon_arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#sub_footer ul {
	list-style-type: none;
	color: #666666;
	font-size: 0.625em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 70px;
	padding-bottom: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sub_footer ul li {
	background-image: url(../images/icon_arrowblue.gif);
	background-repeat: no-repeat;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-position: left bottom;
}
#sub_header a, #header a {
	text-decoration: none;
}

#footer a, #sub_footer a {
	color: #666666;
}
#footer a:hover, #sub_footer a:hover {
	text-decoration: none;
}
#header a:hover, #sub_header a:hover{
	text-decoration: underline;    


}
a.alpha:hover img{
	opacity:0.65;
	filter: alpha(opacity=65);
}

.message_box {
	margin-bottom: 30px;
}
.message_box p {
	font-size: 0.75em;
	line-height: 175%;
	padding: 0px 10px;
	color: #000000;
	margin: 4px 0px;
}

.link_pdf {
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin: 4px 0px;
}
