@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
   
}

li {
	list-style: none;
}

body {
	text-align: center;
	background-image: url(img/bg.jpg);
	width: 100%;
	color: #333333;
    font-size: 13px;
    line-height: 170%;
	font-family: "メイリオ","Meiryo","HiraMaruPro-W4" , "ヒラギノ丸ゴ Pro W4", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
}

.back{
	margin: auto;
	background: url(img/megumi2.jpg) no-repeat top center;
	width: 900px;
	background-color: #ffffff;
}

.back2{
	margin: auto;
	background: url(img/top.jpg) no-repeat top center;
	width: 900px;
	background-color: #ffffff;
}


#main{
	margin: auto;
	width: 900px;
	
}

#main2{
	background-color: #ffffff;
	
}

.menu{
	padding: 0 0 0 10px;
}

/*
ヘッダー
-------------------------------------------------------------------------*/

#header {
	width: 900px;
	height: 530px;
}


#header2 {
	width: 900px;
	height: 55px;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.header_logo1{
	float: left;
	padding: 5px 0 0 10px;
}
.header_logo2{
	float: right;
	padding: 20px 10px 0 0;
}
.header_logo3{
	clear: both;
	text-align: right;
	padding: 380px 20px 0 0;
}



/*
フッター
-------------------------------------------------------------------------*/

#footer{
	clear: both;
	width: 900px;
	height: 230px;
	margin: 0;
	background-color: #58ccdb;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.footer2{
	padding: 20px 0 0 0;
	line-height: 170%;
}

a.white {
    color: #ffffff;
    text-decoration: underline;
}

address{
	margin: 10px 0 0 0;
	font-style: normal;
}
/*
グローバルナビゲーション
----------------------------------------------------*/
#navi{
	clear: both;
	width: 885px;
	height: 58px;
	overflow: hidden;
	float: left;
	position: relative;
	text-align: center;
	margin-top: -470px;
}

.navi01 {
	position: absolute;
	left: 0;
}
.navi01 a{
	background: url(img/menu_index.png) 0 0 no-repeat;
	display: block;
	width: 196px;
	height: 58px;
}
.navi01 a:hover { 
	background-position: 0 -58px;
}
			
.navi02 {
	position: absolute;
	left: 196px;
}
.navi02 a{
	background: url(img/menu_index.png) -196px 0 no-repeat;
	width: 141px;
	height: 58px;
	display: block;
}
.navi02 a:hover{ 
	background-position: -196px -58px;
}
			
.navi03 {
	position: absolute;
	left: 337px;
}
.navi03 a{
	background: url(img/menu_index.png) -337px 0 no-repeat;
	width: 122px;
	height: 58px;
	display: block;
}
.navi03 a:hover{ 
	background-position: -337px -58px;
}
			
.navi04 {
	position: absolute;
	left: 459px;
}
.navi04 a{
	background: url(img/menu_index.png) -459px 0 no-repeat;
	width: 134px;
	height: 58px;
	display: block;
}
.navi04 a:hover{ 
	background-position: -459px -58px;
}
.navi05 {
	position: absolute;
	left: 593px;
}
.navi05 a{
	background: url(img/menu_index.png) -593px 0 no-repeat;
	width: 127px;
	height: 58px;
	display: block;
}
.navi05 a:hover{ 
	background-position: -593px -58px;
}

.navi06 {
	position: absolute;
	left: 720px;
}
.navi06 a{
	background: url(img/menu_index.png) -720px 0 no-repeat;
	width: 165px;
	height: 58px;
	display: block;
}
.navi06 a:hover{ 
	background-position: -720px -58px;
}

/*
グローバルナビゲーション2
----------------------------------------------------*/

#navi2{
	clear: both;
	width: 885px;
	height: 45px;
	position: relative;
	margin: auto;
}

.navi2_01 {
	position: absolute;
	left: 0;
}
.navi2_01 a{
	background: url(img/menu.png) 0 0 no-repeat;
	display: block;
	width: 91px;
	height: 45px;
}
.navi2_01 a:hover { 
	background-position: 0 -45px;
}
			
.navi2_02 {
	position: absolute;
	left: 91px;
}
.navi2_02 a{
	background: url(img/menu.png) -91px 0 no-repeat;
	width: 159px;
	height: 45px;
	display: block;
}
.navi2_02 a:hover{ 
	background-position: -91px -45px;
}
			
.navi2_03 {
	position: absolute;
	left: 250px;
}
.navi2_03 a{
	background: url(img/menu.png) -250px 0 no-repeat;
	width: 149px;
	height: 45px;
	display: block;
}
.navi2_03 a:hover{ 
	background-position: -250px -45px;
}
			
.navi2_04 {
	position: absolute;
	left: 399px;
}
.navi2_04 a{
	background: url(img/menu.png) -399px 0 no-repeat;
	width: 113px;
	height: 45px;
	display: block;
}
.navi2_04 a:hover{ 
	background-position: -399px -45px;
}
			
.navi2_05 {
	position: absolute;
	left: 512px;
}
.navi2_05 a{
	background: url(img/menu.png) -512px 0 no-repeat;
	width: 115px;
	height: 45px;
	display: block;
}
.navi2_05 a:hover{ 
	background-position: -512px -45px;
}
			
.navi2_06 {
	position: absolute;
	left: 627px;
}
.navi2_06 a{
	background: url(img/menu.png) -627px 0 no-repeat;
	width: 116px;
	height: 45px;
	display: block;
}
.navi2_06 a:hover{ 
	background-position: -627px -45px;
}
			
.navi2_07 {
	position: absolute;
	left: 743px;
}
.navi2_07 a{
	background: url(img/menu.png) -743px 0 no-repeat;
	width: 142px;
	height: 45px;
	display: block;
}
.navi2_07 a:hover{ 
	background-position: -743px -45px;
}



.navi2_02_02 {
	position: absolute;
	left: 91px;
}
.navi2_02_02 a{
	background: url(img/menu.png) -91px -45px no-repeat;
	width: 159px;
	height: 45px;
	display: block;
}
.navi2_02_02 a:hover{ 
	background-position: -91px -45px;
}
			
.navi2_03_02 {
	position: absolute;
	left: 250px;
}
.navi2_03_02 a{
	background: url(img/menu.png) -250px -45px no-repeat;
	width: 149px;
	height: 45px;
	display: block;
}
.navi2_03_02 a:hover{ 
	background-position: -250px -45px;
}
			
.navi2_04_02 {
	position: absolute;
	left: 399px;
}
.navi2_04_02 a{
	background: url(img/menu.png) -399px -45px no-repeat;
	width: 113px;
	height: 45px;
	display: block;
}
.navi2_04_02 a:hover{ 
	background-position: -399px -45px;
}
			
.navi2_05_02 {
	position: absolute;
	left: 512px;
}
.navi2_05_02 a{
	background: url(img/menu.png) -512px -45px no-repeat;
	width: 115px;
	height: 45px;
	display: block;
}
.navi2_05_02 a:hover{ 
	background-position: -512px -45px;
}
			
.navi2_06_02 {
	position: absolute;
	left: 627px;
}
.navi2_06_02 a{
	background: url(img/menu.png) -627px -45px no-repeat;
	width: 116px;
	height: 45px;
	display: block;
}
.navi2_06_02 a:hover{ 
	background-position: -627px -45px;
}
			
.navi2_07_02 {
	position: absolute;
	left: 743px;
}
.navi2_07_02 a{
	background: url(img/menu.png) -743px -45px no-repeat;
	width: 142px;
	height: 45px;
	display: block;
}
.navi2_07_02 a:hover{ 
	background-position: -743px -45px;
}






/*
通常用TOP
----------------------------------------------------*/


#navi_2{
	clear: both;
	width: 885px;
	height: 58px;
	overflow: hidden;
	float: left;
	position: relative;
	text-align: center;
}
.navi_01 {
	position: absolute;
	left: 0;
}
.navi_01 a{
	background: url(img/menu_index2.png) 0 0 no-repeat;
	display: block;
	width: 196px;
	height: 58px;
}
.navi_01 a:hover { 
	background-position: 0 -58px;
}
			
.navi_02 {
	position: absolute;
	left: 196px;
}
.navi_02 a{
	background: url(img/menu_index2.png) -196px 0 no-repeat;
	width: 141px;
	height: 58px;
	display: block;
}
.navi_02 a:hover{ 
	background-position: -196px -58px;
}
			
.navi_03 {
	position: absolute;
	left: 337px;
}
.navi_03 a{
	background: url(img/menu_index2.png) -337px 0 no-repeat;
	width: 122px;
	height: 58px;
	display: block;
}
.navi_03 a:hover{ 
	background-position: -337px -58px;
}
			
.navi_04 {
	position: absolute;
	left: 459px;
}
.navi_04 a{
	background: url(img/menu_index2.png) -459px 0 no-repeat;
	width: 134px;
	height: 58px;
	display: block;
}
.navi_04 a:hover{ 
	background-position: -459px -58px;
}
			
.navi_05 {
	position: absolute;
	left: 591px;
}
.navi_05 a{
	background: url(img/menu_index2.png) -591px 0 no-repeat;
	width: 132px;
	height: 58px;
	display: block;
}
.navi_05 a:hover{ 
	background-position: -591px -58px;
}
			
.navi_06 {
	position: absolute;
	left: 590px;
}
.navi_06 a{
	background: url(img/menu_index2.png) -590px 0 no-repeat;
	width: 132px;
	height: 58px;
	display: block;
}
.navi_06 a:hover{ 
	background-position: -590px -58px;
}
			
.navi_06 {
	position: absolute;
	left: 720px;
}
.navi_06 a{
	background: url(img/menu_index2.png) -720px 0 no-repeat;
	width: 165px;
	height: 58px;
	display: block;
}
.navi_06 a:hover{ 
	background-position: -720px -58px;
}


/*
期間限定用TOP
----------------------------------------------------*/

#navi{
	clear: both;
	width: 885px;
	height: 58px;
	overflow: hidden;
	float: left;
	position: relative;
	text-align: center;
	margin-top: -470px;
}


.navi01 {
	position: absolute;
	left: 0;
}
.navi01 a{
	background: url(img/menu_index.png) 0 0 no-repeat;
	display: block;
	width: 196px;
	height: 58px;
}
.navi01 a:hover { 
	background-position: 0 -58px;
}
			
.navi02 {
	position: absolute;
	left: 196px;
}
.navi02 a{
	background: url(img/menu_index.png) -196px 0 no-repeat;
	width: 141px;
	height: 58px;
	display: block;
}
.navi02 a:hover{ 
	background-position: -196px -58px;
}
			
.navi03 {
	position: absolute;
	left: 337px;
}
.navi03 a{
	background: url(img/menu_index.png) -337px 0 no-repeat;
	width: 122px;
	height: 58px;
	display: block;
}
.navi03 a:hover{ 
	background-position: -337px -58px;
}
			
.navi04 {
	position: absolute;
	left: 459px;
}
.navi04 a{
	background: url(img/menu_index.png) -459px 0 no-repeat;
	width: 134px;
	height: 58px;
	display: block;
}
.navi04 a:hover{ 
	background-position: -459px -58px;
}
.navi05 {
	position: absolute;
	left: 593px;
}
.navi05 a{
	background: url(img/menu_index.png) -593px 0 no-repeat;
	width: 127px;
	height: 58px;
	display: block;
}
.navi05 a:hover{ 
	background-position: -593px -58px;
}

.navi06 {
	position: absolute;
	left: 720px;
}
.navi06 a{
	background: url(img/menu_index.png) -720px 0 no-repeat;
	width: 165px;
	height: 58px;
	display: block;
}
.navi06 a:hover{ 
	background-position: -720px -58px;
}

/*
グローバルナビゲーション2
----------------------------------------------------*/

#navi2{
	clear: both;
	width: 885px;
	height: 45px;
	position: relative;
	margin: auto;
}

.navi2_01 {
	position: absolute;
	left: 0;
}
.navi2_01 a{
	background: url(img/menu.png) 0 0 no-repeat;
	display: block;
	width: 91px;
	height: 45px;
}
.navi2_01 a:hover { 
	background-position: 0 -45px;
}
			
.navi2_02 {
	position: absolute;
	left: 91px;
}
.navi2_02 a{
	background: url(img/menu.png) -91px 0 no-repeat;
	width: 159px;
	height: 45px;
	display: block;
}
.navi2_02 a:hover{ 
	background-position: -91px -45px;
}
			
.navi2_03 {
	position: absolute;
	left: 250px;
}
.navi2_03 a{
	background: url(img/menu.png) -250px 0 no-repeat;
	width: 149px;
	height: 45px;
	display: block;
}
.navi2_03 a:hover{ 
	background-position: -250px -45px;
}
			
.navi2_04 {
	position: absolute;
	left: 399px;
}
.navi2_04 a{
	background: url(img/menu.png) -399px 0 no-repeat;
	width: 113px;
	height: 45px;
	display: block;
}
.navi2_04 a:hover{ 
	background-position: -399px -45px;
}
			
.navi2_05 {
	position: absolute;
	left: 512px;
}
.navi2_05 a{
	background: url(img/menu.png) -512px 0 no-repeat;
	width: 115px;
	height: 45px;
	display: block;
}
.navi2_05 a:hover{ 
	background-position: -512px -45px;
}
			
.navi2_06 {
	position: absolute;
	left: 627px;
}
.navi2_06 a{
	background: url(img/menu.png) -627px 0 no-repeat;
	width: 116px;
	height: 45px;
	display: block;
}
.navi2_06 a:hover{ 
	background-position: -627px -45px;
}
			
.navi2_07 {
	position: absolute;
	left: 743px;
}
.navi2_07 a{
	background: url(img/menu.png) -743px 0 no-repeat;
	width: 142px;
	height: 45px;
	display: block;
}
.navi2_07 a:hover{ 
	background-position: -743px -45px;
}



.navi2_02_02 {
	position: absolute;
	left: 91px;
}
.navi2_02_02 a{
	background: url(img/menu.png) -91px -45px no-repeat;
	width: 159px;
	height: 45px;
	display: block;
}
.navi2_02_02 a:hover{ 
	background-position: -91px -45px;
}
			
.navi2_03_02 {
	position: absolute;
	left: 250px;
}
.navi2_03_02 a{
	background: url(img/menu.png) -250px -45px no-repeat;
	width: 149px;
	height: 45px;
	display: block;
}
.navi2_03_02 a:hover{ 
	background-position: -250px -45px;
}
			
.navi2_04_02 {
	position: absolute;
	left: 399px;
}
.navi2_04_02 a{
	background: url(img/menu.png) -399px -45px no-repeat;
	width: 113px;
	height: 45px;
	display: block;
}
.navi2_04_02 a:hover{ 
	background-position: -399px -45px;
}
			
.navi2_05_02 {
	position: absolute;
	left: 512px;
}
.navi2_05_02 a{
	background: url(img/menu.png) -512px -45px no-repeat;
	width: 115px;
	height: 45px;
	display: block;
}
.navi2_05_02 a:hover{ 
	background-position: -512px -45px;
}
			
.navi2_06_02 {
	position: absolute;
	left: 627px;
}
.navi2_06_02 a{
	background: url(img/menu.png) -627px -45px no-repeat;
	width: 116px;
	height: 45px;
	display: block;
}
.navi2_06_02 a:hover{ 
	background-position: -627px -45px;
}
			
.navi2_07_02 {
	position: absolute;
	left: 743px;
}
.navi2_07_02 a{
	background: url(img/menu.png) -743px -45px no-repeat;
	width: 142px;
	height: 45px;
	display: block;
}
.navi2_07_02 a:hover{ 
	background-position: -743px -45px;
}

















/*
汎用
------------------------------------------------------------------------------*/

h2{
	margin: 0 0 20px 0;
}

h3{
	margin: 40px 0 30px 0;
}
h4{
	margin: 0 0 20px 0;
}
.contents{
	width: 885px;
	text-align: center;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0 0 10px 0;
    background-color: #ffffff;
}
.contents2{
    text-align:left;
    margin:0px auto;
    width:700px;
}
.contents3{
    text-align:left;
    margin:15px 0 60px 130px;
    width:650px;
}

.contents4{
	width: 900px;
	margin: auto;
}

.contents5{
    text-align:left;
    margin:15px auto 60px auto;
    width:800px;
}

p.banner{
	margin: 0 0 10px 0;
}

p.amzn{
	margin: 190px 0 0 290px;
}

p.cap{
	font-size: 11px;
	line-height: 120%;
	width: 250px;
	margin: auto;
}

td.game{
	width: 400px;
	padding: 0 10px 0 10px;
}

div.game{
	text-align: center;
	margin: 20px 0 10px 0;
}
div.game2{
	text-align: center;
	margin: 55px 0 10px 0;
}

div.game3{
	text-align: center;
	margin: 22px 0 10px 0;
}
div.continued{
	text-align: center;
	margin: 40px auto 60px 130px;
}
td.continued2{
	width: 300px;
	padding: 0 10px 10px 10px;
}

#info{
	clear: both;
	margin: auto;
	width: 880px;
	height: 250px;
	margin: 350px 0 20px 10px;
}

/*
通常用TOP
----------------------------------------------------*/

#softinfo{
	clear: both;
	margin: auto;
	width: 880px;
	height: 250px;
	margin: 80px 0 20px 10px;
}

#information{
	float: left;
	width: 494px;
	height: 249px;
	background-image: url(img/information.png);
}

#banner{
	float: right;
	width: 370px;
}


.button01 {
	width: 380px;
	height: 68px;
}
.button01 a{
	background: url(img/detail.png) 0 0 no-repeat;
	display: block;
	width: 372px;
	height: 60px;
}
.button01 a:hover { 
	background-position: 0 -60px;
}

