﻿@charset "utf-8";

/*
	base id [#headSec] >>  design.css
*/

/* headSec */
#headSec {
	width: 930px;
	background-image: none;
}


/**
	#globalnaviBlock
**/
#headSec #globalnaviBlock {
	width: 901px;
	height: 58px;
	margin: 0px 15px 0px 14px;
}

#headSec #globalnaviBlock p#logo {
	float: left;
	width: 649px;
	margin: 16px 0px 0px 0px;
}

#headSec #globalnaviBlock div#headnaviArea {
	float: left;
	width: 190px;
	margin: 33px 0px 0px 0px;
}

#headSec #globalnaviBlock div#headnaviArea ul li {
	float: left;
}

#headSec #globalnaviBlock #headnaviArea ul li.btnSp {
	width: 250px;
	height: 13px;
}

#headSec #globalnaviBlock #headnaviArea ul li.btnSp a {
	display: block;
	width: 250px;
	height: 13px;
	background-image: url("/en/image/common/head_btnSpecial.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	text-decoration: none;
	color: #3742A8;
}

/* #globalnaviArea */
#headSec #globalnaviArea {
	height: 28px;
	padding: 0px 0px 1px 15px;
	border-bottom: 1px solid #C7CAD0;
	border-top: 1px solid #C7CAD0;
}

/* -- Hack WinIE & MacIE --*/
* html #headSec #globalnaviArea {
	/* Hides from IE5-Mac \*/ 
	height: 1%;
	/*end  Hides from IE5-Mac */
}
/* -- Hack WinIE & MacIE  end--*/


#headSec #globalnaviArea h1 {
	float: left;
	height: 28px;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 100%;
}

#headSec #globalnaviArea h1 a {
	display: block;
	height: 28px;
	font-size: 1px;
	line-height: 100%;
	text-indent: -9999px;
	text-decoration: none;
	color: #3742A8;
}

#headSec #globalnaviArea h1 a:link {
	color: #3742A8;
	text-decoration: none;
}

#headSec #globalnaviArea h1 a:visited {
	color: #774979;
	text-decoration: none;
}

#headSec #globalnaviArea h1 a:hover {
	color: #1F7ACC;
	text-decoration: none;
}


/* layout base */
#bodySec {
	width: 930px;
	margin: 0px 0px 0px 0px;
	border-top:5px solid;
	border-color:#E7E7E7;
}

