@charset "UTF-8";
@import "base.css";

html{
	height: 100%;
}
body{

	height: 100%;
	background-color: #ffffff;
	background-attachment: fixed;
	background-image: url("../images/nav_bg2.png"); 
}

#menu_title{
	/* メニューフレームの タイトル部分のサイズです */
	height: 210px;
	width: 700px;

	margin-left: auto;
	margin-right:auto;
	border: 0px;
	padding: 0px;

	background-image: url("../images/title_head.png");
}

#menu_title_container{
	text-align: center;
}

#menu_title h1{

	/* メニューフレームに表示するタイトルの文字列の位置はここで調整してください */
	padding-top: 0px;
	padding-left: 0px;

	margin: 0px;
	text-align: left;
}
#menu_container{
	margin: 0px;
	width : 100%;
	padding: 0px;
	background-color: #000000;
	background-image: url("../images/bg_gnavi.jpg");
	background-repeat: repeat-x;
	text-align: center;
}


#menu_container ul{
	letter-spacing:-.40em;
	margin: 0px;
	list-style-type: none;
}
#menu_container li{

	/* ラインの高さ 2つセットで同じ値にする */
	height: 40px;
        line-height: 40px;

	color: #ffffff;
	display: inline-block;
	letter-spacing:normal;
	width:100px;

/*IE様用*/
/display: inline;
/zoom: 1;

}

#menu_container li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
}

a[target="_blank"]:after {
   content: url("../images/newwin.gif");
}

#menu_container li a:hover{
	background-color: #000000;
	background-image: url("../images/bg_gnavi_on.jpg");
	background-repeat: repeat-x;
}

#content_frame_container {
	text-align: center;
	height: 100%;
}
#content_frame_container iframe{
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	height: 100%;
	border: 0px;
	display: block;

}