@charset "utf-8";


/* =====================================================================
*
*    top.css INDEX
*
*    // トップページのスタイル
*
*
*    1. Header
*       1.1. Global Navigation
*
*    2. Main Contents
*       2.1. Pick Up
*       2.2. News
*
*    3. Side Contents
*
* =================================================================== */


/* ================================================================== */
/*                                                                    */
/* ! 0. Logo Set (Mainly in /common/css/layout.css) */
/*                                                                    */
/* ================================================================== */

#logoset #g2m {
	float: right;
	margin: 31px 15px 0 0;
}


/* ================================================================== */
/*                                                                    */
/* ! 1. Header */
/*                                                                    */
/* ================================================================== */

#header {
	width: 100%;
	background: url(../images/head_bg_l.jpg) 0 20px repeat-x;
}

#header .wrapper {
	position: relative;
	width: 100%;
	height: 397px;
	overflow: hidden;
}

#header .rightWrapper {
	position: absolute;
	left: 50%;
	width: 100%;
	height: 397px;
	background: url(../images/head_bg_r.jpg) 0 20px repeat-x;
}

#header .cont {
	position: absolute;
	left: -475px;
	width: 950px;
}


/* ---------------------------------
*    Catch Image
*/

#header .catch {
	float: left;
	width: 809px;
	margin: 21px 0 0 -95px;
	padding: 0 0 6px 0;
	background: url(../images/catch_shadow.png) left bottom no-repeat;
}

* html #header .catch {
	margin-left: 0;
}

* html #header .catch img {
	position: relative;
	left: -95px;
}


/* ------------------------------------------------------------------ */
/*                                                                    */
/* ! 1.1. Global Navigation */
/*                                                                    */
/* ------------------------------------------------------------------ */

#header #gnavi {
	float: left;
	width: 220px;
	height: 397px;
	padding: 0 0 0 16px;
	background: url(../images/gn_bg.png) no-repeat;
}

#header #gnavi .box {
	width: 218px;
	height: 388px;
	padding: 1px;
	overflow: hidden;
	background-color: #FDFDFD;
}

#gnavi ul {
	position: relative;
	width: 218px;
	height: 388px;
	margin: 0 auto;
	overflow: hidden;
}

#gnavi ul li {
	position: relative;
	display: block;
	width: 218px;
	height: 67px;
	overflow: hidden;
	float: left;
}

#gnavi ul.kwicks li a {
	width: 218px;
	height: 189px;
	background-position: 0 -189px;
}

#gnavi ul.kwicks li.active a { background-position: 0 0; }

#gnavi ul.kwicks li#gnProducts a { background-image: url(../images/gn_prod.jpg); }
#gnavi ul.kwicks li#gnCampaign a { background-image: url(../images/gn_camp.jpg); }
#gnavi ul.kwicks li#gnSalon    a { background-image: url(../images/gn_salo.jpg); }
#gnavi ul.kwicks li#gnQa       a { background-image: url(../images/gn_qa.jpg); }


/* ================================================================== */
/*                                                                    */
/* ! 2. Main Contents */
/*                                                                    */
/* ================================================================== */

/* ------------------------------------------------------------------ */
/*                                                                    */
/* ! 2.1. Pick Up */
/*                                                                    */
/* ------------------------------------------------------------------ */

/* --> /common/css/pick.css */


/* ------------------------------------------------------------------ */
/*                                                                    */
/* ! 2.2. News */
/*                                                                    */
/* ------------------------------------------------------------------ */

.clearbase {
	width: 708px;
	height: 44px;
	margin: 6px 3px 0 3px;
	background: url(../images/clearbase.png) no-repeat;
}

#news .cont {
	margin: -44px 0 0 0;
}

#news h2 {
	float: left;
	width: 78px;
	height: 44px;
	margin: 0 0 0 8px;
	background: url(../images/news_ttl.png) left top no-repeat;
}

#ticker {
	float: right;
	width: 852px;
	margin-top: 17px;
	color: #555555;
}

#ticker li span { color: #497288; }
#ticker li strong { font-weight: bold; }


/* ================================================================== */
/*                                                                    */
/* ! 3. Side Contents */
/*                                                                    */
/* ================================================================== */

#sideCont { margin-top: 14px; }
