@charset "utf-8";
/* CSS Document */
.subtitle {
	margin-bottom: 7px;
	padding-top: 30px;
	clear: both;
}
#main {
	text-align: center;
}


#left01 {
	float: left;
	width: 198px;
	display: inline;
	margin-left: 80px;
}
#right01 {
	display: inline;
	float: right;
	width: 198px;
	margin-right: 80px;
}
/*フロートマージン対策***********************/
#activity01 {
	overflow:hidden;
}
#activity01 :after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html #activity01 {
    height: 1em;
    overflow: visible;
}
/************************フロートマージン対策*/

#activity02 {
	clear: both;
	padding: 10px;
}
#left02 {
	display: inline;
	float: left;
	width: 235px;
	margin-left: 44px;
}
#right02 {
	float: right;
	width: 235px;
	margin-right: 44px;
	display: inline;
}
/*フロートマージン対策***********************/
#activity02 {
	overflow:hidden
}
#activity02 :after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html #activity02 {
    height: 1em;
    overflow: visible;
}
/************************フロートマージン対策*/
#flow {
	margin-top: 10px;
	margin-bottom: 10px;
}

#sup_left {
	display: inline;
	float: left;
	width: 280px;
	margin-left: 10px;
}
#sup_right {
	display: inline;
	float: right;
	width: 298px;
	margin-right: 10px;
}
/*フロートマージン対策***********************/
#supporter {
	overflow:hidden
}
#supporter :after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html #supporter {
    height: 1em;
    overflow: visible;
}
.torokuBtn {
	clear: both;
	width: 234px;
	margin-left: 188px;
	margin-top: 15px;
	margin-right: 188px;
}

#btm {
	clear: both;
	padding-top: 30px;
}

