@charset "Shift_JIS";



/*基本レイアウト
----------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
}

#container {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	position: relative;
}


#wrapper {
	width: 760px;
	margin-right: 20px;
	margin-left: 20px;
}

img {
	border: none;
}
.floatNone {
	clear: both;
}





/*テキスト指定
----------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6,p,li,address {
	font-size: 84%;
	line-height: 150%;
	margin-bottom: 10px;
	color: #333333;
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}

h1 {
	margin-bottom: 40px;
}
ul {
	margin-left: 23px;
}
address {
	margin-bottom: 0px;
	font-style: normal;
	text-align: center;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.txtR {
	text-align: right;
}
.txtL {
	text-align: left;
}
.txtC {
	text-align: center;
}




/*リンク指定
----------------------------------------------------------------*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}






/*説明文章
----------------------------------------------------------------*/

#info {
	margin-top: 40px;
}


#info .floatL {
	float: left;
	width: 425px;
	_width: 380px;
	margin-left: 20px;
}
#info .floatR {
	float: right;
	width: 226px;
	margin-right: 40px;
}

#reader {
	margin-top: 20px;
	font-size: 74%;
}


