
#myPage {
	color: #333;
	font-family: "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, sans-serif;
	/* font-size: 62.5%; 10px */
	font-size:120%;
	line-height: 1.5em;
	text-align: center;
	padding-left:20px;
}

h1 {  /* font-size: 1.5em; * }

p, ul, div {font-size: 1.2em; list-style-type: none;}

#container {
	/* width: 66.6%; */
	/* margin: 0 auto; */
	text-align: left;
}


#tab {
	margin-left: 0;
	padding-left: 0;
	/* margin-bottom: 1em; */
	margin-bottom: 0.2em;
	/* border-bottom: 2px solid #333; */
	border-bottom: 2px solid #FFDDDD;
	height: 1.5em;
	overflow: hidden;
}
#tab li {
	float: left;
	width: 100px;
	height: 1.5em;
}
#tab li a {
	display: block;
	width: 100px;
	height: 1.5em;
	/* border: 1px solid #ccc; */
	border: 1px solid #FFFFFF;
	border-bottom: 0;
	
	color: #777;
	text-align: center;
}
#tab li a:hover,
#tab li.present a {
	/* border-color: #333; */
	border-color: #FFEEEE;
	background-color: #FFEEEE;
	color: #f00;
}


#page1, #page2 {
    margin-bottom: 0em;
	/* padding-top: 1em; */
	padding-top: 10px;
}

#tab li.present {
    color: #FF0000;
}

