body {
	margin: 15px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
}
h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul {
	list-style: none;
}

a:link {
	color: #FB0064;
}

a:visited {
	color: #999;
}

a:hover {
	color: #999;
}

/*\*/
a{
	overflow: hidden;
}
/**/

hr {
	display: none;
}

div#wrapper {
	margin-left: 20px;
	width: 850px;
}

div#main {
	margin-left: 350px;
	padding-top: 1px;
}
div#side {
	width: 320px;
	float: left;
}
div#header {
	margin-bottom: 26px;
}
div#header h1 {
	margin-bottom: 45px;
}
div#header h1,
div#header h1 a {
	height: 344px;
}
div#header h1 a {
	display: block;
	background-image: url("/news/common/img/tokikake-logo.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
}


div#header p#desc {
	display: none;
}

p#siteTop {
	margin-bottom: 35px;
	width: 268px;
}

p#siteTop a {
	display: block;
	height: 65px;
	text-indent: -9999px;
	background-image: url("/news/common/img/tokikakejp-link4.gif");
	background-repeat: no-repeat;
}
/*
p#siteTop a:hover {
	background-position: 0 -36px;
}
*/

/* Main
------------------------------------------------------------*/

p.entryDate {
	color: #FB0064;
	font-size: 18px;
	line-height: 1.2 !important;
}
p.entryDate span {
	font-size: 12px;
	background-color: #FB0064;
}
p.entryDate span a:link,
p.entryDate span a:hover,
p.entryDate span a:visited {
	padding: 2px;
	color: #FFF;
	text-decoration: none;
}

p.entryDate span a:link {
	background-color: #FB0064;
}

p.entryDate span a:hover {
	background-color: #171717;
}


div#main h2 {
	margin-bottom: 30px;
	color: #FB0064;
}

div#main h2 a:link,
div#main h2 a:visited {
	color: #FB0064;
	text-decoration: none;
}

div#main h2 a:hover {
	text-decoration: underline;
}
div.koukai {
	padding: 10px 0;
	margin-bottom: 30px;
	border-top: 1px solid #FB0064;
	border-bottom: 1px solid #FB0064;
}
div.entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #171717;
}

div.entry p {
	line-height: 1.8;
}

div.entry strong {
	color: #FB0064;
}

div.entry a img {
	border: none;
}

div.entry input {
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #FB0064;
}

.entryMore {
	margin-bottom: 15px;
}

.entryMore span {
	font-family: arial;
}

div.entry blockquote {
	margin: 20px 0;
	padding: 10px 15px;
	border: 1px solid #FB0064;
	background-color: #FFE5EF;
	line-height: 1.8;
	font-size: 92.5%;
}

.entryMeta {
	font-size: 12px;
}

.entryMeta a:link {
	color: #171717;
}

.entryMeta a:visited {
	color: #999;
}
.entryMeta a:hover {
	color: #999;
	text-decoration: underline;
}

h2.entryTitle {
	color: #FB0064;
}

p.entryFooter {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

p.entryFooter img {
	border: 0;
	vertical-align: middle;
}

p.entryFooter a {
	margin-right: 10px;
	color: #171717;
}

p.entryFooter .footerIcon {
	margin-right: 5px;
}

h2.trackbacks-header {
	margin-bottom: 10px !important;
	color: #FB0064;
}

div.trackbacks-info {
	margin-bottom: 20px;
	padding: 10px 10px;
	border: 1px solid #999;
}
div.trackbacks-info p {
	margin: 0;
}

.trackbacks-content .trackback-header,
.trackbacks-content .trackback-content p {
	line-height: 1.2;
}

.trackbacks-content .trackback-header span {
	font-size: 12px;
}

.trackbacks-content .trackback-content {
	margin-bottom: 10px;
	border-bottom: 1px solid #171717;
}

/* Theater
------------------------------------------------------------*/

body#theater,
table#theater {
	font-size: 13px;
}

body#theater div#wrapper {
	width: 960px;
}
body#theater table {
	margin-bottom: 20px;
	border-collapse: collapse;
	width: 600px;
	border-bottom: #e698a8 1px dotted;
}
table#theater {
	margin-bottom: 20px;
	border-collapse: collapse;
	width: 500px;
	border-bottom: #e698a8 1px dotted;
}
body#theater th,
body#theater td,
table#theater th,
table#theater td {
	line-height: 1.2em;
	padding: 8px;
	border-top: #e698a8 1px dotted;
}
body#theater th,
table#theater th {
	padding: 5px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	white-space: nowrap;
	background-color: #FB0064;
	border-top: none;
}
body#theater td.head,
table#theater td.head {
	padding: 5px 5px 3px 5px;
	color: #FB0064;
	font-size: 11px;
	font-weight: normal;
	line-height: 1em;
	border-top: none;
}
body#theater td.head,
body#theater td.region,
body#theater td.ticket,
table#theater td.head,
table#theater td.region,
table#theater td.ticket {
	white-space: nowrap;
}
body#theater td.head,
body#theater td.ticket,
table#theater td.head,
table#theater td.ticket {
	text-align: center;
}
tr.finished {
	color: #666;
}/*
tr.finished td {
	text-decoration: line-through;
}*/
tr.finished td.pubDate {
	text-decoration: none;
}
tr.finished a {
	color: #999;
}

/* Side
------------------------------------------------------------*/

div#side dt {
	margin-bottom: 10px;
}
div#side dd {
	margin-bottom: 20px;
}
div#side dd ul {
	margin-left: 15px;
}

div#side dd li {
	margin-bottom: 8px;
	line-height: 1.2;
}

div#side a:link {
	color: #171717;
	/*	text-decoration: none;	*/
}

div#side a:visited {
	color: #999;
}
div#side a:hover {
	color: #999;
	text-decoration: underline;
}
.catEvent a {
	font-size: 20px;
	font-weight: bold;
	color: #FB0064 !important;
	/*
	color:  #FFF !important;
	background-color: #FB0064 !important;
	*/
}

/* RSS Area
------------------------------------------------------------*/

dl#rssArea {
	margin-bottom: 30px;
	padding-left: 4px;
	height: 60px;
	background-image: url("/news/common/img/rss-icon.gif");
	background-repeat: no-repeat;
}

dl#rssArea dt {
	float: left;
	width: 60px;
	height: 60px;
}

dl#rssArea dt a {
	display: block;
	height: 60px;
	text-indent: -9999px;
	background-image: url("/news/common/img/rss-icon2.gif");
	background-repeat: no-repeat;
}

dl#rssArea dt a:hover {
	background-position: 0 -60px;
}

dl#rssArea dd {
	margin-left: 64px;
	_margin-left: 60px;
	padding-top: 10px;
}
dl#rssArea dd li {
	margin-bottom: 12px;
}
dl#rssArea dd li a {
	display: block;
	width: 133px;
	height: 15px;
	text-indent: -9999px;
}

/* Official Site Link
------------------------------------------------------------*/

div#siteLink {
	position: fixed;
	top: 15%;
	right: 0;
	width: 30px;
	height: 318px;
}

div#siteLink a {
	display: block;
	text-indent: -9999px;
	height: 318px;
	background-image: url("/news/common/img/tokikake-badge.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#siteLink a:hover {
	background-position: 0 -318px;
}

/* Archives Page
------------------------------------------------------------*/

body#archives div#wrapper {
	width: 100%;
}

div#main dt,
div#main dd {
	height: 30px;
	line-height: 2.4;
	font-size: 12px
}
div#main dt {
	width: 80px;
	float: left;
}
div#main dd.entryCategory {
	margin-left: 80px;
}
div#main dd.entryTitle {
	margin-top: -30px;
	margin-left: 190px;
	border-bottom: none;
}


/* Clearfix
------------------------------------------------------------*/
div#side,
dl#rssArea {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}
div#side:after,
dl#rssArea:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}