/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-style:normal;
}

html{
    height:100%;
}

body{
	text-align:center;
	font-family: "Verdana","‚l‚r ƒSƒVƒbƒN", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka|“™•, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	white-space: normal;
	background-color:#e0f0f0;
	height:100%;
	}
	
img {
	border: 0;
	display: block;
}

a:link {color:#000; text-decoration:none;}
a:visited {color:#000; text-decoration:underline;}
a:hover {color:#ff0000; text-decoration: underline;}
a:active {color:#000; text-decoration: underline;}

/*-----------------------ƒŒƒCƒAƒEƒg--------------------------*/

#wrapper {
	margin: 0px auto 0px auto;
	text-align:left;
	padding:0;
	clear: both;
	width:100%;
	height:100%;
	min-height: 100%;
}

#left_space{
	width:391px;
	float:left;
}
#left_space #logo{
	padding-top:28px;
	margin:0px;
	height:30px;
	clear:both;
}
#left_space #logo img{
	padding:0px;
	margin:0 0 0 28px;
}
#left_space #news{
	padding:24px 0px 18px 61px;
	margin:0px;
	clear:both;
}
*html #left_space #news{
	padding:24px 0px 18px 61px;
	margin:0px;
	clear:both;
}
#left_space #news img {
	padding:0px;
	margin:0 auto 10px 0px;
	display:block;
}
#left_space #news iframe{
	width:320px;
	height:210px;
	clear:both;
}

#right_space{
	width:290px;
	float:left
}
#right_space table{
	width:271px;
	padding:0px;
	margin:0px;
}
#right_space p{
	padding:0px;
	margin:0px;
}
#footer {
	width:700px;
	padding:30px 0px 0px 30px;
	margin:0px;
	float:left;
}
#footer ul{
}
#footer li{
	display:inline;
	padding:0px 5px 2px 0px;
	margin:0px;
	line-height:20px;
	list-style:none;
}
#footer .line{
	background: url(images/line.gif) repeat-x left;
	height:3px;
}











	
