@charset "utf-8";

/*
	Name         : index.css
	Description  : トップページのみ
	Last Modefied: 2008-05-13
*/




/*Common
--------------------------------------------------*/



#wrapper {
	font-size: 92%;
}


a:link    {color: #394292;}
a:visited {color: #4C506F;}
a:hover   {color: #BE7B00;}
a:active  {color: #dd8500;}

/*header
--------------------------------------------------*/


#header {
	height: 60px;
}


p#headerCatch {
	position: absolute;
	width: auto;
	top: 10px;
	left: 250px;
	font-size: 12px;
	line-height: 16px;
}


#header ul {
	position: absolute;
	left: 250px;
	top: 35px;
}

#header ul li {
	display: inline;
	margin-right: 15px;
}

#areaMenu {
	margin: 10px 0 20px;
	height: 30px;
}

#areaMenu li {
	float: left;
}

/*footer
--------------------------------------------------*/

#tel {
	float: left;
}

#form {
	float: right;
}

#footer .subMenu {
	clear: both;
	padding-top: 5px;
}


/*content
--------------------------------------------------*/

h2 {
	margin: 20px 0;
}


/*Index
--------------------------------------------------*/

#areaIndex {
	margin: 10px 0 20px;
	background: url(../areaimg/bg_index.png) repeat-y;
	font-size: 92%;
}

#areaNews {
	float: left;
	width: 297px;
}

#areaNews h2 {
	margin: 0 0 20px;
}


#areaNews .inner {
	padding: 10px 20px;
	line-height: 1.5;
}

#areaLead {
	float: right;
	width: 483px;
}

#areaLead .inner {
	padding: 30px 40px;
}

#areaLead p {
	line-height: 2;
	margin-bottom: 10px;
}




/*services
--------------------------------------------------*/

#services {
	background: #EEEEEE;
	margin: 20px 0;
	padding: 20px;
}


.servicesLead {
	margin: 10px 0;
	text-align: center;
}

#services dt {
	font-weight: bold;
	line-height: 1.4;
}

#services dd {
	margin: 5px 0 10px 20px;
	line-height: 1.4;
}

/*support
--------------------------------------------------*/

#support {
}

#support li {
	text-align: left;
	padding: 5px 0 10px 220px;
	background: url(../../aichi/staff/img/bg.png) repeat-x;
}

#support li strong {
	text-align: left;
	font-weight: bold;
	padding-left: 8px;
	border-left: 5px solid #B3AB76;
}

/*corporate
--------------------------------------------------*/

#corporate {
	padding-bottom: 20px;
}
#corporate td {
	background: url(../../aichi/corporate/img/bg.png) repeat-x;
	padding: 5px 10px;
}

#contact .inner {
	float: right;
	width: 560px;
}


/*EOF*/
