<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{
	background-image:url(../img/main_message.jpg);
	background-repeat:no-repeat;
	height:446px;
}

#message p{
	width:392px;
	line-height:18px;
	font-size:13px;
	padding:88px 0px 0 23px
}



/* メイン３つの強み
--------------------------------------------------*/
#main_three_1,#main_three_2,#main_three_3{
	float:left;
}

#main_three_1,#main_three_2{
	margin-right:30px;
}

#main_three_1{
	background-image:url(../img/content_1.png);
	background-repeat:no-repeat;
	width:200px;
	height:205px;
	margin-bottom:30px;
}

#main_three_2{
	background-image:url(../img/content_2.png);
	background-repeat:no-repeat;
	width:200px;
	height:205px;
}

#main_three_3{
	background-image:url(../img/content_3.png);
	background-repeat:no-repeat;
	width:200px;
	height:205px;
}

#main_three_1 p,#main_three_2 p,#main_three_3 p{
	font-size:13px;
	line-height:20px;
	padding:70px 55px 5px 15px;
	width:178px;
}





/* お知らせ
--------------------------------------------------*/
.news_text{
	font-size:14px;
	margin-bottom:10px;
	margin-left:10px;
	border-bottom: 1px dotted #ccc;
	padding-bottom:5px;
}
.news_text a{
	color:#00468C;
	text-decoration: underline;
}
.news_text a:hover{
	color:#FF7F00;
}

.backlist{
	text-align: center;
	margin-top:5px;
	font-size:12px;
	border:1px solid #ccc;
	width:90px;
	padding:3px;
	float:right;
}
.backlist a{
	color:#333;
}
.backlist a:hover{
	color:#FF7F00;
}</pre></body></html>