/* CSS Document */


/**********************************************************************
*Base
**********************************************************************/

body {
	margin: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳＰゴシック";
	font-size:13px;
	line-height:1.5;
	color: #333;
	text-align: center;
}

h1, h2, h3, h4, h5, p, dl, dt, dd, li, ul, ol, div, form, input, img {
	margin: 0px;
	padding: 0;
	line-height:1.5;
	font-size:13px;
	color: #333;
}

img {
	border: none;
}

.clear {
	clear: both;
}

#wrapper{
	padding: 0px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(../img/bg/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;


}

#header {
	position            : relative;
	width               : 800px;
	margin-bottom       : 0px;
	padding-bottom      : 0px;
	margin-right: auto;
	margin-left: auto;
}


#container {
	width               : 500px;
	text-align          : left;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;

}
#container #in p {
	padding-top: 20px;
}

.img-box {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 7px;
}

#container h1 {
	font-size: 16px;
	color: #FF33FF;
	padding-top: 5px;
}
#container #in {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 380px;
	text-align: left;
}


#container a {
	color: #FF33FF;
	text-decoration: none;
}
#container a:hover {
	color: #FF33FF;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF33FF;
}




#footer{
	clear: both;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/bg/footer_bg.gif);
	background-repeat: repeat-x;
	height: 50px;


}
#footer p{
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;


}



/**********************************************************************
* Other 
**********************************************************************/

.m1 {margin	                :1px;}
.m3 {margin	                :3px;}
.m5 {margin	                :5px;}
.m10 {margin			    :10px;}
.t1 {margin-top				:1px;}
.t3 {margin-top				:3px;}
.t5 {margin-top				:5px;}
.t10 {margin-top			:10px;}
.t15 {margin-top			:15px;}
.t20 {margin-top			:20px;}
.r1 {margin-right			:1px;}
.r3 {margin-right			:3px;}
.r5 {margin-right			:5px;}
.r10 {margin-right			:10px;}
.r15 {margin-right			:15px;}
.r20 {margin-right			:20px;}
.l1 {margin-left			:1px;}
.l3 {margin-left			:3px;}
.l5 {margin-left			:5px;}
.l10 {margin-left			:10px;}
.l15 {margin-left			:15px;}
.l20 {margin-left           :20px;}
.b1 {margin-bottom          :1px ;}
.b3 {margin-bottom          :3px ;}
.b5 {margin-bottom          :5px ;}
.b10 {margin-bottom         :10px;}
.b15 {margin-bottom         :15px;}
.b20 {margin-bottom         :20px;}
s
