@charset "utf-8";
@import "reset5.css";

html {
	height: 100%;
}

body {
	color: #333;
	font-size: 12px;
	line-height: 1;
	height: 100%;
	position: relative;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.cf {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.clearfix {
	zoom: 100%;
}

.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.left { float: left; }
.right { float: right; }
.alignright { text-align: right; }

.grn { color: #579600; }
.red { color: #ff0000; }
.bold { font-weight: bold; }

.txt10 { font-size:83%; }
.txt11 { font-size:92%; }
.txt12 { font-size:100%; }
.txt13 { font-size:108%; }
.txt14 { font-size:117%; }
.txt15 { font-size:125%; }
.txt16 { font-size:133%; }
.txt18 { font-size:150%; }
.txt20 { font-size:167%; }
.txt22 { font-size:183%; }
.txt24 { font-size:200%; }

.lineheight150 { line-height: 150%;}
.lineheight200 { line-height: 200%;}

/* margin
=========================================*/
.mb0 { margin-bottom:0 !important; }
.mb3 { margin-bottom:3px !important; }
.mb4 { margin-bottom:4px !important; }
.mb5 { margin-bottom:5px !important; }
.mb7 { margin-bottom:7px !important; }
.mb10 { margin-bottom:10px !important; }
.mb12 { margin-bottom:12px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.mb70 { margin-bottom:70px !important; }


/*ヘッダー
=========================================*/

#globalHeader {
	height: 101px;
	background: url(../common/bg_hdr.jpg) no-repeat center top;
}

.headerInner {
	width: 950px;
	height: 101px;
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 217px;
}

#logo a {
	width: 217px;
	height: 74px;
	display: block;
	background: url(../common/logo.png) no-repeat left top;
	text-indent: -9999px;
	outline: medium none;
}

#smnav {
	position: absolute;
	right: 0;
	top: 0;
}

#smnav li {
	float: left;
}

#smnav li a {
	display: block;
	text-indent: -9999px;
	outline: medium none;
	background: url(../common/s-navi.png) no-repeat;
	height: 35px;
}

#smnav li a.privacy { background-position: left top; width: 122px; }
#smnav li a.privacy:hover { background-position: left bottom; }
#smnav li a.sitemap { background-position: -122px top; width: 113px; }
#smnav li a.sitemap:hover { background-position: -122px bottom; }

#globalNav {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 697px;
}

#globalNav li {
	float: left;
}

#globalNav li a {
	display: block;
	text-indent: -9999px;
	outline: medium none;
	background: url(../common/g-navi.gif) no-repeat;
	height: 50px;
}

#globalNav li.business a { background-position: left top; width: 175px; }
#globalNav li.business a:hover, #globalNav li.business a.current { background-position: left bottom; }
#globalNav li.company a { background-position: -175px top; width: 174px; }
#globalNav li.company a:hover, #globalNav li.company a.current { background-position: -175px bottom; }
#globalNav li.group a { background-position: -349px top; width: 174px; }
#globalNav li.group a:hover, #globalNav li.group a.current { background-position: -349px bottom; }
#globalNav li.contact a { background-position: -523px top; width: 174px; }
#globalNav li.contact a:hover, #globalNav li.contact a.current { background-position: -523px bottom; }



/*全体
=========================================*/

#wrapper {
	position: relative;
}

.contents {
	width: 950px;
	margin: 0 auto;
}

#single {
	width: 695px;
	margin: 0 auto;
}


#leftArea {
	width: 695px;
	float: left;
	margin-bottom: 30px;
}

#rightArea {
	width: 210px;
	float: right;
	margin-bottom: 30px;
}


/*ページトップ
=========================================*/

#pagetop {
	position: fixed;
	bottom: 120px;
	right: 0;
}

*html #pagetop {
	position: absolute;
	bottom: 400px;
	right: 0;
}

#pagetop a {
	width: 29px;
	height: 99px;
	display: block;
	background: url(../common/pagetop.gif) no-repeat left top;
	text-indent: -9999px;
	outline: medium none;
}

#pagetop a:hover {
	background-position: left bottom;
}


/*フッター
=========================================*/

#footer {
	clear: both;
	background-color: #666;
	color: #FFF;
}

.footerInner {
	width: 950px;
	margin: 0 auto;
}

#footerNav {
	float: left;
}

#footerNav dl {
	height: 160px;
	float: left;
	width: 160px;
	padding: 20px 0 0 15px;
	margin-bottom: 10px;
	border-left: 1px solid #858585;
}

#footerNav dt {
	border-left: 4px solid #999;
	padding-left: 10px;
	margin-bottom: 18px;
	font-weight: bold;
}

#footerNav dd {
	margin-bottom: 12px;
	font-size: 92%;
}

#footerNav dd a { color: #FFF; text-decoration: none; }
#footerNav dd a:hover { text-decoration: underline; }

#ft_logo {
	float: right;
	margin-top: 20px;
	line-height: 150%;
}

#otherLink {
	border-top: 1px solid #858585;
	clear: both;
}

.otherLinkInner {
	width: 980px;
	margin: 0 auto;
}

#otherLink ul {
	margin-left: 15px;
}

#otherLink li {
	float: left;
	padding: 12px 20px;
	font-size: 92%;
	background: url(../common/dot_footer.gif) no-repeat left 9px;
}

#otherLink li a { color: #FFF; text-decoration: none; }
#otherLink li a:hover {	text-decoration: underline; }

#copyright {
	background-color: #000;
}

.copyrightInner {
	font-size: 92%;
	width: 950px;
	margin: 0 auto;
	text-align: right;
	padding: 15px 0;
	color: #FFF;
}





/*プライバシー
=========================================*/

#privacyBox {
	width: 600px;
	margin: 20px auto 0;
}

#privacyBox .title {
	background-color: #8dc41f;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#privacyBox .closebtn {
	text-align: center;
	margin-bottom: 20px;
}
