/* CSS Document */
/***** base *****/
*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif, 'A-OTF 新ゴ Pro R','ＭＳ Ｐゴシック','Osaka';
	color: #000;
	line-height: 1.5;
}
	
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
body{
	font-size:1em;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	background-repeat:repeat-y;
	background-attachment: fixed;
	background-image:url(../img/bg.png);
	background-color: #ffdb02;
	
	}
#index_body{
	width: 100%;
	background-repeat:repeat-x;
	background-attachment: SCROLL;
	background-color: #ffffff;
	}
.clear{
	clear: both;
	}
#smallFont td{
	font-size: 0.9em;
	}
/***** fotmat *****/
img{
 border: 0px;
 }
ul{
	list-style: none;
}
a{
	color:#2b6992;
}
a:hover
{
	color:#3f99d5;
}
table{
	border: 0px;
	}
H2 {
	font-weight: bold;
	margin-left:100px; 
	text-align: left;
	font-size:1.3em;
	color: #000000; /* 文字の色 */
	padding: 50px 0px 15px 10px; /* 余白の幅 */
}
/***** layout *****/
#wrapper{
	margin-top: 0px;
	width: 100%;
	background-repeat:repeat-x;
}
#logo{
	float:left;
	padding: 0;
	margin-top:0;
	position: fixed;
	top:0px; left:0px; 
	}

#content{
	width: 100%;
	position: relative;
	margin-left: 65px;
}
#menu{
	margin-top:200px;
	width: 100px;
}
#indexMenu{
	width: 100%;
	position: relative;
	text-align: center;
	}
/***** global-navigation *****/
#glovalmenu{
	float: right;
	}
#glovalmenu ul{
	list-style: none;
	
	}
ul#menubar {
   margin: 0px; /* ul内部の左端余白を消す(IE) */
   padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
}
ul#menubar li {
   list-style-type: none; /* 先頭記号を消す */
   float: left; /* リスト項目を横方向に並べる */
   margin: 0.3em 0.1em; /* 各項目周囲の余白 */
   border: 0px 
   padding: 0px; /* 枠線と内容の距離をゼロに */
}

/***** subpage *****/

#subpageContent{
	width: 600px;
	margin-top:60px;
	margin-left: 0px;
	text-align: left;
	}
#contentsWrapper{
	width: 70%;
	text-align: left;
	margin-left: 150px;
	}
#gaiyou td{
	height:35px;
	font-weight: normal;
	}