/* yoursupportの基本デザイン用css/main */

@charset "shift_JIS";

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial,Helvetics, "ＭＳ　Ｐゴシック",sans-serif;
	text-align: center;
	line-height: 1.5;
	background:#111184;
/*	background-image:url(../images/kabe_usumidori.gif);*/
	margin-top:10px;
/*	background-color:#0bedff;*/
}

div#pagewrapper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	padding: 10px;
	background-color:#ffffff;
	text-align: left;
/*navbar用*/	
	position: relative; 
	zoom: 1;
}

/* old \*/
	* html div#pagewrapper {
		width:900px;
		height:950px;		
}
/* end */

div#header {
	width:960px;
	height:150px;
	margin-bottom:35px;  
	}
	
div#container{
	width:900px;
	height:100%;
	margin:15px 30px ;
}
/*
div#pass{
	font-size: 90%;
	position: absolute;
	top:230px;
	right:150px;
	}
*/
/*  以下navber	*/
div#nav{
	width: 960px;
	position: absolute; 
	top: 155px;
}	
div#nav ul {
 	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#nav li {
	background-color:#ffffff;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 15px;
	width: 135px;
	height: 35px;
	border-right:solid 1px #3399ff;
	border-left:solid 1px #3399ff;
	border-bottom:solid 10px #3399ff;
}
div#nav a { 
	color: #3333ff;
	display :block;
}
div#nav li a {
	text-decoration: none;
	}
div#nav li a:visited {
	color:#66ccff;
	}	
div#nav li a:hover {
	color:#ff00ff;
	text-decoration:underline ;
	}

	
	
/*ここまでnavver*/

hr {
	clear:both;
	color:#3399ff;
}
div#footer {
	margin:15px 0 10px 0;
	font-size:90%;
	color:#3399ff;
	text-align: center;
}
