@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: 0;
  display:block;
  width: 800px;
  line-height: 3em;
  background-image:url(../images/share/footer.jpg);
  background-repeat: repeat-y;
  font-size: 80%;
  text-align: center;
  color: #000;
}

/*-- 全体 --*/
#wrapper {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  padding: 0 0px;
}
/* メニュー部分*/
#Menu {
	margin: 5px 5px;
	padding: 0;
	height: 25px;/*メニューの高さ*/
	font-size: 0.75em;/*文字サイズ*/
	margin-bottom: 1em;
}

#Menu ul {
margin-right :0px;
list-style-type : none;
}
#Menu li {
display : inline;
float:left;
}
#Menu a {
display: block;
text-decoration:none;
border-bottom:1px solid #3366FF;/*下線の幅（太）とカラー（濃）*/
border-left:1px solid #3366FF;/*左線の幅（細）とカラー（薄）*/
text-align:center;/*文字をボタンの中央にする*/
width: 130px;/*各ボタンの幅*/
padding-top: 4px;/*文字上部余白*/
padding-bottom: 2px;/*文字下部余白*/
font-weight: normal;
background: #ffffff;/*ボタン背景色*/
color: #3366FF;/*文字色*/
}
#Menu a:hover {/*マウスオーバー設定*/
display:block;
width: 130px;/*各ボタンの幅*/
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;
}
#Menu-hover {/*オーバー設定*/
display:block;
width: 130px;/*各ボタンの幅*/
height: 25px;/*メニューの高さ*/
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;
}