@charset "UTF-8";

/*------------------------------------------------------------------------------
	Bee System - Home Page
	URL: http://www.fc-soft.jp/
	Date: 2008-11-00
	Copyright (C) Bee System Company All Rights Reserved.
------------------------------------------------------------------------------*/


body#home{
	background-color: #fff;
	background-repeat: repeat-x;
	}

body#home a{
    text-decoration:underline;
	}

body#home a:hover{
	color:#0f80be;
	}

body#home div#header{
	background-image: url(../img/head_home.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

body#home div#main{
	background-image: url(../img/main-bg_btm.gif);
	background-repeat: no-repeat;
	}

body#home div#main div.section h2{
	margin-bottom:5px;
	height: 1cm;
	font-size: 14px;
	color: #474747;
	}

/* お知らせ
----------------------------------------------------*/

body#home div#main div#newsIndex{
	margin-bottom:40px;
	}

body#home div#main div#newsIndex dl{margin:10px 15px 10px 15px;}

body#home div#main div#newsIndex dl dt{
	padding-left:20px;
	background-image: url(../img/home/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	}

body#home div#main div#newsIndex dl dd{
	margin:-1.2em 0 0.9em 9em;
	zoom:1;
	}

body#home div#main div#newsIndex p#newsMore{text-align:right;}


/* ファーストケアが選ばれる理由
----------------------------------------------------*/

body#home div#main div#newProducts{
	width:550px;
	margin: 10px 0 15px 0;
	height: 200px;
	}

body#home div#main div#newProducts dl{
	float:left;
	width:175px;
	margin-top: 0;
	margin-bottom: 0px;
	background-image: url(../img/home/back.gif);
	background-repeat: no-repeat;
	height: 200px;
	margin-left: 5px;
	}

body#home div#main div#newProducts dl dt{
	padding:10px;
	display:block;
	}

body#home div#main div#newProducts dl dt img{
	}

body#home div#main div#newProducts dl dd{padding-top:1em;}

body#home div#main div#newProducts dl dd p{
	margin:0 0.8em 1em;
	}

/* sub
----------------------------------------------------*/

body#home div#sub{background:none;}

