@charset "shift_jis";
/********************************************************************************************************
AUTHOR:  		 インネットWebクリエイティブ事業部 　名前　テンプレートCSS
CSS構成:   	
LAST MODIFIED:	2008.**.**

*********************************************************************************************************/ 

/* 全体
#wrapper											全体		width : 750px
	#contents										全体		width : 750px
		#header										頭			width : 720px
		#main										フラッシュ	width : 720px
		#aria										中			width : 720px
					#left
					#right							
	#footer											下			width : 680px
	#copyright




*/






/* -------------------------------------------------------------------------------------------------------
            TOPページ専用		2008.**.**　名前.wrote
------------------------------------------------------------------------------------------------------- */
/*
 TOPのみ使うCSS [
----------------------------------------------------------- */
#left p{
	margin: 5px;
}
#left dl,dt,dd{
	margin: 0;
	padding: 0;
}
#left dl{
	margin: 5px 5px 25px 5px;
}
#left dt{
	font-weight: bold;
}
#left dd{
	margin-bottom: 5px;
	border-bottom: 1px dotted #EEE;
}
.lead{
	width: 460px;
	height: 26px;
	margin: 0;
	padding: 5px 20px 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/top-lead-bg.jpg) no-repeat left top;
}
.lead_1{
	width: 460px;
	height: 26px;
	margin: 0;
	padding: 5px 20px 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/top-lead-bg.jpg) no-repeat left top;
}
