/*―　body　―――――――――――――――――――――――――――――――――*/

body {

	margin  : 0px;
	padding : 0px;

	font-size   : 12px;
	font-weight : normal;
	color       : #333;
	line-height : 130%;

	background-color : #202323;
}

/*―　link　―――――――――――――――――――――――――――――――――*/

a:link, a:visited{
	color           : #333333;
	text-decoration : none;
}
a:hover, a:active {
	color           : #442222;
	text-decoration : underline;
}

/*―　container　 ――――――――――――――――――――――――――――――*/

#container {

	width  : 900px;

	margin  : 0px auto;
	padding : 0px;

	border : 0px;

	text-align       : center;
	background-color : #fff;
}

/*――――――――――――――――――――――――――――――――――――――*/

img {
	border : none;
}

h1 h2 strong {
	font-weight : normal;

}

form {
	margin : 0px;

}

