@charset "utf-8";
/*基本設定-----------------*/
#outline_index {
	width:900px;
	margin: 80px auto 0px auto;
}
/*コンテンツ-----------------*/
#main_outline_index {
	margin: 50px 0px 50px 60px;
	float: left;
	width: 780px;
	display: inline;
}
/*ヘッダーFLASH-----------------*/
#header { 
	width:900px;
	height:373px;
	position:relative;
}
#header .inner {
	width:900px;
	height:373px;
	overflow:hidden;
	display:block;
	position:relative;
	z-index:0;top:0;
}
#header .inner .defimg {
	display:block;
}
#header .inner img {
	display:none;
}
/*iepngfix-----------------*/
* html #header img {
	behavior: expression(IEPNGFIX.fix(this));
}
/*ヘッダーFLASHメニュー-----------------*/
#header .menu_block {
	width:900px;
	height:28px;
	position:absolute;
	z-index:5;
	display:block;
	top:345px;
}
#header .menu_block .menu1,
#header .menu_block .menu_btn1,
#header .menu_block .menu_btn2,
#header .menu_block .menu_btn3,
#header .menu_block .menu_btn4,
#header .menu_block .menu_btn5,
#header .menu_block .menu2,
#header .menu_block .menu_btn6 {
	float:left;
}
#header .menu_block .menu1 {
	width:40px;
}
#header .menu_block .menu_btn1 {
	width:71px;
}
#header .menu_block .menu_btn2 {
	width:87px;
}
#header .menu_block .menu_btn3 {
	width:69px;
}
#header .menu_block .menu_btn4 {
	width:67px;
}
#header .menu_block .menu_btn5 {
	width:85px;
}
#header .menu_block .menu2 {
	width:330px;
}
#header .menu_block .menu_btn6 {
	width:100px;
}
#header .menu_block .menu3 {
	float:right;
	width:51px;
}
/*コンテンツ-----------------*/
#news {
	width: 540px;
	float: left;
}
#news ul {
	margin: 15px 0px 0px 0px;
}
#news li {
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 0px 8px 0px;
}
.date {
	color: #FF6600;
}
#dog {
	float: right;
	width:190px;
	height:180px;
}
