/* === ボディー部分のスタイル === */

body {
	margin: 0;
	text-align: center;
	padding-bottom: 15px;
	background-color: #ffffff;
}

.body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

.wrapper {
	color: #000000;
	text-align: left;
	font-size: 0.9em;
	width: 780px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 120%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

/* === ヘッダー部分のスタイル === */

.header {
	height: 321px;
	width: 780px;
}
.header02 {
	height: 179px;
	width: 780px;
}
.pankuzu {
	margin-top: 10px;
	font-size: 0.85em;
	margin-bottom: 10px;
}
.line {
	clear: both;
}

/* === テキスト部分のスタイル === */

.text01 {
/*
	letter-spacing: 0.2em;
*/
}

.text02 {
	letter-spacing: 3.7em;
}

.text03 {
	letter-spacing: 1em;
}

.text04 {
	letter-spacing: 0.34em;
}

.text05 {
	letter-spacing: 2.9em;
}

.text05-3 {
	
	}

html>/**/body .text03 {
	letter-spacing: -1em\9;
}

html>/**/body .text03-2 {
	letter-spacing: 1em\9;
}
html>/**/body .text03-3 {
	letter-spacing: 0\9;
}


html>/**/body .text04 {
	letter-spacing: -0.34em\9;
}

html>/**/body .text04-2 {
	letter-spacing: 0.34em\9;
}
html>/**/body .text04-3 {
	letter-spacing: 0\9;
}


html>/**/body .text05 {
	letter-spacing: -2.9em\9;
}

html>/**/body .text05-2 {
	letter-spacing: 2.9em\9;
}
html>/**/body .text05-3 {
	letter-spacing: 0\9;
}


body:last-child .text05 {
	letter-spacing: -2.9em;
}

body:last-child .text05-2 {
	letter-spacing: 2.9em;
}
body:last-child .text05-3 {
	letter-spacing: 0;
}


/* === サイドナビ部分のスタイル === */

.side_navi {
	width: 173px;
	margin-bottom: 20px;
}


/* === フッター部分のスタイル === */

.footer_navi {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(http://www.hyogo-pt.or.jp/~kinki49th/img/footer.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 780px;
}
.footer_navi-text {
	text-align: right;
	line-height: 140%;
	font-size: 0.85em;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer {
	width: 780px;
}
.footer-l {
	width: 300px;
	float: left;
}
.footer-r {
	float: right;
	width: 480px;
}
.footer-text {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	font-size: 0.87em;
}
.copyright {
	text-align: right;
	margin-top: 12px;
	margin-right: 15px;
}
	
