@charset "UTF-8";

/**-------------------------------------------------------------------------------------------------
	GOLDWIN Contents CSS	-- 2010.11.01 Edit --
-------------------------------------------------------------------------------------------------**/



/** NEWS Contents Style **************************************************************** |START| **/

/**========================================================== Common Parts ==**/
*{
	font-size:100.01%;
	font-family:Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic", sans-serif;
}

/**------------------------------------------ Elements --**/
body, div, h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, address{
	margin:0;
	padding:0;
	line-height:1;
}

body{
	background:#000000 url("../images/bg_body.gif") repeat-x left top;
	color:#EEEEEE;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	text-align:center;/** IE6 **/
}

li{list-style-type:none;}

table, th, td{
	margin:0;
	padding:0;
	border:0;
	text-align:left;
}

address, em{font-style:normal;}

img{
	border:0;
	vertical-align:top;
}


a:link{color:#000000;}
a:visited{color:#666666;}
a:hover, a:active{color:#000000;}


/**----------------------------------------- Head Area --**/
div.logo{/** Site Logo **/}
div.logo img{
	margin:21px 0 20px 20px;
/*	margin:28px 0 27px 12px;*/
}


/**----------------------------------------- Foot Area --**/

/** GO Page Top **/
p.pageTop{
	padding-right:30px;
	text-align:right;
}

/** Link **/
ul.inlineList li{display:inline;}

div.footArea ul.inlineList{/** Blank **/}
div.footArea ul.inlineList li img{margin-right:30px;}


/** Copyright **/
div.footArea address.copyright{
	padding:48px 0 60px 0;
	color:#777777;
	font-size:86%;
	text-align:center;
}


/**-------------------------------------------- Common --**/
div.wrapper{
	width:940px;
	margin:0 auto;
	font-size:92%;
	text-align:left;
}

.leftBox{float:left;}
.rightBox{float:right;text-align:left;}

.right{text-align:right;}
.center{text-align:center;}

*.clearfix:after{/** clearfix **/
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0;
	line-height:0;
}


/**----------------------------------------- Main Area --**/
div.mainArea{
	width:940px;
	padding-bottom:14px;
	background:transparent url("../images/bg_mainArea.gif") no-repeat left bottom;
}

div.mainInner{
	padding:12px 64px 0 64px;
	background:transparent url("../images/bg_mainInner.gif") repeat-y left top;
}


/**============================================================ NEWS Parts ==**/
div.newsArea{width:812px;}

/**-------------------------------- Right|Archive Link --**/
div.newsArea div.rightBox{width:172px;}

ul.archiveLink{padding:5px 0 20px 0;}

ul.archiveLink li{
	padding:4px 0 8px 10px;
	background:transparent url("../images/bg_dotline.gif") repeat-x left bottom;
	font-size:82%;
}
ul.archiveLink a{
	display:block;
	padding-left:12px;
	background:transparent url("../images/icn_arrow.gif") no-repeat 0 0.5em;
	color:#FFFFFF;
	line-height:1.3;
}

ul.archiveLink a:link{color:#FFFFFF;}
ul.archiveLink a:visited{color:#CCCCCC;}
ul.archiveLink a:hover, ul.archiveLink a:active{color:#FFFFFF;}



/**----------------------------------------- Left|News --**/
div.newsArea div.leftBox{
	width:608px;
	color:#666666;
}

div.newsBox{
	margin-bottom:25px;
	padding-bottom:5px;
	background:transparent url("../images/bg_newsBox_btm.gif") no-repeat left bottom;
}

div.newsInner{background:transparent url("../images/bg_newsBox.gif") repeat-y left bottom;}


/** News UpDate, Category **/
p.newsInfo{
	padding:10px 0 9px 16px;
	background:#000000 url("../images/bg_newsBox_top.gif") no-repeat left top;
	font-size:82%;
	color:#777777;
}


/** News Title **/
h2.newsTitle{
	padding:5px 15px 5px 15px;;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	background:#242424;
	color:#FFFFFF;
	font-size:117%;
	line-height:1.2;
}
h2.newsTitle a:link{
	color:#FFFFFF;
	text-decoration:none;
}
h2.newsTitle a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
h2.newsTitle a:hover, h2.newsTitle a:active{
	color:#FFFFFF;
	text-decoration:underline;
}

/** News Body **/
div.newsBody{
	width:578px;
	margin:0 auto;
	padding:15px 0 10px 0;
}


/** Font **/
div.newsBody p, div.newsBody ul, div.newsBody ol{padding-bottom:18px;}
div.newsBody *{line-height:1.5;}

div.newsBody a{color:#000000 !important;}

div.newsBody b{
	padding:0 2px;
	color:#000000;
}

div.newsBody strike{color:#999999;}

div.newsBody ul{margin-left:20px;}
div.newsBody ul li{list-style-type:disc;}

div.newsBody ol{margin-left:25px;}
div.newsBody ol li{list-style-type:decimal;}


/** Button[MORE] **/
p.moreLink{
	clear:both;
	padding-bottom:5px !important;
}

div#more{padding-top:10px;}


/** Pager **/
div.pageLink{
	padding-bottom:20px;
	color:#EEEEEE;
}

p.pager{padding:10px 0;}
p.pager a:link{color:#FFFFFF;}
p.pager a:visited{color:#CCCCCC;}
p.pager a:hover, p.pager a:active{color:#FFFFFF;}



/**========================================================== GOLDWIN NEWS ==**/
table#GoldwinNews{width:100%;}
table#GoldwinNews th, table#GoldwinNews td{
	padding-bottom:5px;
	line-height:1.4;
	text-align:left;
}

table#GoldwinNews th{font-weight:normal;}
table#GoldwinNews td a:link{color:#FFFFFF !important;}
table#GoldwinNews td a:visited{}
table#GoldwinNews td a:hover, table#GoldwinNews td a:active{color:#FFFFFF !important;}




/** |END| ****************************************************************** NEWS Contents Style **/
