html {
	height:100%;
}
body {
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	height:100%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

object, embed { /* firefox下部余白対策 */
	 vertical-align: top;  
}

.clear {
	clear: both;
}

img{
	pointer-events: none;
}


a{
	display: inline-block;
}

/* 
------------------------------------------------------------------------------*/
#all {
	position: relative;
	/*background-image: url(../img/bg_contents.png);*/
	width: 870px;
    height:100%;
    min-height: 100%;
	padding: 0px 50px;
	margin: 0px auto;
}

body > #all {
    height: auto;
}


.roseBg{
	min-height: 100%;
	width:100%;
	background-image:url(../img/bg_rose.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
}


/* header
------------------------------------------------------------------------------*/

#header {
	padding: 10px 0px 20px 0px;
}
#header h1 {
	float: left;
	margin-top: 10px;
}

#header h1 a{
	display: block;
}

#header #headerSub {
	float: right;
}
#header #snsBox,
#header #gnavi {
	text-align: right;
}
#header #snsBox {
	padding-bottom: 20px;
}
#snsBox a {
}
#snsBox a:hover {
}
#gnavi {
}
#gnavi li {
	float: left;
	height: 29px;
	/*background-image: url(../img/header/gnavi/line.png);*/
	background-repeat: no-repeat;
	background-position: right center;
}
#gnavi li a {
	padding: 0px 10px;
	display: block;
}


/* container
------------------------------------------------------------------------------*/
#container {
	padding: 20px 0px;
	min-height:100%; /* 最小値100%指定*/
}
#topL {
	float: left;
	width: 460px;
}
#topR {
	float: right;
	width: 380px;
}
/* --高さがある時-------- */
#newsBox {
	font-size: 10px;
	background-image: url(../img/top/news_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 30px 30px 25px;
}
#newsBox #rireki {
	height: 195px;
	width:345px;
	overflow: auto;
}

/* --高さがない時-------- */
#newsBox2 {
	font-size: 10px;
	background-image: url(../img/top/news_bg2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 60px 30px 30px 30px;
}
#newsBox2 #rireki {
	height: 85px;
	overflow: auto;
}

#rireki a {
	color: #000;
}
#rireki a:hover {
	color: #C00;
}
#rireki dt {
	font-weight: bold;
	background-color: #ddd;
}
#rireki dd {
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.banaBoxR {
	padding: 10px 15px 0px 15px;
}
#movieBox {
	margin-bottom: 10px;
}
.banaBoxR a {
	width: 350px;
	margin-bottom: 10px;
	display: block;
}
.banaBoxB {
	text-align: center;
	padding: 30px 0px 0px 0px;
}
.banaBoxB a {
	margin: 0px 2px;
}



/* footer
------------------------------------------------------------------------------*/
#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	padding: 20px 0px;
}
.copy {
	padding-bottom: 20px;
}
#footer a {
	padding: 5px;
}



/* pagetop
------------------------------------------------------------------------------*/
.pagetop {
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 10px;
	right: 10px;
    z-index: 9000;
    display: none;
	cursor: pointer;
}
.pagetop a {
    display: block;
}

