@charset "UTF-8";

/* :::::::::::::::::::::::::::::::::::::::::::::

	name:			base.css;
	created:		2010-03-11;
	last-modified:	2011-01-19;

::::::::::::::::::::::::::::::::::::::::::::: */


/* css start ------------ */


/* :::::::::::::::::::::::::::::::::::::::::::::
	style reset
::::::::::::::::::::::::::::::::::::::::::::: */

html, body,
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li,
dl, dt, dd, address {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ul, ol {
	list-style-type: none;
}

a {
	outline: none;
}



/* :::::::::::::::::::::::::::::::::::::::::::::
	default style
::::::::::::::::::::::::::::::::::::::::::::: */

hr {
	display: none;
}

strong {
	font-weight: bold;
	text-decoration: none;
}

address {
	font-weight: normal;
	font-style: normal;
}





/* :::::::::::::::::::::::::::::::::::::::::::::
	class
::::::::::::::::::::::::::::::::::::::::::::: */

/* clearfix: Ver. 2010.03.10 ---------------- */
.clearfix{ /zoom:1; }
.clearfix:after { content:""; display:block; clear:both; }



/* :::::::::::::::::::::::::::::::::::::::::::::
	typography
::::::::::::::::::::::::::::::::::::::::::::: */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

*:first-child + html body {	/* for IE7 */
	font-family: "メイリオ", "Meiryo";
}

html>/**/body { font-size: 16px; line-height: normal; } /* except Win IE */

.txt10 { font-size: 63%; line-height: 1.4em;}	/* 10px */
.txt12 { font-size: 75%; line-height: 1.75em;}	/* 12px */
.txt14 { font-size: 88%;}	/* 14px */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}




/* :::::::::::::::::::::::::::::::::::::::::::::
	essential
::::::::::::::::::::::::::::::::::::::::::::: */

body {
/*
	color: #675f3a;
*/
	color: #3d3719;
}

a:link,
a:visited {
	color: #e60012;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #e60012;
	text-decoration: none;
}





/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	layout
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

html, body {
	min-width: 980px;
}

div.container {
	width: 980px;
	margin: 0 auto;
	background: url(../img/content_bg.gif) repeat-y;
	text-align: left;
}




/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	header
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#header {
	width: 100%;
	background: #f7f7f4 url(../img/head_bg.gif) repeat-x;
	border-top: 2px solid #e20111;
}

div#header div#headContainer {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

div#header .logo {
	position: absolute;
	top: 10px; left: 0px;
}


/* グローバルナビ -------------------- */

div#header ul#globalNav {
	padding: 15px 0 14px 171px;
}

div#header ul#globalNav li {
	float: left;
}

div#header ul#globalNav li a {
	outline: none;
}

div#header ul#globalNav li img {
	display: block;
}



/* ぱんくず -------------------- */

div#header ul#pathNav {
	font-size: 62.5%;
	line-height: 1.6;
	padding: 3px 15px 4px 15px;
}

div#header ul#pathNav li {
	float: left;
	color: #8b8b7c;
}

div#header ul#pathNav li a {
	margin: 0 9px 0 0;
	padding: 0 14px 0 0;
	background: url(../img/path_arw.gif) no-repeat 100% 0.3em;
}
div#header ul#pathNav li a:link,
div#header ul#pathNav li a:visited { text-decoration: none; }
div#header ul#pathNav li a:active,
div#header ul#pathNav li a:hover { text-decoration: underline; }


div#header ul#pathNav li strong {
	font-weight: normal;
}

div#header ul#globalNav,
div#header ul#pathNav { /zoom:1; }
div#header ul#globalNav:after,
div#header ul#pathNav:after { content:""; display:block; clear:both; }



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	content
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#content {
	width: 100%;
	background: url(../img/bg.jpg);
}

div#content div.contentBg {
	width: 100%;
	background: url(../img/content_bg_head.jpg) repeat-x;
}

div#content div.contentBg div.contentBg {
	width: 100%;
	background: url(../img/content_bg.jpg) repeat-y 50% 0%;
}

div#content div.contentBg div.contentBg div.contentBg {
	width: 100%;
	background: url(../img/content_bg_top.jpg) no-repeat 50% 0%;
}

div#content div#contentContainer {
	overflow: hidden;
	position: relative;
	width: 980px;
	margin: 0 auto;
}

div#content #launcherContainer {
	position:absolute;
	top: 0; left: 2px;
	height: 694px;
	z-index: 120;
}

div#content #flashcontent {
	position: relative;
	z-index: 1;
}


/* ランチャー -------------------- */

div#content #launcher {
	position:absolute;
	top: 0; left: -219px;
	width: 293px;
	padding: 0 0 25px 0;
	border: none;
	z-index: 150;
}

div#content #launchBg {
	background: url(../img/la_bg.png) no-repeat;
	width: 293px;
/*	height: 767px; */
}

div#content #launchBgBtm {
	position: absolute;
	left: 0px; bottom: 0px;
	width: 293px;
	height: 25px;
	background: url(../img/la_bg_btm.png) no-repeat;
}

div#content #pull {
	position: absolute;
	top: 170px; right: 4px;
	width: 24px;
	height: 60px;
}

div#content #launcher dl {
	position: relative;
	width: 293px;
	height: 100%;
	line-height: 1;
	z-index: 200;
}

div#content #launcher dl dt {
	width: 266px;
	padding: 7px 0 1px 0;
	background: url(../img/la_bg_top.jpg) no-repeat 0% 100%;
}

div#content #launcher dl dd {
	position: relative;
	width: 266px;
	padding: 0 0 1px 0;
	background: url(../img/la_line.gif) no-repeat 0% 100%;
	z-index: 201;
}

div#content #launcher img {
	vertical-align: bottom;
}



/* タイトル -------------------- */

div#content div#title {
	width: 980px;
	background: url(../img/title_bg.gif) no-repeat;
}

div#content div#title h1 {
	padding: 0 0 0 80px;
}

div#content div#title p.back {
	height: 45px;
	margin: -45px 0 0 0;
	padding: 0 20px 0 0;
	text-align: right;
}



/* ２カラム -------------------- */

div#content div.containerBg {
	width: 980px;
	padding: 30px 0 0 0;
}

div#content div#mainContent {
	width: 858px;
	min-height: 640px;
	height: auto !important;
	height: 640px;
	margin: 0 0 0 100px;
	padding: 0 0 10px 0;
	background: url(../img/col2_line.gif) repeat-y 630px 0px;
}

div#content div#main {
	float: left;
	width: 602px;
}

div#content div#side {
	float: right;
	width: 206px;
}

div#content div#side dl dt {
	width: 206px;
	padding: 0 0 2px 0;
}

div#content div#side dl dd {
	width: 201px;
	margin: 10px 0 0 5px;
}

div#content div#side dl dd.icon {
	position: relative;
	width: 212px;
	padding: 4px 0 0 0;
	margin: 0 0 0 -11px;
}

div#content div#side dl dt img {
	vertical-align: bottom;
}


/* get flash -------------------- */

div#content div#flashcontent div.noflash {
	width: 490px;
	padding: 150px 0 0 0;
	margin: 0 0 0 134px;
}

div#content div#flashcontent div.noflash p.text {
	color: #e80012;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}

div#content div#flashcontent div.noflash p.text2 {
	padding: 25px 0 5px 0;
	color: #e80012;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}

div#content div#flashcontent div.noflash p.btn {
	padding: 0 0 0 162px;
}



/* pagetop -------------------- */

div#content p.pagetop {
	padding: 30px 37px 18px 0;
	text-align: right;
}



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	footer
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div#footer {
	width: 100%;
	padding: 16px 0 15px 0;
	background: #fff url(../img/foot_bg.gif) repeat-x 50% 0%;
	color: #505050;
	font-size: 62.5%;
	line-height: 1.2;
}

div#footer div#footContainer {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}


/* シリーズ -------------------- */

div#footer div#seriesNav {
	padding: 7px 0 0 0;
	margin: 0 390px 0 0;
}

div#footer div#seriesNav p {
	width: 10em;
}

div#footer div#seriesNav ul {
	overflow: hidden;
}

div#footer div#seriesNav ul li {
	float: left;
	margin: 4px 7px 1px -7px;
	padding: 0 7px 1px 7px;
	border-right: 1px solid #505050;
	white-space: nowrap;
}

div#footer div#seriesNav ul li.last {
	border-right: none;
}

div#footer div#seriesNav a {
	color: #505050;
}


/* バナー -------------------- */

div#footer div.bnrArea {
	float: left;
	width: 580px;
}

div#footer div.bnrArea ul {
	width: 580px;
	padding: 15px 0 0 0;
}

div#footer div.bnrArea ul li {
	float: left;
	width: 163px;
	padding: 1px 0 3px 0;
}	

div#footer div.bnrArea ul li.logo {
	width: 70px;
	padding: 5px 0 3px 0;
	background: url(../img/foot_dot_y.gif) no-repeat 61px 0px;
}	

div#footer div.bnrArea ul li.mobile {
	width: 175px;
	background: url(../img/foot_dot_y.gif) no-repeat 166px 0px;
}	

div#footer div.bnrArea ul li img {
	vertical-align: bottom;
}	


/* お問い合わせ先 -------------------- */

div#footer p.contact {
	float: right;
	width: 400px;
	padding: 15px 0 0 0;
	text-align: right;
	line-height: 1.4;
}


/* サポート -------------------- */

div#footer ul#supportNav {
	clear: both;
	padding: 9px 0 0 0;
}

div#footer ul#supportNav li {
	float: left;
	padding: 0 9px 0 0;
}

div#footer div#seriesNav ul,
div#footer div.bnrArea ul,
div#footer ul#supportNav { /zoom:1; }
div#footer div#seriesNav ul:after,
div#footer div.bnrArea ul:after,
div#footer ul#supportNav:after { content:""; display:block; clear:both; }


/* copyright -------------------- */

div#footer p.copyright {
	position: relative;
	margin: -9px 0 0 700px;
	text-align: right;
}


/* お見舞い -------------------- */

div#footer p.info {
	position: absolute;
	top: 9px; right: 0px;
}


/* css end ------------ */
