@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
        letter-spacing:0.1em;
	color: #333333;
	background: #FCE5DF url(../gif/n001.gif) top center repeat-x;
	text-align: center; /* テキストを中央揃えに指定 */ 
}
a:{ text-decoration: none; 
}
a:link { color: #333333; text-decoration: none;
 }
a:visited { color: #660066; text-decoration: none;
 }
a:hover { color: #333333; text-decoration: underline;
 }
a:active { color: #ff0000; text-decoration: underline;
 }
a img { border: none;
 }
img {
	border: none;
	vertical-align: top;
}
/* ロゴ、ヘッダー
---------------------------------------------*/
#header {
        position: relative;
	width: 100%;
	text-align: left;
}

#header h1 {
	position: absolute;
	font-weight: normal;
	left: 8px;
        top: 1px
}
#header h2 {
	position: absolute;
	left: 64px;
        top: 1px;
	font-weight: normal;
}

#info {
	position: absolute;
	margin-top: -59px;
	left: 400px;
}
#wrapper {
	width: 848px;
	background: #FFFFFF;
        margin: 0 auto;
	text-align: left;
}


/* ナビゲーション
---------------------------------------------*/

#globalNav {
	position: absolute;
	top: 87px;
	width: 848px;
	height: 33px;
	list-style-type: none;
}
#globalNav li {
	float: left;
	width: 121px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:33px;
	padding-top: 33px;
	background-image: url(../gif/n005.gif);
	color: #FFFFFF;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -121px 0; }
	#nav03 a { background-position: -242px 0; }
	#nav04 a { background-position: -363px 0; }
	#nav05 a { background-position: -484px 0; }
	#nav06 a { background-position: -605px 0; }
	#nav07 a { background-position: -726px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -66px; }
	#nav02 a.stay { background-position: -121px -66px; }
	#nav03 a.stay { background-position: -242px -66px; }
	#nav04 a.stay { background-position: -363px -66px; }
	#nav05 a.stay { background-position: -484px -66px; }
	#nav06 a.stay { background-position: -605px -66px; }
	#nav07 a.stay { background-position: -726px -66px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -33px; }
	#nav02 a:hover { background-position: -121px -33px; }
	#nav03 a:hover { background-position: -242px -33px; }
	#nav04 a:hover { background-position: -363px -33px; }
	#nav05 a:hover { background-position: -484px -33px; }
	#nav06 a:hover { background-position: -605px -33px; }
	#nav07 a:hover { background-position: -726px -33px; }

/* メインイメージと2段組
---------------------------------------------*/
#content {
	position: relative;
	overflow: auto !important;
	overflow /**/: hidden;
	top: 38px;
	border-top: 3px solid #CCFF66;
	width: 100%;
	background: #FFFFFF url(../gif/content_bg.gif) center top repeat-y;
	padding-bottom: 30px;
}
#primary {
	float: left;
	width: 472px;
}
#newsrelease {
	float: left;
	width: 375px;
	padding-left: 1px;
}
/* 本文のレイアウト
---------------------------------------------*/
#primary h2, #newsrelease h2 {

	background: #F993A2;
}
#newsrelease h3 {

	background: #F993A2;
}
#primary .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#primary .section p {
	margin: 10px 0;
}
#primary .section .link {
	background: url(../gif/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#primary .list h3 {
	padding: 3px 10px;
	margin: 10px 17px 0px 15px;
	background-color: #F3F3F3;
	border-left: 5px solid #DB80DB;
	border-bottom: 1px solid #CCCCCC;
}
#primary .list {
	margin-bottom: 20px;
}
#primary .list li {
	margin: 5px 17px 0 25px;
	padding-left: 15px;
	background: url(../gif/arrow.gif) left center no-repeat;
	border-bottom: 1px solid #CCCCCC;
}
/* リリース
---------------------------------------------*/
#newsrelease dl {
	margin: 16px 18px 0 18px;
}
#newsrelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}
#newsrelease .section {
	margin: 16px 18px 0 12px;
	border-bottom: 1px solid #ccc;
}
#newsrelease .section p {
	margin: 10px 8px;
}
#newsrelease .section .link {
	background: url(../gif/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsrelease h4 {
        margin: 10px 0 0 8px;
}
/* フッター
---------------------------------------------*/
#footer {
        position: relative;
	top: 38px;
	width: 100%;
	clear: both;
	padding: 10px 0 30px 0;
	text-align: center;
	background: #EF858C;
}
#footer p {
	margin: 0px 0px 10px 0px;
}