@charset "utf-8";
/* CSS Document */

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

lastupdate:  2008.07.14

address:     http://www.syokyo.jp
page:        members/qa.html
author:      takemoto

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


/*base*/

body {
	width: 1004px;
	line-height: 1.2em;
	margin: auto;
	font-size: 13px;
	text-align: center;
	background: #B1BFD6;
}

div#container {
	text-align: left;
	background: #FFFFFF;
}

h1 {
	display: none;
}


/*-----*/



div#container　{
	width: 1004px;
	margin-bottom: -15px;
}

div#container table td {
	text-align: left;
}

div#content {
	width: 1004px;
}

	div#content pre {
		line-height: 1.2em;
		padding: 1em 0 1em 4em;
		font-family:"ＭＳ Ｐゴシック";
		font-size: 17px;
	}
		
p#bottom img {
	margin-top: 5em;
	margin-bottom: 0.3em;
}


