@charset "Shift_JIS";


/* -------------------------------------------------------------------- */
/* common ------------------------------------------------------------- */
/* -------------------------------------------------------------------- */

html { overflow-y: scroll; height: 100%; }

body {
	color: #333;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, Arial, Helvetica, sans-serif;
	font-size: 84%;
	text-align:left;
}

/*IE6センタリング*/
* html body{
	text-align:center;
}

#wrap {
	width:920px;
	margin:0 auto;
	padding:0;
	text-align: left;
}

#wrapCus{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align: left;
}

/* CLEARFIX */
.clearfix {
	zoom:1;/*for IE 7-8*/
}
.clearfix:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}
* html .clearfix {
	display:inline-table;
	/*\*/display:block;/**/
}
.clear { clear: both !important; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, em{
	margin: 0; 
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	}

table, th, td {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

ul, ol { list-style: none; }

fieldset{
	border:none;
	padding:0;
	margin:0;
}

img,
a img {	border: none;}

a:link {	color: #039;}

a:visited {	color: #551A8B;}

a:hover {	color: #F63;}

.noDisplay { display: none;}

hr {
	clear: both;
}
.rollover{}
.blank{}


#ttlBlock{
background:#898989;
}

#ttlBlockInr{
margin:0 auto;
width:920px;
background:#333333;
overflow:hidden;
}
#ttlBlockInr h2{
	margin:0;
}

#ttlDynabook{
float:left;
}

#btnSitemap{
float:right;
padding-top:12px;
padding-right:11px;
}



/* standard helper classes */

#contentArea .clr
{
   clear: both;
   overflow: hidden;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
}



/* -------------------------------------------------------------------- */
/* header ------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
#header{
width:920px;
margin:0 auto;
text-align:left;
}

#header h1 {
	vertical-align:top;
	margin:0 0 0 12px;
	display:inline-block;
	/display:inline;
	zoom:100%;
	line-height:0;
	font-size:0;
	position: relative;
}
#header h1 img {
	vertical-align:top;
}
#header h1 #head_uri {
	position: absolute;
	top: 23px;
	left: 199px;
}
#head_bar {
	background:#fff;
	height:64px;
	min-width: 740px;
	width: expression(document.body.clientWidth < 742? "740px" : "auto");
}
#head_bar p {
	vertical-align:top;
	margin:36px 0 0 230px;
	display:inline-block;
	/display:inline;
	zoom:100%;
}
#head_bar .head_navi01 {
	position: absolute;
	top: 26px;
	right: 20px;
}
#head_bar .head_navi01 li {
	vertical-align: bottom;
	font-size:0;
}
#head_bar .head_navi01 li a {
	display: block;
}
#header li {
	line-height: 0;
	font-size:0;
}
#header li img {
	vertical-align:top;
}
#head_bar {
	position:relative;
}
#head_bar p {
	margin:0;
	display:block;
	position:absolute;
	right: 21px;
	top: 37px;
}

/*企業トップなどヘッダー修正 11/3/29*/
.gnavi{
	background-color:#313443;
	background-image:none;
}
#head_bar.bizHeader{
	background-color:#313443;
}

/* -------------------------------------------------------------------- */
/* contents ----------------------------------------------------------- */
/* -------------------------------------------------------------------- */
#contents {
	text-align: center;
}

/* -------------------------------------------------------------------- */
/* footer ------------------------------------------------------------- */
/* -------------------------------------------------------------------- */


#wrapCus #footArea{
background:#000000;
}

#footer{
	width:920px;
	margin:0 auto;
	font-size:90%;
	background:#000;
	color:#fff;
	position:relative;
	font-size:80%;
	padding:3px 0 0 0;
}

#footerInr{
	padding:13px 12px 30px 12px;
}

#footer a:link,
#footer a:visited {
	text-decoration:none;
	color: #fff;
}
#footer a:hover,
#footer a:active {
	text-decoration:underline;
}
#footer li{
	list-style-type: none;
	margin-right:5px;
	padding-left:5px;
	border-left:1px solid #535353;
	float:left;
}
#footer li.first {
	padding-left:0;
	border-left:none;
}
#footer address {
	font-style: normal;
}
#footer #copyright {
	width:500px;
	text-align:right;
	position:absolute;
	top:17px;
	right:12px;
}
#footer #eco {
	text-align: right;
	margin-top: 20px;
}

/*フッター上部*/
.under {
	text-align: left;
	margin-top: 20px;
	font-size:88%;
	line-height:1.8;
}

.under ul li {
	margin: 3px 0;
}
.under ul li a:link{	color:#000;}
.under ul li a:hover{	color:#ff0000;}

.under ul li#retop {
	float: right;
}

.under img {
	vertical-align: -2px;
	margin-right: 4px;
}
