@charset "utf-8";

/*
Theme Name: cntpl
Theme URI: http://www.cubenet.com.au/
Description: Cube Net TemPLate
Version: 1.0
Author: cubenet
Author URI: http://www.cubenet.com.au/
Tags: cubenet
*/

/* CSS Document */
/*-----------------------------------------
nuetralise
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote {
	margin: 0; 
	padding: 0;
}
p {
	margin-bottom: 1em;
}
html{
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%; 
	font-weight: normal;
}
ol, ul{
	list-style:none;
}
fieldset, img{
	 border:0;
}
table{
	border-collapse: collapse; 
	border-spacing:0;
}
input, select, textarea {
	font-size: 100%;
}

/*-----------------------------------------
main
*/
body, td, th,input, select, textarea {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.wrapper_outer {
	margin: auto;
	width: 820px;
	background-color:#FFFFFF;
}
.wrapper_inner {
	margin: auto;
	width: 800px;
	background-color: #FFFFFF;
}
.cleaning {
	height: 0px;
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */



/*-----------------------------------------
header
*/
.header {
	background-color: #FFFFFF;
}
.header_img {
	padding-top: 10px;
	padding-bottom: 10px;
}
.header_img_menu {
	text-align: center;
}

.header_title {
}
.header_text_news {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
.header_text_news p {
	margin: 0;
	padding: 0;
}
.header_text_news a:link, .header_text_news a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.header_text_news a:hover, .header_text_news a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.header_text_catch {
	font-size: 12px;
	background-color: #C40C00;
	padding-top: 3px;
	color: #FFFFFF;
	padding-bottom: 1px;
}
.header_text {
}
.header_text_menu {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.header_menu {
	background-image: url(images/menubg_top.png);
	background-repeat: repeat-x;
	padding: 0 20px;
}
.header_menu ul {
}
.header_menu ul li {
	display: inline;
}
.header_menu a {
	font-size: 14px;
	line-height: 27px;
	width: 152px;
	color: #FFFFFF;
	text-align: center;
	float: left;
}
.header_menu a:link, .header_menu a:visited {
	text-decoration: none;
}
.header_menu a:hover, .header_menu a:active {
	background-image: url(images/menubg_top_ov.png);
	background-repeat: repeat-x;
	text-decoration: underline;
}
.h_m_s {
	background-image: url(images/menubg_top_ov.png);
	background-repeat: repeat-x;
	text-decoration: none;
}

.header_menu_bot {
	background-image: url(images/menubg_bot.png);
	background-repeat: repeat-x;
	text-align: center;
}
.header_menu_bot_link {
	margin: auto;
}
.header_menu_bot ul {
}
.header_menu_bot ul li {
	display: inline;
}
.header_menu_bot a {
	font-size: 12px;
	line-height: 18px;
	padding: 3px 30px;
	/*
	width: 190px;
	*/
	color: #FFFFFF;
	text-align: center;
	/*
	float: left;
	*/
}
.header_menu_bot span {
	line-height: 18px;
}
.header_menu_bot a:link, .header_menu_bot a:visited {
	text-decoration: none;
}
.header_menu_bot a:hover, .header_menu_bot a:active {
	background-image: url(images/menubg_bot_ov.png);
	background-repeat: repeat-x;
	text-decoration: underline;
}
.h_m_b_s {
	background-image: url(images/menubg_bot_ov.png);
	background-repeat: repeat-x;
	text-decoration: none;
}
.header_menu_main {
	background-image: url(images/menuimg_bg.png);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 8px;
}

/*-----------------------------------------
contents
*/
.contents {
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	font-size: small;
}

.contents_blog {
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	/*
	background-image:url(images/blogbg.png);
	background-repeat:repeat-y;
	*/
}
.contents_home {
	margin-right: 15px;
	margin-left: 15px;
}
.contents_page_text {
	padding: 10px 50px 20px 50px;
}
.contents_main_text {
	padding: 10px 0 20px 0;
}
/*right main*/
.main {
	float:right;
	width: 650px;
}
.side {
	margin: 0 650px 0 0;
}

.side_blog {
	margin: 0 600px 0 0;
}

/*left main*/
/*
.main {
	float:left;
	width: 550px;
}
.side {
	margin: 0 0 0 550px;
}
*/

/* main */
.main_home {
	clear:both;
	padding: 10px 0 0 0;
}
.main_blog {
	float:right;
	width: 550px;
	margin: 0 20px 40px 0;
	/*
	background-image:url(images/blogbox_bg_mid.png);
	background-repeat:repeat-y;
	*/
}

.main_title {
}
.main_title_blog {
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px 5px 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
}

.main_subtitle {
}
.main_text {
}
.main_text_blog {
	font-size: 12px;
	margin: 0 20px 10px 20px;
}

.main_link {
}
.main_img {
}
.main_img_left {
	float:left;
	padding: 5px 5px 5px 0;
}
.box_event {
	background-image: url(images/index_eventbg.png);
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}
.box_race {
	background-image: url(images/index_racebg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px 10px 10px 10px;
}
.box_race h3 {
	font-size: medium;
	padding: 3px 10px;
	background-color:#C40C00;
	color: #FFF;
}
.box_race_schedule {
	padding: 10px 0;
}
.box_race_schedule li {
	display:inline;
	padding-left: 10px;
}


/* side */
.side_title {
}
.side_title_blog {
	font-size: 12px;
	color: #FF0000;
	text-align: center;
	margin-bottom: 5px;	
}
.side_subtitle {
}
.side_text {
	margin: 0 10px 20px 10px;
}
.side_text_home {
	font-size:12px;
	padding: 5px 10px 0 0;
}

.side_link {
}
.side_img {
}




/*-----------------------------------------
footer
*/
.footer {
	clear:both;
}
.footer_text {
	font-size: 12px;
	margin-top: 3px;
}
.footer_img {
	padding: 0 0 10px 15px;
}
.copyright {
	text-align:center;
	font-size:12px;
	color: #FFFFFF;
	background-color: #C40C00;
	padding-top: 5px;
	padding-bottom: 5px;
}
.copyright a:link, .copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover, .copyright a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/*-----------------------------------------
home
*/
.bottom_link {
	padding: 0 0 10px 0;
}
.bottom_link a:link, .bottom_link a:visited {
	text-decoration: none;
	color: #000000;
}
.bottom_link a:hover, .bottom_link a:active {
	text-decoration: none;
	color: #000000;
}
.box_event_item {
	padding: 5px 0 5px 5px;
	border-bottom: #999 dotted 1px;
	color: #06C;
}
.box_event_item a:link, .box_event_item a:visited {
	text-decoration: none;
	color: #06C;
}
.box_event_item a:hover, .box_event_item a:active {
	text-decoration: underline;
	color: #06C;
}
.home_title_race {
	background-image: url(images/title_race_index.png);
	background-repeat: no-repeat;
	text-align: right;
	line-height: 28px;
	padding-right: 15px;
	color: #FFF;
	font-size: medium;
}
.box_race_data_title_home {
	text-align: center;
	font-size: medium;
	color:#FFF;
	background-image: url(images/raceimg_title_home.gif);
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
}


/*-----------------------------------------
result
*/
.contents_page_result {
	width: 650px;
	margin: auto;
	padding-bottom: 20px;
}
.box_race_data_title {
	text-align: center;
	font-size: medium;
	color:#FFF;
	background-image: url(images/raceimg_title.gif);
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
}

/*-----------------------------------------
institution
*/
.side_link_institution {
	margin: 0;
}
.side_link_institution ul {
}
.side_link_institution ul li {
	width: 120px;
}
.side_link_institution a {
	font-size: 12px;
	font-weight: bold;
	display:block;
	line-height: 20px;
	padding: 8px 0 7px 25px;
	border-bottom: #999 dotted 1px;
}

.side_link_institution a:link, .side_link_institution a:visited {
	background-image: url(images/institute_sidemenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #B21515;
}
.side_link_institution a:hover, .side_link_institution a:active {
	background-image: url(images/institute_sidemenu_ov.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	color: #FFFFFF;
}
.s_l_i_s a:link, .s_l_i_s a:visited {
	background-image: url(images/institute_sidemenu_ov.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #FFFFFF;
}
/*-----------------------------------------
blog
*/
.blog_item {
	border: 1px solid #C40C00;
	margin-bottom: 20px;
	padding: 10px;
}
.blog_item_header {
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C40C00;
	margin-bottom: 10px;
}
.blog_item_header h2 {
	font-size: medium;
	font-weight: bold;
}
.blog_item_header h2 a:link, .blog_item_header h2 a:visited {
	text-decoration: none;
	color: #000000;
}
.blog_item_header h2 a:hover, .blog_item_header h2 a:active {
	text-decoration: underline;
	color: #000000;
}
.blog_item_header_date {
	float: right;
}
.tablenav {
	text-align: right;
}
.side_text_blog {
	margin: 0 10px 30px 10px;
}
.side_text_blog ul {
	list-style-image:url(images/pointer_red.gif);
	margin-left: 20px;
}
.side_text_blog li {
	margin: 2px 0 2px 0;
}
.side_text_blog a {
	/*display: block;*/
	line-height: 1.5em;
	color: #000000;
}

.side_text_blog a:link, .side_text_blog a:visited {
	text-decoration: none;
}
.side_text_blog a:hover, .side_text_blog a:active {
	text-decoration: underline;
}

/*-----------------------------------------
wp-calendar
*/
.blog_calendar {
	background-color: #FFF;
	padding: 5px;
}
#wp-calendar {
	margin: auto;
}
#wp-calendar .saturday {
	color : blue; 
}
#wp-calendar .sunday { 
	color : red;
}
#wp-calendar th {
	padding-top: 10px;
}
#wp-calendar td {
	text-align: center;
	padding: 3px;
}
#wp-calendar a:link, #wp-calendar a:visited {
	color: #000000;
	text-decoration: underline;
}
#wp-calendar a:hover, #wp-calendar a:active {
	color: #000000;
	text-decoration: underline;
}



#ec3_big_cal table {
	margin-top: 35px;
}
#ec3_big_cal th {
	padding-top: 10px;
}
#ec3_big_cal caption {
	line-height: 1.5em;
}
.ecal_caption {
	background-color:#C40C01;
	color: #FFF;
}
