@charset "utf-8";
/* CSS Document */

/*** pollen2009 common ***/
#pollen_mainContainer_bg {
	width: 520px;
	height: 460px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}

/*** index **/
div#pollen_mainContainer {
	width: 480px;
	height: 427px;
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
}
div#pollen_mainContainer * {
	margin: 0;
	padding: 0;
}
div#pollen_mainContainer img {
	border-style: none;
}
div#pollen_mainContainer div#pollen_mainImg {
	width: 480px;
	height: 248px;
	background-image: url(../img/index/index_main.png);
	background-repeat: no-repeat;	
}
div#pollen_mainContainer div#pollen_contents {
	width: 480px;
	height: 179px;
}
div#pollen_mainContainer div#pollen_contents div#pollen_leftCnt {
	width: 252px;
	height: 179px;
	float: left;
}
div#pollen_mainContainer div#pollen_contents div#pollen_rightCnt {
	width: 228px;
	height: 179px;
	float: right;
}

/** category **/
table#pollen_graph_contents {
	width: 481px;
	background-color: #4f443d;
}
table#pollen_graph_menu {
	width: 108px;
	margin: 0 6px;
}
.btn_next {
	margin-top: 4px;
	margin-right: 19px;
	margin-bottom: 16px;
}
.category02_bottom {
	width: 520px;
	height: 40px;
}
.category02_btn {
	margin-top: 4px;
	margin-left: 5px;
	float: left;
}
.category02_bottomTxt {
	margin-top: 4px;
	float: left;
}
.btn_pollenNext {
	margin-top: 4px;
	margin-right: 19px;
	margin-bottom: 14px;
}

/** float **/
.pollen_floatLeft {
	float: left;
}
.pollen_floatRight {
	float: right;
}