@charset "utf-8";

/*
==================================================

    CSS File Name - index.css
    Last-updated: 2010-05-10

==================================================
*/


/*--------------------------------
index.html
--------------------------------*/
body.home div#header ul#global {
	width: 760px;
	margin: 0 auto;
}

div#container_index {
	text-align: left;
	height:100%;
}

body.home {
	background: url(../images/bg_container.jpg) 0 0 repeat;
}

div#mainContent_index {
	width: 736px;
	margin: 0 auto;
}

body.home div#flashContent {
	width: 736px;
	height: 314px;
}

div#mainContent_index div#mainVisual {
	margin-bottom: 15px;
	/zoom: 1;
}

div#con_left {
	float: left;
	width: 274px;
	height: 100px;
	border: solid 3px #8FA4C8;
	background-color: #DDE1EB;
	padding:5px;
}

div#con_center {
	float: left;
	width: 190px;
	height: 100px;
	margin: 0 17px;
	_margin: 0 15px;
	border: solid 3px #8FA4C8;
	background-color: #DDE1EB;
	padding:5px;
}

div#con_right {
	float: right;
	width: 206px;
	height: 100px;
}

div#con_left p, div#con_center p {
	font-size:0.9em;
	line-height:1.3em;
	margin:5px 5px 0 5px;
}

