@charset "utf-8";

/********************************************/
/*					basic					*/
/********************************************/
html * {
	margin:0;
	padding:0;
	line-height:1.5em;
	letter-spacing:0.065em;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
}

html{
	scrollbar-face-color: #cccccc;
	scrollbar-base-color:#e3ded1;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-arrow-color: #eeeeee;
	scrollbar-track-color: #eeeeee;
	scrollbar-darkshadow-color: #cccccc;
}

body{
	font-size: 12px !important;
	font-size: 78%;
	background-color:#ffffff;
	color:#333333;
	margin:0;
	padding:0;
	text-align:center;
}

body#top{
	background-color:#ffffff;
}

a:link {
  border-bottom:0px solid #333333;
  color:#9c8b00;
  text-decoration:none;
}

a:visited {
  border-bottom:0px solid #999999;
  color:#b5a201;
  text-decoration:none;
}

a:hover,
a:active {
  border-bottom:1px solid #cfbe2c;
  color:#b5a201;
  text-decoration:non;
}

h1,h2,h3,h4{
  margin:0 0 20px 0;
  padding:0;
  line-height:1em;
  font-size:100%;						/*safariはサイズの一括指定不可*/
}

img {
	border: 0px;
}

p{
	margin:0 0 20px 0;
}

ul{
	list-style-type:none;
}

input,textarea{
	margin:0;
	padding:2px;
	line-height:1.4em;
	background-color:#f5f5f5;
	border:1px solid #eeeeee;
}

/********************************************/
/*				 top						*/
/********************************************/
#topWrapper{
	height:180px;
	width:360px;
	text-align:center;
	background:url(../img/logo1.gif) no-repeat 0 0;
	text-align:left;
}

/*
ここまでMacIE用

\*/

#topWrapper{
	height:180px;
	width:630px;
	margin-top: -90px;
	margin-left: -315px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align:left;
}

#topWrapper ul{
	position:absolute;
	left:0;
	top:169px;
}

#topWrapper li{
	float:left;
	margin:6px 17px 0 0;
}

#flashcontent{
	text-align:left;
}

#flashcontent h1{
	margin:45px 0 100px 45px;
}

#flashcontent h2,
#flashcontent ul{
	margin:0 0 20px 45px;
}

#flashcontent ul{
	font-size: 10px !important;
	font-size: 82%;
}

#flashcontent li{
	margin:0 0 2px 0;
}

#topWrapper #giftBook{
	position:absolute;
	right:-58px;
	top:-124px;
}


/********************************************/
/*				 common						*/
/********************************************/
.non a:link,
.non a:visited,
.non a:hover,
.non a:active,
a:link.non,
a:visited.non,
a:hover.non,
a:active.non {
	border-bottom:0px solid #000066;
	text-decoration:none;
}

img.r {
	float: right;
	border: none;
	margin:0 0 25px 10px;
	vertical-align:top;
}

img.l {
	float: left;
	margin:0 10px 25px 0;
	vertical-align:top;
}

.cl{
	clear:both;
	float:none;
	line-height:0;
}

span{
	position:relative;
	text-indent:-10000px;
}

/* holy hack

-------------------------------- \*/

span{
	position:absolute;
	text-indent:-10000px;
	overflow:hidden;
}

/*-------------------------------*/

span.accent{
	position:relative;
	text-indent:0;
	color:#fe8a8a;
	font-size: 10px !important;
	font-size: 82%;
}


.non a:link,
.non a:visited,
.non a:hover,
.non a:active {
	border-bottom:0px solid #000066;
	text-decoration:none;
}

