@charset "UTF-8";
/* CSS Document */

#main_cont{
	width:960px;
	height: 605px;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}
#main h1{
	height: 190px;
	font-weight: bold;
	text-align: left;
	text-indent: -9999px;
	overflow:hidden;
}
#main h2{
	height: 100px;
	font-weight: bold;
	text-align: left;
	text-indent: -9999px;
	overflow:hidden;
}
#main h3{
	height:100px;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
}
#main h4{
	height:100px;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
}
#backet{
	width: 230px;
	height: 119px;
	text-align: left;
	margin-left: 170px;
	margin-top: -100px;
}
.clr {
	clear:both;
	height:0
}

/* news */

#news_area{
	width:960px;
	height:165px;
	background-image: url(../images/news_area.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* ---------------------------------
*   section01
*/
div.section01 {
	width: 450px;
	line-height:20px;
}

div.section01_t {
	position: relative;
	width: 429px;
	height: 39px;
	line-height:20px;
}

div.section01_inner {
	width: 420px;
	padding-left:36px;
	line-height:20px;
}

div.section01_inner div.listBox {
	width: 420px;
	margin: 0 auto;
	line-height:20px;
}
/* ---------------------------------
*   section02
*/
div.section02 {
	width: 450px;
}

div.section02_t {
	position: relative;
	width: 420px;
	height: 39px;
	line-height:20px;
}

div.section02_inner {
	width: 420px;
	padding-left:0px;
	line-height:20px;
}

div.section02_inner div.listBox {
	width: 420px;
	margin: 0 auto;
	line-height:20px;
}
/* ---------------------------------
*   news
*/
div#news div.section01_t h2 a {
	position: absolute;
	width: 100px;
	height: 11px;
	left: 36px;
	top: 1px;
	text-indent: -9999px;
	display: block;
	line-height:20px;
}
div#news div.section02_t h2 a {
	position: absolute;
	width: 100px;
	height: 11px;
	left: 10px;
	top: 1px;
	text-indent: -9999px;
	display: block;
	line-height:20px;
}
div#blog_feed {
	width: 420px;
	margin: 0px;
	height: 78px;
	line-height: 20px;
}

div#blog_feed ul li.rssRow {
	clear: both;
	width: 420px;
	margin-bottom: 4px;
	line-height:20px;
}

div#blog_feed ul li.rssRow h3 {
	float: right;
	width: 300px;
	font-size: 12px;
	line-height:20px;
}

div#blog_feed ul li.rssRow p {
	float: right;
	width: 300px;
	font-size: 12px;
	line-height:20px;
}

div#blog_feed ul li.rssRow div {
	float: left;
	width: 100px;
	font-size: 12px;
	line-height:20px;
}

/* ---------------------------------
*   twitter
*/
div#twitter div.section02_t h2 a {
	position: absolute;
	width: 58px;
	height: 39px;
	left: 10px;
	top: 1px;
	text-indent: -9999px;
	display: block;
	line-height:20px;
}

div#twitter ul.tweet-cont {
	width: 420px;
	line-height:20px;
}

div#twitter ul.tweet-cont li.tweet {
	width: 420px;
	font-size: 12px;
	line-height:20px;
}

div.links { display: none; }
div.time a { display: none; }



/* =====================================================================
*
*    7. Column
*
* =================================================================== */
.grid2col,div.grid3col,div.grid4col{ clear: both; width: 100%; }
.columnL { float: left;}
.columnR { float: right;}
.columnCenter { float: left;}

#btn_area_top{
	width:943px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #E47186;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 12px;
	padding-right: 17px;
}
