﻿@charset "utf-8";

/*----------------------------------------------------------------------------*/
/* JOOX　いべなび：スタイルシート (2014/05/17 update) */
/*----------------------------------------------------------------------------*/

	*{
		margin:0;
		padding:0;
		border:0;
		outline:none;
		}

	a:link{   text-decoration:none;       color:#991100;}
	a:visited{text-decoration:none;       color:#007700;}
	a:hover{  text-decoration:underline;  color:#ee0000;}
	a:focus  {text-decoration:underline;  color:#ee0000;}
	a:active{ text-decoration:none;       color:#ff0000;}

	#wrapper{
		margin:0px auto 10px auto;
		padding:0px 0px 0px 0px;
		width:978px;
		background-image:url("../images/sub_bg.gif");
		background-repeat:repeat-y;
		background-color:#ffffff;
		background-color:#ffffff;
		}

	#page-left{
		float:left;
		width:209px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		overflow:hidden;
		}

	#page-right{
		width:765px;
		margin:0px 0px 0px 218px;
		padding:0px 0px 0px 0px;
		font-size:14px;
		line-height:20px;
		font-weight:normal;
		color:#000000;
		font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
		}


	#page_bottom{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		width:978px;
		height:15px;
		background-image:url("../images/wrap-bottom.gif");
		background-repeat:no-repeat;
		border-bottom:1px dotted #bbbbbb;
		}


/*----------------------------------------------------------------------------*/
/* 画面左 */
/*----------------------------------------------------------------------------*/

	.title{
		width:209px;
		height:175px;
    		margin:0px 0px 0px 0px;
    		padding:0px 0px 0px 0px;
		overflow:hidden;
		}

	.sub-menu{
		width:209px;
    		margin:-5px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		text-align:center;
		vertical-align:top;
		}

	.sub-menu-btn{
		margin:0px 0px 3px 0px;
		}

	p.back_btn input{
		margin:10px auto 10px auto;
		padding:8px 10px 15px 10px;
		text-align:center;
		width:140px;
		height:30px;
		border:solid 1px #999999;
		background-color:#ffffff;
		color:#000000;
    		line-height:16px;
    		font-size:14px;
    		font-weight:normal;
		font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
		}

	.sub-menu-bottom{
		clear:both;
		width:209px;
		height:5px;
		margin:0px;
		padding:0px;
		}



/*----------------------------------------------------------------------------*/
/* 画面右 */
/*----------------------------------------------------------------------------*/

	table{
		border-width:0px;
		}

	td{
		vertical-align:top;
    		font-size:10pt;
    		line-height:15pt;
    		font-weight:normal;
    		color:#000000;
		padding:3px 3px 3px 3px;
		font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
		}

	.event-e-body{
		margin:20px 0px 10px 40px;
		line-height:13pt;
		font-size:10pt;
		font-weight:normal;
		font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
		color:#000000;
		}

	h3.date{
		width:740px;
		height:30px;
		margin:20px 0px 0px 0px;
		padding:5px 0px 0px 20px;
		text-align:left;
		background-color:#96c7ef;
		line-height:18pt;
		line-break:strict;
		font-size:12pt;
		font-weight:bold;
		font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
		color:#333333;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		}

	dl.item_list{
		margin:10px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		width:750px;
		}

	dt{
		margin:10px 0px 0px 0px;
		padding:0px 0px 0px 10px;
    		line-height:16pt;
    		font-size:12pt;
    		font-weight:bold;
		font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
		}

	dd{
		margin:0px 0px 0px 0px;
		padding:0px 0px 10px 30px;
		line-height:15pt;
		font-size:10pt;
		font-weight:normal;
		font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
		border-bottom:2px dotted #888888;
		}

	.pc_link a{
		margin:3px 0px 0px 550px;
		padding:0px 0px 0px 0px;
		display:block;
		width:180px;
		height:50px;
		background-image:url(../images/more-info.gif);
		background-repeat:no-repeat;
		}

	.smp_link{
		display:none;
		}

	hr{
		margin:5px 0px 5px 0px;
		color: #555555;
		background-color: #555555;
		border-style:none;
		height:1px;
		}

