﻿@charset 'UTF-8';

#right .body .sample_foot h3	{
	margin-top:1px;
	text-align:center;
	margin-bottom:1px;
	margin-left:1px;
	margin-right:1px;
}

#right .body .sample_foot p	{
	margin-top:2px;
	text-align:left;
	margin-bottom:7px;
	margin-left:1px;
	margin-right:1px;
}

#comment_right {
	border-bottom:none;
	vertical-align:top;

}
#overview {
	top:0px;
	left:0px;
        margin-top: 0px;
        margin-left: 0px;
        width: 100%;
        height: 100%;
        background-image: url(images/overlay.png);
        background-color: transparent;
		text-align:center;
		padding-top:200px;
}

#over2	{
	background-color:#FFF;
	width:300px;
	height:140px;
	text-align:center;
	padding-top:20px;
	padding-left:110px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

