body {
   margin: 0px;
   background: url(../img/08/background.gif);
   color: #666666
}

/* テキスト */

.m {
   font-size: 12px;
   line-height: 18px;
   font-style: normal;
   font-weight: normal;
   color: #666666
}

p {
   font-size: 10px;
   line-height: 13px;
   color: #666666 
}

p.topTitle{
	width:500px;
	margin: 0 auto;
	font-size:2.5em;
	color:darkred;
	font-weight:bold;
	line-height: 1.5em;
	text-align: center;
}

p.topText{
	width:500px;
	color:#000;
	margin: 0 auto;
	font-size:2.5em;
	line-height: 1.5em;
	text-align: center;
}

p.wh {
   font-size: 10px;
   line-height: 13px;
   color: #ffffff 
}

p.bl {
   font-size: 10px;
   line-height: 13px;
   color: #003399 
}

p.re {
   font-size: 10px;
   line-height: 13px;
   color: #dd0044 
}

p.gr {
   font-size: 10px;
   line-height: 13px;
   color: #668833; 
}

p.tax　{
　　font-size: 14px;
   color: gray;
}

em {
   font-style: normal;
   font-weight: normal;
   color: #003399
}


#b1 {
   font-size: 12px;
   line-height: 18px;
   font-style: normal;
   font-weight: bold;
   color: #666666
}

#b2 {
   font-size: 12px;
   line-height: 18px;
   font-style: normal;
   font-weight: bold;
   color: #003399
}

#b3 {
   font-size: 12px;
   line-height: 18px;
   font-weight: bold;
   color: #dd0044
}

#b4 {
   font-size: 12px;
   line-height: 18px;
   font-weight: bold;
   color: #668833
}


/* 画像 */

img.topImg {
	display: inline;
	width:516px;
	margin: 0 auto;
	z-index: -99;
}

img.left {
   float: left;
   margin-right: 1.0em;
   margin-bottom: 0em
}

img.right {
   float: right;
   margin-left: 1.0em;
   margin-bottom: 0em
}


/* 塗り */

#base {
   background-color: #ffffff;
   color: #666666
}

#footer {
   background-color: #000000;
   font-size: 10px;
   line-height: 12px;
   color: #ffffff 
}

#bl {
    background-color: #003399;
    color: #ffffff
}

#re {
    background-color: #dd0044;
    color: #ffffff
}

#gr {
   background-color: #668833;
   color: #ffffff
}


#ca {
    background-color: #efe4c1;
    color: #666666
}

#pk {
    background-color: #ffdddd;
    color: #666666
}


/* テーブル */

#head {
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #cccccc;
    background: #eeeeee;
    color: #666666
}

#head2 {
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #cccccc;
    background: #eeeeee;
    color: #666666
}

#side {
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #cccccc;
    background: #eeeedd;
    color: #666666
}

#side2 {
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #cccccc;
    background: #eeeedd;
    color: #666666
}

#hyo {
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #cccccc;
    background: #ffffff;
    color: #666666
}

#hyo2 {
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #cccccc;
    background: #ffffff;
    color: #666666
}

#hyo3 {
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #cccccc;
    background: #ffffff;
    color: #666666
}

#hyo4 {
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    background: #ffffff;
    color: #666666
}

#hyo5 {
    border-width: 0px;
    background: #eeeeee;
    color: #666666
}


/* フレーム・ライン・フォーム */

#tex {
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    background: #ffffff;
    color: #666666
}

#t_line {
   border-width: 1px;
   border-color: #cccccc;
   border-style: solid none none none
}

#t_dot {
   border-width: 2px;
   border-color: #cccccc;
   border-style: dotted none none none
}

#u_dot {
   border-width: 2px;
   border-color: #cccccc;
   border-style: none none dotted none
}

#t_line2 {
   border-width: 1px;
   border-color: #ff6600;
   border-style: solid none none none
}

#u_line {
   border-width: 1px;
   border-color: #cccccc;
   border-style: none none solid none
}

#u_line2 {
   border-width: 1px;
   border-color: #ff6600;
   border-style: none none solid none
}

#r_line {
   border-width: 1px;
   border-color: #cccccc;
   border-style: none solid none none
}

#l_line {
   border-width: 1px;
   border-color: #cccccc;
   border-style: none none none solid
}



#waku1 {
   border-width: 1px;
   border-color: #999999;
   border-style: solid
}


/* リンク */

a:link { color: #666666; text-decoration: none }
a:visited { color: #666666; text-decoration: none }
a:hover { color: #dd0044; text-decoration: none }
a:active{ color: #dd0044; text-decoration: none }

/*イベント情報*/

#infoIcon a{
	width:500px;
	font-size:1.5em;
	color:#FFF;
	background-color:steelblue;
	border:2px steelblue solid;
	padding: 8px;
	text-decoration: none;
	display: block;
}

#infoIcon a:link {
	color: #FFF;
}
#infoIcon a:hover {
	color: steelblue;
	font-weight: bold;
	background-color: aliceblue;
	text-decoration: none
}


.iventTitle{
    width: 500px;
    color:#146443;
    font-size: 1.3em;
    line-height: 1.8em;
    font-weight: bold;
    text-align: justify;
	display: block;
	padding:13px 10px 10px 10px;
	border-bottom:gray 1px solid;
	text-decoration: none;
	background-color:#C9DFCF;
	margin:5px 0 0 0;
}

#iventText{
    width: 500px;
    color: darkslategray;
    font-size: 1.2em;
	line-height: 1.4em;
    text-align: justify;
	display: block;
	padding: 0 10px 10px 10px;
	text-decoration: none;
	margin:10px 0 15px 0;
}

.evlink{
    display: block;
    width:520px;
    text-align: center;
    margin:10px auto;
    background-color:#BFD7E5;
    color:darkblue;
    font-weight: bold;
    padding: 3px 0;
}