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

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

ホームでのみ使用されているスタイルシートをまとめています。

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

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

home

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

/* global_navi
---------------------------------------------- */

li#gn01 a{background:url(../img/navi_global01.jpg) no-repeat 0 -84px;}

/* promotion
---------------------------------------------- */

div#promotion{
	background:url(../img/home/bg_promotion01.jpg) no-repeat 0 0;
	width:920px;
	height:260px;
	margin-bottom:20px;
	position:relative;
}

p#youtube{
	position:absolute;
	top:21px;
	right:-10px;
}

/* heading
---------------------------------------------- */

h3#h3_index01{
	background:url(../img/home/h3_index01.gif) no-repeat 0 0;
	height:50px;
}

h3#h3_index02{
	background:url(../img/home/h3_index02.gif) no-repeat 0 0;
	height:35px;
}

/* date
---------------------------------------------- */

dl.date{margin-bottom:5px;}

dl.date dt{
	clear:left;
	float:left;
	padding:3px 0 5px;
	width:10em;
	}

dl.date dd{
	padding:3px 0 5px 10em;
	border-bottom:1px dotted #000;
	}



