﻿@charset "utf-8";
/* CSS Document */

*	{font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	margin:0}

html{overflow-y:scroll}


body{
	background:#E6E6E6;	
}

h1{
	font-size:15px;
	padding-top:5px;
	padding-left:30px;
	color:#000077;
}

h2{
	height:37px;
	padding-left:50px;
	padding-top:5px;
	font-size:18px;
	color:white;
	background:url("../img/bgheader.png")
}

img{
	border:none;
}

a{
	
}

p{
	color:#000066
}

li{
	list-style-type:none;

}

address{
	clear:both;
	text-align:center;
	color:#000;
	font-size:12px;
	margin-top:20px;
}

h4.midashi{
	background:url("../img/midashi2.png");
	color:white;
	width:230px;
	padding-top:3px;
	margin-bottom:5px;
	text-align:center;
}

#top{

	margin:0px auto;
	background:url("../img/kage.png");
	border-bottom:1px solid #CCC;
}



#side{
	margin-left:15px;
	margin-right:8px;
}

#head{
	background:url("../img/headhaikei.png");
	height:55px;
}



#main_header{
	clear:both;
	padding-top:3px;
	padding-left:10px;
}

#main_header img{
	width:100%;
}

#main_menu{
	width:100%;
}		

#left{
}

#right{
}



#left,#right{
	/*
	margin-top:5px;
	margin-bottom:5px;
	*/
	margin:5px;
}

#left p,#right p,#under p{
	padding:10px;
}

#right p{
	margin-top:10px;
}

#title{
	/* width:320px; */
	float:left;
}

#mmenu{
	/* width:100%; */
	float:right;
	padding: 10px 5px;
}

#mmenu ul{
	
}

#mmenu li{
	width:35px;
	float:left;
	text-align:center;
}

#mmenu li.first{
	width:80px;
	padding-top:3px;
	font-size:12px;
}

#mmenu .fsize{
	width:20px;
}


#home{
	width:4%;
	height:32px;
	float:left;
}

#list{
	width:80%;
	height:32px;
	float:left;
}

#list a{
	font-size:12px;
}

#event{
	text-align:right;
	margin-bottom:10px;
	margin-right:10px;
}

#koukai{
	display:none;
}

#input_exit{
	height:300px;
}

#input_exit p{
	margin-top:10px;
	text-align:center;
	line-height:30px;
}


.scr {
   	overflow-y: scroll;   /* スクロール表示 */ 
   	width: 1000px;
   	height: 140px;
	border:1px solid #eee;
	background:#f2f2f2;

 }

.scr li{
	border-bottom:1px dashed #06C;
	margin-bottom:3px;
}

.clear{
	clear:both;
}


.fontS{
	font-size:12px;

}

.fontM{
	font-size:13px;

}

.fontL{
	font-size:15px;
}

.strong{
	color:red;
	font-size:100%;
}

.righttext{
	padding-right:20px;
	text-align:right;
}

.red{
	color:red;
}

input.off{
	ime-mode: disabled;
}

input.on{
	ime-mode: active;
}

.under{
	color:#F00;
	text-decoration:underline;
}


/* ボーダー丸み 
#gcontent,#pcontent,#under,#shisetu_index,#filter, #hanrei,#hanrei_sub,#calender2,#input,.tb2wrap, .tb4wrap,.tb2wrap_half, .tb4wrap_half,.rules,.tyui{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:1px;
}
#shisetu_syousai,#shisetu_syousai2{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top:2px;

}*/


/* div class */

.tb2wrap, .tb4wrap{
	clear:both;
	width:965px;
	margin-left:15px;
	padding-top:20px;
	margin-top:5px;
	background:white;
	border:1px solid #006;

}

.tb2wrap_half, .tb4wrap_half{
	clear:both;
	width:500px;
	margin-left:15px;
	padding-top:20px;
	margin-top:5px;
	background:white;
	border:1px solid #006;

}


.tb2wrap input, .tb4wrap input{
	margin:0px 4px;
}

.tb2left, .tb4h{
	padding-left:10px;
	width:200px;
	float:left;
}

.tb2right{
	padding-left:10px;
	width:730px;
	float:left;
	
}

.tb4d{
	padding-left:2px;
	width:180px;
}

.tb4d2{
	padding-left:2px;
	width:280px;
}

.tb4h, .tb4d, .tb4d2{
	float:left;
}


span.clear{
	color:white;
}


/*-----------*/
#fontChange .log {
	width: 100px;
}

#fontChange .long {
	width: 130px;
	margin-right:10px;
}

.pointer {
	cursor: pointer;
}

/* PCのみ表示(モバイル非表示)の要素に当該クラスをセットする */
.mobile-none {
    display: none;
}