/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
********************************************/ 


* {
	margin: 0;
	padding: 0;
	left: 0;
	top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

body {
	background: #CFCFCF;
	color: #FFFFFF;
	text-align: center;
	margin: 15px 0;
	font-family: "Trebuchet MS", Tahoma, arial, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
}


a, a:visited {	
	color: #00BAFF;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #8C9E08;
	background: inherit;
	text-decoration: underline;
}

h2 {
	text-transform: uppercase;
}



ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 820px;
	background: #CCC url(content.jpg?z=12264) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#top-bg {
    position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(top-bg.jpg?z=12264) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}


#content-wrap {
	border-top: 5px solid #404040;
	width: 760px;
	margin: 0px auto;
	padding: 0;
}

#header {
	width: 820px;
	position: relative;
	height: 100px;
	background: #CCC url(header-bg.jpg?z=12264) repeat-y center top;
	padding: 0;	
	color: #FFF;	
}

#header h1#titleText {
	position: absolute;
	margin: 0; 
	padding: 0;
	font: bold 30pt Trebuchet MS, Arial, Sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;	
	top: 40px; 
	left: 100px;	
}


#header h2#sloganText {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 12pt Trebuchet MS, Arial, Sans-serif;
	text-transform: none;
	color: #FFFFFF;
	top: 75px;
	left: 100px;
	width: 300px;
	height: auto;
}

#header-photo {
	border-top:5px solid #404040;
	border-bottom:5px solid #404040;
	clear: both;
	height: 200px;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	background-image: url(../image/topimage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header-photo2 {
	border-top:5px solid #404040;
	border-bottom:5px solid #404040;
	clear: both;
	height: 200px;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	background-image: url(../image/rectop01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header-photo3 {
	border-top:5px solid #404040;
	border-bottom:5px solid #404040;
	clear: both;
	height: 200px;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	background-image: url(../image/schoolrogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header-photo4 {
	border-top:5px solid #404040;
	border-bottom:5px solid #404040;
	clear: both;
	height: 200px;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	background-image: url(../image/tenka_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

#header-photo5 {
	border-top:5px solid #404040;
	border-bottom:5px solid #404040;
	clear: both;
	height: 200px;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	background-image: url(../image/sp_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

 #nav1 {
	clear: both;	
	margin: 0 auto; 
	padding: 0;
	background: #013F00 url(menu.jpg?z=12264) repeat-x;
	font: bold 16px/40px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 40px;
	width: 760px;
	border-top :${menuBorderSize}px solid $menuBorderColor ;
	border-bottom : ${menuBorderSize}px solid $menuBorderColor ;
}

#nav1 ul {
	float: left;
	list-style: none;
	margin:0; 
	padding: 0 ;
}

#nav1 ul li {
	display: inline;
}

#nav1 ul li a {
	display: block;
	float: left;
	padding: 0 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	border-left: 1px solid #296728 ;
	border-right: 1px solid #001700 ;	
}

#nav1 ul li a:hover {
	background: #AEAAAA url( selectedMenu.jpg?z=12264 ) repeat-x;
	color: #FFFFFF;	
}


li.current {
	background-color:#013F00;
	color: #FFFFFF;
} 

 


#main {
	float: left;
	width: 490px;
	padding: 20px 0 0 0;
	margin: 0px 0px 0px 20px ; 
	display: inline;
	background: url(box.jpg) no-repeat;
}


#main p, #main h1, #main h2, #main h3, #main ol, #main ul, #main form {
	margin:10px 0pt 0pt 0pt ;
}

#main p, #sidebar p {
	text-align:justify;
}


h1 {
	font-family:Trebuchet MS;
	font-size:20pt;	
	color:#666666;
	letter-spacing:3px;
}


h2 {
	font-family:Trebuchet MS;
	font-size:16pt;	
	color:#666666;
	letter-spacing:2px;
}

h3 {
	font-family:Trebuchet MS;
	font-size:14pt;	
	color:#666666;
}



a, a:visited {
	color:#00BAFF;
	text-decoration:none;
}

a:hover {
	color:#8C9E08;
	text-decoration:underline;
}


#sidebar {
	float: right;
	width: 230px;
	padding: 0px
	margin: 10px 0 0 0;	
	font-family:Trebuchet MS, sans-serif;
    font-size:9pt;
	color: #707070;
}


#sidebar *  {
	margin: 1px;
}

#sidebar h3 {
	font-family:Trebuchet MS, sans-serif;
    font-size:14pt;
	color: #AAAAAA;
}


#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 10px; 
	padding: 0;
	text-decoration: none;	
	border-top: 1px solid #000000;	
}

#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px solid #000000 ;
}


* html body #sidebar ul.sidemenu li {
	height: 1%;
}


#sidebar ul.sidemenu li a {
	text-decoration: none;	
	color: #009900;				
}


#sidebar ul.sidemenu li a:hover {	
	color: #303030 ;
}

#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }



h1, h2, h3 {
	padding-top:10px;
}



#nav1 ul li a {
	font-size:14px;
	text-transform:uppercase;
}


#footer-wrap {
	clear: both;
	width: 820px;
	heigh:60px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
	background: url(footer-bottom.jpg?z=12264) no-repeat center bottom;	
}


#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#footer-wrap a:hover {
	color: #000;	
}

#footer-wrap p {
	margin-top:20px;
	padding:0;
}

#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

#footer-bottom {
	clear: both;
	margin: 0 auto;
	width: 760px;
	padding: 0;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006600;
}


.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


.clear { clear: both; }

#wrap #header img {
	left: 50px;
	top: 20px;
	margin-left: 50px;
}
.toplogo {
	left: 100px;
}
.kakomi {
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid #FFFFFF;
}
.sideotoniwa {
	background-color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid #FFFFFF;
}
headermigi {
	float: right;
	margin-right: 10px;
}
