/* ===================================================

File name: contact.css
Description: ファイルの説明
Applied pages: 全ページ
Editors: Tomoe Ishikawa
Last Editor: Tomoe Ishikawa
Date: 2010-02-24 
Copyright: nagasawa-lawyer

=====================================================*/


div#indexheader{
	background:url('../i/flash_header_bg.jpg') center bottom no-repeat #e6f3fc;
}
/*----container-----*/
div#container{
	width:1280px;
	background:none;
	margin:0 auto;
}
	div#contents{background:none;
		margin:0 auto;
		width:880px;
	}
	div#main{
		background:#fff;
		font-size:1.2em;
		line-height:1.6;
		margin:10px 0 0 5px;
		padding:0 10px;
		width:858px;
		_width:878px;
		
	}
	div#main h2{
		margin:0 0 20px;	
	}
	div#main h3{
		margin:20px 0;
	}
div#index ul{
	margin:10px 10px 10px 30px;
}
div#index ul li{
	background:url(../i/index_icon_check.gif) left no-repeat;
	color:#336699;
	font-weight:bold;
	padding:0 0 0 15px;
	margin:5px 0;
}
div#index dl{
	margin:20px 0;
	display:inline;		
	float:left;
	width:304px;
}
div#index dl dd{
	padding:10px 0;
}

div#index dl dd p{
text-align:right;
margin:5px 0;
}
div#index dl dd a{
	background:url('../i/index_icon_go.gif') left no-repeat;
	padding:0 0 0 20px;
	
}
div#index dl.marginRight{
	margin-right:20px;
}

div#news ul{
	line-height:2;
	margin:10px 0;
}
div#news ul li{
	background:url(../i/cmn_dots_line.gif) left bottom repeat-x;
	display:inline;
	float:left;	
	margin:0;
	padding:5px 0;
	width:628px;
}
div#news ul li span{
	background:url(../i/index_icon_new.gif) left no-repeat;
	padding:0 0 0 55px;
}

div#news p.goToNews{
		text-align:right;
		margin:10px;
	}
		div#news p.goToNews a{
			background:url('../i/cmn_icon_return.gif') left no-repeat;
			padding:0 0 0 10px;
		}
　
