@charset "UTF-8";
/****************************************

		Reset

*****************************************/

*{ 
    margin:0;padding:0; 
} 
html{ 
    height:100%; 
} 
body{ 
    height:100%; 
    font:12px/180% YuGothic, '游ゴシック','メイリオ','ヒラギノ角ゴ Pro W3',Meiryo,sans-serif;
	color: #000000;
	background-color:#FFF;
}

img    {border-style: none;}

a:hover img{filter: alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}

.Spacer{clear:both;}

a {color:#999;text-decoration:none;}
a:hover{color:#CCC;text-decoration:none;}


#menu_wrapper a {
  color:#000;
  text-decoration:none;
  display:block;
  height:20px;
}

#menu_wrapper a:hover  {
  color:#000;
  text-decoration:none;
  border-bottom:1px #000 solid;
  display:block;
  height:20px;
}


/* ---------- メインバナー ---------- */
div#header_wrapper {
	width:960px;
	height:120px;
	margin:0 auto;
	margin-bottom:100px;
}

div#header_box {
	width:960px;
	height:90px;
}

div#header_box_left {
	width:230px;
	padding-top:35px;
	font-size:11px;
	float:left;
}

div#header_box_center {
	width:500px;
	float:left;
}

div#header_box_right {
	width:230px;
	float:right;
	text-align:right;
}

div#menu_wrapper {
	width:960px;
	margin:0 auto;
}

div.menu_box1-1 {
	width:110px;
	float:left;
	margin-right:10px;
	padding:10px 0 20px 0;
	height:20px;
}

.menu_box1_now {
	  border-bottom:1px #000 solid;
}

div.menu_box1-2 {
	width:120px;
	float:right;
	padding:10px 0 20px 0;
	height:20px;
}

div.menu_box1-2_now {
	width:120px;
	float:right;
	padding:10px 0 20px 0;
	height:20px;
}

div.menu_box2 {
	float:left;
	margin-right:30px;
	padding:0px 0 20px 0;
	height:20px;
}

.menu_box2_now {
	  border-bottom:1px #000 solid;
}

div.menu_box3 {
	float:left;
	margin-right:30px;
	padding:0px 0 20px 0;
	height:20px;
}

.menu_box3_now {
	  border-bottom:1px #000 solid;
}

/* ---------- コンテンツ ---------- */

div#container {
	width:960px;
	margin:0 auto;
	margin-top:50px;
}

div#leftcontainer {
	width:460px;
	float:left;
}

div#rightcontainer {
	width:460px;
	margin-left:40px;
	float:right;
}

div#title {
	font-size:300%;
	line-height:160%;
	text-align:center;
	margin-bottom:40px;	
}

div#year {
	font-size:180%;
	text-align:center;
	margin-bottom:100px;	
}

div.image {
	text-align:center;
	margin-bottom:10px;	
}

div.cap {
	text-align:center;
	margin-bottom:150px;	
}

div.cap_left {
	text-align:left;
	margin-bottom:10px;	
}


/* ---------- フッタ ---------- */

#footer_btn a {
  color:#999;
  text-decoration:none;
  display:block;
  padding:30px 0;
}

#footer_btn a:hover  {
  color:#CCC;
  text-decoration:none;
  display:block;
  padding:30px 0;
}



div#footer_wrapper {
	width:960px;
	height:100px;
	margin:0 auto;
	text-align:center;
	padding-bottom:100px;
}