@charset "shift_jis";
/* CSS Document */


div#container * {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-size: 100%;
	list-style-type: none;
}

div#container img{
	border: 0;
	vertical-align: bottom;
}

/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  



div#container img{
	border: none;
}
div#container a{
	outline: none;
}

#container{
	width: 768px;
    height: 235px; 
	margin: 10px auto 0;
	border: solid 1px #A2A5A4;
}

div#container li{
	float: left;
	list-style: none;
}

#tab-1{
	padding: 20px 5px;
}
#tab-2{
	padding: 20px 5px;
}
#tab-3{
	padding: 20px 5px;
}
#tab-4{
	padding: 20px 5px;
}
#tab-5{
	padding: 20px 5px;
}

div#container span.tab_day {
	display:block;
	float: left;
	font-size:11px;
	font-weight:bold;
    padding-right:10px;
}

#tab-1 p img,#tab-2 p img,#tab-3 p img,#tab-4 p img,#tab-5 p img{
	display:block;
	float: left;
}

div#container span.tab_text {
	display:block;
	float: left;
	font-size:12px;
    padding-left:10px;
    width:600px;
}

#tabContainer p {
    padding-left:10px;
    padding-top:10px;
}

#tab-1 p,#tab-2 p,#tab-3 p,#tab-4 p,#tab-5 p{
    clear:both;
}

div#container a {
    color: #666666;
    text-decoration: none;
}
div#container a:visited {
    color: #666666;
    text-decoration: none;
}
div#container a:hover {
    text-decoration: underline;
}
