@charset "EUC-JP";   /*   Ê¸»ú¥³¡¼¥É   */

/* Reset
=======================================*/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	color: #000;
}

body {
	font: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "¥á¥¤¥ê¥ª", "Lucida Grande", "Hiragino Kaku Gothic Pro", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Meiryo", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", sans-serif;
	font-size: small;
	font-size: 12px;
}

table {
	font: 100%;
	font-size: inherit;
}

hr {
	margin: 20px 0;
	border-width: 0;
	border-top: 1px solid #333;
}

img {
	border: none;
	vertical-align: bottom;
}



strong {
	font-weight: bold;
}

/* Layout
=======================================*/

#container{
	width: 800px;
	background:#000;
	color: #fff;
	border: solid 1px #fff;
}

.txt_box{
	width: 680px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	padding-bottom: 20px;
}

.title1{
	width: 700px;
	margin: 0 auto;
	text-align: left;
	color: #f4fc0b;
	font-size: 20px;
	
}

/* garally
-------------------------------------------------------------------------------------- */

#garally {
	width: 700px;
	height:470px;
	margin: 0 auto;
	text-align: left;
	/* border: solid 1px #712b21; */
}


.controls {
	margin:-40px 10px 10px 20px;
}


.controls a {
	padding:8px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#fff;
	width:28px;
	border:#ff8000 solid 1px;
	text-decoration:none;
	color: #ff8000;
}

.controls a:hover {
	background:#333;
	color:#fff;
	border:#fff solid 1px;
}


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 700px; 
	height: 470px;
	overflow: hidden;
}
div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 700px; 
	height: 470px;
	overflow:hidden;
	float:left;
}

div.scroller div.content {
	width: 10000px;
}


.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}