﻿@charset "utf-8";

/*------- [ 初期設定 ]
 ---------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-style:normal;
	font-weight:normal;
}

body {
	color: #333333;
	line-height:1.8;
	font-size:74%;
	background: #FC6694;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
	min-width:1039px;
	width:auto;
}

/*body , html {  
    height: 100%;  
}*/  


h1, h2, h3, h4 {
	font-weight:bold;
}


th, td {
	line-height:1.4;
}

img {
	border: 0;
	vertical-align:top;
}

ul li {
	list-style: none;
}

.none{
	display:none;
}

.t-left{
	text-align:left;
}

.t-center{
	text-align:center;
}

.t-right{
	text-align:right;
}


*html body ol{
	padding:0 0 0 24px;
}

ol{
	padding:0 0 0 18px;
}

*:first-child+html ol{
	padding:0 0 0 24px;
}

strong{
	font-weight:bold;
}



/*------- [ フォント設定 ]
 ---------------------------------------------------------------------*/
.f_mid{
	font-size:115%;}
strong{
	font-weight:bold;}

.big{
	font-size:140%;
}

.txt-pink{
	color:#FC6692;
}

/*------- [ マージン設定 ]
 ---------------------------------------------------------------------*/
.m-bottom-10{
	margin:0 0 10px;
}

.m-bottom-20{
	margin:0 0 20px;
}

.m-bottom-30{
	margin:0 0 30px;
}

.m-bottom-40{
	margin:0 0 40px;
}




/*------- [ パディング設定 ]
 ---------------------------------------------------------------------*/
.p-top-bottom-10{
	padding:10px 0;
}

.p-bottom-80{
	padding:0 0 80px;
}



/*------- [ リンク設定 ]
 ---------------------------------------------------------------------*/
a:link{
	color:#333333;
	text-decoration:none;
}

a:visited{
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#FC6693;
	text-decoration:underline;
}


.event dt a:link{
	color:#333333;
	text-decoration:none;
}

.event dt a:visited{
	color:#333333;
	text-decoration:none;
}

.event dt a:hover{
	color:#95CE33;
	text-decoration:underline;
}


.icon-pink a:link{
	font-weight:bold;
	color:#FC6693;
	text-decoration:none;
}

.icon-pink a:visited{
	font-weight:bold;
	color:#FC6693;
	text-decoration:none;
}

.icon-pink a:hover{
	font-weight:bold;
	color:#FC6693;
	text-decoration:underline;
}


.chara-icon-pink a:link{
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

.chara-icon-pink a:visited{
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

.chara-icon-pink a:hover{
	font-weight:bold;
	color:#FC6693;
	text-decoration:underline;
}



.arrow a:link{
	font-weight:bold;
	color:#FC6693;
	text-decoration:none;
}

.arrow a:visited{
	font-weight:bold;
	color:#FC6693;
	text-decoration:none;
}

.arrow a:hover{
	font-weight:bold;
	color:#FC6693;
	text-decoration:underline;
}



.arrow-green a:link{
	font-weight:bold;
	color:#94CD33;
	text-decoration:none;
}

.arrow-green a:visited{
	font-weight:bold;
	color:#94CD33;
	text-decoration:none;
}

.arrow-green a:hover{
	font-weight:bold;
	color:#94CD33;
	text-decoration:underline;
}





li a img{
	display:block;
}

#goods #right-side h2 a:link,
.schedule h2 a:link{
	font-weight:bold;
	color:#FC6693;
	text-decoration:none;
}

#goods #right-side h2 a:visited,
.schedule h2 a:visited{
	font-weight:bold;
	color:#FC6693;
	text-decoration:none;
}

#goods #right-side h2 a:hover,
.schedule h2 a:hover{
	font-weight:bold;
	color:#FC6693;
	text-decoration:underline;
}




.event h2 a:link{
	font-weight:bold;
	color:#95CE33;
	text-decoration:none;
}

.event h2 a:visited{
	font-weight:bold;
	color:#95CE33;
	text-decoration:none;
}

.event h2 a:hover{
	font-weight:bold;
	color:#95CE33;
	text-decoration:underline;
}


#goods #left-side li a:link{
	color:#333333;
	text-decoration:none;
}

#goods #left-side li a:visited{
	color:#333333;
	text-decoration:none;
}

#goods #left-side li a:hover{
	color:#FC6693;
	text-decoration:none;
}


/*------- [ レイアウト設定 ]
 ---------------------------------------------------------------------*/

#all {
    width: 100%; /* 
    position: relative;  
    height: auto !important;  
    height: 100%;  
    min-height: 100%;*/
	background: url(../common/body-bg.gif) repeat-y center top;
}

#container {
	width:1039px;
	margin:0 auto;
	text-align:justify;
}

#future{
	/*text-align:center;*/
	background:#FFF;
}

.ficebook-twitter-icon{
	background:0;
}

.ficebook-twitter-icon .left-box{
	width:98px;
	float:left;
	margin:0 10px 0 0;
}

.ficebook-twitter-icon .right-box{
	width:80px;
	float:left;
}

.icon-pink a{
	background:url(../common/icon01.gif) no-repeat left top;
	padding:2px 0 2px 25px;
}

ul.block{
	margin:0 0 40px;
}

ul.block li{
	background:url(../common/block.gif) no-repeat 3px 8px;
	padding:0 0 0 18px;
}

ul.block2{
	margin:0 0 10px;
}

ul.block2 li{
	background:url(../common/block.gif) no-repeat 3px 8px;
	padding:0 0 0 18px;
}

.arrow-green a{
	background:url(../common/arrow.gif) no-repeat 100% 5px;
	padding:2px 7px 2px 0;
}



/*------- [ ヘッダー設定 ]
 ---------------------------------------------------------------------*/
#header{
	width:1039px;
	margin:0 auto;
	text-align:justify;
}

#header .cover{
	padding:0 0 0 60px;
}

#header h1{
	width:250px;
	float:left;
	padding:15px 0 0;
}

#header ul{
	float:right;
	width:472px;
	padding:36px 0 0;
	margin-right:-30px;
}

#header li{
	float:left;
	margin:0 20px 0 0;
}

#header li.no{
	margin:0;
}



/*------- [ グローバルメニュー設定 ]
 ---------------------------------------------------------------------*/
#header #global{
	float:none;
	width:auto;
	padding:0 0 0 54px;
}

#global li{
	float:left;
	margin:0;
}

#global li a{
	display:block;
	height:46px;
	width:115px;
}

#global li a span{
	display:none;
}

#global li.one a{
	background:url(../common/menu01.png) no-repeat;
	width:121px;
}

#global li.two a{
	background:url(../common/menu02.png) no-repeat;
}

#global li.three a{
	background:url(../common/menu03.png) no-repeat;
}

#global li.four a{
	background:url(../common/menu04.png) no-repeat;
}

#global li.five a{
	background:url(../common/menu05.png) no-repeat;
}

#global li.six a{
	background:url(../common/menu06.png) no-repeat;
}

#global li.seven a{
	background:url(../common/menu07.png) no-repeat;
}

#global li.eight a{
	background:url(../common/menu08.png) no-repeat;
	width:121px;
}


#global li #on,
#global li a:hover{
	background-position:0 -46px;
}




/*------- [ パンくず設定 ]
 ---------------------------------------------------------------------*/
#pan{
	margin:0 0 12px;
	font-size:80%;}


/*------- [ コンテンツ設定 ]
 ---------------------------------------------------------------------*/
#contents{
	padding:16px 60px 50px;
}



/*------- [ 下層ページ設定 ]
 ---------------------------------------------------------------------*/
#base #container {
	background:url(../common/header-bg2.jpg) no-repeat center top;
}

#base2 #container {
	background:url(../common/header-bg3.jpg) no-repeat center top;
}

#base3 #container {
	background:url(../common/header-bg4.jpg) no-repeat center top;
}

#base4 #container {
	background:url(../common/header-bg5.jpg) no-repeat center top;
}


/*------- [ フッター設定 ]
 ---------------------------------------------------------------------*/
/*#footer{
	width:100%;
	background:url(../common/footer-bg.jpg) center bottom;
	position: absolute;  
    bottom: 0;
	left:0;  
    height: 135px;
}*/
	
#footer{
	background:url(../common/footer-top.jpg) no-repeat center top;
	padding:23px 0 0;
}

#footer-bg{
	background:url(../common/footer-middle.gif) repeat-y center top;
}

#footer .cover{
	padding:0 0 10px 60px;
	background:url(../common/footer-bottom.gif) no-repeat center bottom;
}

#footer .left-contents{
	width:780px;
	float:left;
}

#footer .right-contents{
	width:198px;
	float:right;
	margin:-80px 0 0;
	position:relative;
}

#footer #copy{
	padding:5px 55px 10px 55px;
}

#copy address{
	float:right;
	width:227px;
}

#copy ul{
	width:640px;
	float:left;
}

#copy li{
	float:left;
	margin:0 20px 0 0;
	font-size:84%;
}

#footer #copy .cover{
	border-top:1px solid #EBEBEB;
	padding:5px 0 0;
	background:0;
}

#footer .area{
	float:left;
	width:139px;
	margin:0 20px 0 0;
}

#footer .area-no{
	float:left;
	width:139px;
	margin:0;
}

#footer .area-no h2,
#footer .area h2{
	border-bottom:2px solid #FD8CAF;
	padding:0 0 7px;
	margin:0 0 7px;
}

#footer .area-no li,
#footer .area li{
	font-size:84%;
}

#footer .area-no li a,
#footer .area li a{
	background:url(../common/footer-arow.gif) no-repeat 2px 1px;
	padding:0 0 0 14px;
}

#footer .area-no ul.box,
#footer .area ul.box{
	height:100px;
}





#twtr-widget-1 .twtr-hd{
	display:none !important;
}

.twtr-tweet-text a{
	display:block !important;
	margin:5px 0 5px;
}

#twtr-widget-1 .twtr-img{
	padding:5px 0 0 !important;
}

#twtr-widget-1 .twtr-img img{
	border: solid 1px #FC6693 !important;
}

.cover h2
{
	color:#FC6692;
}

#contents2 .kiji
{
	margin-left:30px;
	margin-top:15px;
}

.entry-body
{
	margin-left:30px;
}

.entry-title
{
	color:#FC6692;
}