@charset "UTF-8";
/* ---------------------------------------------
Copyright (c) 2009 MediaPlanning
-----------------------------------------------*/
body {
  font-size: 100%;
  text-align: center;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  padding: 0;
  margin: 0;
}
/*-- ヘッダー部分 --*/
#header {
	display: block;
	margin: 0 125px 5px 125px;
}
/*-- フッター部分 --*/
#footer {
  margin: 0;
  padding: 10px 0 10px;
  width: 800px;
  line-height: 1em;
  background-image:url(../images/share/footer.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  font-size: 80%;
  text-align: left;
  color: #FFFFFF;
}

/*-- 全体 --*/
#wrapper {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  padding: 0 0px;
  background-color:#fdff67;
}
/* メニュー部分*/
#Menu {
	margin: 10px 10px;
	padding: 0;
	height: 25px;/*メニューの高さ*/
	margin-bottom: 1em;
}

#Menu ul {
margin-right :10px;
list-style-type : none;
}
#Menu li {
display : inline;
float:left;
}
#Menu a {
display: block;
text-decoration:none;
border-top:1px solid #369;
border-bottom:1px solid #3366FF;
border-left:1px solid #3366FF;
text-align:center;
width: 95px;/*各ボタンの幅*/
padding-top: 4px;
padding-bottom: 2px;
font-size: 0.85em;
font-weight: normal;
background: #ffffff;
color: #3366FF;
}
/*マウスオーバー設定*/
#Menu a:hover {
display:block;
width: 95px;/*各ボタンの幅*/
text-decoration:none;
border-top:1px solid #369;
border-left:1px solid #369;
text-align:center;
font-weight: normal;
background: #CCCCFF;
color: #3366FF;
}
/*オーバー設定*/
#Menu-hover {
display:block;
width: 95px;
text-decoration:none;
border-top:1px solid #369;
border-right:1px solid #69c;
border-bottom:1px solid #69c;
border-left:1px solid #369;
text-align:center;
font-weight: normal;
background: #CCCCFF;
color: #3366FF;
}
.clear {
	clear: both;
	visibility: hidden;
	height: 0;
}
.small {
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 0.8em;
}