@charset "utf-8";

/* INDEX PAGE
---------------------------------------------*/

#newslist dt {
	width: 100px;
	line-height: 21px;
	padding: 1em 0 1em 78px;}

#newslist .topics {background: url(../img/icon_topics.gif) 2px center no-repeat;}	

#newslist .event {background: url(../img/icon_event.gif) 2px center no-repeat;}	

#newslist .other {background: url(../img/icon_other.gif) 2px center no-repeat;}	

#newslist .shinbey {background: url(../img/icon_shinbey.gif) 2px center no-repeat;}	

#newslist dd {
	line-height: 1.8em;
	margin-top: -2.7em;
	padding-left: 160px;
	padding-bottom: 1em;
	border-bottom: 1px solid #333;}

/* COMMON */

.aligncenter {
	clear: both;
	display: block;
	text-align: center;
	margin: 0 auto;}

#side {margin-bottom: 40px;} 

#side dd {padding-top: 3px;}

#side .snavi,
#side .rnavi {margin-bottom: 35px;}

#side ul li {
	display: block;
	width: 200px;
	background: url(../img/bdr.gif) left bottom repeat-x;}

#side .snavi li,
#side .rssnavi li {line-height: 43px;}

#side .rnavi li {
	line-height: 1.5em;
	padding: 10px 0;}

#side .rnavi li a {
	display: block;
	padding-left: 25px;
	background: url(../img/arw_side.gif) 10px 0.4em no-repeat;}

#side .rnavi li a:hover {
	background: url(../img/arw_side_o.gif) 12px 0.4em no-repeat;}

#side .snavi li a {
	display: block;
	padding-left: 25px;
	background: url(../img/arw_side.gif) 10px center no-repeat;}

#side .snavi li a:hover {
	background: url(../img/arw_side_o.gif) 12px center no-repeat;}

#side .rssnavi li a {
	display: block;
	padding-left: 30px;
	background: url(../img/icon_rss.gif) 10px center no-repeat;}

#side .rssnavi li a:hover {
	display: block;
	padding-left: 30px;
	background: url(../img/icon_rss_o.gif) 11px center no-repeat;}


/* CATEGORY PAGE
---------------------------------------------*/

.category {padding-top: 4px;}

/* ENTRY TITLE */

.basettl {
	font-size: 18px;
	font-weight: normal;}
	
.basettl img {vertical-align: middle;}

.basettl span {margin-left: 20px;}

.entry h3 {
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid #66664d;
	background: url(../img/bg_entryttl.jpg) left top repeat-x;}

.entry h3 a {
	display: block;
	padding: 15px 95px 14px 95px;}

.entry .topics a {background: url(../img/tag_topics.gif) left center no-repeat;}

.entry .event a {background: url(../img/tag_event.gif) left center no-repeat;}

.entry .other a {background: url(../img/tag_other.gif) left center no-repeat;}

.entry .shinbey a {background: url(../img/tag_shinbey.gif) left center no-repeat;}

.entry h3 span {
	position: absolute;
	right: 15px; top: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 45px;}

/* ENTRY MAIN */

.entry .entrytxt {padding: 25px 3px 30px 3px;}

.entry .entrytxt a {text-decoration: underline;}
.entry .entrytxt a:hover {text-decoration: none;}

.entry .entrytxt p {
	margin-bottom: 1.8em;
	line-height: 1.8em;}

/* PAGE NAVIGATION */

#pnavi {
	padding-top: 20px;
	border-top: 1px solid #333;}

#pnavi ul {
	display: block;
	width: 130px;
	margin: 0 auto;}

#pnavi li {
	float: left;
	width: 45px;
	margin: 0 7px;}

#pnavi a {
	display: block;
	overflow: hidden;
	height:0 !important;
	height /**/: 21px;
	padding-top: 21px;
	text-indent: -9999px;
	background-image: url(../img/pnavi.gif);}
	
.prev a {background-position: 0 0;}
.next a {background-position: -45px 0;}

.prev a:hover {background-position: 0 -21px;}
.next a:hover {background-position: -45px -21px;}
