@charset "utf-8";
@import url("home.css");
@import url("contents.css");


/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", Osaka, sans-serif;
	text-align: left;
	line-height: 125%;
}

html {
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #444444;
	scrollbar-3dlight-color: #444444;
	scrollbar-darkshadow-color: #444444;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #BBBBBB;
}
body {
	width: 100%;
	padding: 0px;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}

img {
	border: 0px;
	width: 960px;
}

a:link, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:active, a:hover {
	color: #FF7700;
	text-decoration: underline;
}


/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}

div#headder{
	background: url("../images/topbar.gif") no-repeat top #FFFFFF;
	padding-top: 12px;
	height: 90px;
}


div#headder a#logo{height:67px;}

div#headder img{
	margin-left: 15px;
}





/*その他共通コンテンツの背景*/
div#Contents{
	border-right: 3px solid #D0D2C7;
	border-bottom: 3px solid #D0D2C7;
	border-left: 3px solid #D0D2C7;
	background: url("../images/c_back2.jpg") no-repeat center top;
	padding-top: 15px;
}



div#contMaine{
	width: 717px;
	float:left;
}
div#contRight{
	width: 175px;
	float:right;
	font-size:8pt;
}


p#twogakulogo{
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

p#meteonelogo {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

p#twogakuText{
	margin: 0px 12px;	
}
div#contRight p.centerP{
	text-align:center;
	margin: 12px;
}

hr.clear{
	background-color:#C0C0C0;
	color:#C0C0C0;
	clear:both;
	width:1px;
	text-align:right;
	text-indent: 9999px;
}

div.clearfloat {
	clear: both;
	font-size: 1px;
}

.rightP{
	text-align:right;
	clear:both;
	padding:10px 0px;
	display:block;
}



div#footer{
	clear:both;
	background-color: #D0D2C7;
	padding: 10px;
	font-size:10px;
}
div#footer ul li{
	background: url("../images/footerikon.gif") no-repeat left center;
	padding-left: 12px;
	display: inline;
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

div#footer p.copy{
	text-align:right;
}


div#topContents p.rightP a{ 
	background:none;
}
div#topContents p.rightP a:hover{ 
	background:none;
}

div#footer a{color:#333333;}
div#footer a:hover{color:#FF7700;}



/*ナビゲーション
 --------------------------------------------------------- */

#headder ul {
	width:900px;
	height:25px;
	margin:0;
	padding:0;
	position:relative;
	background: url("../images/navi.gif") no-repeat left top;
}
#headder ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	float:left;
}
#headder a {
 /*リンク */
	height:25px;
	display:block;
	margin-left:0px;
}
#headder ul li a {
	text-indent: -9999px;
	text-decoration: none;
}
#na01 { top:0px;left:15px;width:116px;height:25px;float:left;position:relative;}
#na02 { top:0px;left:131px;width:217px;height:25px;float:left;position:relative;}
#na03 { top:0px;left:348px;width:84px;height:25px;float:left;position:relative;}
#na04 { top:0px;left:432px;width:151px;height:25px;float:left;position:relative;}
#na05 { top:0px;left:583px;width:93px;height:25px;float:left;position:relative;}


#na01 a:hover { background: url("../images/navi.gif") no-repeat -15px -25px;}
#na02 a:hover { background: url("../images/navi.gif") no-repeat -131px -25px;}
#na03 a:hover { background: url("../images/navi.gif") no-repeat -348px -25px;}
#na04 a:hover { background: url("../images/navi.gif") no-repeat -432px -25px;}
#na05 a:hover { background: url("../images/navi.gif") no-repeat -583px -25px;}


#sp_container {
	display: none;
}
