@charset "UTF-8";

/*--------------------バグ1：IE6は同一css内にfloatとmarginを併用できません --------------------*/
/*--------------------バグ2：IE6は同一css内にwidthとpaddingを併用できません--------------------*/
/*====================省略background:color値 image値 repeat値 attachment値 position値;=========*/
 
#mainbg			{position:relative;	background:url(img/bg1.png) no-repeat;	width:598px;	height:135px;}
#maintitle		{position:absolute;	top:32px;	left:41px;}
#maintxt		{position:absolute;	top:70px;	left:42px;}

.newsbox		{margin:15px 27px;	border:1px solid #F09293;}
.newstitbox		{padding:6px 10px;	border-bottom:1px solid #F09293;	background-color:#F09293;	color:#FFFFFF;	font-size:14px;	font-weight:bold;}
.newstxtbox		{margin:15px 20px;}
.newstxturl		{margin-top:8px;}
.newstitsqa		{color:#624B9B;}
.newstxtimg		{float:left;}
.newstxtimg	img	{padding-right:15px;}

#pagejump		{text-align:right;	margin:10px 27px;}
