﻿@charset "UTF-8";

/* h3Area
-------------------------------------------------*/
div.h3Area {
	padding: 30px 20px 0 20px;
}

/* headlines
-------------------------------------------------*/

dl.headlines {
	border-bottom: 1px solid #9B9B9B;
	margin: 0 0 0.3em 0;
}
dl.headlines dt {
	font-weight: bold;
	background: url(../../images/dotline_w.gif) repeat-x bottom;
	padding: 0 0 0.3em 0;
}
dl.headlines dd {
	padding: 0.3em 0 0 0;
	text-indent: -0.7em;
	margin-left: 0.7em;
}


/* onlineMagazineArea & tvArea
-------------------------------------------------*/
div.onlineMagazineArea,
div.tvArea {
	margin: 0 0 0.3em 0;
}

div.headlinesArea {
	padding: 0 0 1em 0;
}

div.headlinesArea .haedlineImage {
	width: 80px;
	float: left;
}

div.headlinesArea dl.headlines {
	width: 590px;
	float: right;
	border: none;
	margin: 0;
}


/* contentSearchArea
-------------------------------------------------*/
#contentSearchArea {
	background: #E7EEFE;
	padding: 13px 10px 0 10px;
	margin: 0 0 30px 0;
	color: #494949;
}

div.contentSearchAreaLeft {
	width: 550px;
	float: left;
}
#contentSearchArea dl {
	clear: both;
	padding: 0 0 10px 0;
	width: 550px;
}
#contentSearchArea dl dt {
	font-weight: bold;
	width: 70px;
	float: left;
}
#contentSearchArea dl dd {
	float: left;
	position: relative;
	height: 21px;
}
#textSearch {
	width: 300px;
}

div.contentSearchAreaRight {
	width: 120px;
	float: right;
}

.contentSearchSubmit {
	border: none;
	width: 48px;
	height: 26px;
	background: url(/2009/ja/images/search_btn.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	outline: none;
}

input#searchKeyword {
	font-size:13px;
	background:#F7F7F7;
	padding:2px;
	color:#777;
	border-top: 1px solid #A0A2A1;
	border-left: 1px solid #A0A2A1;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	width: 325px;
	height: 2.5em;
}

dl.z1 dd {
	height: auto!important;
}

dl.z1 p.caption {
	padding-top: 5px;
}

div.yearSelectWrap,
div.dateSelectWrap {
	display: inline;
}

/*-------------------------------------------------*/
dl.z3 {
	position: relative;
	z-index: 3;
}
dl.z2 {
	position: relative;
	z-index: 2;
}
dl.z1 {
	position: relative;
	z-index: 1;
}

/*-------------------------------------------------*/
dd#start {
	float: left;
	width: 245px;
	
	border-top: 1px solid #E7EEFE;
}
dd#end {
	float: right;
	width: 225px;
	
	border-top: 1px solid #E7EEFE;
}

span.p0 {
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
}

span.p1 {
	position: absolute;
	left: 85px;
	top: 0px;
	background: none;
}


span.p2 {
	position: absolute;
	left: 155px;
	top: 0px;
	background: none;
}


/* pageNaviArea
-------------------------------------------------*/
div.pageNaviArea {
	height: 48px;
	position: relative;
}

div.pageNaviArea p.allArticles {
	position: absolute;
	left: 0px;
	top: 0.1em;
}
div.pageNaviArea p.viewSelectArea {
	position: absolute;
	left: 80px;
	top: 0px;
}
div.pageNaviArea ul {
	position: absolute;
	right: 0px;
	top: 0.1em;
}
div.pageNaviArea ul.pageSelect li {
	display: inline;
}
div.pageNaviArea ul.pageSelect li a {
	text-decoration: underline;
}
div.pageNaviArea ul.pageSelect li a:hover {
	text-decoration: none;
}

/* onlineMagazineDetailArea
-------------------------------------------------*/
#content h3.detailTitle {
	background: none;
	padding: 0;
	font-weight: bold;
	color: #3962AD;
	font-size: 136%;
	line-height: 1.4;
}

p.detailDate {
	font-size: 85%;
	font-weight: bold;
	padding:0 0 0.8em;
}

dl.imageArea {
	width: 200px;
	float: right;
	margin: 0 0 0 10px;
	display: inline;
}

dl.imageArea dd {
	font-size: 85%;
	padding: 3px 0 8px 0;
}

dl.detailUrl {
	padding: 20px 0 0 0;
}

dl.detailUrl dt {
	float: left;
	width: 60px;
}

dl.detailUrl dd {
	float: right;
	width: 630px;
}

p.viewAll {
	padding: 20px 0 0 0;
}

/* exhibitionArea
-------------------------------------------------*/
div.exhibitionArea {
	margin: 0 0 30px 0;
	width: 730px;
	height: 270px;
	position: relative;
}
div.exhibitionAreaLeft {
	width: 370px;
	height: 270px;
	background: #000;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}
p.exhibitionAreaRight {
	position: absolute;
	top: 0px;
	left: 370px;
	width: 360px;
	height: 270px;
}
p.exhibitionTxt01 {
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 85%;
}
.exhibitionTitle {
	font-weight: bold;
	font-size: 152%;
	position: absolute;
	left: 20px;
	top: 200px;
}

.exhibitionTxt02 {
	position: absolute;
	left: 20px;
	top: 230px;
	font-size: 85%;
}
