﻿@charset "utf-8";

/*
#######################################

	特集一覧用CSS


#######################################
*/


/* 全体 */

a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


#contentsLeft {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 580px;
	height: auto;
	float: left;
}

#contentsRight {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 600px;
	float: left;
	background-color: #D1D3D4;
}

p.copy {
	margin: 5px 0 20px 0;
	line-height:160%;
}

/* 特集一覧 */

#contentsList {
	margin: 0;
	padding: 0;
	width: 580px;
}
#contentsList ul {
	margin: 0;
	padding: 0;
}

#contentsList li {
	margin: 0px 10px 25px 0px;
	padding: 0px;
	width: 180px;
	float: left;
	list-style: none;
}

/* 左サイド */
#pageMenu h1 {
	margin: 0px 0px 0px 0px;
	padding: : 0px 0px 0px 0px;
}

#contentsLeft h2 {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
	font-size: 110%;
	font-weight: bold;
	color: #666;
	border-bottom: 1px dotted #999;
}


/* 右サイド */

#contentsRight ul {
	margin: 0px 0px 15px 10px;
	padding: 0px;
}

#contentsRight li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 170px;
	float: left;
	list-style-type: none;
}

#contentsRight h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


/* font設定 */

.tbRed {
	color: red;
	font-size: 120%;
	font-weight: bold;
}


/* 区切り線 */

hr.dotted {
	clear: both;
	border-width: 1px;
	border-style: dotted none none none;
	border-color: #999999;
	margin: 25px 0px 25px 0px;
	height: 1px;
}


