@charset "UTF-8";

/*
 *
 * widgetGALLERY
 *
 * index.css
 *
 * @application index.html
 *
 */
 
@import url(reset.css);
@import url(common.css);

/*  widgetgallery */

#widgetgallery {
	margin-left: 22px;
	width: 825px;
	height: 230px;
}

/*  indexmain */

#main {
	margin: 10px 0 40px 24px;
	width: 835px;
	text-align: left;
	background: url(../img/common_back_main.gif);
}

#main #maincontents {
	float: left;
	width: 590px;
}

#main #maincontents #picuptitle {
	height: 58px;
	background: url(../img/index_title_picup.gif) no-repeat;
}

#main #maincontents #reporttitle {
	clear: both;
	height: 58px;
	background: url(../img/index_title_report.gif) no-repeat;
}

#main #maincontents #picuptitle span.alllist {
	display: block;
	float: right;
	height:20px;
	margin-top: 30px;
	margin-right: 10px;
	padding-left: 18px;
	padding-top: 2px;
	line-height: 100%;
	background: url(../img/common_icon_listmark.gif) no-repeat;
	font-size:12px;
}

#main #maincontents #reporttitle span.alllist {
	display: block;
	float: right;
	height:20px;
	margin-top: 30px;
	margin-right: 10px;
	padding-left: 18px;
	padding-top: 2px;
	line-height: 100%;
	background: url(../img/common_icon_listmark.gif) no-repeat;
	font-size:12px;
}

#main #maincontents #picuptitle h2 {
	display: none;
}

#main #maincontents #reporttitle h2 {
	display: none;
}

#main #maincontents #picup {
	padding-top: 2px;
	width: 585px;
	background: url(../img/common_back_dotline.gif) repeat-x;
}

#main #maincontents #picup #item {
	float: left;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 7px;
	padding-bottom: 10px;
	width: 275px;
	height:105px;
	line-height: 16px;
	background: url(../img/common_back_dotline.gif) bottom repeat-x;
}

#main #maincontents #picup #item img {
	float: left;
	margin: 0 10px 10px 0;
        border: 1px solid #E6E6E6;
}

#main #maincontents #picup #item .itemtitle {
	font-weight: bold;
	font-size: 12px;
}

#main #maincontents .itemdate {
	font-size: 7pt;
	color: #3972AA;
}

#main #maincontents #picup #item .itembody {
	font-size: 11px;
}

#main #maincontents #endpicup01 {
	float: left;
	margin-top: -2px;
	margin-bottom: 5px;
	width: 590px;
	height: 5px;
	background: #FFFFFF;
}

#main #maincontents #endpicup02 {
	float: left;
	margin-top: -2px;
	margin-bottom: 60px;
	width: 590px;
	height: 10px;
	background: #FFFFFF;
}

#main #mainright {
	float: left;
	margin-top: 9px;
	margin-left: 25px;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 200px;
	font-size: 8pt;
	line-height: 120%;
	text-align: center;
}

#main #mainright .noview {
	display: none;
}

#main #mainright #newtitle {
	height: 34px;
	margin-bottom: 6px;
	background: url(../img/common_title_news.gif) no-repeat;
}

#main #mainright #newtext {
	margin-bottom: 30px;
	text-align: left;
}

#main #mainright #itemtitle {
	height: 34px;
	margin-bottom: 6px;
	background: url(../img/common_title_item.gif) no-repeat;
}

#main #mainright #itemblock {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 160px;
	text-align: center;
}

#main #mainright #itempoto {
	width: 160px;
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
}

#main #mainright #itempoto img { 
	margin:5px;
}

#main #mainright #itemtext {
	margin:5px;
}

#main #mainright #itemtext .itemcolor{
	display: block;
	color: #3972AA;
}

#main #mainright #infotitle {
	height: 34px;
	margin-top: 15px;
	margin-bottom: 10px;
	background: url(../img/common_title_info.gif) no-repeat;
}

#main #mainright ul {
	margin: 2px 0px 15px 25px;
}

#main #mainright li {
	margin: 8px 0 8px 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	background: url(../img/common_icon_listmark.gif) no-repeat;
}

#main #mainright img {
	margin-top: 6px;
}

#main #mainright img {
	margin-top: 6px;
}

#main #mainright div {
	margin-top: 6px;
}

#main #mainblank {
	clear: both;
}