@charset "Shift_JIS";

h1 {
	width : 991px;
	font-size : 10pt;
	font-weight : bold;
	color : purple;
}

p {
	font-size : 10pt;
	color : #666666;
}

a {
	text-decoration : none;
	color : #004080;
	font-weight : bold;
}

a:hover {
	color : #ff0066;
	text-decoration : underline;
	font-weight : bold;
}

#container {
	width : 967px;
}

#header {
}

#menu {
	float: left;
	margin: 25px 0 0;
	width : 150px;
}

#main {
	float : left;
	margin: 25px 0 0 40px;
}

#toiawase {
	clear: both;
	margin: 48px 0 1em;
	width : 967px;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #cccccc;
}

#footer {
	width : 967px;
	font-family : "‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	color : #666666;
	background-color : #cccccc;
	border-bottom-style : ridge;
	border-bottom-color : #99cccc;
}


/* clearfix		====================================================== */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* IE6/7 support */
.clearfix {
	*zoom: 1;
}


