@charset "utf-8";

* {
	margin: 0;
}

html{
	height: 100%;
}

body{
	color:#4D4D4D;
	font-size:80%;
	line-height:140%;
	margin:0px;
	height:100%;
}

a{
	color:#2CA6E0;
	text-decoration:none;
}

a:visited{
	color:#999999;
	text-decoration:none;
}

a:hover{
	color:#2CA6E0;
	text-decoration:none;
}

h1{
	color:#1A1A1A;
	margin:0px;
	padding:0px;
}

h2{
	color:#1A1A1A;
	margin:0px;
	padding:0px;
}

p{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
}


/*全体*/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em;
}

#wrapper_bg {
	background-image:url(../img/audience_re.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

.push {
	height: 3em;
	margin:0;
	padding:0;
}

.container{
	width:800px;
	margin:0 auto;
	padding:0;
}

/*ヘッダ部分*/

#header{
	width:100%;
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin:0 auto;
	padding-bottom:0px;

}

#header .container{
	width:960px;
	margin:0 auto;
	padding-bottom:0px;
}

#btn_area{
	text-align:right;
	margin:0;
	padding:12px 0px 25px 0px;
}

#flash{
	width:900px;
	height:385px;
	padding:0px 0px 40px 0px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
}


/*コンテンツ部分*/

#contents_bg{
	width:100%;
	padding-top:0px;
	background-image:url(../img/audience_01.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}

#contents{
	width:910px;
	margin:0 auto;
	padding-top:0px;
	padding-bottom:110px;
}

#contents_left{
	width:297px;
	float:left;
	margin-right:7px;
	padding:0px;
}

#contents_center{
	width:297px;
	float:left;
	margin-right:7px;
	padding:0px;
}

#contents_right{
	width:297px;
	float:left;
	margin:0px;
	padding:0px;
}


#contents_side{
	margin-bottom:10px;
	padding:0;
	background-image: url(../img/contents_side.gif);
	background-position:left;
	background-repeat:repeat-y;
}

.contents_area{
	width:288px;
	padding:10px 0px 15px 0px;
	margin-left:4px;
	background-image:url(../img/contents_back.gif);
	background-position:bottom;
	background-repeat: repeat-x;
}

.box{
	width:250px;
	padding-left:20px;
	margin-bottom:20px;
}

.box_left{
	width:74px;
	margin-right:20px;
	float:left;
}

.box_right{
	width:150px;
	float:left;
}

	.box_right .icon{
		height:100%;
		margin-top:7px;
		margin-right:3px;
		float:left;
	}
	
	.box_right .name{
		padding:0px 0px 7px 0px;
		float:left;
	}
	
	.box_right .text{
		font-size:smaller;
		line-height:130%;
	}

.banner{
	text-align:center;
	margin-bottom:15px;
}
	
.cms_title{
	width:251px;
	height:45px;
	background-image: url(../img/title_cms.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;
	margin-bottom:10px;
}

.topics{
	width:250px;
	margin:0 auto;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:#999999 1px dashed;
}
	
	.topics .day{
		background-color:#E8E3D5;
		padding:3px 5px 3px 5px;
		font-size:smaller;
		line-height:130%;
		margin-bottom:5px;
	}	
	
	.topics .text{
		width:94%;
		float:left;
	}	
	
	.topics .icon{
		height:100%;
		margin-top:5px;
		padding-left:3px;
		padding-right:2px;
		width:3%;
		float:left;
	}

.cms_btn{
	text-align:right;
	width:251px;
	padding-top:0px;
	padding-bottom:20px;
	margin:0 auto;
}	


/*ページの上へ*/

#pagetop{
	width:905px;
	text-align:right;
	margin-bottom:0px;
	padding:5px 0px 5px 0px;
	margin:0 auto;
}

/*フッタ部分*/

#footer{
	width:100%;
	background-image:url(../img/audience_02.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#63b9dc;
	padding-bottom:15px;
}

#footer .container{
	width:905px;
	margin:0 auto;
	margin-bottom:0px;
	background-image:url(../img/footer_side.gif);
	background-position:left;
	background-repeat:repeat-y;	
}

.footer_left{
	width:490px;
	text-align:left;
	padding-left:20px;
	padding-top:5px;
	margin-bottom:0px;
	float:left;
}

.footer_right{
	width:350px;
	margin:0 auto;
	margin-bottom:5px;
	text-align:right;
	padding-top:5px;
	padding-right:20px;
	float:right;
}

.text_banner{
	border:#999999 1px solid;
	background-image:url(../img/t_banner_re.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#f5f7f8;
	padding:0px;
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}

	.text_banner a{
		color:#2CA6E0;
		text-decoration:none;
	}
	
	.text_banner a:visited{
		color:#999999;
		text-decoration:none;
	}
	
	.text_banner a:hover{
		color:#2CA6E0;
		text-decoration:none;
	}

	.text_banner .box{
		width:170px;
		padding:5px;
		margin:0;
	}

	.text_banner .text{
		width:125px;
		font-size:smaller;
		line-height:130%;
		float:left;
	}	

	.text_banner .icon{
		height:100%;
		margin-right:8px;
		float:left;
	}


.copy{
	color:#666666;
	text-align:right;
}


/*その他*/

.hidden{
	display:none;
}

.small{
	font-size:smaller;
	line-height:130%;
}

.b_5{
	margin-bottom:5px;
}

.b_10{
	margin-bottom:10px;
}

.m_0{
	margin:0;
}

	