
/* -------------------------------------------------------------------
contentsHeaderArea
------------------------------------------------------------------- */
div#contentsHeaderArea h2 {
	color: #fff;
	float: left;
	margin-left: 20px;
	font-size: 22px;
	font-weight: normal;
	line-height: 110px;
	letter-spacing: 5px;
	/*
	text-indent: -9999px;
	width: 100px;
	height: 123px;
	*/
}

/* -------------------------------------------------------------------
contentsArea
------------------------------------------------------------------- */
div#contentsArea {
	padding: 10px 0;
	width: 100%;
}

div#contentsArea h3 {
	font-size: 16px;
	color: #00304E;
	height: 20px;
}

/* list */
div#contentsArea ul.itemList {
	clear: both;
	float: left;
	list-style-type: none;
	width: 100%;
	margin: 10px -320px 10px 0;
}

div#contentsArea ul.itemList li {
	background: url(/tpl3/images/line2.gif) 0 0 repeat-x;
	clear: both;
	margin: 0 320px 20px 20px;
	padding: 20px 0 0 0;
}
div#contentsArea ul.itemList li.first {
	background: none;
}
div#contentsArea ul.itemList li h3 {
	font-size: 14px;
	margin-left: 200px;
}
div#contentsArea ul.itemList p.image {
	float: left;
	margin: -20px 5px 5px 0;
}
div#contentsArea ul.itemList p.catch {
	margin: 10px 5px 10px 200px;
	color: #00304E;
}
div#contentsArea ul.itemList dl {
	margin: 5px 5px 5px 200px;
}
div#contentsArea ul.itemList dl dt {
	float: left;
	width: 50px;
}
div#contentsArea ul.itemList dl dd {
	margin-left: 50px;
}

/* detail */
div#contentsArea ul#item {
	clear: both;
	float: left;
	list-style-type: none;
	width: 100%;
	margin: 10px -320px 10px 0;
}
div#contentsArea ul#item li {
	clear: both;
	margin: 0 320px 20px 20px;
}
div#contentsArea ul#item li h3 {
	font-size: 16px;
}
div#contentsArea ul#item li h3 a {
	text-decoration: none;
}
div#contentsArea ul#item p.image {
	float: left;
	margin: 20px 0;
}
div#contentsArea ul#item p.image img {
	margin-bottom: 10px;
}
div#contentsArea ul#item li p.catch {
	margin-left: 360px;
	font-size: 14px;
	color: #00304E;
	line-height: 20px;
	font-weight: bold;
}
div#contentsArea ul#item li p.desc {
	margin-left: 360px;
}
div#contentsArea ul#item li p.original {
	margin-left: 360px;
	background: #4e9abe;
	padding: 5px 10px;
	text-align: right;
	color: #fff;
}
div#contentsArea ul#item li p.original a {
	color: #fff;
	text-decoration: none;
}
div#contentsArea ul#item li h4 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 5px 0 0 0;
	border-bottom: 1px solid #4e9abe;
	color: #4e9abe;
}
div#contentsArea ul#item li p.feature strong {
	color: #00304E;
}
div#contentsArea ul#item li p.photo img {
	margin-left: 20px;
}
div#contentsArea ul#item li p.photo img.first_photo {
	margin-left: 0px;
}
div#contentsArea ul#item dl#itemDetailHead {
	margin: 5px 5px 5px 360px;

}
div#contentsArea ul#item dl#itemDetailHead dt {
	width: 60px;
}
div#contentsArea ul#item dl#itemDetailHead dd {
	margin: 0 0 0 60px;
}
div#contentsArea ul#item dl#itemDetail {
	clear: both;
	margin: 25px 5px 20px 0px;
}
div#contentsArea ul#item dl#itemDetail dt {
	width: 130px;
}
div#contentsArea ul#item dl#itemDetail dd {
	margin: 0 0 0 130px;
}


div#contentsArea ul#item dl {
	border-bottom: 1px solid #A0C7D9;
}
div#contentsArea ul#item dl dt {
	float: left;
	text-align: right;
	color: #00304E;
	padding: 3px;
	border-top: 1px solid #A0C7D9;
}
div#contentsArea ul#item dl dd {
	border-top: 1px solid #A0C7D9;
	padding: 3px 3px 3px 20px;
}
div#contentsArea ul#item dl dt.list_start {
	clear: both;
}


/* common */

div#contentsArea dl#categoryArea {
	color: #fff;
	float: right;
	width: 300px;
	margin: 10px 0 40px 0;
	background: url(/tpl3/images/blue/category_bottom.gif) 0% 100% no-repeat;
}
div#contentsArea dl#categoryArea dt {
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	padding: 0 0 0 25px;
	background: url(/tpl3/images/blue/category_top.gif) 0 0 no-repeat;
}
div#contentsArea dl#categoryArea dd {
	padding: 15px 0 0 30px;
	margin: 0 0 30px 0;
	background: url(/tpl3/images/blue/category_body.gif) 0 0 repeat-y;
}
div#contentsArea dl#categoryArea dd ul {
	list-style-type: none;
}
div#contentsArea dl#categoryArea dd ul li {
	line-height: 25px;
	padding: 0 0 0 15px;
}
div#contentsArea dl#categoryArea dd ul li a {
	color: #fff;
}
div#contentsArea dl#categoryArea dd ul li a:hover {
	color: #E6F7FF;
}


div#contentsArea p.no_item {
	clear: both;
	margin: 20px 20px;
}




/* topic path */
ul#topicPath {
	background: url(/tpl3/images/line.gif) left bottom repeat-x;
	list-style-type: none;
	font-size: 10px;
	color: #666;
	margin: 0 20px 10px 20px;
	padding: 0 0 5px 0;
}
ul#topicPath li {
	display: inline;
}

ul#topicPath li ul {
	display: inline;
}

ul#topicPath em {
	font-style: normal;
}
ul#topicPath a {
	text-decoration: none;
}

/* page */
ul#pageListTop {
	background: url(/tpl3/images/line.gif) left bottom repeat-x;
	padding: 0 0 10px 0;
}
ul#pageListBottom {
	background: url(/tpl3/images/line.gif) left top repeat-x;
	padding: 10px 0 0 0;
}
ul.page_list {
	clear: both;
	list-style-type: none;
	color: #666;
	margin: 0 20px 10px;
	
}
ul.page_list li {
	display: -moz-inline-box;
	display: inline-block;  
	height: 20px;
	margin: 0 2px;
}

ul.page_list li.this,
ul.page_list li.skip  {
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
}
ul.page_list li a {
	text-decoration: none;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
}
ul.page_list li.page a {
	border: 1px solid #A0C7D9;
	background-color: #E6F7FF;
}
ul.page_list li.page a:hover {
	border: 1px solid #A0C7D9;
	background-color: #E6F7FF;
}

* html ul.page_list li,
* html ul.page_list li a {  
	display: inline;
	zoom: 1;
}
*+html ul.page_list li,
*+html ul.page_list li a {  
	display: inline;
	zoom: 1;
}
