@charset "Shift_JIS";

/*全体を格納*/
#wrapper {
	width: 851px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	border: 1px solid #CCCCCC;
}

/*ヘッダー*/
#header {
	background-repeat: no-repeat;
    /*
	background-image: url(../img/head.png);
	height: 241px;
	width: 851px;
    */
}
#header p{
    /*
	text-align: right;
	padding-top: 195px;
	padding-right: 15px;
    */
}
#navi {
	padding-left: 10px;
	padding-top: 5px;
}
#navi p{
	float: left;
	padding-left: 3px;
}
.oubo {
	text-align: right;
	padding-right: 15px;
}

/*ボックス*/
#colum {
	clear: left;
}
#main {
	float: left;
	width: 615px;
	padding-left: 10px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-right: 5px;
}

/*テーブル*/
#brog {
	width: 615px;
}
.td1 {
	border: 1px dashed #CE0067;
	width: 70px;
	padding: 5px;
}
.td2 {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CE0067;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/title-bg.jpg);
	padding-top: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	width: 389px;
}
.td2 a{
	color: #FF6600;
}
.td3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-top-color: #CE0067;
	border-right-color: #CE0067;
	width: 100px;
	line-height: 35px;
}
.td4 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #CE0067;
	border-bottom-color: #CE0067;
	padding-left: 25px;
	padding-bottom: 5px;
}
.td5 {
	height: 5px;
}
.td6 {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CE0067;
	font-size: large;
	font-weight: bold;
	color: #798A51;
	background-image: url(../img/title-bg2.jpg);
	padding-top: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	width: 389px;
}
#copy {
	clear: both;
	font-size: 10px;
}

/*右メニュー*/
#right-navi {
	margin-left: 630px;
	padding-top: 3px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.menu {
	background-image: url(../img/navi-bar.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
.text {
	border: 1px dotted #CE0067;
	text-align: left;
	width: 170px;
	padding: 10px;
	font-size: 12px;
	color: #333333;
}
#wrapper #colum #right-navi .text span {
	font-weight: bold;
	color: #B2045B;
}

.bana {
	padding-top: 5px;
}

/*オーディション応募*/
#oubo-title {
	background-image: url(../img/oubo-title.jpg);
	background-repeat: no-repeat;
	height: 129px;
	width: 567px;
	text-align: left;
	margin-top: 15px;
	padding-top: 40px;
	padding-left: 50px;
}
#oubo-title p{
	padding-right: 60px;
}
#wrapper #colum #right-navi div {
	margin-top: 3px;
	margin-bottom: 15px;
	margin-left: 5px;
}

#oubo {
	text-align: left;
	margin-top: 15px;
	margin-left: 10px;
}
#oubo ul{
	margin-top: 10px;
	margin-left: 20px;
	list-style-type: disc;
	margin-bottom: 15px;
}
#oubo li{
	margin-top: 10px;
	list-style-type: disc;
	line-height: 15px;
	margin-left: 15px;
}
.space10 {
	padding-top: 10px;
}
.center-p {
	text-align: center;
	margin-top: 15px;
}

