@import "togoru_base.css";

body{
	background-color:#CC3300;
}

#menu{
	background-color:#FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 120px;
}
#menu_flash{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	height:120px;
}
#main{
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 750px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#image_main{
	margin-left: 0px;
	padding: 0px;
	width:274px ;
	float: left;
	background-color:#CC3300;
	height:auto;
}

#contents_main{
	margin-left: 0px;
	padding: 0px;
	padding-top:10px;
	width:476px ;
	float: right;
	background-color:#CC3300;
	height:auto;
}
#header_contents_main{
	background-image: url(../images/menu_waku_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: 450px;
	background-color:#CC3300;
}
#header_contents_main hr{
	display:none;
}

#main_contents_main{
	margin: 0px;
	padding: 15px;
	height: auto;
	width: 420px;
	background-color:#FFFFFF;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#footer_contents_main{
	background-image: url(../images/menu_waku_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 21px;
	width: 450px;	
	background-color:#CC3300;
}
#footer_contents_main hr{
	display:none;
}

.title_text_red1{
	padding-left:30px;
	background-image: url(../images/dice_red1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:-30px;
}
.title_text_red2{
	padding-left:30px;
	background-image: url(../images/dice_red2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:-30px;
}
.title_text_blue1{
	padding-left:30px;
	background-image: url(../images/dice_blue1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:-30px;
}
.title_text_blue2{
	padding-left:30px;
	background-image: url(../images/dice_blue2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:-30px;
}
.title_text_green1{
	padding-left:30px;
	background-image: url(../images/dice_green1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:-30px;
}
.title_text_green2{
	padding-left:30px;
	background-image: url(../images/dice_green2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:-30px;
}
.title_text_yellow1{
	padding-left:30px;
	background-image: url(../images/dice_yellow1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:-30px;
}
.title_text_yellow2{
	padding-left:30px;
	background-image: url(../images/dice_yellow2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:-30px;
}


.main_text{
	padding-left:30px;
	width:384px;
	text-align:center;
}
.date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
	margin: 1px;
	padding: 0px;
}

.main_text p{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 1.0em;
	line-height:1.5em;
	margin: 0px;
	padding: 0px;
}

.hr_short_blue {
	background-image: url(../images/border_blue_s.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 8px;
	width: auto;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:30px;
	margin-top:5px;
	padding:0px;
}
.hr_short_blue hr{
	display:none;
}

/* h2‚Ìdice */
h2.title_text_red1{
	background-image: url(../images/dice_red1.gif);
}
h2.title_text_blue1{
	background-image: url(../images/dice_blue1.gif);
}
h2.title_text_green1{
	background-image: url(../images/dice_green1.gif);
}
h2.title_text_yellow1{
	background-image: url(../images/dice_yellow1.gif);
}
h2.title_text_red1,h2.title_text_blue1,h2.title_text_green1,h2.title_text_yellow1{
	padding-left:30px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:0px;
	height:30px;
	font-weight: bold;	
}

#indexlist h1{
	color:#333333;
	font-size:0.9em;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	text-align:justify;
}

#indexlist ul li{
	list-style-type:none;
}

input{
	text-align:center;
	width:150px;
	height:40px;
	padding:5px;
	margin:10px;
	font-size:1.1em;
	border: 1px solod #EEEEEE;
}

