@charset "UTF-8";
/* CSS Document */


/**********レイアウト**********/
#page {
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 502px;
	margin-left: -300px;
	margin-top: -300px;
	width: 600px;
	height: 630px;
}

#main {
	width:600px;
	background:#ffffff;
}

#head {
color:#ffffff;
background:#ffffff;
text-align:left;
/*全体の幅*/
}
/*****メニュー*****/
#menu a {
text-decoration:none;
font-weight:bold;
padding:0px;
/*コンテンツ部分リンク指定*/
}

/**********メイン**********/
#box {
    width: 600px;
	height: 528px;
	}
#floater {
    float: center;
	height: 50%;
	margin-bottom: -120px;
	}
#content {
	clear:both;
	height:410px;
	position:relative;
	top: 40px;
	}
#content2 {
	clear:both;
	height:390px;
	position:relative;
	top: 80px;
	}
#inbox1{
	width: 400px;
	height: 400px;
	background:#e5e5e6;
	}

/**********テキスト**********/
h1 {
letter-spacing:0.2em;
color:#727172;
padding:2px 0 2px 10px;
font-size:11pt;
margin:10px 0px;}

h2 {
letter-spacing:0.2em;
color:#727172;
padding:2px 0 2px 10px;
font-size:7pt;
margin:10px 0px;}

/**********フッター**********/

#bottom1 {
	background-color: #cbcbcb;
	width: 600px;
	font-size:0.6em;
	text-align:right;
	height: 16px;
	color: #cbcbcb;
	position:absolute;
	bottom: 0;
	left: 1px;
	top: 565px;
}

#bottom2 {
	background-color: #FFFFFF;
	width: 602px;
	height: 16px;
	position:absolute;
	bottom: 0;
	left: 0px;
	top: 609px;
}

