@charset "utf-8";
/* CSS Document */

/*  ---基本構成---  */
/*  --maincolor#---  */
/*  ---subcolor#---  */
	
#wrapper{
	width:900px;
	margin:0 auto ;
}

header{
	width:900px;
	height:50px;
}
span.font_l{
	width:650px;
	font-size:20px;
  text-align:center;
	float:left;
}
span.font_s{
	width:250px;
	font-size:12px;
	text-align:left;
	float:right;
}
nav{
	width:900px;
	height:30px;
	text-decoration:none;
}
#main_visual {
	width:900px;
	height:300px;
	margin-bottom:10px;
}

#left_box{
	width:180px;
	height:500px;
  float:left;
	background-color:#FFC;
}

#main_contents {
	width:550px;
	font-weight:bold;
	float:left;
	line-height:20px;
	padding:10px;
}
#right_box{
	width:150px;
	height:500px;
	float:right;
	background-color:#FFC;
}

footer{
	width:900px;
	height:100px;
	clear:both;
}

/*  ---ヘッダーの部分---  */

header{
	background-image:url(../Images/header3.jpg);
}

/*  ---navの部分---  */
nav ul{
	width:900px;
	height:30px;
}
nav ul li{
	width:180px;
  height:30px;
	float:left;
	text-align:center;
}
/*  ---#mainVの部分---  */

/*  --#left_box ul li の部分---  */
#left_box h2{
	width:178px;
	height:40px;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
	padding:1px;
	background-color:#9C6; 
}
#left_box ul li {
	width:178px;
  height:29px;
	line-height:28px;
	text-align:center;
	float:left;
	margin-bottom:10px;
	background-color:#CF9;

}
#left_box ul li a{
	text-align:center;
	display:block;
	border-radius:10px;
	text-shadow:2px 2px 3px #B8D510;
	box-shadow:inset 2px 2px 4px #333;
	line-height:28px;
	text-decoration:none;
}
#left_box ul li a:hover{
	color: #0000ff;
	background-color:#3F0;
	text-decoration: overline;
}

/*  ---main_contentsの部分---  */
#main_contents{
        padding:5px;
}


#main_contents h2{
	width:540px;
	height:30px;
	font-family:"Lucida Console", Monaco, monospace;
	font-size:18px;
	text-align:center;
	border:5px solid #369;
}
#main_contents .box1,#main_contents .box2{
padding-left:10px;	
}
#right_box{
	width:150px;
	height:500px;
	float:right;
}
#right_box ul li {
	width:148px;
  height:29px;
	line-height:28px;
	text-align:center;
	border-radius:10px;
	float:left;
	margin-bottom:10px;
}
#right_box ul li a{
	text-align:center;
	display:block;
	width:148px;
	height:29px;
	line-height:28px;
	text-decoration:none;
	text-shadow:2px 2px 3px #B8D510px;
	box-shadow:inset 2px 2px 4px #333;
	border-radius:10px;
	background-color:#CF9;
}
#right_box ul li a:hover{
	color: #0000ff;
	background-color:#ccc;
	text-decoration:overline;
}

/*  ---footerの部分---  */
footer{
background-image:url(../Images/footer3.jpg);	
}

footer ul{
	width:900px;
	height:25px;
	margin:0 auto 5px;	
}
footer ul li{
	width:100px;
	height:15px;
	float:left;
	border-right:1px solid #333;
	font-size:small;
	line-height:13px;
	padding-left:50px;
}
footer ul li a{
	text-decoration:none;
	color:#333;
}
footer ul li a:hover{
	background-color:#990;
}

footer_bar {
	border-left:1px solid #333;
}
footer p.copy_n{
	width:900px;
	text-align:center;
	height:25px;
}
