
@charset "euc-jp";
/* CSS Document */

/* Reset
=======================================*/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body { font-size: 12px;}

ul,li { padding:0;}

img {
	border: none;
	vertical-align: bottom;
}

strong { font-weight: bold !important;}

.cont_box{
	width: 600px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

a:link { color: #0000ff; text-decoration: none;}
a:visited { color: #000080; }
a:hover { color: #ff0000; text-decoration: underline;}
a:active { color: #ff8000; }

.text_box{
	width: 550px;
	height: auto;
	margin: 0 auto;
	padding: 10px 25px 0 25px;
	text-align: left;
	color: #51150d;
	text-decoration:none;
	text-shadow:0px 0px 2px #d4351f;
	background: rgba(70, 69, 65, 0.50);
	line-height: 1.2;
	background:url(../image/140101/info_bg.jpg) top center no-repeat;
}
.text_box p{
	padding: 10px 5px 10px 5px;
}




.cont01_bg{ width: 100%; background:url(../image/140101/miko.png) top right no-repeat;}
.cont02_bg{ width: 100%; background:url(../image/140101/gm.png) top right no-repeat;}


/* Style
=======================================*/

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}



/* garally1
=======================================*/
.garally {width: 512px; height:384px; margin: 0 auto 20px auto; text-align: center; padding:0 0 0 0; border: solid 8px #fff;}
.garally .g_cont {}
.garally .controls { margin-top:-30px; margin-left:10px;}
.garally .controls a {
	height:15px;
	width:15px;
	background:#ffe657;
	display:block;
	z-index:1000;
	float:left;
	border: #f0cc00 solid 1px;
	margin-left:5px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;


    }  
}
.garally .controls a:hover{
	height:15px;
	width:15px;
	background:#ffe657;
	display:block;
	z-index:1000;
	float:left;
	border: #f0cc00 solid 1px;
	margin-left:5px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.garally div.scroller { width: 512px; height:384px; overflow: hidden; margin: 0 auto; text-align: center;}
.garally div.scroller div.section {width: 512px; height:384px; overflow:hidden; float:left;}
.garally div.scroller div.content {width: 10000px;}

