@charset "EUC-JP";



/* 内容
-------------------------------------------------
 o タグの初期化
 o 共通クラス
	o ラッパー
	o コンテナ
------------------------------------------------- */




/* タグの初期化
------------------------------------------------- */
body, h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, img, div, caption, fieldset, table, tr, th, td {
	margin: 0;
	padding: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" "Arial";
}

body {
	font-size: 75%;
	line-height:140%;
	color: #4F4F4F;
	background:#F8F8F5;
}

img {
	border: 0;
	vertical-align: bottom;
}

h2,h3, h4 {
	font-weight: normal;
}

ul, ol{
	list-style-type: none;
}

fieldset {
	border: 0;
}

a:link    {color: #09C;text-decoration: none;}
a:active  {color: #555;text-decoration: none;}
a:visited {color: #09C;text-decoration: none;}
a:hover   {color: #333;text-decoration: none;}



/* 共通クラス
------------------------------------------------- */
.floatLeft  {float: left;}
.floatRight {float: right;}
.clearer    {clear: both;}

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*hoverで色を薄く*/
a.imghover:hover img {
    filter:alpha(opacity=80);
    opacity:0.8;
}
/**/
.mbt10 {
margin-bottom:10px;
}


/* 共通部分CSS*/
div#Container {
	width:100%;
}
div#Contents {
	width:800px;
	margin:auto;
	background-color:#FFF;
}

div#MaincontentsWrapper {
	padding-top:25px;
}

/*ヘッダー*/
div#Head {
	width:800px;
	height:120px;
	position:relative;
	background:url(../images/common/head_bg.gif) repeat-x bottom;
}

h1 { padding:14px 0 5px 0;}
h2 {
	font-size:80%;
	width:420px;
	position:absolute;
	left: 390px;
	top: 0px;
}

div#Contact {
	width:127px;
	position:absolute;
	left: 673px;
	top: 20px;
}
/*上部グローバルナビ*/
ul#headMenu li {
	float:left;
	margin-right:4px;
	padding-top:10px;
}


/*左ナビ*/
div#leftMenuWrapper {
	width:160px;
	background-color:#333;
	float:left;
}
div#leftMenu {
	width:156px;
	margin:0px 2px 2px 2px;
}
div#leftMenu li {
	background-color:#525252;
	border-bottom:solid 1px #333;
}
div#leftMenu li a {
	display:block;
	_height:20px;
	padding: 0.5em 0.2em 0.5em 0.5em;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
div#leftMenu li a:hover {
	background-color: #333;
	color:#FFF;
}


/*メインイメージ*/
img#MainImg {
	margin:0 0 0 15px;
}

/*右コンテンツ*/
div#RightContents {
	width:622px;
	margin-top:15px;
	float:right;
}
div#Centercontents {
	width:405px;
	float:left;
}

/*Whatsnew*/
div#Whatsnew {
	margin-bottom:20px;
	height:300px;
	overflow:auto;
}

img#WhatsnewTit {
	margin:0 0 10px 0;
}

div#Whatsnew li {
	background-color:#FFF;
	margin-bottom:5px;
}
div#Whatsnew li span {
	color:#333;
	margin-right:15px;
}
div#Whatsnew li span.new {
	color:#C00;
	margin-right:10px;
	font-weight:bold;
}
div#Whatsnew li a {
	background-color:#FFF;
	text-decoration:none;
	padding:4px;
	display:block;
	_height:20px;
	color:#09c;
}
div#Whatsnew li a:hover {
	background-color:#D2D2D2;
	color:#333;
}

/*バナーたち*/
div#feature {
	margin:0 0 15px 0;
}

div#feature li {
	margin:5px 0 15px 2px;
	float:left;
}

/**/

div#Pickup {
	width:200px;
	float:right;
	background-color:#DFDFDF;
	font-size:80%;
}
div#Pickup dl {
	margin-left:12px;
}
div#Pickup dt {
	margin-top:5px;
}
div#Pickup dd {
	margin:5px 0 12px 0;
	line-height:115%;
}
div#Pickup dt img.iconNew {
	position:absolute;
	left: 856px;
	top: 427px;
}

/*フッター*/
div#Footer {
	width:800px;
	font-size:80%;
}
div#Footer li {
	float:left;
	margin:5px 15px 3px 0; 
}
/*ページトップ*/
div#pagetop {
	width:800px;
	text-align:right;
	height:22px;
	border-bottom:solid 3px #CCC;
	margin-top:60px;
}
/*二階層目以降*/
div#SecondRightContents {
	width:602px;
	float:right;
}

/*第二階層タイトル部分*/
div#pageTit {
	width:602px;
	height:38px;
	border-bottom:solid 1px #000;
}
/*-------------------------------------------
CONCEPT
---------------------------------------------*/

div#ConceptInner {
	height:419px;
	background-image:url(../images/concept/concept_bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

div#ConceptInner p {
	line-height:180%;
	padding:25px 0 0 0;
}
/*-------------------------------------------
BRAND
-----------------------*/
div#BrandInner dl {
	margin:25px 15px 0 0;
}

div#BrandInner dd {
	width:350px;
	float:right;
	padding:;
}
div#BrandInner dd.brandname {
	font-size:120%;
	font-weight:bold;
	margin-bottom:5px
}

/*-------------------------------------------
ACCESS
-----------------------*/
div#AccessInner dt {
	float:left;
	margin-right:25px;
}

div#AccessInner dl {
	margin:10px 0 15px 0;
}
/*-------------------------------------------
LINK
-----------------------*/
div#LinkInner dt {
	margin-top:25px;
}
