@charset "utf-8";
@import url("import.css");
/* ===================================================================
CSS information

 file name    :choice.css
 lastmodified :09/06/09
 style info   :choiceページ用CSS
=================================================================== */
.section p {
	padding-left:1em;
	text-align:justify;
}

.section p.img {
	text-align:center;
	padding:0;
}

/* 	ポイントリスト
-----------------------------------------------------------*/
ul#points {
	width:630px;
	margin:0 auto;
	color:#2ba0cb;
	margin-bottom:20px;
}


ul#points li {
	padding:6px 15px;
}

ul#points li.even {
	background:#f2f2f2;
}

ul#points li a:link {
	color:#444444;
	text-decoration:none;
}

ul#points li a:visited {
	color:#444444;
	text-decoration:none;
}

ul#points li a:hover {
	text-decoration:underline;
}



/* 	ページ分割リンク
-----------------------------------------------------------*/
div.page_nate {
	width:640px;
	background:#f7f7f7;
	padding:5px;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:40px;
}

div.page_nate ol {
	list-style:none;
	text-align:center;
}

div.page_nate ol:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


div.page_nate ol li {
	display:inline;
	margin-right:4px;
}

div.page_nate ol li.current {
	width:8px;
	display:inline-block;
	padding:5px 8px;
	color:#313131;
	border:1px solid #313131;
	background:#fff;
	font-weight:bold;
}

/* IE6/7用ハック
---------------------------------------------*/
* html div.page_nate ol li.current {
	width:8px;
	display:inline;
	margin-right:8px;
}

*+html div.page_nate ol li.current {
	width:8px;
	display:inline;
	margin-right:8px;
}



div.page_nate ol li a {
	display:inline-block;
	width:8px;
	color:#3484c2;
	vertical-align:bottom;
	border:1px solid #3484c2;
	background:#ecf5ff;
	padding:5px 8px;
	text-decoration:none;
}

div.page_nate ol li a:hover {
	text-decoration:none;
	background:#3484c2;
	color:#fff;
}


/* 	関連記事
-----------------------------------------------------------*/
div#related_article h3 {
	margin-bottom:22px;
}

div#related_article ul li {
	padding:6px 4px;
	border-left:6px solid #0e93c4;
	margin-bottom:10px;
}

div#related_article ul li strong {
	font-weight:bold;
	font-size:120%;
}

div#related_article ul li a:link {
	color#444;
}


div#related_article ul li a:visited {
	text-decoration:none;
}

div#related_article ul li a:hover {
	color:#444;
	text-decoration:underline;
}

