#phead {
	position : relative;
	margin : 0 5% 0 5%;
}

h2#atitle,h2#atitle1 {
	margin-bottom: 4%;
	font-weight : normal;
	font-size : 100%;
}

#phead select {
	position : absolute;
	top : 0;
	right : 0;
}

ul#articles {
	list-style : none;
	overflow : hidden;
	margin-left : 5%;
	margin-right : 4%;
	margin-bottom : 6%;
}

ul#articles li {
	float : left;
	position : relative;
	width : 49%;
	margin : 0 1% 1% 0;
	background : #ffffff;
}

ul#articles li img {
	width : 90%;
	height : 90%;
	margin : 5% 5% 0 5%;
}

h3 {
	margin : 0 5% 0 5%;
	padding : 7px 5px 7px 5px;
	background : #cdd7eb;
	font-size : 90%;
	text-align : center;
	white-space: nowrap;
}

ul#articles li a,ul#articles li a:hover {
	color : #191919;
	text-decoration : none;
}

ul#articles li a h3 {
	color : #191919;
	background : #cdd7eb;
}

ul#articles li a:hover h3 {
	color : #ffffff;
	background : #053c9b;
}

dl.aData {
	margin : 5% 5% 6% 5%;
	font-size : 90%;
}

dl.aData dt {   
	float: left;
	margin-right: 7px;
	padding: 5px 0 5px 3px;
	line-height : 1.5em;
}

dl.aData dt {   
	clear : left;
}

dl.aData dd {
	padding: 5px 3px 7px 0;
	background : url(../../common/dl.gif) left bottom repeat-x;
	line-height : 1.5em;
	text-align : right;
}

p.vdetail {
	margin : 0 5% 6% 5%;
	text-align : center;
	font-size : 90%;
	padding : 7px;
	color : #ffffff;
	background : #325082;
	text-decoration : none;
}

/*----------LABEL----------*/

div.label01 {
	position : absolute;
	width : 60px !important;
	width /**/: 72px;
	padding : 6px;
	background : #eb6e32;
	font-size : 90%;
	color : #ffffff;
	text-align : center;
	top : 2.5%;
	left : 5%;
}

div.label02 {
	position : absolute;
	width : 60px !important;
	width /**/: 72px;
	padding : 6px;
	background : #2d9b50;
	font-size : 90%;
	color : #ffffff;
	text-align : center;
	top : 2.5%;
	left : 5%;
}

div.label03 {
	position : absolute;
	width : 60px !important;
	width /**/: 72px;
	padding : 6px;
	background : #cd1e0a;
	font-size : 90%;
	color : #ffffff;
	text-align : center;
	top : 2.5%;
	left : 5%;
}

/*----------PAGE_NAVI----------*/

ul#pnavi {
	clear : both;
	width : 90%;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 30px;
}

ul#pnavi li {
	list-style : none;
	display : inline;
}

ul#pnavi li a {
	text-decoration : none;
	padding : 3px 7px 3px 7px;
	color : #ffffff;
	background : #0078dc;
}

ul#pnavi li a:hover {
	padding : 3px 7px 3px 7px;
	color : #ffffff;
	background : #053c9b;
}

ul#pnavi span.current_page {
	padding : 3px 7px 3px 7px;
	color : #282828;
	background-color : #ffffff;
}