/* CSS Document */

body {
	font-size:12px;
	font-family: Verdana, Arial, ＭＳ Ｐゴシック, Osaka;
	color:#333333;
	background-color:#AAAAAA;
	margin: 0;
	text-align: center;
	overflow: auto;
	overflow-x: auto;
	overflow-y: scroll;

html*overflow: scroll;
html*overflow-x: auto;
html*overflow-y: scroll;
}

*:first-child+html body { /* IE7 */
overflow-y: hidden;
overflow-x: auto;
}

* html body { /* IE6 以降 */
overflow-y: scroll;
} 

.sk_cssdesign #container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
.both {
	clear: both;
}
form {
	margin: 0px;
}

A.nomal:link  {
	color: #9900FF;
	text-decoration: none
}
A.nomal:visited  {
	color: #CC00FF;
	text-decoration: none
}
A.nomal:hover  {
	color: #FF3300;
	text-decoration: underline
}
A.nomal:active  {
	color: #FF00FF;
	text-decoration: none
}.sk_cssdesign #base {
	border: 1px solid #FFFFFF;
	background-color: #000000;
	padding: 15px;
	height: 300px;
	color: #FFFFFF;
}
.sk_cssdesign #mein {
	padding: 10px;
	height: 160px;
	border: 1px solid #FFFFFF;
	background-color: #BBBBBB;
}
#image_area {
	float: left;
	height: 160px;
	width: 210px;
	border: 1px solid #FF0000;
}
#form_area {
	float: left;
	width: 520px;
	margin-left: 15px;
	text-align: left;
	color: #CCCCCC;
}
