/*　ページ・ページ内共通　*/
#page {
padding: 20px;
}

/*　左メニュー　*/
.leftmenu {
float: left;
width: 190px;
text-align: justify;
text-jusfity: distribute;
}

.leftmenu2 {
float: left;
width: 100px;
text-align: justify;
text-jusfity: distribute;
}

/*　右メインビュー　*/
.rightview {
float: right;
width: 500px;
margin-left: 10px;
text-align: justify;
text-jusfity: distribute;
}

.rightview a img {
border: 1px #cccccc solid;
}

.rightview h2 {
float: left;
width: 500px;
margin-top: 10px;
margin-bottom: 10px;
text-align: justify;
text-jusfity: distribute;
}

.rightview2 {
float: right;
width: 590px;
margin-left: 10px;
text-align: justify;
text-jusfity: distribute;
}

.rightview2 h3 {
float: left;
width: 590px;
margin-top: 5px;
margin-bottom: 5px;
text-align: justify;
text-jusfity: distribute;
}

/*　ステージ用　*/
.paper_stage {
float: left;
background: #f3f3f3;
width: 175px;
padding: 20px;
height: 200px;
}

.text_stage {
float: right;
background: #f3f3f3;
width: 275px;
height: 180px;
}

.view_stage {
float: left;
background: #f3f3f3;
width: 375px;
height: 500px;
margin-bottom: 10px;
}

.view_stage a img {
border: 1px #cccccc solid;
}

.view_stage2 {
float: center;
background: #f3f3f3;
width: 500px;
height: 375px;
margin-bottom: 10px;
}

.view_stage2 a img {
border: 1px #cccccc solid;
}

.photo_stage_tate {
float: left;
background: #f3f3f3;
width: 55px;
height: 500px;
margin-left: 10px;
}

.photo_stage_tate a img {
border: 2px solid #ccc;
}

.photo_stage_yoko {
text-align: center;
background: #f3f3f3;
width: 500px;
height: 55px;
margin-bottom: 10px;
}

.photo_stage_yoko a img {
border: 2px solid #ccc;
}

.kiroku_stage {
float: right;
width: 475px;
text-align: justify;
padding: 15px;
background-color: #ffffff;
border: 1px solid #ccc;
margin-bottom: 3px;
}

/*　メンバー用　*/
.photo_member {
float: left;
background: #f3f3f3;
width: 250px;
padding: 10px;
height: 375px;
border: 1px solid #ccc;
margin-bottom: 30px;
}

.text_member {
float: right;
background: #f3f3f3;
width: 300px;
}

/*　テキスト装飾　*/
.red_bt {
float: left;
font-weight: bold;
color: #ee3300;
}

