@charset "utf-8";

body{
	margin:0 auto;
	padding:0;
	line-height:108%;
	background-color:#f5dddd; 
	background-position: center top;
	background-repeat:no-repeat;
	font-family: "ヒラギノProN","ヒラギノPro", "Helvetica Neue", Osaka, "メイリオ", Meiryo, sans-serif;
	width:100%;
	height:auto;
	font-size:15px;
}

img{
	border-style:none;
}

/* background change */

#bg0, #bg1, #bg2, #bg3, #bg4 ,#bg5 {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#bg0 {
	background: #f5dddd;
}


#bg1 {
	background: #f68156;
}

#bg2 {
	background: #39d0cc;
}

#bg3 {
	background: #f653a4;
}

#bg4 {
	background: #78b036;
}

#bg5 {
	background: #f5dddd;
}

.section{
	height:auto;
}


/* background change */

p{
	margin:0px;
}

#wrapper{
	margin:0 auto;
	background-image:url(../images/bg_color.png);
	background-repeat:repeat;
	background-position: center top;
	width:880px;
	height:auto;
}

/* top title */

#cam_top_title{
	width:880px;
	height:670px;
	margin:0 auto 5px;
	padding-top:0px;
	position:relative;
}

#cam_top_title img{
	margin:0 auto;
	display:block;
	padding-top:15px;
	position:relative;
}

#cam_top_txt{
	width:800px;
	height:60px;
	background-color:transparent;
	color:#00263a;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:120%;
	margin:-300px auto 0px;
	padding-top:0px;
	position:relative;
}

.text_big{
	color:#00263a;
	text-align:center;
	font-size:27px;
	font-weight:bold;
	line-height:150%;
}

#cam_top_box{
	background-image:url(../images/cam_box.png);
	background-position: center top;
	background-repeat:no-repeat;
	width:880px;
	height:300px;
	margin:0 auto;
	padding-top:20px;
	color:#00263a;
	text-align:center;
	font-weight:bold;
	line-height:120%;
	position:absolute;
}
	
/* program info */
.cam_program_box{
	margin:15px auto 0px auto;
	width:820px;
	height:auto;
	position:relative;
	background-color:#fff;
}

.cam_program_box1{
	margin:0px auto;
	width:820px;
	height:630px;
	position:relative;
	background-color:#fff;
}

.cam_program_box2{
	margin:15px auto 0px auto;
	width:820px;
	height:470px;
	position:relative;
	background-color:#fff;
}

.line img{
	display:block;
	margin:0 auto 20px;
}

/* text contents */

.cam_program_txt1_1{
	width:395px;
	height:auto;
	position:absolute;
	font-size:14px;
	top:500px;
	left:10px;
	line-height:125%;
}

.cam_program_txt1_2{

	width:395px;
	height:auto;
	position:absolute;
	font-size:14px;
	top:500px;
	left:415px;
	line-height:125%;
}

.cam_program_txt2_1{
	width:390px;
	height:auto;
	position:absolute;
	font-size:14px;
	top:360px;
	left:15px;
	line-height:125%;
}

.cam_program_txt2_2{
	width:390px;
	height:auto;
	position:absolute;
	font-size:14px;
	top:360px;
	left:430px;
	line-height:125%;
}

.cam_program_txt3_1{
	width:360px;
	height:auto;
	position:absolute;
	font-size:14px;
	top:345px;
	left:15px;
	line-height:125%;
}

.cam_program_txt3_2{
	width:460px;
	height:auto;
	position:absolute;
	font-size:14px;
	top:345px;
	left:370px;
	line-height:125%;
}

/* badge */

.badge1{
	width:auto;
	height:auto;
	background-color:transparent;
	position:absolute;
	left:15px;
	top:345px;
}

.badge2{
	width:auto;
	height:auto;
	background-color:transparent;
	position:absolute;
	left:715px;
	top:30px;
}

.badge3{
	width:auto;
	height:auto;
	background-color:transparent;
	position:absolute;
	left:15px;
	top:30px;
}

#cam_other_program{
	width:810px;
	height:auto;
	margin:25px auto;
	color:#00263a;
	line-height:150%;
}

#cam_footer{
	width:820px;
	height:150px;
	margin:0 auto;
}

#cam_footer_left{
	width:380px;
	height:100px;
	background-color:#32b79c;
	float:left;
	font-size:14px;
	line-height:125%;
	color:#fff;
	padding:20px 0px 0px 10px;
}

#cam_footer_left a{
	color:#fff;
	text-decoration:none;
}

#cam_footer_left a:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

#cam_footer_right{
	width:405px;
	height:100px;
	background-color:#faebd7;
	float:right;
	padding:20px 0px 0px 25px;
	line-height:125%;
	font-size:14px;
}

#cam_footer_right p{
	font-size:23px;
	line-height:250%;
}

#cam_footer_bottom{
	clear:both;
	width:auto;
	background-color:#00263a;
	color:#fff;
	height:30px;
	margin:0px auto;
	padding-top:12px;
	font-size:12px;
	vertical-align:middle;
	text-align:center;
}