@charset "Shift_JIS";
/**************************************************************************/
/* 著作権表示(削除不可) 
/* AUTHOR  = 株式会社CONFRAGE
/* URL     = http://www.confrage.com/
/* version = 1.00
/* CSS レベル 2.1
/***************************************************************************/

/* 全体 */
#container{
text-align:left;
width:800px; font-size : 13px;
margin: 0 auto;/*画面を真ん中寄席にする*/
}

/* 広告 */
#adGoogle{width:800px;}

/* ヘッダ */
#header{width:800px;}

/* ヘッダ内部1 画像用に高さ指定 */
#header_left{float:left; width:350px; }

/* ヘッダ内部2 画像用に高さ指定 */
#header_right{float:right; width:450px;}

/* 左側2段 */
#wrapper1{float:left; width:400px; }

/* 右側2段 */
#wrapper2{float:right; width:400px; }

/* 1段 */
#navi{float:left; width:200px;}

/* 2段 */
#main1{float:right; width:200px;}

/* 3段 */
#main2{float:left; width:200px;}

/* 4段 */
#main3{float:right; width:200px;}

/* フッタ全体 */
#footer{clear:both; width:800px; }

/* フッタ */
#footer_left{float:left; width:700px; border-color : #32cd32; }

#footer_right{float:right; width:100px; border-color : #32cd32;}

/*************************************************/
/* イベント                                       */
/*************************************************/

.main2_3{float:right; width:400px;}

.event{
	border-top : 1px solid ;
	border-top-color : #32cd32;
	border-left : 1px solid ;
	border-left-color : #32cd32;
	border-right : 1px solid ;
	border-right-color : #32cd32;
	border-bottom : 1px solid;
	border-bottom-color : #32cd32;
	padding:4px;
	width:180px;
	height:400px;
}

/*************************************************/
/* メニュー整形                                  */
/*************************************************/
.menu-container{text-align:center;}

.menu{
margin: 0;
padding: 0;
list-style-type: none;
}
	
.menu-list{
/*display: inline;*/
float:left;
margin: 0 1px;
width : 84px;
background-color:#dcdcdc;
border:solid 1px white;/* whiteにすることで余白を出している */
cursor:pointer;
text-align:center;
border-collapse:collapse;
}

/*************************************************/

.sub-title{
		text-align:left;
		font-size : 12px;
		border-left : 5px solid ;
		border-left-color : #32cd32;
		border-bottom : 1px solid ;
		border-bottom-color : #32cd32;
}


body {
text-align:center;
font-size:80%;
font-family: "ＭＳ Ｐゴシック", "Arial",Osaka,"ＭＳ ゴシック","Osaka",sans-serif;
background:#FFFFFF;

}
/*************************************************/
/* ページコンテンツ                              */
/*************************************************/
/* ページタイトル */
.page-title{
	text-align:left;
	font-size : 14px;
	border-left : 5px solid ;
	border-left-color : #32cd32;
	border-bottom : 1px solid;
	border-bottom-color : #32cd32;
}

.page-contents{

}

.page-footer{
	text-align:center;
	font-size : 13px;
}
/*************************************************/
/* アンカータグ                                  */
/*************************************************/
/*未訪問時のリンク指定*/	
a:link{
	color : SeaGreen;
}

/*マウスカーソルが乗っている時のリンク指定*/	
a:hover{
	background-color : lightgreen;
}

/*クリック時のリンク指定*/	
a:active{
	color : SlateBlue;
}

/*訪問済時のリンク指定*/	
a:visited{
/*	color : DimGray;*/
	color : SeaGreen;
}

/* SEO対策 */
.seo{
	display : none;
}