@charset "shift_jis";

/* ================================================================

CSS Information

Site URI:       http://www.alpolic.com/japan/
File URI:       http://www.alpolic.com/japan/news/css/news.css
File name:      news.css
Summary:        news styles
Created:        2009-06-12
Last update:    2009-06-12

================================================================ */


/* library
-------------------- */
/* YUI[ver:2.6.0] */
@import url("/japan/shared/css/reset-fonts.css");

/* universal
-------------------- */
@import url("/japan/shared/css/elements.css");
@import url("/japan/shared/css/module.css");
@import url("/japan/shared/css/container.css");

/* section
-------------------- */
@import url("/japan/shared/css/section/header.css");
@import url("/japan/shared/css/section/content2col.css");
@import url("/japan/shared/css/section/menu.css");
@import url("/japan/shared/css/section/footer.css");

#container .Wrapper {
	background-image:url(/japan/shared/img/wrapperBg2Col.gif);
	background-repeat:repeat-y;
}

#container .PhotoWrapper {
	background-image:url(/japan/news/img/photoBackNews.jpg);
	background-repeat:no-repeat;
}

#primary h1 {
	background-image:url(/japan/news/img/h1News.png);
	background-repeat:no-repeat;
}

#news {
	display:block;
	width:600px;
	margin:0px 0px 0px 30px;
}

#news .NewsListTop {
	width:600px;
	height:52px;
	background-image:url(/japan/news/img/linkNewsBgTop2.gif);
	background-repeat:no-repeat;
}

* html #news .NewsListTop { /* for IE6 */
	display:inline;
}

#news .NewsList {
	width:600px;
	height:36px;
	background-image:url(/japan/news/img/linkNewsBg.png);
	background-repeat:no-repeat;
}

* html #news .NewsList { /* for IE6 */
	display:inline;
}

#news p {
	width:97px;
	height:28px;
	margin:0px 0px 0px 18px;
	_margin:0px 0px 0px 9px;
	padding:8px 0px 0px 0px;
	font-size:118%;
	font-family:"ＭＳ ゴシック", "Osaka−等幅";
	font-weight:bold;
	color:#FFFFFF;
	float:left;
}

#news a:link, #news a:visited {
	width:474px;
	height:28px;
	margin:0px 0px 0px 11px;
	padding:8px 0px 0px 0px;
	text-decoration:none;
	font-size:118%;
	font-family:"ＭＳ ゴシック", "Osaka−等幅";
	color:#FFFFFF;
	float:left;
}

#news a:hover, #news a:focus {
	color:#FF9900;
}

#primary a.NewsLink:hover, #primary a.NewsLink:focus {
	background:none;
}
