@charset "utf-8";
/* CSS Document */



/* GREETING
-----------------------------------------*/
#greeting{
	width: 100%;
	background: url(images/greeting_back.jpg) no-repeat center center;
	padding: 100px 0;
}

	#greeting p{
		width: 650px;
		margin: 0 auto;
		padding-right: 330px;
		font-size: 14px;
		line-height: 28px;
	}



/* OUTLINE
-----------------------------------------*/
#outline{
	width: 100%;
	padding: 70px 0;
}

	#outline h2{
		font-size: 28px;
		text-align: center;
		background: url(images/ico_outline.png) no-repeat center top;
		padding-top: 60px;
	}
	
	#outlineBox{
		margin: 30px 0 0 0;
	}
	
		#outlineBox table{
			width: 780px;
			margin: 0 auto -80px auto;
		}
		
			#outlineBox th,#outlineBox td{
				padding: 20px;
				border-bottom: dotted 1px #d8d8d8;
				line-height: 22px;
			}
			
			#outlineBox th{
				font-weight: bold;
			}
		
		#sendaiOffice{
			padding-top: 130px;
		}
			
		#sendaiOffice div{
			width: 780px;
			height: 480px;
			margin: 0 auto;
			padding: 50px 350px 50px 150px;
			background: url(images/office_sendai.jpg) no-repeat 880px 50px;
			background-color: #f5f5f5;
		}
		
			#sendaiOffice h3{
				background: none;
				padding: 0;
				font-size: 28px;
			}
			
			#sendaiOffice p{
				margin: 34px 0 30px 0;
				line-height: 24px;
			}
			
		#otherOffice{
			width: 980px;
			margin: 50px auto 0 auto;
		}
		
			#otherOffice section:first-child{
				width: 450px;
				float: left;
				border-right: solid 1px #d8d8d8;
				padding-right: 40px;
			}
			
			#otherOffice section:last-child{
				width: 450px;
				float: right;
			}
			
				#otherOffice h3{
					background: none;
					padding: 0;
					font-size: 28px;
					text-align: center;
				}
				
				#otherOffice p{
					margin: 30px 0;
					line-height: 24px;
					text-align: center;
				}