@charset "UTF-8";
/*
STYLE for COOP SERVICE SITE
author : k.iwamoto (an-zu)
update : 2009.11.18

#####################################
 1.	基本レイアウト設定（body,a,Container）
 		1-1.	ヘッダ（Header）
		1-2.	キービジュアル（Banner）
		1-3.	概要（Description）
		1-4.	コンテンツ（Contents）
			1-4-1.	事業案内（ServiceGide）
			1-4-2.	エリアマップ（AreaMap）
		1-5.	フッタ（Footer）
#####################################
*/

/*==============================================================
	1.	基本設定
==============================================================*/

* {
	margin:0;
	padding:0;
	line-height: 150%;
}

body {
	margin: 0; 
	padding: 0;
	color: #333333;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #e7e29e;
}

a:link,a:active,a:visited,a:hover {
	color:#FF3300;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

img,img a {
	border:0;
}

#Container {
	width: 100%;
	background: #FFFFFF;
}

/*_________________________1-1. ヘッダ_________________________*/

#Header {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

/*_________________________1-2. キービジュアル_________________________*/

#Banner {
	width: 760px;
	height: 300px;
	margin: 0 auto;
	background: url(main_visual.jpg) no-repeat;
	display: block;
}

#Banner h1 {
	text-indent: -999999px;
}

/*_________________________1-3. 概要_________________________*/

#Description {
	width: 740px;
	margin: 0 auto;
	padding: 30px 10px;
}

#Description h2 {
	font-size: 88%;
	color: #FF3300;
}

#Description p {
	font-size: 75%;
}

/*_________________________1-4. コンテンツ_________________________*/

#Contents {
	width: 760px;
	margin: 0 auto;
	padding: 0 0 35px;
	overflow: hidden;
}

#ServiceGuide {
	width: 280px;
	float: left;
}

#AreaMap {
	width: 480px;
	float: right;
}

/*_________________________1-4-1. 事業案内_________________________*/

#ServiceGuide dl {
	width: 280px;
	margin: 0;
	padding: 0;
	background: url(service_bg_bottom.gif) no-repeat bottom;
}

#ServiceGuide dl dt {
	width: 250px;
	margin: 0;
	padding: 16px 15px;
	background: url(service_bg_head.gif) no-repeat top;
	font-size: 88%;
	font-weight: bold;
}

#ServiceGuide dl dd {
	width: 215px;
	margin: 0;
	padding: 0 15px 16px 50px;
}

#ServiceGuide dl dd h3 {
	font-size: 88%;
	color: #FF3300;
}

#ServiceGuide dl dd p {
	font-size: 75%;
}

#ServiceGuide dl dd#tkt { background: url(ico_ticket.gif) no-repeat 16px 0;}
#ServiceGuide dl dd#hms { background: url(ico_homeservice.gif) no-repeat 16px 0;}
#ServiceGuide dl dd#hsg { background: url(ico_housing.gif) no-repeat 16px 0;}
#ServiceGuide dl dd#sou { background: url(ico_sousai.gif) no-repeat 16px 0;}
#ServiceGuide dl dd#trv { background: url(ico_travel.gif) no-repeat 16px 0;}


/*_________________________1-5. フッタ_________________________*/

#footer {
	background: url(bg_footer.jpg) repeat-x bottom;
	padding: 20px 10px;
}

#footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #666666;
	text-align: center;
	font-size: 80%;
}









