@charset "UTF-8";
/* CSS Document */

* {
 margin:0;
 padding:0;
}


body{
background:url(images/background.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat-x;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
	font-size: 14px;
	color: #656363;
	line-height: 130%;
}

/*#container {
	width:500px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	text-align:left;
	background-color:#FFFFFF;}*/
	
#header{
	width:500px;
	height:203px;
	}
	
#center1{
width:450px;
height:141px;}

#center2{
width:500px;
height:81px;}

.comment{
font-size:14px;
margin:25px 0 0 25px;
line-height:180%;}

.comment_sub{
font-size:12px;
margin:0 0 0 25px;}

#center3{
width:500px;
height:17px;}

.fit_right{
float:right;
}

#footer{
width:500px;
height:58px;}

#inhalt {
	position:absolute;
	height:546px;
	width:510px;
	margin:-260px 0px 0px -273px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: auto;
}
