@charset "utf-8";
/* CSS Document */


/*ページ構成基本部分*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: auto;
	padding: 0px 0px 0px 5px;
	width: 800px;
	background: #ECE9D8;
}
#wrapper {
	margin: 0px auto;
	width: 800px;
	background: #FFFFFF;
	height: auto;
}
#wrapper #headder_left {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 135px;
	float: left;
}
#wrapper #headder_right {
	float: right;
	height: 130px;
	width: 665px;
}
#wrapper #headder_menu {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 800px;
	clear: both;
}
#wrapper #headder_menu h2 {
	font-size: 9px;
	float: left;
}
#wrapper #main {
	margin: 0px;
	padding: 10px 0px 0px;
	height: auto;
	width: 800px;
}
#wrapper #footer {
	background: url(../images/footer.gif) no-repeat bottom;
	height: 50px;
	width: 800px;
	clear: both;
}


/*メインコンテンツ　フォントの指定*/

.title_text {
	font: bold 14px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
.body_text {
	font: 12px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/*メインコンテンツ：index一覧ページ*/

#wrapper #main #title {
	margin: 0px;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper #main #tokyo_title {
	margin: auto;
	padding: 5px 0px;
	width: 795px;
}
#wrapper #main #osaka_title {
	margin: auto;
	padding: 5px 0px;
	width: 795px;
}
#wrapper #main .staff_box {
	margin: 0px;
	height: 70px;
	width: 800px;
}
#wrapper #main .new_box1 {
	margin: 0px;
	height: 15px;
	width: 800px;
}
/*マイページ　左側プロフィール・バックナンバー部分*/

#wrapper #main #menu_area {
	margin: 5px;
	padding: 0px 5px 0px 0px;
	float: left;
	height: auto;
	width: 200px;
}
#wrapper #main #menu_area ul {
	font-size: 12px;
	line-height: 120%;
	text-decoration: none;
	list-style: none;
}
#wrapper #main #menu_area #profile {
	background: url(images/profile.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 190px;
}
#wrapper #main #menu_area #profile #profile_photo {
	top: 40px;
	position: relative;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}
#wrapper #main #menu_area #profile #profile_text {
	position: relative;
	top: 45px;
	height: 120px;
	font: 11px/120% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	margin: 5px;
}

/*マイページ　右側コンテンツ部分*/

#wrapper #main #contents {
	margin: 5px;
	padding: 0px;
	height: auto;
	float: right;
	width: 570px;
}
#wrapper #main #contents div {
	line-height: 150%;
	background: 150%;
	clear: left;
}
#wrapper #main #contents #top_menu_btn {
	height: 35px;
	margin: 0px;
	text-align: center;
	padding-top: 15px;
}
#main #contents #yajirushi {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 20px;
	width: 550px;
	text-align: right;
}

#wrapper #main #contents #contents_box {
	height: auto;
	width: 550px;
	margin: auto;
	padding: 0px;
}

#wrapper #main #contents #main_title {
	width: 570px;
	margin: 0px;
	padding: 0px 0px 15px;
}
#wrapper #main #contents #main_diary {
	font: 12px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	margin: 10px;
	padding: 0px;
}
#wrapper #main #contents #main_diary_title {
	font: bold 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	background: url(images/diary_title_backline.gif) no-repeat bottom;
	height: 30px;
	width: 570px;
}

#wrapper #main #contents #go_to_top {
	font: bold 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 540px;
	margin-right: 20px;
	text-align: right;
}

#wrapper #main #contents #go_to_top2 {
	font: bold 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 540px;
	margin-right: 10px;
	text-align: right;
}
