/* CSS Document */

h3 {
    color:#796E2C;
	font-size:14px;
	margin-top:10px;
}

/* メインイメージ*/
#mainimg{
    width:850px;
	height:350px;
	margin-top:5px;
	background-image:url(../images/youth_main_img.jpg);
	background-repeat:no-repeat;
}

li {
    list-style-type:none;
}

/* 下部全体 */
#contents {
    margin-top:10px;
    text-align:left;
}

#contents ul{
	text-align:left;
	color:#796E2C;
	margin-bottom:5px;
	border-bottom:1px dotted #FFFFFF;
	border-top-color: #666666;
}

#contents ol{
    margin-bottom:12px;
}

#contents img{
	color:#C70000;
	margin-bottom:5px;
	border-bottom:1px soild #FFFFFF;
	border-top-color: #666666;
}

#contents ol{
    margin-bottom:12px;
}

#contents img p{
    margin-bottom:10px;
}


/* レフト */
#left_contents{
    float:left;
	width:530px;
	margin:10px;
}

/* スケジュール */
#schedule{
}


/* ニュース */
#news{
    margin-top:10px;
}

/* サイドナビ */
#right_sidenavi{
    float:right;
	width:290px;
	margin:5px;
	text-align:center;
}