@charset "utf-8";

/*---------------------------------------------

地域の皆様へページ用シート

---------------------------------------------*/

/* ▼メイン */

.window {
	display: block;
	width: 800px;
	margin: 0 0 30px 25px;
	padding-top: 30px;
	background: #fdeef1;
	border: solid 1px #fdeef1;
	/* IE8以前については角丸対象外 */
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: left;
}

h2 {margin: 0 0 10px 36px;}

.minasama_right {float: right;}

.minasama_right img {margin: 30px 30px 0 20px;}

.catch {
	font-size: 100%;
	line-height: 140%;
	margin-left: 75px;
	padding-bottom: 20px;
}

.txt1 {
	font-size: 90%;
	line-height: 160%;
	margin-left: 75px;
	padding-bottom: 20px;
}

.txt2 {
	font-size: 90%;
	line-height: 160%;
	margin-left: 75px;
	padding-bottom: 50px;
}

table.box1 {margin: 0 0 30px 20px;}

table.box1 td {
	padding: 6px;
	color: #2b1000;
	font-size: 90%;
	line-height: 120%;

	font-weight: bold;
}

table.box2 {margin: 0 0 30px 45px;}

table.box2 td {
	padding: 6px;
	color: #2b1000;
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
}

#endsp {
	padding-bottom: 10px;
	margin-bottom: 50px;
}

h3.kaihou {
	color: #ef9195;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 60px;
}

h3.kaihou:nth-of-type(1) {padding-top: 30px;}

/*---------------------------------------------

Font Size

32px 200～203
30px 188～190
28px 175～178
26px 163～165
24px 150～153
22px 138～140
20px 125～128
19px 119～121
18px 113～115
17px 107～109
16px 100～103
15px 94～96
14px 88～90
13px 82～84
12px 75～78
11px 69～71 *
10px 63～65 *

* IE6,7では，文字コードをUTF-8以外の日本語コードShift_JISやEUC-JPにするか，font-familyで最初に日本語フォントを指定しないと，日本語フォントが指定どおりの大きさにならない。

---------------------------------------------*/
