@charset "UTF-8";
/* CSS Document */

/*index_css*/
/*greetingページ用css*/

#greeting_area{
	width:900px;
	height:auto;
	padding:0px 0px 175px 0px;
	margin:0px auto;
	background-color:rgba(255,255,255,0.80);
	}
	
.btn_area01{
	width:800px;
	height:37px;
	margin:45px auto 0px auto;
	text-align:right;
	}
	
.greeting_box{
	width:800px;
	height:auto;
	margin:0px auto;
	padding:0px 0px 170px 0px;
	overflow:hidden;
	}
	
.greeting_photoArea{
	width:242px;
	float:left;
	}
	
.greeting_photo{
	width:242px;
	height:330px;
	margin:0px;
	padding:0px;
	}
	
.greeting_photoTxt01{
	width:242px;
	height:auto;
	font-size:18px;
	line-height:1.4em;
	color:#0242b7;
	text-align:center;
	margin:20px 0px ;
	}
	
.greeting_photoName01{
	width:242px;
	height:auto;
	font-size:24px;
	line-height:1.6em;
	color:#0242b7;
	font-weight:bold;
	text-align:center;
	margin:11px 0px ;
	}
	
.greeting_txtArea,.greeting_txtAreaE{
	width:516px;
	height:auto;
	float:right;
	}
	
.greeting_txtArea img,.greeting_txtAreaE img{
	width:516px;
	margin:0px;
	padding:0px;
	}
	
.greeting_txtArea p,.greeting_txtAreaE p{
	width:516px;
	margin:15px auto;
	padding:0px;
	font-size:18px;
	line-height:1.5em;
	text-indent:1em;
	}
	
.greeting_txtAreaE p{
	text-indent:0em;
	}