@charset "euc-jp";

/*
	Site Name: ASKA T3
	Description: STRUCTURE CSS
	Version: 1.0
*/
/*Body*/
body {
	text-align:center;
	background: url(../common/bodyBg.gif) left top repeat-x;
}

/*Wrapper*/
#wrapper {
	text-align:left;
	width: 928px;
	margin:0 auto 30px;
	position:relative;
}

#contentWrapper {
	width:928px;
	zoom:1;
}

#contentWrapper:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

#leftColumn {
	float:left;
	width:200px;
	margin-right:38px;
}

* html #leftColumn {
	margin-right:30px;
}

#rightColumn {
	float:left;
	width:690px;
}

/*Header*/
#header {
	height:80px;
}

/*Footer*/
#footer {
	background-color: #00468C;
	color: #FFFFFF;
}
#footerBlock {
	text-align:left;
	width: 928px;
	margin:0 auto;
}

/******************/
/* no8 */
#jirei{
	width: 690px;
}
#jirei .interIntro{	
	width: 480px;
	float: left;
}
#jirei .tenpoDataBox{
	border: 1px solid #BBBBBB;
}

#jirei .osusumeBox{
	border: 3px solid #0083BB;
}
#jirei .photo{
	width:160px;
	float: right;
}
#jirei .interview{
	width: 690px;
	clear:both;
}