@charset "UTF-8";
/* CSS Document */

@import 'global.css';

#contents h3{
	margin-top:20px;
}
#contents #flasharea{
	width:650px;
/*	height:522px;*/
	margin-bottom:10px;
}
#contents .ticker{
	margin-bottom:15px;
}
#contents .ticker p{
	float:left;
	width:125px;
}
#contents .ticker #scrolltext{
	float:right;
	width:520px;
	height:18px;
	background:url(../image/top/scrollwindow.gif) no-repeat 0 5px;
	font-size:11px;
	padding:7px 0 4px 4px;
}

#contents .ticker2 #scrolltext2{
	float:right;
	width:520px;
	height:18px;
	background:url(../image/top/scrollwindow.gif) no-repeat 0 0px;
	font-size:11px;
	padding:3px 0 4px 4px;
}
#contents .ticker2{
	margin-bottom:2px;
}
#contents .ticker2 p{
	float:left;
	width:125px;
}
#contents .ticker2 a{
	text-decoration:underline;
}



#contents .ticker3 #scrolltext3{
	float:right;
	width:444px;
	height:27px;
	background:url(../image/top/scrollwindow3.gif) no-repeat 0 0px;
	font-size:12px;
	padding:3px 0px 4px 4px;
}
#contents .ticker3{
	margin-bottom:2px;
}
#contents .ticker3 p{
	float:left;
	width:195px;
}
#contents .ticker2 a{
	text-decoration:underline;
}



#contents #pickup{
	padding:15px;
	background-color:#FFF;
}

#contents #pickup2{
	padding:15px;
	margin-bottom:15px;
	background-color:#FEC979;
}

#contents h3.pickup2{
	margin-top:0px;
}

#contents .paragraph,
#contents .pickup{
	margin-bottom:10px;
}
#contents .paragraph dl.paragraph_left,
#contents .pickup dl.pickup_left{
	float:left;
	width:310px;
}
#contents .paragraph dl.paragraph_right,
#contents .pickup dl.pickup_right{
	float:right;
	width:310px;
}
#contents .paragraph dl dt{
	width:80px;
	float:left;
	clear:left;
}
#contents .paragraph dl dd{
	margin-left:85px;
}
#contents .paragraph dl dd.comment{
	padding-top:.5em;
}
*html #contents .paragraph dl dd{
	height:1px;
}

#contents .paragraph dl dd.comment,
#contents .paragraph dl dd.link{
	padding-left:.5em;
	padding-right:.5em;
}
#contents .paragraph dl dd.link a{
	background:url(../image/arrow_pink.gif) left center no-repeat;
	padding:1px 0 1px 15px;
	text-decoration:underline;
	display:block;
}
#contents .pickup dl dt{
	width:110px;
	float:left;
	clear:left;
}
#contents .pickup dl dd{
	margin-left:120px;
	_margin-left:115px;
}
#contents .pickup dl dd a{
	text-decoration:underline;
}
#contents .pickup dl dd.category{
	color:#EB426C;
	font-weight:bold;
	
}
