@charset "UTF-8";
/*=======================================
■全体の設定
=======================================*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(http://fonts.googleapis.com/css?family=Kurale);
body {
	background-image: url(../images/bg.gif);
	background-position: center center;
	background-repeat: repeat;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #8c7827;
	min-width: 1180px;
}
a:link {
	color: #67d0ff;
}
a:visited {
	color: #67d0ff;
}
a:hover {
	color: #ffe365;
}
a:active {
	color: #ffe365;
}
img {
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
/*文字を反転させた時の設定*/
::selection {
	color: #8c7827;
	background-color: #FEEEF3;
}
::-moz-selection {
 color: #8c7827;
 background: #FEEEF3;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

.inner {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.colorfulbar {
	position: absolute;
	height: 75px;
	width: 400px;
}
#bar {
	position: absolute;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	height: 500px;
	width: 500px;
}
#colorfulbar01 {
	background-color: #fcbd9e;
	top: -10px;
	left: 140px;
}
#colorfulbar02 {
	background-color: #ddef6d;
	top: -40px;
	left: 10px;
}
#colorfulbar03 {
	background-color: #ffcae1;
	top: -40px;
	left: -95px;
}
#colorfulbar04 {
	background-color: #ffeea4;
	top: -20px;
	left: -185px;
}
#colorfulbar05 {
	background-color: #cceaff;
	top: -0px;
	left: -275px;
}
#colorfulbar06 {
	background-color: #ffe4b6;
	top: 135px;
	left: -270px;
}
#colorfulbarF01 {
	background-color: #fcbd9e;
	bottom: -10px;
	right: 140px;
}
#colorfulbarF02 {
	background-color: #ddef6d;
	bottom: -40px;
	right: 10px;
}
#colorfulbarF03 {
	background-color: #ffcae1;
	bottom: -40px;
	right: -95px;
}
#colorfulbarF04 {
	background-color: #ffeea4;
	bottom: 0px;
	right: -170px;
}
#colorfulbarF05 {
	background-color: #cceaff;
	bottom: -0px;
	right: -275px;
}
#colorfulbarF06 {
	background-color: #ffe4b6;
	bottom: 160px;
	right: -250px;
}
.flower {
	position: absolute;
}
#container {
	position: relative;
}
.newMark{
	position: absolute;
	left: 50%;
	margin-left: -41px;
	z-index: 1000;
	top: -10px;
}
a {
    outline: none;
}
embed{
	outline: none;
}

/*=======================================
■メインナビゲーション
=======================================*/
#mainNav {
	background-image: url(../images/globalnav_bg.png);
	background-repeat: repeat-x;
	height: 100px;
	margin-top: -80px;
	position: relative;
	z-index: 10;
}
#categoryLogo {
	float: left;
	padding-top: 20px;
	display: none;
}
#globalNav {
	float: left;
	padding-top: 25px;
	text-align: center;
}
#globalNav li {
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	padding-right: 7px;
	background-image: url(../images/globalnav_li.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 4px;
	height: 50px;
	vertical-align: middle;
}
#utilityNav {
	float: right;
	padding-top: 28px;
	padding-right: 30px;
}
#utilityNav li {
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	margin-right: 1px;
	margin-left: 1px;
}
/*=======================================
■フッター
=======================================*/
footer {
	font-size: 12px;
	clear: both;
	text-align: center;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: 0px top;
	padding-top: 20px;
	height: 100px;
	position: relative;
	font-family: Kurale;
	z-index: 20;
}
#footerNav {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#footerNav ul {
	text-align: center;
	float: right;
	margin-top: 15px;
}
#footerNav li {
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	padding-right: 10px;
	background-image: url(../images/nav_li.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C3B57B;
	padding-left: 10px;
}
#footerNav ul li:first-child {
	border-left-style: none;
}
footer small {
	padding-top: 75px;
	display: block;
}
#pageTop {
	position: fixed;
	right: 40px;
	bottom: 60px;
}
footer a:link {
	color: #c3b578;
	text-decoration: none;
}
footer a:visited {
	color: #c3b578;
}
footer a:hover {
	color: #FD82A5;
}
footer a:active {
	color: #c3b578;
}
#footerLogo {
	float: left;
}
#flowerC01 {
	bottom: 380px;
	left: 0px;
}
#flowerC02 {
	bottom: 80px;
	left: 0px;
}
#flowerC03 {
	bottom: 400px;
	right: 0px;
}
#cg {
	overflow: hidden;
}
#control {
	position: relative;
	text-align: center;
	width: 1000px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat;
	margin-top: -10px;
	padding-top: 25px;
	height: 50px;
}
#cg ul {
	position: absolute;
	left: 5px;
	top: 15px;
}
#cg li {
	float: left;
	padding-right: 5px;
	padding-top: 10px;
	padding-left: 5px;
}
.cgVoiceR{
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(../gallery/images/voice_loading.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 53px;
	width: 106px;
}
.cgVoiceL{
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(../gallery/images/voice_loading.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#trial{
	position: absolute;
	left: 402px;
	top: -15px;
}
#bgmArea{
	position: absolute;
	left: 5px;
	top: 710px;
	cursor: pointer;
	z-index: 10;
}
