@charset "utf-8";
/*-------------------------------------------------------

Author:   Satoko Masaki <info@dream-creation.co.jp> Dream Creation
Version:  12 September 2010

-------------------------------------------------------*/

/* base
---------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック",Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #025C82;
	margin:0px;
	background-color: #FFFFFF;
	background-image: url(img/bg.png);
	background-repeat:repeat-x;
	background-position:center top;	
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

/* base text
---------------------------------------------------------------------- */
a:link {
	color: #407D94;
}
a:visited {
	color: #407D94;
}
a:hover {
	color: #407D94;
}
a:active {
	color: #407D94;
}
.link a:link {
	color: #D43C3C;
	font-size:11px;
	font-weight:bold;
}
.link a:visited {
	color: #D43C3C;
}
.link a:hover {
	color: #D43C3C;
}
.link a:active {
	color: #D43C3C;
}
ul {
	list-style-type: none;
}

/* base parts
---------------------------------------------------------------------- */

img { /* image */
	border-style: none;
}

.imgright {
	padding: 0 20px 20px;
	float: right;
}

.imgleft {
	padding: 0 10px 10px;
	float: left;
}


.floatclear {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

/* header
---------------------------------------------------------------------- */

.title {
	position:absolute;
	top:0px;
	width:960px;
	height:131px;
}
.navi {
	position:absolute;
	top:131px;
	width:960px;
	height:100px;
	background-image:url(img/navi.png);
	background-repeat:no-repeat;
}	
.nav {
	width:320px;
	position:fixed;
	left:50%;
	margin-left:224px;
	top:20px;
}
/*
.top {
	height:665px;
	width:750px;
	position:relative;

}
*/

/* main
---------------------------------------------------------------------- */
h2	{
	background-image: url(img/ttl.png);
	padding-left: 70px;
	font-size: 14px;
	text-decoration: none;
	height: 34px;
	padding-top: 8px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 30px;
}

.conttext {
	top:200px;
	position:absolute;

}

.contarea {
	margin: 30px 100px 30px 100px;
}

/* index*/
.topindex {
	height:2500px;
	position:relative;

}


/* privercy */	
.topprivercy {
	height:1200px;
	width:960px;
	position:relative;
	top: 200px;

}
/* about */
.topabout {
	height:1100px;
	width:960px;
	position:relative;
	top: 200px;

}
/* more */
.topmore {
	height:2800px;
	width:960px;
	position:relative;
	top: 200px;

}	

.topabout table, .topmore table {
	border-collapse: collapse;
	border : solid 1px #CCCCCC;
}

.topabout th,.topmore th {
	font-size: 14px;
	text-align: left;
	border : solid 1px #CCCCCC;
	width: 200px;
	padding-left: 5px;
	background-color: #EFFBFF;

}
.topabout td,.topmore td {
	font-size: 12px;
	text-align: left;
	border : solid 1px #CCCCCC;
	padding-left: 5px;
	background-color: #DFF7FF;
}
	
.cnt0 {
	width:256px;
	height:260px;
	float:left;
	top:380px;
	left:450px;
	position:absolute;
}	

	
.link {
	position:absolute;
	top:370px;
	left:550px;
}	
.abouttext {
	width:430px;
	top:370px;
	left:100px;
	position:absolute;
}

.highlight {
	font-weight:bold;
	font-size:18px;
	color:#D43C3C;
}	
.titletext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}	
.cnt01title {
	position:absolute;
	top:12px;
	margin-left:-87px;
	width:870px;
	height:297px;

}	

.buynow {
	width:630px;
	padding-left:300px;
	height:680px;
	position:relative;
	left:50%;
	margin-left:-504px;
	background-image:url(images/dots5.png);
	background-repeat:repeat-y;
}
	
	
.contact {
	position:absolute;
	float:left;
	top:500px;
	left:135px;
}	



.footer {
	width:100%;
	background-color:#FFFFFF;
	background-image:url(img/floor.png);
	background-position:center top;
	background-repeat:repeat-x;
	height: 300px;
}	
.footercontent {
	width:960px;
	position:relative;
	left:50%;
	margin-left:-452px;
	padding-top: 100px;
}			
.footercol1 {
	width:283px;
	padding:0px 10px 0px 0px;
	position:relative;
	float:left;
	text-align:right;
}	
.footercol2 {
	width:288px;
	padding:0px 0px 0px 30px;
	position:relative;
	float:left;	
}	
.footercol3 {
	width:263px;
	padding:0px 0px 0px 30px;
	position:relative;
	float:left;
}	


.bottom {
	width:100%;
	height:5px;
	clear:both;
}	 
.designedby {
	position:absolute;
	float:left;
	left:0px;
	top:1760px;
}	

.info {
	position:absolute;
	float:left;
	left:28px;
	top:0px;
}	


.re-top {

	float: right;
}

