@charset "utf-8";

/*

[FILENAME] contact.css

*/


	
/*
content
============================================================*/
	
#ContentContact{
	text-align:left;
	margin:0 0 0 85px;
}
	/* Title */
	#ContentContact h2{
		margin:25px 0 0 0;
	}

	/* Area01 */
	#ContentContact #Area01{
		background:url(../images/bgimg_01.gif) no-repeat;
		margin:50px 0 0 0;
		padding:0 0 0 41px;
		width:600px;
		_width:641px;
		min-height:391px;
		_height:391px;
	}
	
	#ContentContact #Area01 .LeftBox{
		float:left;
		width:385px;
		padding:70px 0 0 0;
	}
	
	#ContentContact #Area01 .RightBox{
		float:right;
		width:215px;
		padding:40px 0 0 0;
		position:relative;
	}
	#ContentContact #Area01 .RightBox img{
		position:relative;
		left:-5px;
	}
	
	#ContentContact #Area01 .LeftBox .Text1{
		margin:40px 0 0 0;
	}
	#ContentContact #Area01 .LeftBox .Text2{
		margin:20px 0 0 0;
	}
	#ContentContact #Area01 .LeftBox .Text3{
		margin:5px 0 0 78px;
	}
	
	#ContentContact #Area01 .LeftBox ul{
		margin:25px 0 0 0;
	}
		
	#ContentContact #Area01 .LeftBox ul li{
		margin:0;
		padding:0 0 0 15px;
		background:url(../images/icon_01.gif) no-repeat 0 4px;
	}
		
