body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bk.jpg);
	text-align: center;
}
#main {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 900px;
	margin-top: 20px;
	background-image: url(../img/bk.png);
	text-align:left;

}
#main #top {
	height: 113px;
}
#main #menu {
	height: 92px;
}
#main #menu #menu2 {
	padding: 0px;
	width: 620px;
	height: 92px;
	margin-left: 300px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
#main #acount {
	height: 42px;
	margin-right: 120px;
}
#main #main-con {
	height: 520px;
	width: 723px;
	background-image: url(../img/main_bk.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 99px;
	background-color: #333;
}
#main #footer {
	height: 36px;
	float: right;
	margin-right: 110px;
	color: #CCC;
	font-size: 12px;
	margin-top: 15px;
}
#main #menu #menu2 h2 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#main #menu #menu2 h2 a em {
	visibility: hidden;
}
#main #menu #menu2 h2 a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 92px;
	width: 72px;
}

/*homeのボタンリンクとロールオーバー */
#main #menu #menu2 #home a {
	background-image: url(../img/home.gif);
	background-repeat: no-repeat;
}
#main #menu #menu2 #home a:hover,#main #menu #menu2 #home a:active {
	background: url(../img/home_on.gif);
	background-repeat: no-repeat;
}

/*profileのボタンリンクとロールオーバー */
#main #menu #menu2 #profile a {
	background-image: url(../img/profile.gif);
	background-repeat: no-repeat;
}
#main #menu #menu2 #profile a:hover,#main #menu #menu2 #profile a:active {
	background: url(../img/profile_on.gif);
	background-repeat: no-repeat;
}

/*worksのボタンリンクとロールオーバー */
#main #menu #menu2 #works a {
	background-image: url(../img/works_on.gif);
	background-repeat: no-repeat;
}
/*#main #menu #menu2 #works a:hover,#main #menu #menu2 #works a:active {
	background: url(../img/works.gif);
	background-repeat: no-repeat;
}

/*diary番目のボタンリンクとロールオーバー */
#main #menu #menu2 #diary a {
	background-image: url(../img/diary.gif);
	background-repeat: no-repeat;
}
#main #menu #menu2 #diary a:hover,#main #menu #menu2 #diary a:active {
	background: url(../img/diary_on.gif);
	background-repeat: no-repeat;
}

/*linkのボタンリンクとロールオーバー */
#main #menu #menu2 #link a {
	background-image: url(../img/link.gif);
	background-repeat: no-repeat;
}
#main #menu #menu2 #link a:hover,#main #menu #menu2 #link a:active {
	background: url(../img/link_on.gif);
	background-repeat: no-repeat;
}

/*mailのボタンリンクとロールオーバー */
#main #menu #menu2 #mail a {
	background-image: url(../img/mail.gif);
	background-repeat: no-repeat;
}
#main #menu #menu2 #mail a:hover,#main #menu #menu2 #mail a:active {
	background: url(../img/mail_on.gif);
	background-repeat: no-repeat;
}
#main #main-con iframe {
	background-image: url(../img/main_bk.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #666;
	margin: 0px;
	padding: 0px;
	border: 0px none #333;
}
#main .txt {
	font-size: 14px;
	line-height: 1em;
	padding-left: 60px;
	color: #FFF;
}
