a {
	text-decoration: none;
	color: #3C3C3C;
}
a:hover {
	text-decoration: underline;
	color: #F29600;
}

img {
	vertical-align: bottom;
}

li {
	list-style: none;
}

button {
	color: white;
	border: none;
	border-radius: 4px;
	margin: auto;
	padding: 5px 20px;
	background: #4695ca; /* Old browsers */
	background: -moz-linear-gradient(top,  #4695ca 0%, #036eb7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4695ca), color-stop(100%,#036eb7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4695ca 0%,#036eb7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4695ca 0%,#036eb7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4695ca 0%,#036eb7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4695ca 0%,#036eb7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4695ca', endColorstr='#036eb7',GradientType=0 ); /* IE6-9 */

}

dt {
	margin-top: 10px;
	font-weight: bold;
}

dd {
	padding-left: 20px;
}

body {
	background: url('../img/common/background_1.gif');
	background: url('../img/common/background_2.png') top center no-repeat, 
	            url('../img/common/background_1.gif');
	-pie-background: url('/img/common/background_2.png') top center no-repeat, 
	            url('/img/common/background_1.gif');
	behavior: url(/PIE.htc);
	position:relative;
}

/* overwriteimg */
.overwriteimg {
	position: relative;
	overflow: hidden;
}

.overwriteimg > *:not(img) {
	position: absolute;
	top: 0;
	left: 0;
}

.overwriteimg img {
	vertical-align: bottom;
	position: relative;
	width: 100%;
}


/* header */
#rightheader {
	text-align: right;
	color: white;
}

#rightheader a {
	color: white;
}



/* feedarea */
.feed > * {
	background: white;
}

.feed .contents {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	padding: 10px;
}

.feed .contents h3 {
	border-bottom: 1px solid #333;
	font-size: 22px;
	line-height: 30px;
	margin: 10px 0;
}

.feed .contents h4 {
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0 0;
}



.feed .news {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	padding: 10px;
}

.feed .news .title {
	padding: 7px 0;
}

.feed .news .img {
	width: 100%;
	text-align: center;
}

.feed .news img {
	max-width: 100%;
}

.feed .news .text {
	padding: 10px 0;
}



.feed .bignewsfeed {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.feed .bignewsfeed > .left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.feed .bignewsfeed .thumbnail {
	width: 160px;
}

.feed .bignewsfeed .right {
	/*margin-left: 170px;*/
	/*margin-left: 10px;*/
}

.feed .bignewsfeed .title {
	padding: 7px 0;
}

.feed .newsfeed {
	padding: 10px;
}

.feed .newsfeed > *:not(:first-child) {
	padding-top: 5px;
	border-top: 1px solid #EEE;
}

.feed .newsfeed .title {
	font-weight: bold;
	padding: 3px 0;
}

.feed .category {
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0 5px;
	font-size: 10px;
	color: white;
}

.feed .category.race {
	background: #e50012;
	color: white;
}

.feed .category.rally {
	background: #009844;
	color: white;
}

.feed .category.gymkhana {
	background: #036eb7;
	color: white;
}

.feed .category.dart {
	background: #804f21;
	color: white;
}

.feed .category.result {
	background: #e51373;
	color: white;
}

.feed .category.event {
	background: #f29600;
	color: white;
}

#documentdownload .overwriteimg{
	width: 235px;
}

#bannerarea > * {
	margin-bottom: 10px;
}


/* #schedulearea */
#schedulearea > * {
	background: white;
}

#schedulearea nav {
	padding: 10px;
}

#schedulearea nav > * {
	margin-bottom: 5px;
}

#schedulearea table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

#schedulearea table caption {
	text-align: left;
	padding: 5px;
}

#schedulearea table tbody tr {
	border-top: 1px solid #dcdcdc;
}

#schedulearea table tbody tr:nth-child(even) {
	background: #cff0ff;
}

#schedulearea table th {
	background: #036eb7;
	color: white;
}

#schedulearea table td {
	text-align: center;
}

#schedulearea table td:nth-child(3),
#schedulearea table td:nth-child(4) {
	text-align: left;
}

#schedulearea table th, 
#schedulearea table td {
	padding: 3px;
}

#schedulearea table th:not(:first-child),
#schedulearea table td:not(:first-child) {
	border-left: 1px solid #dcdcdc;
}


footer {
	color: white;
}

footer img {
	margin-right: 10px;
}

footer hr {
	margin-top: 10px;
	border-top: 1px solid #f29600;
}

footer nav {
	margin-top: 10px;
}

footer nav > a {
	color: white;
}

footer p {
	text-align: center;
	margin: 40px auto;
}




#mainvisual {
	text-align: center;
	margin-top: 10px;
}

#slider{
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

#slider img {
	width: 100%;
}

#slider .clearfix{
	position: absolute;
	top: 0;
	left: 0;
}

#slider li{
	float: left;
}

#slider #thumbnail {
	/* height: 117px; */
	width: 100%;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	background: url(../img/common/thumb_bg.png);
}

#slider #thumbnail li {
	overflow: hidden;
}

#slider #thumbnail li a img {
	border: 1px solid rgba(0,0,0,0.50);
}
#slider #thumbnail li a.active img {
	border: 1px solid #f29600;
}

#slideNav {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	margin-top: 10px;
}

#slideNav ul {
	position: relative;
	left: 50%;
	float: left;
}

#slideNav ul li {
	float: left;
	position: relative;
	left: -50%;
	margin-left: 5px;
}

#slideNav li:first-child {
	margin-left: auto;
}

#slideNav li a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid #666;
	background: #e50012; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #e50012 0%, #a00002 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e50012), color-stop(100%,#a00002)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #e50012 0%,#a00002 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #e50012 0%,#a00002 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #e50012 0%,#a00002 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #e50012 0%,#a00002 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50012', endColorstr='#a00002',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#slideNav li a.active {
	background: #1eaa39; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #1eaa39 0%, #126621 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#1eaa39), color-stop(100%,#126621)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #1eaa39 0%,#126621 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #1eaa39 0%,#126621 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #1eaa39 0%,#126621 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #1eaa39 0%,#126621 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eaa39', endColorstr='#126621',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}





.selectbox {
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-radius: 4px;
	background: #4695ca; /* Old browsers */
	background: -moz-linear-gradient(top,  #4695ca 0%, #036eb7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4695ca), color-stop(100%,#036eb7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4695ca 0%,#036eb7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4695ca 0%,#036eb7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4695ca 0%,#036eb7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4695ca 0%,#036eb7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4695ca', endColorstr='#036eb7',GradientType=0 ); /* IE6-9 */
}

.selectbox button {
    background-color: #4695ca;
    background: url('/img/common/bt_arrow_2.gif') no-repeat;
    background-size: auto, 100%;
    background-position: right center;
    padding: 5px 43px 5px 5px;
    border: none;
    color: #fff;
}

.selectbox select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;
}

#Committee table td {
	background-color: #FFFFCC;
	padding: 3px;
}

#Committee .Post {
	background-color: #036EB7;
	font-weight: 300;
	color: #FFF;
	text-align: center;
}
#Committee .Team {
	background-color: #CFF0FF;
}
#Committee .NoBlock {
	background-color: #FFF;
}
.PDF  {
	background-color: #C00;
	color: #FFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.Excel  {
	background-color: #390;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFF;
	padding-top: 1px;
	padding-bottom: 1px;
}
.Word  {
	background-color: #06C;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFF;
	padding-top: 1px;
	padding-bottom: 1px;
}
.NoFile {
	background-color: #CCC;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFF;
	padding-top: 1px;
	padding-bottom: 1px;
}
.GrayOut{
	color:#CCC;
}

#DocumentTable td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-left: 5px;
	text-align: center;
	width: 10%;
}
#DocumentTable th {
	text-align: left;
	width: 70%;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#DocumentTable tr.color1{
	background-color: #CFF0FF;
}
#DocumentTable tr.color2{
	background-color: #FFF;
}
.Center {
	text-align: center;
}


