@charset "UTF-8";

/* Base */
@import url(http://www.joc.or.jp/common/pagelayout2008.css);
@import url(http://www.joc.or.jp/common/table.css);


/* directory update */
.directory {
	text-align: left;
	height: 15px;
	background: #fff;
}
.directory a {
	text-decoration: none;
}

.main {
	margin: 0!important;
	padding: 0!important;
	width: 824px!important;
	background: url(http://olympic.joc.or.jp/teamjapan_common/images/main_bg.gif) repeat;
}

#pageTitle {
	padding-bottom: 10px;
}


/* blog */
#banner {
	width: 824px;
}
#mainTitle {
	margin: 15px 0 5px 25px;
	padding-left: 12px;
	color: #333;
	text-align: left;
	background: url(http://olympic.joc.or.jp/teamjapan_common/images/main_title.gif) no-repeat left 6px;
}

/* container */
#container {
	padding: 0 0 0 15px;
}
#alpha {
	float: left;
	width: 550px;
}
#beta {
	float: right;
	width: 237px;
}


.main .content-header {
	margin: 20px 0;
	font-size: 160%;
	color: #333;
}
.main .content-nav {
	text-align: center;
}

.main .archive .archive-header {
	font-size: 160%;
	color: #333;
}


/* alpha */
/* entry */
.main .entry {
	width: 556px;
	padding: 5px 10px 5px;
	background: url(http://olympic.joc.or.jp/teamjapan_common/images/entry_bg.gif) repeat-y left top;
}

.main .entryBgT {
	width: 556px;
	height: 6px;
	background: url(http://olympic.joc.or.jp/teamjapan_common/images/entry_bg_t.gif) no-repeat left top;
}
.main .entryBgB {
	margin-bottom: 10px;
	width: 556px;
	height: 6px;
	background: url(http://olympic.joc.or.jp/teamjapan_common/images/entry_bg_b.gif) no-repeat left top;
}
.main .date-header {
	margin: 0;
	padding: 5px 0 5px 10px;
	font-size: 90%;
	color: #fff;
	background: url(http://olympic.joc.or.jp/teamjapan_common/images/entry_header_t.gif) no-repeat left top;
}
.main h3 {
	margin: 0;
	padding: 0;
}

.main .entry-header {
	padding: 10px 0 10px 10px;
	width: 530px;
	font-size: 150%;
	font-weight: bold;
	color: #FFF;
	background: url(http://olympic.joc.or.jp/teamjapan_common/images/entry_header_b.gif) no-repeat left bottom;
}
.main .entry-header a {
	color: #FFF;
}
.main .entry-header a:hover {
	color: #00F;
}

.main .entry-content {
	margin: 10px 0 0 5px;
	width: 525px;
	color: #333;
}

.main .entry-footer {
	display: none;
}
/*
.main .entry-footer {
	color: #999;
	font-size: 80%;
}
.main .entry-footer a {
	color: #999;
}
.main .entry-footer a:hover {
	color: #00a2ff;
}
*/

/* beta */
.moduleBgT {
	background: url(http://olympic.joc.or.jp/teamjapan_common/images/side_bg_t.gif) no-repeat left top;
	height: 6px;
}
.module {
	padding: 5px;
	width: 222px;
	font-size: 90%;
	color: #666;
	background: url(http://olympic.joc.or.jp/teamjapan_common/images/side_bg.gif) repeat-y left top;
}


.moduleBgB {
	margin-bottom: 10px;
	background: url(http://olympic.joc.or.jp/teamjapan_common/images/side_bg_b.gif) no-repeat left bottom;
	height: 4px;
}
.module h2 {
	margin: 0;
	padding: 5px 0 5px 5px;
	height: 23px;
	font-size: 100%;
	color: #FFF;
	background: url(http://olympic.joc.or.jp/teamjapan_common/images/side_title.gif) no-repeat left top;
}
.module h2 a,
.module h2 a:visited {
	color: #FFF;
	text-decoration: none;
}
.module h2 a:hover {
	color: #00F;
	text-decoration: none;
}
.module a,
.module a:visited {
	color: #333;
	text-decoration: none;
}
.module a:hover {
	color: #00a2ff;
	text-decoration: none;
}

/* recent-entries */
.module ul {
	width: 200px;
}
.module li {
	margin-left: 10px;
	padding-left: 10px;
	background: url(http://olympic.joc.or.jp/teamjapan_common/images/list_mark.gif) no-repeat left 5px;
}

/* syndicate */
.module-syndicate .module-content {
	padding-left: 50px;
	background: url(http://olympic.joc.or.jp/teamjapan_common/images/rss_icon.gif) no-repeat left center;
}


/* calendar */
.module-calendar caption {
	padding-bottom: 10px;
	font-size: 150%;
}
.module-calendar caption {
	font-size: 170%;
	line-height: 100%;
}
.module-calendar table {
	margin-left: 10px;
	width: 190px;
}
.module-calendar table th {
	color: #666;
	font-weight: bold;
	text-align: center;
}
.module-calendar table td {
	padding: 2px;
	color: #999;
	text-align: center;
}
.module-calendar a,
.module-calendar a:visited {
	color: #FFF;
	font-weight: bold;
	background: #999;
	display: block;
}
.module-calendar a:hover {
	color: #FFF;
	text-decoration: none;
	background: #00a2ff;
}


/* --- IE6 fix --- */
*html #beta {
	width: 233px; 
}
*html .entry {
	margin-top: -10px;
}

*html .module {
	margin: -10px 0 -12px;
}