@charset "Shift-JIS";
/**********************************************************************
**********************************************************************/


/* -----------------------------------------------
タグ初期化
------------------------------------------------- */
body, div, p, ul, li, dl, dt, dd, img, a, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	line-height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

img {
	border:none;
	vertical-align:top;
}

ul, dl, ol {
	list-style-type:none;
}

strong {
	font-weight:normal;
}

address {
	font-style:normal;
}

body {
				background:url(../images/bg_slash.gif) left top repeat;
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
				height:100%;
}
table {
    font-size:inherit;
    font:100%;
}


/* -----------------------------------------------
汎用クラス
------------------------------------------------- */
.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 */

a {
 text-decoration:none;
	color:#FFF;
	outline:none;
}

a:hover {
 text-decoration:underline;
}

.mgl20 {
	margin-left:20px;
}


/* -----------------------------------------------
レイアウト
------------------------------------------------- */
body {
	background:url(../images/bg_body.gif) no-repeat center top;
}
#wrap {
	width:980px;
	margin:0 auto;
}

/* -----------------------------------------------
トップボックス
------------------------------------------------- */
#top_box {
	height:578px;
}

#top_box .inner {
	text-align:center;
}

#top_box .inner h1 {
	padding:9px 0 0;
}
#top_box .inner h2 {
	padding:40px 0 0;
}

#top_box .inner .box_sub {
	margin:31px 0 0;
}

#top_box .inner ul {
	margin:20px 0 0 20px;
}

#top_box .inner li {
	float:left;
}
#top_box .inner li a {
	text-indent:-9999px;
}

#top_box .inner li.nav1 {
	margin:11px 0 0;
}
#top_box .inner li.nav1 a {
	display:block;
	width:156px;
	height:151px;
	background:url(../images/nav_top01.gif) no-repeat;
}
#top_box .inner li.nav2 a {
	display:block;
	width:115px;
	height:125px;
	background:url(../images/nav_top02.gif) no-repeat;
}
#top_box .inner li.nav3 {
	margin:27px 0 0;
}
#top_box .inner li.nav3 a {
	display:block;
	width:143px;
	height:135px;
	background:url(../images/nav_top03.gif) no-repeat;
}
#top_box .inner li.nav4 a {
	display:block;
	width:147px;
	height:143px;
	background:url(../images/nav_top04.gif) no-repeat;
}
#top_box .inner li.nav1 a:hover {
	background-position:0 -151px;
}
#top_box .inner li.nav2 a:hover {
	background-position:0 -125px;
}
#top_box .inner li.nav3 a:hover {
	background-position:0 -135px;
}
#top_box .inner li.nav4 a:hover {
	background-position:0 -143px;
}

/* -----------------------------------------------
ミドルボックス
------------------------------------------------- */
#mdl_box {
}
#mdl_box .inner {
	text-align:center;
}
#mdl_box .box_sub {
	position:relative;
}

#mdl_box .box_sub .btn_amzn1 {
	position: absolute;
    right: 155px;
    top: 198px;
}

#mdl_box .box_sub .btn_amzn2 {
	position: absolute;
	right: 155px;
	top: 230px;
}

#mdl_box .box_sub .btn_itn1 {
	position: absolute;
	top: 198px;
	right: 70px;
}

#mdl_box .box_sub .btn_itn2 {
	position: absolute;
	top: 230px;
	right: 70px;
}

/* -----------------------------------------------
フッター
------------------------------------------------- */
#footer {
	padding:95px 0 50px;
}
#footer .inner {

}
#footer #social {
	float:left;
}
#footer #social li {
	float:left;
	margin:0 32px 0 0;
}
#footer #copy {
	float:right;
	font-size: 119.9%;
}