@charset "utf-8";

/*****************************************************************

	トップページ＆共通レイアウト定義

	*Common Layout CSS
	   +BASE Module SET
	   +SKIP
	*TopPage

*****************************************************************/

/* ====== BASE Module SET ===== */

html,
body{
	margin: 0;
	padding: 0;
}

html{
	overflow-y:scroll;
	background: #63054c;
	color: #FFF;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,td,th,
address,
blockquote,form,fieldset,legend,div,hr,pre{
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
}

body{
	background: #63054c;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
	text-align: center;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td{
	vertical-align: top;
}

img,
object,
embed{
	border: 0;
	vertical-align: top;
	outline: none;
}

object:focus{
	outline: none;
}

embed:focus{
	outline: none;
}

img,
input,
select,
textarea{
	vertical-align: top;
	font-size: 12px;
}

abbr,
acronym,
fieldset{
	border: 0;
}

hr{
	display: none;
}

acronym,
abbr{
	cursor: help;
}

img{
	font-size: 10px;
}

em{
	font-style: normal;
}

a{
	color: #333;
	background: transparent;
}

a:hover,
a:focus{
	color: #931574;
}

ul li{
	list-style: none;
}

/* ====== SKIP ===== */
ul#skip{
	display: none;
	/*IE Mac \*/
	display: block;
 	position:absolute;
	height: 0;
	width: 0;
	overflow: hidden;
	/*IE Mac */
}

* html img{
	/*behavior:url(/share/css/iepngfix.htc);*/
}

.nav{ }
.place{ }
.clr{
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.cf{
	width: 100%;
	overflow: hidden;
}

.cf:after{
	display: block;
	clear: both;
	content: "";
}

::selection{background-color:#333; color: #fff; }
::-moz-selection {background-color:#333; color: #fff; }

.section,
.group,
.module,
.article{
	width: 100%;
	overflow: hidden;
}

.section:after,
.group:after,
.module:after,
.article:after{
	display: block;
	clear: both;
	content: "";
}

p{
	background: url(/share/images/aki.png);
}

/*============================================================
	Social
============================================================*/
#footer .sbm{
	position: absolute;
	top: 15px;
	left: 90px;
	width: 250px;
	overflow: hidden;
}

#footer .sbm .sbm_gp,
#footer .sbm .sbm_tw,
#footer .sbm .sbm_fb{
	float: right;
	margin-right: 5px;
}

#footer .sbm .sbm_fb{ margin: 0; }

/*============================================================
	Nav
============================================================*/
 dl#path dt,
 dl#nav dt{
 	position:absolute;
	height: 0;
	width: 0;
	overflow: hidden;
 }
 
/*============================================================
	Page / column
============================================================*/
#page{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background:#931574;
}

.inner{
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

/*============================================================
	Header
============================================================*/
#header{
	width: 100%;
	position: relative;
	text-align: center;
	z-index: 10;
}

#header:after{
	display: block;
	clear: both;
	content: "";
}

#header .logo{
	width: 173px;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
}

#header .read{
	width: 240px;
	float: right;
	padding-top: 50px;
	padding-bottom: 10px;
}

.facebook{
	width: 200px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 5px;
	text-align: right;
}

.facebook img{
	vertical-align: middle;
	margin-left: 10px;
}

#nav{
	width: 981px;
	clear: both;
}

#nav:after{ display: block; clear: both; content: "";}


#nav li{
	float: left;
	position: relative;
}

#nav .menu ul{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	background: #610b5c;
	font-size: 68%;
	z-index: 5;
}

#nav .menu li{
	width: 100%;
	float: none;
}

#nav .menu ul a{
	text-decoration: none;
	display: block;
	position: relative;
	padding: 5px;
	border-bottom: 1px dotted #813c7d;
	color: #FFF;
}
#nav .menu ul a:hover{
	background: #fff;
	color: #610b5c;
}

/*============================================================
	.inner
============================================================*/
#header,
#footer{
	text-align: center;
}

.inner{
	width: 980px;
	text-align: left;
	margin: 0 auto;
}
/*============================================================
	Content
============================================================*/
#content{
	width: 980px;
	text-align: left;
	margin: auto;
	-moz-border-radius: 5px; webkit-border-radius: 5px; border-radius: 5px;
	z-index: 5;
	position: relative;
}

#content:after{
	display: block;
	clear: both;
	content: "";
}

#static #content{
	background: #f9f3f8;
	color: #333;
}
#information #content{
	background: #FFF;
	color: #333;
}

/*============================================================
	Main
============================================================*/
#main{
	width: 100%;
	padding: 20px 0;
}

#static #main,
#information #main,
#home #main{
	padding: 0;
}

#main:after{
	display: block;
	clear: both;
	content: "";
}

#static #main{
	width: 940px;
	margin-left: 20px;
	padding: 0 0 20px 0;
}

/* Main Design */
#main p,
#main ul,
#main dl,
#main ol,
#main blockquote,
#main pre,
#main td,
#main th{
	line-height: 1.5;
	font-size: 75%;
	margin-bottom: 1.5em;
}

#main td,
#main th{
	margin-bottom: 0;
}

#main h1,
#main h2,
#main h3{
	font-size: 100%;
	line-height: 1.2;
}

/* default */
#main ul ul,
#main ul p,
#main ul blockquote,
#main ul pre,
#main ul dl,
#main dl dl,
#main dl p,
#main dl ul,
#main dl ol,
#main blockquote p,
#main blockquote ul,
#main blockquote dl,
#main blockquote ol,
#main ol blockquote,
#main ol pre,
#main ol p,
#main td p,
#main td ul,
#main td dl{
	font-size: 100%;
}

#main ol li{ margin-left: 1.6em; margin-bottom: 0.25em; }
#main ul li{ margin-left: 1.6em; list-style: disc; margin-bottom: 0.25em; }

.news_head{
	padding-top: 20px;
	padding-left: 20px;
}

.news_head,
#main .head{
	font-family: futura, Verdana, Geneva, sans-serif;
	font-size: 125%;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
	color: #931574;
}

#main #image{
	width: 100%;
	height: 450px;
}

#main #image ul,
#main #image li{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	list-style: none;
}

.news_head span,
#main .head span{
	font-size: 75%;
	display: block;
}

#static #main h3{
	margin-bottom: 0.25em;
	font-size: 88%;
	color: #931574;
}

#static #main h4{
	margin-bottom: 0.25em;
	font-size: 88%;
}

#static #main h5{
	margin-bottom: 0.5em;
	font-size: 75%;
}


/*============================================================
	Sub
============================================================*/
#sub{
	width: 100%;
}

/*============================================================
	Footer
============================================================*/
#foot_nav{
	padding: 10px 0;
	line-height: 1.1;
	font-size: 75%;
	text-align: center;
	width: 100%;
}

#foot_nav ul{
	width: 980px;
	margin: auto;
	text-align: left;
}

#foot_nav li{
	display: inline;
	padding-left: 0.5em;
	border-left: 1px solid #FFF;
}

#footer{
	padding: 10px 0 30px 0;
	width: 100%;
	position: relative;
	text-align: center;
	background: #63054c;
	color: #FFF;
	font-size: 75%;
}

#foot_nav a,
#footer a{
	color: #FFF;
	text-decoration: none;
}

#foot_nav a:hover,
#footer a:hover{
	color: #FF9;
}

#footer .inner{
	overflow: hidden;
	position: relative;
}

#footer a:hover{
	text-decoration: underline;
	color: #FFC;
}

#footer:after{
	display: block;
	clear: both;
	content: "";
}

#footer li{
	display: inline;
}

#footer .shop_link{
	padding-top: 10px;
	width: 420px;
	float: right;
	text-align: right;
	font-size: 0;
}

#footer .shop_link li{
	font-size: 10px;
	margin-left: 10px;
	display: inline;
}

#footer .shop_link img{
	vertical-align: middle;
}

#footer .copy{
	font-size: 88%;
	width: 500px;
	float: left;
	padding: 50px 0 0 0;
	background: url(../images/f_logo.png) 0 15px no-repeat;
}
