@charset "UTF-8";

/* ============================================================
 CSS DATA
===============================================================
Site URL：http://www.jidaigekirp.com/funkyoto/
対応ページ：http://www.jidaigekirp.com/funkyoto/
最終更新日：2010年04月21日
------------------------------------------------------------- */
body{
	background: #b22428;
	padding: 10px 0 0;
}

#flash{
	position: absolute;
	width: 1000px;
	height: 540px;
	left: 50%;
	margin-left: -500px;
	border: 1px solid #ffffff;
	background: #ffffff;
}

#enter{
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-top: 550px;
	margin-left: -500px;
}

#enter p{
	float: right;
}

#enter span{
	text-indent: -9999em;
}

#enter a{
	width: 140px;
	height: 20px;
	display: block;
	background: url(../images/btn_enter_off.jpg) no-repeat;
}

#enter a:hover{
	background: url(../images/btn_enter_on.jpg) no-repeat;
}




/* ============================================================
 レイアウト
============================================================= */
#wrap{
	width: 980px;
	margin: 0 auto;
	background: #ffffff url(../images/bg_top.jpg) right 0 no-repeat;
}

#inner{
	width: 860px;
	margin: 0 auto;
}

a{
	display: block;
	color: #ca0a0a;
	text-decoration: none;
	display: block;
	font-size: 24px;
	line-height: 100px;
}

a span{
	display: block;
	font-size: 24px !important;
	line-height: 100px;
}

a:hover{
	text-decoration: underline;
}

/* ============================================================
 ヘッダー
============================================================= */
#header{
	padding: 130px 0 70px;
}

/* ============================================================
 コンテンツ
============================================================= */
#content{
	background: url(../images/box_top_top.png) 0 top no-repeat;
	width: 860px;
	padding: 5px 0 0;
}

#contentfotter{
	background: url(../images/box_top_bottom.png) 0 bottom no-repeat;
	width: 860px;
	height: 5px;
}

/* 言語選択
------------------------------------------------------------- */
#selectLang{
	background: url(../images/box_top_middle.png) repeat-y;
	padding: 80px 0 20px;
	width: 860px;
	overflow: hidden;
}

*body #selectLang{
	background: #ffffff;
	border: 1px solid #eeeeee;
}

#selectLang ul{
	padding: 0 60px;
}

#selectLang li{
	width: 240px;
	height: 90px;
	float: left;
}

#selectLang li a{
	width: 130px;
	height: 30px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

#selectLang li a:hover{
	border-bottom: 1px solid #ca0a0a;
}

#selectLang li a span{
	line-height: 45px;
}

* html #content,
* html #contentfotter{
	background: none;
}


/* ============================================================
 フッター
============================================================= */
#footer{
	clear: both;
	padding: 50px 0 30px;
}
