@charset "UTF-8";
/* リスト // index.html */
#east,
#west {
       width: 625px;
       height: auto;
       margin: 10px auto 80px auto;
}
#east {
       background: url(../event/images/bg_east.jpg) no-repeat top left;
}
#west {
       background: url(../event/images/bg_west.jpg) no-repeat top left;
}
#detailBox {
       position: relative;
       top: 0;
       left: 130px;
       width: 485px;
}
#detailBox ul.linkTab {
       position: relative;
       top: 50px;
       width: 100px;
       left: -125px;
}
ul.linkTab li.east a {
       display: block;
       width: 100px;
       height: 20px;
       text-indent: -9999px;
}
ul.linkTab li.west a {
       display: block;
       width: 100px;
       height: 25px;
       margin: 15px 0 0 0;
       text-indent: -9999px;
}
#week {
       width: 485px;
       height: 20px;
       text-align: right;
       padding-bottom: 5px;
}
.eventBox {
       display: block;
       width: 465px;
       height: auto;
       margin: 0 auto 20px 20px;
       padding-top: 20px;
       border-top: solid 1px #dadada;
}
.eventBox h3,
.eventBox h4 {
       font-weight: bold;
	font-family: 'ＭＳ 明朝';
}
.eventBox li {
       float: left;
       margin-right: 10px;
}
.eventBox dl {
       margin: 0 auto 10px auto;
}
dt.disc {
       float: left;
       line-height: 150%;
       margin-bottom: 1em;
}
dd.evTitle {
       font-weight: bold;
       line-height: 150%;
       margin-bottom: 5px;
}
dd.evTxt {
       padding-left: 1em;
       line-height: 150%;
}

.digestBox a.issue {
	display: block; 
       width: 205px;
       height: 25px;
       background: url(../digest/images/fukidashi.png) no-repeat right 0;
}
ul#detailList {
       width: 500px;
       list-style: disc;
       margin: 5px 0 0 20px;
}
ul#detailList li {
       height: 2em;
}
*:first-child+html ul#detailList {
       float: left;
       width: 180px;
       list-style: disc;
       list-style-position: inside;
       margin: 0;
       padding: 0;
}
.digestBox .photo,
.digestBox-last .photo {
       float: right;
       margin-top: -25px;
       padding: 2px;
       border: solid 1px #ccc;
}


/* 記事 // article.html */
#titleArea {
       display: block;
       width: 625px;
       margin: 0 auto 20px auto;
       padding: 0 0 5px 5px;
       font-weight: bold;
	font-family: 'ＭＳ 明朝';
}
#titleArea h3 {
       border-bottom: solid 1px #dadada;
}
#titleArea ul {
       float: right;
       margin-top: 20px;
}
#titleArea li {
       line-height: 150%;
}
#detailArea {
       display: block;
       width: 580px;
       height: auto;
       margin: 0 auto;
}
/* backnumber // バックナンバー */
#backnumber-list {
	display: block; 
       width: 230px;
       height: auto;
       margin: 0 auto 10px auto;
}
#backnumber-list h2 {
	display: block; 
       width: 230px;
       height: 30px;
       background: url(../interview/images/backnumber.png) no-repeat top left;
       text-indent: -9999px;
}
#backnumber-list ul {
	display: block; 
       width: 228px;
       margin: 0 auto -12px auto ;
       border-top: solid 1px #dadada;
       border-left: solid 1px #dadada;
       border-right: solid 1px #dadada;
}
#backnumber-list ul li {
       height: 5em;
       padding: 1em 0.5em 0 1em;
       border-bottom: solid 1px #dadada;
}
#backnumber-list ul li.gray {
       background: #e8e8e8;
}
#backnumber-list ul li.lightgray {
       background: #f2f2f2;
}
#backnumber-list ul li.gray:hover,
#backnumber-list ul li.lightgray:hover {
       background: #fff;
}



