/* CSS Document */
*{
margin:0;
padding:0;
}


body{
padding:0px;
	margin:0px auto;
	background-color:#a4f3e9;
	font-family:sans-serif;
	font-size:12px;
	height: 14px;
	background-image: url(images/interview/yunoki/base.jpg);
background-repeat: repeat-y;
background-position: center top;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}



img {
border: none;
vertical-align: top;
}

/*A*/
a{
	color:#000000;
}

a:hover{
	color:#333333;
}
a:active{
	color:#333333;
}


/*WRAPPER*/
div#wrapper{
margin: 0 auto;
text-align:center;
}



/*CONTAINER*/
div#container{
width:1000px;
height: 100%;
margin-left:auto;
margin-right:auto;
text-align:left;
background-image: url(images/interview/kaji/base2.jpg);
background-repeat: repeat-y;
background-position: center top;
}

div#select{
width:800px;
position:relative;
left:100px;
}

div#header{
width:800px;
position:relative;
left:100px;
}
	
div#contents{
width:800px;
}
	
div.conv01{width:679px; position:relative; left:150px; margin-top:20px;}
div.conv02{width:712px; position:relative; left:150px; margin-top:20px;}
div.conv03{width:693px; position:relative; left:150px; margin-top:20px;}
div.conv04{width:661px; position:relative; left:150px; margin-top:20px;}
div.conv05{width:686px; position:relative; left:150px; margin-top:20px;}
div.conv06{width:682px; position:relative; left:150px; margin-top:20px;}
div.conv07{width:709px; position:relative; left:150px; margin-top:20px;}
div.clear{clear:both;}

div.pagetop{width:143px; position:relative; left:720px; top:20px; margin-top:50px;}
div.comment{width:600px; position:relative; left:150px; top:100px; padding-bottom:50px; font-size:1em;}

/*Footer*/
div#footer{
	width:800px;
position:relative;
display:block;
left:100px;
height:116px;
margin-top:100px;
}

