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

@import "./base.css";

/*h2.contentName {
	width: 106px;
	float: left;
}*/

/*dl.contentAbout {
	color: #300;
	padding: 0 0 0 106px;
}

dl.contentAbout dt {
	font-size: 14px;
	background: url(../images/catch.gif) top left no-repeat;
	padding: 0.2em 1em 0 36px;
	float: left;
}

dl.contentAbout dd {
	font-size: 10px;
	padding-top: 0.5em;
}*/

dl.contentTTL {
	color: #300;
	clear: both;
	padding: 0.5em 0 1em 0.5em;
}

dl.contentTTL dt {
	font-size: 24px;
	font-weight: bold;
}

dl.contentTTL dt.issue {
	font-size: 30px;
	line-height: 120%;
}

dl.contentTTL dd {
	line-height: 120%;
}

dl.contentTTL dd.about {
	padding: 1em 0 0;
	color: #333;
}

dl.contentTTL dd.review {
	width: 266px;
	padding: 1em 0 0;
}

dl#issueCON {
	padding-bottom: 1em;
}

dl#issueCON dt {
	width: 280px;
	float: left;
}

dl#issueCON dd {
	padding-left: 280px;
	line-height: 140%;
}

dl.reviewInside dt {
	width: 96px;
	float: left;
}

dl.reviewInside dd {
	padding-left: 102px;
	font-size: 11px;
	color: #333;
}

dl#fortuneInside dt {
	width: 96px;
	float: left;
}

dl#fortuneInside dd {
	padding-left: 102px;
	font-size: 11px;
	color: #333;
}

dl#fortuneInside dd#formArea {
	float: left;
	padding: 1em;
}

form#fortune {
	background: #ccc;
	padding: 10px;
	float: left;
}

form#fortune dd,
form#fortune select,
form#fortune p,
form#fortune input {
	float: left;
}

form#fortune p {
	padding: 1em 0;
}

form#fortune select {
	margin: 0.5em 0 0 0.5em;
}

dl#fortuneInside dd#btn {
	padding: 2.5em 0;
	float: right;
}

div#newsArea {
	background: #300;
	margin-bottom: 1.5em;
}

h2#newsTTL {
	width: 78px;
	float: left;
}

dl#newsList {
	padding: 1em 20px 1em 78px;
	color: #fff;
	font-size: 11px;
}

dl#newsList dt {
	float: left;
}

dl#newsList dd {
	padding-left: 60px;
}

dl#newsList a:link,
dl#newsList a:visited {
	color: #fff;
/*	text-decoration: none;*/
}

dl#newsList a:hover {
	color: #888;
/*	text-decoration: underline;*/
}

dl#newsList a:active {
	color: #f90;
/*	text-decoration: underline;*/
}

div.contentAreaS {
	width: 268px;
	padding: 2em 0 0;
}

div.west {
	clear: both;
}

dl.contentTTL a:link,
dl.contentTTL a:visited {
	color: #300;
}

dl.contentTTL a:hover {
	color: #888;
}

dl.contentTTL a:active {
	color: #f90;
}

dl.contentTTL dt.magazine {
	width: 96px;
	float: left;
}

dl.contentTTL dd.magazine {
	padding-left: 106px;
}

dl.magazineInside {
/*	width: 162px;*/
	line-height: 1.2;
}

dl.magazineInside dt {
	font-size: 14px;
	line-height: 130%;
	padding-bottom: 0.3em;
}

dl.magazineInside dd {
	font-size: 11px;
	color: #333;
}

dl.magazineInside dd a:link
dl.magazineInside dd a:visited {
}

dl.magazineInside dd.title2 {
	color: #300;
}

div.contentAreaS dl.contentTTL {
	padding-top: 0.5em;
}

div.contentAreaS dl.contentAbout dt {
	font-size: 12px;
}

dl#qr {
	clear: both;
	padding: 1em 0 0 10px;
}

dl#qr dt {
	width: 155px;
	float: left;
}

dl#qr dd {
	padding-left: 165px;
	font-size: 11px;
}

p#keyword {
	clear: both;
	padding: 1.1em 0 0 10px;
	font-size: 11px;
}

form#unicef {
	text-align: center;
	padding: 20px 0 0 10px;
	background: url(../images/index/unicef_bg.gif) top right no-repeat;
	font-size: 11px;
	color: #300;
}

form#unicef p {
	padding-bottom: 1em;
}

dl.essay {
	clear: both;
	color: #300;
	padding-left: 0.6em;
}

dl.essay dt {
}

dl.essay dt.number {
	clear: both;
	float: left;
	background: url(../images/catch.gif) top left no-repeat;
	padding: 0.2em 1em 0.5em 36px;
	font-size: 12px;
}

dl.essay dd.number {
	font-size: 12px;
	padding-bottom: 0.5em;
}

dl.essay dt.photo {
	clear: both;
	float: left;
	width: 106px;
}

dl.essay dt.main {
	font-size: 24px;
	font-weight: bold;
}

dl.essay dd {
	border: 1px solid #fff;
}

dl.essay dd.border {
	border-bottom: 1px dotted #666;
	margin-bottom: 0.5em;
}

div#main dl.essay a:link,
div#main dl.essay a:visited {
	color: #300;
}

div#main dl.essay a:hover {
	color: #888;
}

div#main dl.essay a:active {
	color: #f90;
}

/*-----------------------------------------------
	common parts
-----------------------------------------------*/

dd.btn {
	clear: both;
	text-align: right;
	padding: 0.5em 0;
}

