@charset "utf-8";

/*//==TopPage==//*/

/*トップ日本語ボタン*/
.top-jp {
	width:100%;
	padding:5px 0;
	text-align:right;
}
.top-jp img {
	margin-right:5px;
}

/*左メニューエリア*/
#top-menu {
	width:467px;
	float:left;
}
#top-menu-inner {
	padding:0 22px 0 20px;
}

h1.number {
	width:100%;
	text-align:center;
	font-size:12px;
	line-height:200%;
	font-weight:bold;
}

#contents-catch {
	text-align:center;
	width:423px;
}
#contents-catch img {
	display:block;
	margin:0 auto 0;
}

/*キャプション*/
.caption-top{
	margin:0 auto;
	padding:10px 0 0;
	font-size:60%;
	text-align:left;
}

/*トップページメニュー関係*/
.top-menuclm ul {
	list-style-type:none;
}

.top-menuclm ul li {
	margin:5px 5px 3px 16px;
	padding:0 0 0 10px;
	font-size:80%;
	font-weight:bold;
	color:#039;
	background:url(../images/point_mini.gif) 0 7px no-repeat;
	/*background-position:0 6px;*/
}

.top-menuclm h2 {
	padding:5px 0 0 15px;
	font-family:Times New Roman,Times,serif;
	font-size:130%;
	font-weight:bold;
	color:#039;
	background:url(../images/point.gif) 0 12px no-repeat;
}

.top-menuclm h2 .writer-top {
	font-size:65%;
}

.top-menuclm h2.maintitle{
	font-size:180%;
	padding:5px 0 0 15px;
	background:url(../images/point.gif) 0 14px no-repeat;
}

/*.title {}*/

/*.mainlead{}*/

.lead{
	margin:5px 5px 3px 16px;
	font-size:80%;
	color:#666;
}

/*右メニューエリア*/
#top-langclm {
	width:150px;
	float:left;
	overflow:hidden;
}

#top-langclm ul {
	list-style-type:none;
}

#top-langclm li {
	width:115px;
	height:22px;
	display:block;
}

.magazine-image {
	padding:20px 0 0;
}

.info {
	
}


/*20070403追加（インデックスレイアウト変更）*/

/*表紙エリア*/
#cover-area {
	margin:20px 0 0 17px;
	background:url(../images/bg_index.gif) no-repeat;
}

#cover-area .inner {
	padding:3px;
	background:url(../images/bg_index_btm.gif) left bottom no-repeat;
}

#cover-area .img-area,
#cover-area .txt-area {
	float:left;
}

#cover-area .img-area {
	width:165px;
}

#cover-area .txt-area {
	padding:12px 0 0;
	width:435px;
}

#cover-area .txt-area h1 {
	padding:3px 0 0;
	font-size:12px;
	line-height:1;
	width:220px;
	float:left;
}

#cover-area .txt-area ul {
	/*width:157px;*/
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;
}

#cover-area .txt-area li {
	margin:0 0 0 4px;
	padding:0;
	font-size:9px;
	/*line-height:1%*/;
	float:left;
}

#cover-area .txt-area li a {
	display:block;
	padding:2px 2px 2px 12px;
	*padding:1px 1px 1px 12px;
	border:solid 1px #c00;
	color:#fff;
	background:#c00 url(../images/bg_btn_index.gif) 2px 2px no-repeat;
	*background:#c00 url(../images/bg_btn_index.gif) 3px 3px no-repeat;
}

#cover-area .txt-area li a:hover {
	text-decoration:none;
	color:#c00;
	background:#fff url(../images/bg_btn_index_on.gif) 2px 2px no-repeat;
	*background:#fff url(../images/bg_btn_index_on.gif) 3px 3px no-repeat;
}

#cover-area .txt-area h2 {
	font-family:Times New Roman,Times,serif;
	font-size:135%;
	padding:0 0 15px;
}

#cover-area .txt-area p {
	padding:0 20px 0 0;
}

#cover-area .txt-area .top-jp {
	padding:10px 0;
	text-align:left;
}

/*新言語メニュー*/

#lang-menu {
	padding:5px 3px 20px;
}

#lang-menu ul {
	margin:0;
	padding:0;
	float:right;
	list-style-type:none;
}

#lang-menu li {
	margin:0;
	padding:0;
	float:left;
	font-size:1%;
	line-height:1%;
}

#top-menu-new {
	width:470px;
	float:left;
}

#top-menu-new .inner {
	padding:0 0 0 20px;
}

#top-langclm-new {
	width:150px;
	float:right;
}

#top-langclm-new .inner {
	padding:0 20px 0 0;
}

#top-langclm-new p {
	color:#666;
	line-height:1.5;
}

#top-menu-new .gray {
	color:#666;
}

#top-menu-new .normal {
	font-weight:normal;
}

#copyright {
	margin:20px 0 15px;
	padding:5px 20px;
	clear:both;
	background:#f0f0f0;
}

#copyright p {
	font-size:70%;
	line-height:1.2;
	color:#666;
}