@charset "utf-8";
/* Copyright 2013 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

home

------------------------------------------------------------ */

/* heading
---------------------------------------------- */
h3#h3_news{
	background:url(../img/home/h3_news01.gif) no-repeat 0 0;
	width:470px;
	height:39px;
}

h3#h3_link{background:url(../img/home/h3_link.gif) no-repeat 0 0;
	height:20px;
	margin-bottom:20px;
}
h3#h3_saiyou{background:url(../img/home/h3_saiyou.gif) no-repeat 0 0;
	height:20px;
	margin-bottom:20px;
}


/* div
---------------------------------------------- */
div#bg_slide{
	background:url(../img/home/bg_slide01.jpg) repeat-x 0 0;
	width:960px;
	margin:0 auto;
	padding-top:15px;
}

div#facebook{
	width:470px;
	float:right;
}

/*--wrap_news--*/
div#wrap_news{
	width:470px;
	float:left;
}

div.news_inner{
	padding:20px 0 0 20px; 
	border:1px solid #A9A9B1;
	border-top:none;
	width:448px;
}

* html div#wrap_news{
	height:189px;
	width:460px;
}

div#wrap_news iframe{
	width:439px;
	overflow-x:hidden;
	height:168px;
}


/*--box_menu01--*/
div.box_menu01{
	width:300px;
	float:left;
	margin-right:25px;
}

div.box_menu01:last-child{
	margin-right:0;
	float:right;
}

div.box_menu01 p{font-size:13px;}


/*--box_left--*/
div#box_left{
	width:480px;
	float:left;
}

* html div#box_left{
	width:480px;
}

div#box_left p.right{
	font-size:13px;
	width:160px;
}



/* ul
---------------------------------------------- */
ul#link_list{
	overflow:hidden;
}

ul#link_list li{
	float:left;
	margin:0 30px 10px 0;
}


/* layout.css上書き
---------------------------------------------- */
.left{float:left !important;}
	

