/* 共通 */
body {
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(../img/main_BG.gif);
	background-position:top;
	background-repeat:no-repeat;
}

img {border:0;}

a {outline:0;}

/* スクロールバー表示 */
html {overflow-y:scroll;}

#ContWrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:90px;
}

#Header {
	overflow:auto;
	width:100%;
	padding-top:20px;
}

h1 {
	text-indent:-9999px;
	background-image:url(../img/header_logo.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	width:163px;
	height:66px;
	line-height:1em;
	float:left;
}

h1 a {
	display:block;
	height:66px;
}

#HeaderLeftCont {
	width:600px;
	float:left;
}

#Header h2 {
	width:435px;
	font-size:14px;
	color:#666;
	float:right;
	margin:0;
	padding:0;
	font-weight:normal;
	height:40px;
}

#Header h2 span {
	font-size:12px;
	display:block;
}

#HeaderLogoCont {
	width:46px;
	height:60px;
	float:right;
}

#MainNavi {
	background-image:url(../img/MainNavi_BG-trans.png);
	height:69px;
	width:100%;
	bottom:0;
	left:0;
	clear:both;
	position:fixed !important;
	position:absolute;
	overflow:auto;
}

#MainCont {
	clear:both;
	overflow:auto;
	width:100%;
}

#LeftNavi {
	width:200px;
	float:left;
	padding-top:40px;
}

#LeftNavi .NaviSeparator {
	padding-bottom:10px;
}

#LeftNavi ul {
	margin:0;
	padding:0;
	list-style:none;
}

#ContBox {
	width:690px;
	float:right;
	overflow:hidden;
}

.PageTitle h2 {
	margin:0;
	padding:0;
	height:38px;
	text-indent:-9999px;
}

#ContText {
	background-image:url(../img/cont_BG-trans.png);
	background-position:top;
	padding:20px;
	padding-bottom:5px;
}

#ContText p {
	line-height:1.6em;
	margin:0;
	padding-bottom:1em;
	color:#333;
}

#PageNavi {
	font-size:10px;
	color:#999;
	text-align:right;
}

#PageNavi a {
	color:#09C;
}

#PageNavi a:hover {
	color:#F60;
	text-decoration:none;
}

#PageNavi strong {
	font-weight:normal;
	color:#333;
}

.BackToTop {
	text-align:right;
	font-size:10px;
	clear:both;
	margin-top:20px;
}

.BackToTop a {
	background-image:url(../img/BackToTop.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:12px;
	line-height:1em;
	color:#09C;
}

.BackToTop a:hover {
	background-image:url(../img/BackToTop_on.gif);
	line-height:1em;
	color:#F60;
	text-decoration:none;
}

.Separator {
	background-image:url(../img/hBorder.gif);
	background-position:center top;
	background-repeat:repeat-x;
	height:20px;
	clear:both;
}

.SeparatorCasestudy {
	background-image:url(../img/hBorder.gif);
	background-position:center;
	background-repeat:repeat-x;
	clear:both;
	height:1px;
	margin-top:-20px;
}

.ContEnd {
	height:15px;
	background-image:url(../img/cont_BG-trans.png);
	background-position:0 -2989px;
	text-indent:-9999px;
	clear:both;
}

/* -------------印刷しない指定---------------*/
#HeaderLogoPrint {display:none;}

