@charset "shift_jis";


/*============================
共通設定のインポート
=============================*/
* {
 margin:0;
 padding:0;
}

img {
	border: 0;
}


body {
	text-align: center;
	background-image: url(../yeg-image/gen_kuruma.gif);
    background-repeat: repeat;
    font-size: 95%;
    line-height: 140%;
}


/*==============================
設定
==============================*/
#container {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border: solid 1px skyblue;
	background: #ffffff;
}



/*==============================
　　　ヘッダー設定
==============================*/
#hbox {
	float: right;
	margin: 0 10px 10px 0;
	width: 300px;
	text-align: right;
}


#topboxR {
	width: 270px;
	height: 78px;
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
	text-indent: 5em;
	text-align: right;
	line-height: 160%;
	background-image: url(../yeg-image/yeg-logo-right.gif);
	background-repeat: no-repeat;
}

#topboxL {
	width: 631px;
	height: 78px;
	float: left;
	margin 0;
	padding: 0;
}




#header {
	height: 62px;
	margin: -3px 0 0 0;
	padding: 0;
	clear: both;
}







/*--------------------------
 トピックパス設定      
 --------------------------*/


.w-path {
	margin: 5px 5px 0 10px;
	padding: 5px 0 5px 5px;
	background: #fff;
	text-align: left;
	line-height: 160%;
	display: block;
	clear:both;
}


/*==============================
　　メインコンテンツ設定
==============================*/
#contents {
 width: 630px;
 float: right;
 margin-left: 10px;
 background: #fff;

}

#main-waku {
	width: 580px;
	margin: 0.2em 1em;
	line-height: 160%;
}




#main-waku p {
	padding: 0.5em;
	font-size: 110%;
	line-height: 180%;
}


#main-waku img {
	float: right;
	padding: 10px;
}

.mini-case {
	text-align: right;
	font-size: small;
	color: #0099ff;
}

.top-read {
	margin: 0.2em 0.2em 1.2em 0.2em;
	padding: 0.5em;
	border-left: 8px solid #e1e1e1;
	border-right: 8px solid #e1e1e1;
}

.showcaseL {
	width: 180px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #36648b;
	margin: 0.2em;
	padding: 0.4em;
	border: 1px solid #d1d1d1;
	background: #f1f1f1;
	text-align: center;
}


#gazobox {
	margin: 0;
	padding: 0;
}

.showcaseR {
	width: 350px;
	float: right;
	padding: 0.2em;
	background: #fff;
}


.sub-waku {
	width: 560px;
	margin: 1.2em 1em;
	line-height: 160%;
}

.sub-waku p {
	padding: 0.5em;
	font-size: 110%;
	line-height: 180%;
}



#qabox {
	width: 530px;
	margin: 0.2em 0.2em 0.5em 1.2em;
	padding: 0.5em;
	border: 2px solid #6ca6cd;
	background: #f1f2f3;
}


#qabox ol {
	margin-left:2em;
}

#qabox ol li {
	line-height: 160%;
	list-style: default;
	border-bottom: 2px dotted #ccc;
}



#qabox ol li a:link {
	text-decoration: none;
}

#qabox ol li a:hover {
	text-decoration: underline;
	color: red;
}







/*----------------------------
  ボックスサイドナビ設定
  -----------------------*/


#sidenavi {
	width: 270px;
	float:left;
	background:#fff;
	text-align: left;
}


.corner {
	width:230px;
	margin: 0.1em 0 0 0.5em;
	padding: 0 0 0 0.8em;
	background: #fff;
}


.corner-honbun {
	width:230px;
	margin-top: 0;
	margin-left: 0.8em;
	margin-right: 0.2em;
	margin-bottom: 2em;
	padding: 6px;
	color: #484848;
	text-align: left;
	border: 1px solid #fa20b0;
}





div#sidenavi ul {
	margin: 0.5em 0.5em 1em 1.5em;
	list-style: none;
}
div#sidenavi ul li {
	margin: 0 0.8em 0.4em 0;
}

div#sidenavi li a {
	width: 220px;
	color: #333333;
	font-weight: normal;
	padding-top: 8px;
	height: 25px;
	padding-left: 4px;
	display: block;
	background-image: url(../yeg-image/navi-bg.gif);
	background-repeat: no-repeat;
	border: solid 1px #c1c1c1;
	border-left: 0px;
	border-top: 0px;
	text-decoration: none;
	text-indent: 5px;
}

div#sidenavi li a:hover {
	background-color: #afcced;
	text-decoration: underline;
	color: red;
	background-image: url(../yeg-image/navi-bg-after.gif);
	background-repeat: no-repeat;
}



div#sidenavi img {
	margin-right: 10px;
}







/* ============================================================
■フッターの設定
==============================================================*/
#footer {
	width: 100%;
	margin-left: 0;
	margin-right: -1px;
	margin-top: 20px;
	padding: 0;
	font-size: small;
	color: #212121;
	font-weight: normal;
	text-align: center;
	line-height: 150%;
	background: #ffffff;
	border-top: #c1c1c1 1px solid;
	clear: both;
}


#footer a:link {
	margin: 0;
	padding: 0 5px;
	color:#1758b0;
	font-size: 90%;
	text-decoration:none;
}

#footer a:visited {
	color:#46774b;
	text-decoration:none;
}

#footer a:hover {
	color:#ff0000;
	background-color:#dfeaf5;
	text-decoration: underline;
}

#footer a:active {
	color: #514b43;
}



/*-------------------------
　　ブロック要素
-----------------------*/
h1 {
	font-size: 18px;
	border-left: 8px solid #4890e0;
	font-weight: bold;
	margin-left: 1em;
	margin-bottom: 1em;
	padding: 0.4em 1em 0.4em 1em;
}






h2 {
	border-left: 8px solid #097B1C;
	margin: 0.2em;
	padding: 0.1em 1.5em;
	color: #f14408;
	font-size: 18px;
	text-align: left;
	background: #ececec;
}


h2.top-nakamidashi {
	border-left: 5px solid #e2e2e2;
	margin-left: 20px;
	margin-right: 15px;
	padding-left:5px;
	font-size: 15px;
	color: black;
}





h3 {
	border: 1px dotted #fd3ede;
	border-left: 5px solid #fd3ede;
	margin-top: 3em;
	margin-left: 1.5em;
	margin-right: 1.6em;
	padding: 0.1em 2em;
	color: #f14408;
	font-size: 15px;
	text-align: left;
	background: #fff;
}




h3.spot {
	font-size: 20px;
	color: #008000;
	font-weight: bold;
	margin:0;
	margin-top: 20px;
	padding:0;
	border: 0;
	border-bottom: 1px double #32cd32;
	border-top: 1px double #32cd32;
	background: #f5f5f5;
	text-indent:1em;
}





.schedule-box {
	width: 490px;
	border: 1px solid #4f94cd;
	margin: 0.4em 0.1em 1.5em 1.5em;
}



#grid {
	width: 540px;
	margin: 0 1.5em;
}

ul {
	margin: 1em 0 0 0;
	padding: 0;
}


li.first-line {
	width: 200px;
	margin: 5px;
	padding: 0 2px 0 5px;
	background: #f7f2f2;
	border: 1px solid #ccc;
	list-style: none;
}

li.second-line {
	margin: 5px;
	width: 480px;
	text-align: left;
	color: #8b0a50;
	border-bottom: 1px dotted #212121;
	list-style: none;
}

li.md-top {
	width: 90px;
	margin: 0;
/*	border-bottom: 2px dotted red;*/
	text-indent: 0.5em;
	background: #9ac5f9;
	list-style: none;
}









li.md-q {
	width: 50px;
	margin: 5px;
	float: left;
	background: #7ec0ee;
	list-style: none;
	text-align:center;
}

li.md-a {
	width: 50px;
	margin: 5px;
	float: left;
	background: #fe7ae9;
	list-style: none;
	text-align:center;
}







li.event-top {
	margin: 5px;
	width: 480px;
	text-align: left;
	border-bottom: 1px dotted #212121;
	list-style: none;
}



li.event-q {
	margin: 5px;
	width: 450px;
	text-align: left;
	color: #1874cd;
	float: left;
	border-bottom: 1px dotted #212121;
	list-style: none;
}

li.event-a {
	margin: 5px;
	width: 450px;
	text-align: left;
	color: #8b0a50;
	float: left;
	border-bottom: 1px dotted #212121;
	list-style: none;
}

li.event-day {
	margin: 5px;
	width: 450px;
	text-align: left;
	color: #8b0a50;
	float: left;
	border-bottom: 1px dotted #212121;
	list-style: none;
}



blockquote {
	margin: 1em 0.5em 1.2em 1em;
}





dt.purpose {
	font-weight: bold;
	font-size: 110%;
	padding: 3px 1px 3px 10px;
	padding-bottom: 5px;
	margin-top: 1em;
	margin-bottom: 25px;
	border-left: 5px solid #76f57c;
	border-right: 1px solid #76f57c;
	border-top: 1px dotted #76f57c;
	border-bottom: 1px dotted #76f57c;
	background: #f4aba47;
}




dd.purpose-koumoku {
	font-weight: bold;
	padding: 2px 0 0 10px;
}


dt.mv-catch {
	font-weight: bold;
	font-style : italic;
	color: #f08f05;
	font-size: 120%;
	width: 200px;
	padding: 3px 1px 3px 10px;
	padding-bottom: 5px;
	margin: 1em 0.5em 0.1em 1em;
	background: #f4aba47;
}

dd.mv {
	font-weight: normal;
	font-size: 110%;
	margin-left: 2em;
	padding: 10px;
}



.column-box {
	width: 500px;
	font-size: 100%;
	line-height: 160%;
	margin: 1.5em 0.2em 0.5em 0.5em;
	padding: 0;
}



.infoboard {
	font-weight: bold;
	font-size: 110%;
	line-height: 120%;
	margin: 1em 3em 1em 2.5em;
	padding: 5px;
	border: 2px solid #049d0f;
	background: #bffec4;
}



/*-----------------------------------------
	テーブルの設定
----------------------------------------*/
table {
	border: 0;
	text-align: left;
	width: 100%
}

tr {
	background: #fff;
}


th {
	border-bottom: 1px solid #4f94cd;
	background: #b0e2ff;
	padding-left: 5px;
}

td {
	border-bottom: 1px dotted #cae1ff;
	padding-left: 5px;
}


td.hyobase {
	 background: #bcd2ee;
}


/*---------------------------------
	そのほ他
---------------------------*/


.return-to-top {
	text-align: right;
	margin-right: 10px;
	margin-bottom:3em;
	clear: both;
}

#topicbox {
	width: 475px;
	height: 320px;
	margin: 0.4em 0em 2em 1.5em;
	border: 1px solid #ffc4f4;
	text-align: left;
	padding: 0 0 0 1em;
	clear: both;
}

#topicbox img {
	float: right;
	padding-left: 5px;
}



/*------------------------
　文字装飾
----------------------*/

.attn-point {
	font-weight: bold;
	color: #f94b0e;
}


.attn-cap {
	font-weight: bold;
	color: #0c2973;
}

.attn-blue {
	color: #113077;
}



.attn-point-bk {
	font-weight: bold;
}

.attn-catch {
	font-size: 20px;
	color: #0000cd;
	font-weight: bold;
}


.attn-catch-voice {
	font-size: 20px;
	color: #0000cd;
	font-weight: bold;
	font-style: italic;
}

.attn-right {
	font-size:15px;
	font-style: italic;
	text-align: right;
	width: 420px;
}

.attn-bottom-cap {
	margin: 0;
	padding: 0;
	text-align: center;
}



.attn-orange {
	color: #dc143c;
}

.attn-right-nm {
	font-size: 12px;
	color: #767676;
}

.attn-left-cap {
	text-align: left;
}



fieldset {
	padding: 5px 10px 5px 10px;
}


fieldset.renraku {
	width: 400px;
}


legend {
	padding: 3px;
	border: 1px solid #20b2aa;
	background: #b2d5f9;
}

/*----フォトボックス----*/
.photo-boxL {
	width: 270px;
	margin: 0.2em;
	padding: 0;
	float: left;
	text-align: center;
}

.photo-boxR {
	width: 270px;
	margin: 0.2em;
	padding: 0;
	float: left;
	text-align: center;
}


.photo-boxM {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.photo-boxM img {
	text-align: center;
}

