<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*---------------message_title----------------*/

#main{
	margin-bottom:60px;
}

#main img{
	border-radius:10px;
}

#message{
	width:950px;
	margin-bottom:80px;
}

#message_title{
	width:320px;
	height:30px;
	margin-bottom:60px;
}

#message_title h2{
	width:345px;
	height:30px;
	background:url(../images/title_message.jpg) no-repeat;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}

/*---------------message----------------*/


#message h3{
	height:20px;
	border-left:solid 4px #a88c4f;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	line-height:20px;
	font-size:18px;
	padding-left:8px;
	margin-bottom:10px;
	letter-spacing:0.1em;
}

.message1-1{
	margin-bottom:60px;
}

.message2-1_img{
	width:300px;
	float:right;
}

.message2-1{
	width:600px;
	float:left;
}


.message1-2{
	margin-bottom:60px;
}

.message2-2_img{
	width:300px;
	float:left;
}

.message2-2{
	width:600px;
	float:right;
}



#message p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:26px;
	font-size:15px;
	text-align:justify;
}







</pre></body></html>