@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

#img_top {
	width: 874px;
	height: 300px;
	background: url(common/images/img_top.jpg) no-repeat;
	text-indent: -9999em;
}

#gnavi {
	width: 875px;
	height: 30px;
	position: absolute;
	top: 400px;
	left: 8px;
}
.box_new {
	background: url(common/images/bg_box.jpg);
	height: 350px;
	overflow: auto;
	scrollbar-base-color: #fff;
	margin: 0 0 30px 10px;
}

* html .box_new {
	background: #A7587A;
} 
#wrapper ul {
	margin: 10px;
}
#wrapper ul li{
	margin: 0 0 5px;
}


#flash {
	position: absolute;
	top: 100px;
}
.box_new a:link {
   color:#FFCC00;
   text-decoration:none;
}
.box_new a:visited {
   color:#FFCC00;
   text-decoration:none;
}

.box_new a:hover {
   text-decoration:underline;
}

strong {
	font-size: 1.2em;
	color: #FFFF00;
}

.title02 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px;
	border: 2px solid #fff;
	background: #993366;
	margin-bottom: 10px;
}

.title03 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#wrapper ul li.mgb {
	margin-bottom: 20px;
}

img.icon {
	display: inline;
}