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

body {
	background-color:#666666;
	color:#000000;	
	text-align:left;
	font-size:small;
}

img{
	border:none;
}

#size{
	background-color:#ffffff;
	width:960px;
	margin:auto;
}

#header{
	background-color:black;
	width:100%;
	height:120px;
	float:none;
}

/* counter */
#counter {
	float:right;
}

#footer{
	padding:20px;
	float:none;
}

#main{
	float:left;
	width:680px;
	padding:5px 0px 0px 20px;
}

#menu{
	float:left;
	width:240px;
	padding:10px;
}

#myContent{
	height:46px;
}

#updateInfo{
}

.thumbnail{
	/padding:3px 0px 0px 0px;
}

.contents{
	float:left;
	width:100%;
}

.center{
	margin:auto;
	text-align:center;
}

.left{
	float:left;
}

.right{
	float:right;
}

.top{
	vertical-align:top;
}

.bottom{
	vertical-align:bottom;
}

.clear {
	clear:both;
}

.hide{
	display:none;
}

.caution{
	color:red;
}

.bunner{
	padding:5px 0px 5px 0px;
}

.loading{
	background-color:red;
	font-weight:bold;
	color:#ffffff;
	font-size:small;;
	padding:3px;
}

/* LINK */
a{
	color: #2ca9e1;
	text-decoration:none;
}

a:hover{
        text-decoration:underline;
	color: blue;
}
