/* ページ基本レイアウト */

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

body	{ width: 900px; height: 100%; }

#wrap	{ width: 843px; height: 100%; }

#header	{ margin-bottom: 0em; }

#main	{ margin: 0; padding: 0; height: 520px; }

#footer {
	/*clear:			both;*/
	padding-top:	1em;
	height:			2em;
	text-align:		center;
	font-weight:	bold;
	font-size:		90%;
	}

#main table.all {
	text-align:		center;
	}

table.con {
	/*float:		left;*/
	width:		580px;
	height:		510px;
	text-align:	center;
	}

#main a {
	text-decoration:	none;
	color:				#ff6666;
	}

p.str {
	font-weight:	bold;
	font-size:		120%;
	}

p.sub {
	font-weight:	bold;
	font-size:		90%;
	}


/* サイト別レイアウト */
body {
	background-color:	#CCFFCC;
	color:				#663300;
	}

#wrap {
	background-color:	#CCFFCC;
	}

#footer {
	background-image:	url("/m4/img/pc/footer_back.gif");
	color:				#663300;
}

#main {
	background-image:	url("/m4/img/pc/back.jpg");
	}

table.con {
	background-image:		url("/m4/img/pc/tbl_back.png");
	background-repeat:		no-repeat;
	background-position:	50% 50%;
	}
