@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	font-family: "Arial",sans-serif;
}

a{
	text-decoration: none;
}

a:link{
	color:#448800;
}

a:visited{
	color:#225500;
}

img{
	border-width: 0px;
}

body{
	margin: 0px auto;
	min-width: 320px;
	max-width: 480px;
	min-height: 320px;
	background-color: #222266;
	background-image: url(../images/bg80b.gif);
	-webkit-text-size-adjust: none;
}

/* id
==============================*/

#contents{
	margin: 0px auto;
	width: 95%;
	min-width: 304px;
	max-width: 456px;
	min-height: 480px;
	text-align: center;
	font-size: 12px;
	background-color: #ffffee;
	background-image: url(../images/bg80.jpg);
	background-repeat: repeat;
}

#header{
	width: 97%;
	margin: 2px auto 5px auto;
}

#ad{
	width: 97%;
	margin: 0px auto;
	text-align: center;
	clear: both;
}

#main{
	width:97%;
	margin: 6px auto 0px auto;
	padding-top: 4px;
	text-align:center;
	border-top: 2px dotted #333333;
}

#footer{
	width: 97%;
	margin: 2px auto;
	padding: 3px 0px 8px 0px;
	text-align: center;
	border-top: 2px dotted #333333;
}


/* class
==============================*/

.ad{
	margin: 0px auto;
	text-align: center;
	clear: both;
}

.ad1{
	margin: 0px auto;
	height: 50px;
	text-align: center;
	clear: both;
}

.ar_col{
	color: #222299;
}

.backtrack{
	width: 97%;
	margin: 3px auto;
	text-align: right;
	font: bold 18px "Arial",sans-serif;
}

.backtrack a{
	padding-right: 10px;
	text-decoration: underline;
}

.site_search{
	font-size: 14px;
	color: #000000;
	background-color: #E6CD8E;
	text-align: left;
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 1px;
}

.clear{
	clear: both;
}
