@charset "utf-8";


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: June 2009

	1 : reset
	2 : textLink
	3 : layout
	4 : classes

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* **********************************************************************
1 : reset
********************************************************************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border:0;
}
strong {
	font-weight: bold;
}
body {
	color: #4c4c4c;
	font: 13px Helvetica, Arial, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 1.6;
	background-color: #fff;
}


/* **********************************************************************
2 : textLink
********************************************************************** */
a {
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: #069;
}
a:hover {
	text-decoration: underline;
}


/* **********************************************************************
3 : layout
********************************************************************** */
/* ----- h390 ----- */
body#concept,
body#products {
	background: url(../images/bg_body390.jpg) left top repeat-x;
}
body#concept #header,
body#products #header {
	height: 390px;
	background: url(../images/bg_header390.jpg) left top no-repeat;
}
body#concept #header #local,
body#products #header #local {
	height: 290px;
}
/* ----- h290 ----- */
body#interview,
body#media,
body#policy,
body#company,
body#contact,
body#error,
body#shoplist {
	background: url(../images/bg_body290.jpg) left top repeat-x;
}
body#interview #header,
body#media #header,
body#policy #header,
body#company #header,
body#contact #header,
body#error #header,
body#shoplist #header {
	height: 290px;
	background: url(../images/bg_header290.jpg) left top no-repeat;
}
body#interview #header #local,
body#media #header #local,
body#policy #header #local,
body#company #header #local,
body#contact #header #local,
body#error #header #local
body#shoplist #header #local {
	height: 190px;
}
/* ----- common ----- */
#header,
#container,
#footer {
	width: 920px;
	margin: 0 auto;
}
#header {
	margin-bottom: 30px;
}
#header #global {
	height: 58px;
	padding: 25px 0 17px 0;
	overflow: hidden;
}
/* ------------------------------
globalNav
------------------------------ */
#global h1 {
	width: 65px;
	height: 58px;
	margin-left: 20px;
	float: left;
}
ul#globalNav {
	width: 631px;
	float: right;
}
ul#globalNav li {
	line-height: 0;
	height: 41px;
	margin-right: 25px;
	float: left;
}
ul#globalNav li.navConcept,
ul#globalNav li.navInterview {
	margin-right: 20px;
}
ul#globalNav li.last {
	margin-right: 0;
}
/* ------------------------------
container
------------------------------ */
#container {
	font-size: 85%;
	margin-bottom: 40px;
	clear: both;
	overflow: hidden;
}
.single .primary {
	width: 650px;
	margin-left: 270px;
}
.double .primary {
	width: 240px;
	float: left;
}
.double .secondary {
	width: 650px;
	float: right;
}
/* ------------------------------
container-media
------------------------------ */
.double .primary2 {
	width: 140px;
	float: left;
}
.double .secondary2 {
	width: 300px;
	float: left;
	height: 5px;
	margin-right: 20px;
}
/* ------------------------------
footer
------------------------------ */
#footer {
	font-size: 85%;
	padding: 40px 0;
	border-top: #ccc 1px solid;
	/*
	overflow: hidden;
	*/
}
#footer ul {
	float: left;
}
#footer ul li {
	height: 1em;
	line-height: 1.3;
	padding: 0 5px;
	overflow: visible;
	float: left;
	border-left: #333 1px solid;
}
#footer ul li.last {
	border-right: #333 1px solid;
}
#footer ul li a {
	color: #4c4c4c;
}
#footer p.url,
#footer address {
	float: right;
	padding-left: 10px;
}
#footer address {
}


/* **********************************************************************
4 : classes
********************************************************************** */
.rollover {}
.iepngfix {}
p.anchor {}
