@charset "utf-8";

/*#########################################################
div#wrap
	├ div#header
	├ div#main
	│	├ div#leftCol
	│	│	├ div#welcomto
	│	│	└ div#recommend
	│	├ div#rightCol
	│	│	├ #info
	│	│	└ #ban
	│	└ p#pagetop
	└ div#footer
#########################################################*/

/*=========================================================
  レイアウトの基本設定
=========================================================*/

html,body{
	width:100%;
	height:100%;
}

body {
	background-color:#300;
	
/*	background-position:center;
	background-attachment:fixed;*/
}
div#wrapouter {
	text-align:center;
	background:url(/sarufes/images/bg.gif) #6e0908;
}
div#wrap {
	background:url(/sarufes/images/bg-shadow.png) center center;
	width: 100%;
	height:830px;
	text-align:center;
}


/*--------------------------------------------
 ■ リンクテキストの設定
--------------------------------------------*/
a:link {/*リンクされている場合*/
	color:;
}
a:visited {/*訪問済み*/
	color: #bbb;
}
a:hover {/*マウスポインターが重なっている状態*/
	color: #f60;
}
a:active {/*マウスのボタンが押されているとき*/
	color: #3C3;
}


/*=========================================================
  #page / ページの設定
=========================================================*/

div#page {
	position:relative;
	width:900px;
	height:830px;
	margin:0 auto;
}
div#page h1 {
	position:absolute;
	top:20px;
	left:5px;
}
div#page div#tableau {
	position:relative;
	float: right;
	width:630px;
	height:800px;
	margin:10px 0 0;
	text-align:right;
}
div#page div#tableau div#picture {
	position:absolute;
	top:71px;
	right:57px;

}
div#page div#tableau div#frame {
	position:absolute;
	top:0;
	right:0;
}
div#page div#tableau div#mainVisual {
	position:absolute;
	top:48px;
	right:32px;
}
div#page div#tableau ul#banner {
	position:absolute;
	bottom:5px;
	right:32px;
}
div#page div#tableau ul#banner li {
	display:block;
	float:left;
	margin-left:15px;
}

div#page div#tableau p#info {
position:absolute;
	bottom:5px;
	left:32px;
}
div#page div#kotobuki {
	position:absolute;
	width:281px;
	bottom:-100px;
	left:0;
	z-index:10;
}
div#page div#kotobuki div#twitter01 {
	text-align:left;
}

/*=========================================================
 　index2の設定
=========================================================*/

body#index2 div#wrap {
	background:url(/sarufes/images/bg-shadow2.png) center center;
	width: 100%;
	height:1700px;
	text-align:center;
}
body#index2 div#page {
	position:relative;
	width:900px;
	height:1700px;
	margin:0 auto;
}

body#index2 div#page div#tableau {
	position:relative;
	float: right;
	width:630px;
	height:1650px;
	margin:10px 0 0;
	text-align:right;
}

body#index2 div#page div#tableau div#frame {
	position:absolute;
	top:10px;
	right:2px;
}
body#index2 div#page div#mainVisual {
	position:absolute;
	top:48px;
	right:32px;
	padding:500px 50px 0 10px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	/*background-color:#F00;*/
	
}
body#index2 div#page div#mainVisual div#text1 {
	height:500px;
	text-align:center;
}
body#index2 div#page div#mainVisual div#text2 {
	padding:45px 0 0;
	text-align:center;
}
body#index2 div#page div#mainVisual div h2 {
	font-size:1.4em;
	padding:3px 0 15px;
}
body#index2 div#page div#mainVisual div h2 span {
	font-size:0.8em;
	line-height:1.4;
}
body#index2 div#page div#mainVisual div#text1 ul {
}
body#index2 div#page div#mainVisual div#text1 ul li {
	font-weight:bold;
	font-size:1.1em;
	line-height:1.4;
}
body#index2 div#page div#mainVisual div#text1 ul li a {
	color:#069;
}
body#index2 div#page div#mainVisual div h3 {
	font-size:1.2em;
	padding:10px 0 10px;
}
body#index2 div#page div#mainVisual div p {
	font-size:1.1em;
	line-height:1.3;
	font-weight:bold;
}
body#index2 div#page div#mainVisual div p.sign {
	padding-top:10px;
}
body#index2 div#page div#mainVisual div#text2 p {
	line-height:1.4;
	padding-bottom:12px;
}
body#index2 div#page div#mainVisual div#text2 p strong {
	font-size:1.2em;
	line-height:0;
}


/*=========================================================
  #header / ヘッダーの設定
=========================================================*/
	
/*--------------------------------------------
 ■ ナビゲーションの設定
--------------------------------------------*/

/*=========================================================
  #main / メインコンテンツの設定
=========================================================*/


/*--------------------------------------------
 ■ #leftCol / 右カラムの設定
--------------------------------------------*/
/*--------------------------------------------
 ■ #rightCol / 左カラムの設定
--------------------------------------------*/

/* #rightCol  / Information
--------------------------------------------*/


/*--------------------------------------------
 ■ #link /リンクの設定
--------------------------------------------*/
div#link {
	position:fixed;
	right:50px;
	bottom:98px;
	
	/*clear: both;
	text-align: right;
	text-transform: lowercase;
	margin: 0 0 15px;
	padding: 15px 0 0;
*/}



/*=========================================================
  #footer / フッターの設定
=========================================================*/
div#footer {
	position:relative;
	background:url(/sarufes/images/bg-bottom.jpg) top center repeat-x;
	width:100%;
	height:500px;
	max-height:500px;
	z-index:0;
}
div#footer p {
	text-align: center;
	color: #666;
	line-height: 20px;
}
div#footer p#btnArtists {
	position:absolute;
	top:5px;
	right:50px;
	
}

div#footer p small {
	line-height: 20px;
	color:#400;
	letter-spacing:0.2em;
}






















