﻿@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif serifOsaka-mono, monospace;
	background-color:#fff;
}
#pankuzu{
	height:32px;
	background:url(../img/pankuzu.jpg) repeat-x;
	width:100%;
}
.header{
	width:100%;
	height:400px;
	background:url(../img/headerBG0.jpg) no-repeat;
	margin-bottom:50px;
	
}
.header_in{
	position:relative;
	width:980px;
	margin:0 auto;
}
.header h1{
	width:980px;
	height:425px;
	background:url(../img/header.png) no-repeat;
	display:block;
	text-indent:-9000px;
	position:absolute;
	right:3px;
	top: -24px;
}
#wrapper{
	width:920px;
	margin:0 auto;
	padding:0 30px;
}

#menu h2{
	margin:0 auto;
	display:block;
}
#menu p{
	margin:30px 20px 20px 20px;
}
#menu li{
	float:left;
	height:205px;
	margin:8px 7px;
}
#menu li a{
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	width:445px;
	height:205px;
}
#menu li a:hover{
	background-position:0 -205px;
}
.menu01{
	background:url(../img/menu01.jpg) no-repeat;
}
.menu02{
	background:url(../img/menu02.jpg) no-repeat;
}
.menu03{
	background:url(../img/menu03.jpg) no-repeat;
}
.Con{
	margin-top:50px;
}
.main dl{
	width:670px;
	float:left;
	margin:20px 20px 0 0;
}
.main dl dd{
	padding:20px 10px;
	line-height:1.5em;
	font-size:14px;
}
.main .taiken{
	width:220px;
	float:left;
	margin-top:20px;
	border:1px solid #a5b5eb;
}
.main .taiken ul{
}
.main .taiken p{
	font-size:11px;
	padding:5px 10px;
	line-height:1.3em;
}
.price{
	margin-top:40px;
}
.price div{
	margin: 10px 20px 30px 0;
}
.tableBD{
	border:1px solid #CCCCCC;
}
.width86{
	width:86px;
	background:#0033ff;
	color:#fff;
	padding:5px;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
}
.width310{
	width:300px;
	padding:5px 0 5px 10px;
	border-bottom:1px solid #CCCCCC;
}
.red{
	color:#FF0066;
}
.btn{
	border-top:1px dotted #CCCCCC;
	padding-top:30px;
	margin-bottom:30px;
}
.btn .more{
	float:left;
	width:333px;
	height:78px;
	margin-left:50px;
}
.btn .more a{
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	height:78px;
	background:url(../img/btnL.png) no-repeat;
}
.btn .more a:hover{
	background-position:0 -78px;
}
.btn .oubo{
	float:left;
	width:333px;
	height:78px;
	margin-left:50px;
}
.btn .oubo a{
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	height:78px;
	background:url(../img/btnR.png) no-repeat;
}
.btn .oubo a:hover{
	background-position:0 -78px;
}


.btn .work{
	float:left;
	width:333px;
	height:78px;
	margin-left:50px;
}
.btn .work a{
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	height:78px;
	background:url(../img/btnL01.jpg) no-repeat;
}
.btn .work a:hover{
	background-position:0 -78px;
}
.btn .nihongo{
	float:left;
	width:333px;
	height:78px;
	margin-left:50px;
}
.btn .nihongo a{
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	height:78px;
	background:url(../img/btnR01.jpg) no-repeat;
}
.btn .nihongo a:hover{
	background-position:0 -78px;
}



.point .pointIN{
	float:left;
	padding-bottom:15px;
	width:430px;
	margin-right:30px;
	background:#fff6da;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.point .pointIN h4{
	display:block;
	margin:15px;
}
.point .pointIN li{
	margin:10px 15px 10px 20px;
}
.point .pointIN li span{
	color:#FFCC00;
	padding-right:5px;
}

#notice{
	border:1px solid #00CBFE;
	margin:0 auto;
	padding:20px 30px;
}
#notice li{
	color:#822b2b;
	padding:10px 0 0 10px;
}
#footer{
	text-align:center;
	color:#ffffff;
	background:#00CBFE;
	font-size:14px;
	padding:10px;
	margin-top:30px;
}


#back-top {
position: fixed;
bottom: 20px;
right: 0;
width:120px;
}
 
#back-top a {
width: 120px;
height: 34px;
display: block;
padding-top: 5px;
float:right;
}
 
#back-top a:hover {

}
/*IE6*/
*html #back-top {
	float:right;
}
	
#sidemenu{
	width:159px;
	height:400px;
	position:fixed;
    bottom:0px;
    right: 0px;
}
#sidemenu li{
	width:159px;
	margin:2px 0;
}
*html #sidemenu	{
	float:right;
}

