<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	/*"鶴岡ロータリー トップページ"*/

@charset "UTF-8";

/*"タイトルの作成"*/

#i-title{
	height : 100px;
}



/*"英語のページへのボタン"*/

#to-english a{
	width : 75px;
	height : 25px;
	text-align : center;
	line-height : 20pt;
	display : block;
	color : white;
	background-color : #00246c;
	text-decoration : none;
	margin-left : 900px;
	margin-top : -20px;
	font-family :"Microsoft Sans Serif";
}

#to-english a:hover{
	background-color : #01b4e7;
}


/*"鶴岡ロータリクラブのロゴ"*/

#i-rc-logo{
	background-image : url(../img/n-logo-s.png);
	width : 173px;
	height : 65px;
	margin-left : 20px;
	margin-top : -40px;
}

#e-tsuruoka{
	font-size : large;
	margin-left : 205px;
	margin-top : -70px;
	color : #17458f;
	font-family : "Microsoft Sans Serif";
	font-weight: bold;
}


#e-2800{
	font-size : large;
	margin-left : 205px;
	margin-top : -15px;
	color : #17458f;
	font-family : "Microsoft Sans Serif";
	font-weight : bold;
}

/*"タイトルバック"*/

#title-back{
	background-image : url(../img/title.png);
	width : 1000px;
	height : 300px;
	margin-top : 0px;
}

#title-dis{	
	font-size : large;
	margin-left : 20px;
	margin-top : -80px;
	color : #ffffff;
	font-family :  "ＭＳ ゴシック",sans-serif;
	font-weight : bold;
}

#title-tsuruoka{	
	font-size : x-large;
	margin-left : 20px;
	margin-top : -10px;
	color : #ffffff;
	font-family :  "ＭＳ ゴシック",sans-serif;
	font-weight : bold;
	letter-spacing : 1pt;
}

/*"年度テーマロゴ"*/

#theme-logo{
	background-image : url(../img/theme-b.png);
	background-repeat : no-repeat;
	width : 390px;
	height : 230px;
	margin-left : 600px;
	margin-top : 100px;
}

/*"ロータリーの目的"*/

#goal2{
	margin-top : -240px;
	margin-left : 200px;
	letter-spacing : 10pt;
	color : #00246c;
}

#goal3{
	margin-top : 50px;
	margin-left : 80px;
	margin-right : 350px;
	line-height : 20pt;
	letter-spacing : 3pt;
	text-indent : 18pt;
	color : #00246c;
}

table{
	font-size : large;
	margin-top : 50px;
	margin-left : 50px;
	font-weight : bold;
	margin-right : 50px;
	border-spacing : 10px 10px;
	line-height : 20pt;
	letter-spacing : 3pt;
	color : #00246c;
}

.charter-no{
	vertical-align : top;
	width : 50px;
}

/*"ロータリアンの行動規範"*/


#action2{
	margin-top : 70px;
	text-align : center;
	letter-spacing : 10pt;
	color : #00246c;
}

#action3{
	margin-top : 10px;
	margin-bottom : -30px;
	text-align : center;
	letter-spacing : 3pt;
	color : #00246c;
}

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