@charset "utf-8";

@import url("./page_parts.css");


* {
	margin:0;
	padding:0;
	list-style-type: none;
	font-style: normal;
}

html {
	
	height: 100%;
}

body {

	background-image: url(../image/bg.jpg);
	background-repeat:no-repeat;
	width: 100%;

	font-family: "メイリオ", Meiryo, Tahoma, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing	: 0.025em;
	line-height		: 1.8;
	overflow-y:scroll;
}

*html body {  　　　　　/*IE6だけに適用*/
	overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
	overflow-y:auto;
}

.clearBoth {
	clear: both;
}

.clearfix 
{
	display: block;
	padding-left: 0px;
}

ul {
	list-style	: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

img {
	border: none;
}

/*----- Main Logo -----*/
div#Wrapper {

	margin: 0px;
	width: 100%;
	background-image: url(../image/logo_back.png);
	background-repeat: repeat-x;
}

div#Header {
	margin: 0 auto;
	width: 900px;
}

h1#Top {
	float: left;
	margin-top: 0px;
}


/*----- Site Map ----*/

div#HeadNavi {
	margin-left:775px;
	width: 125px;
}

div#HeadNavi ul li#SiteMapNavi {
	background: url(../image/site-map.png) no-repeat 0px 0px;
	height: 24px;

}

div#HeadNavi ul li#SiteMapNavi span {
	color:#fff;
	font-size:11px;
	margin-left:28px;
}

div#HeadNavi ul li#SiteMapNavi a {
	display: block;
	height: 24px;
	text-decoration: none;
	margin-top:8px;
}

div#HeadNavi ul li#SiteMapNavi a:hover {
	background: url(../image/site-map.png) no-repeat 0px -24px;
}

/*----- Site Link Menu ----*/

div#Menu {

	padding-top:17px;
	padding-left: 230px;

}

div#Menu ul li {
	display: inline;
}


div#Menu ul li.line {
	margin-top:5px;
	border-width:0px 1px 0px 0px;
	border-style:solid;
	border-color:#32a4dc;
	float:left;
	width: 1px;
	height: 35px;
}

/*----- News Topics -----*/
div#Menu ul li.news {
	float:left;
	padding-left:1px;
	width: 100px;
	height: 40px;
}

div#Menu ul li.news span {
	margin-left:14px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

div#Menu ul li.news a {
	margin-top:10px;
	display: block;
	width: 100px;
	height: 40px;
	text-decoration: none;
}

div#Menu ul li.news a:hover,
div#Menu ul li.news a.selected {
	background: url(../image/m_link_bar.png) repeat-x;
}


/*----- Event -----*/
div#Menu ul li.event {
	padding-left:1px;
	float:left;
	width: 140px;
	height: 40px;
}

div#Menu ul li.event span {

	margin-left:14px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

div#Menu ul li.event a {
	margin-top:10px;
	display: block;
	width: 140px;
	height: 40px;
	text-decoration: none;
}

div#Menu ul li.event a:hover,
div#Menu ul li.event a.selected {
	background: url(../image/m_link_bar.png) repeat-x;
}



/*----- Gymkhana -----*/
div#Menu ul li.gymkhana {
	padding-left:1px;
	float:left;
	width: 120px;
	height: 40px;
}

div#Menu ul li.gymkhana span {

	margin-left:14px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

div#Menu ul li.gymkhana a {
	margin-top:10px;
	display: block;
	width: 120px;
	height: 40px;
	text-decoration: none;
}

div#Menu ul li.gymkhana a:hover,
div#Menu ul li.gymkhana a.selected {
	background: url(../image/m_link_bar.png) repeat-x;
}



/*----- About us -----*/
div#Menu ul li.aboutus {
	padding-left:1px;
	float:left;
	width: 145px;
	height: 40px;
}

div#Menu ul li.aboutus span {

	margin-left:14px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

div#Menu ul li.aboutus a {
	margin-top:10px;
	display: block;
	width: 145px;
	height: 40px;
	text-decoration: none;
}

div#Menu ul li.aboutus a:hover,
div#Menu ul li.aboutus a.selected {
	background: url(../image/m_link_bar.png) repeat-x;
}



/*----- Contact -----*/
div#Menu ul li.contact {
	padding-left:1px;
	float:left;
	width: 140px;
	height: 40px;
}

div#Menu ul li.contact span {

	margin-left:14px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

div#Menu ul li.contact a {
	margin-top:10px;
	display: block;
	width: 140px;
	height: 40px;
	text-decoration: none;
}

div#Menu ul li.contact a:hover,
div#Menu ul li.contact a.selected {
	background: url(../image/m_link_bar.png) repeat-x;
}


/*----- Hedder Infomation -----*/

/*
div#HedderContents {

	margin: 8px auto;
	width: 884px;
	height:208px;
//	background-color:#ccc;

}

*/

div#HedderContents {
	margin: -16px auto;
	width: 100%;
	height:295px;
	background: url(../image/top.jpg) repeat-x;
	padding-top:98px;
}

div#HedderContents h2{

	display:block;
	width: 700px;
//	height:50px;
	margin: auto;

	padding: 20px 0px;
	background-color:#444;
	background: rgba(100, 100, 100, 0.7);
	border: 3px solid #32a4dc;
	text-align:center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	filter:alpha(style=0,opacity=80);
	-moz-opacity:0.8;

}

div#HedderContents b{

	display:block;
	font-size: 15px;
	list-style-type:none;
	color: #fff;
	font-weight: bold;
	text-shadow: 3px 3px 3px #000;
}

div#HedderContents a{
	
		font-size: 15px;
		list-style-type:none;
		color: #E24848;
		font-weight: bold;
		text-shadow: 3px 3px 3px #000;
	}


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

div#MainContents {

	margin-top:-145px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
	width: 900px;
}

.contents_telop {

	padding-top:10px;
	padding-left:25px;
	color:#fff;
	font-weight:bold;
	font-size:17px;
	width: 105px;
	height:28px;
	background-color:#1874a1;

	/* Webkit */
	-webkit-border-top-right-radius:5px;
	
	/* FF */
	-moz-border-radius-topright: 5px;
	
	/* IE9 */
	border-top-right-radius: 5px;

}

.menu_telop {
	padding-top:10px;
	padding-left:25px;
	color:#fff;
	font-weight:bold;
	font-size:17px;
	width: 125px;
	height:28px;
	background-color:#1874a1;

	/* Webkit */
	-webkit-border-top-right-radius:5px;
	
	/* FF */
	-moz-border-radius-topright: 5px;
	
	/* IE9 */
	border-top-right-radius: 5px;

}

.menu_telop_wide {
	padding-top:10px;
//	padding-left:25px;
	color:#fff;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	width: 180px;
	height:28px;
	background-color:#1874a1;

	/* Webkit */
	-webkit-border-top-right-radius:5px;
	
	/* FF */
	-moz-border-radius-topright: 5px;
	
	/* IE9 */
	border-top-right-radius: 5px;

}

.topics {

	padding-top:15px;
	width: 100%;
	background-color:#1874a1;
}

.NewsGuide {
	width: 100%;
	height:695px;
	margin: auto;
	padding-left:12px;

}

.oldNewsGuide {
	width: 100%;
	height:4840px;// +320px
	margin: auto;
	padding-left:12px;

}


.NewsEvent {
	float:left;
	margin:5px;
	padding:6px;
	width: 270px;
	height:300px;
	background-color:#fff;

}

.topic_text {
	background-color:#fff;
	width: 260px;
	height: 135px;
	color:#333;
	font-size:12px;
	margin-top:5px;
	padding:5px;
}

.topic_text b {
	color:#000;
	font-weight:bold;
	font-size:14px;

}

.readmore {
	margin-top:20px;
	margin-left:175px;
	border:0px;
	
}

.oldtopics {

	margin-top:8px;
	margin-left:750px;
	border:0px;

}


/*----- Footer -----*/
div#Footer {
	margin: 0 auto;
	width: 900px;
	height:170px;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#32a4dc;
}

#Footer .minilogo {
	margin-top:10px;
	margin-left:10px;
}

#Footer .copylight {
	margin-top:10px;
	margin-left:10px;
	font-size:10px;
	color:#333;
}

#Footer .social {
	float:left;
	margin-top:-50px;
	margin-left:700px;
	font-size:10px;
	color:#333;
}

#Footer .link {

	margin-left:10px;
	font-size:12px;
	color:#333;
}

#Footer .link a {

	font-size:11px;
	color:#00a0e9;
}
