@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#4b4b4b;
	background-image:url(bg02.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.header {
	margin:0px auto;
	width:auto;
	border:0px #CCCCCC solid;
	height:83px;
	text-align:center;
}

.logo{
	background:transparent url(header.jpg) center no-repeat;
	height:83px;
	background-position:center; 
}

.body {
	margin:0px auto;
	width:auto;
	text-align:center;
	background-color:#4b4b4b;
	heigh:600px; 
}

.content {
	margin:0px auto;
	width:auto;
	background:url(loading.png) center no-repeat fixed;
	height:600px;
}

.footer {
	margin:0px auto;
	width:auto;
	border:0px #CCCCCC solid;
	height:85px;
	text-align:center;
	background-image:url(bg02.jpg);
	background-repeat:repeat;
}

.date {
	font-size:10px;
	color:#666666;
}
 
.title {
	font-size:14px;
	color:#FF6600;
}

.teaser {
	font-size:12px;
	color:#999999;
}

.box{
	height:72px;
}

.boxOut{
	margin:0px auto;
	height:466px;
	width:795px;
	text-align:center;
	background-color:#FFFFFF;
}

.boxIpod{
	float:left;
	width:230px;
	height:449px;
	padding:7px;
}

.boxWhite{
	float:right;
	height:426px;
	width:513px;
	margin:10px 10px 10px 5px;
	padding:10px;
	border:1px #CCCCCC dashed;
	background-color:#E6FBFF;
	background:url(images/gradation.jpg) repeat-x ;
	text-align:left;
}

td, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

input{
	border:#999999 1px solid;
	padding:2px;
}

.boxIn{
	margin: 0px auto;
	border: 1px #000000 solid;
	padding:5px;
}

.boxIn2{
	margin: 0px auto;
	border: 1px #000000 solid;
	padding:5px;
	background-color:#660033;
	color:#FFFFFF;
}

h1, h3{
	line-height:12px;
}





