﻿@charset "UTF-8";

/*

	last updated : 09/04/30


////////// contents //////////

	1 : parts

*/

/* 1 : common parts
------------------------------------------------------------ */
/* detail
---------------------------------------- */
/* detail head */
dl.detail-head
{
	padding: 0px 0 20px 0;
	margin: 0 auto;
}

dl.detail-head dt
{
	color: #666;
	font-family: 'MS UI Gothic' sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4em;
}

dl.detail-head dd
{
	color: #45b035;
	font-family: 'MS UI Gothic' sans-serif;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4em;
}

----------------------------------------
/* topics list */
dl#list-topics
{
	width: 465px;
	padding-top: 30px;
	margin: 0 auto;
}

dl#list-topics dt
{
	color: #45b035;
	font-family: 'MS UI Gothic' sans-serif;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4em;
}

	/* 罫線（2番目から下のみ） */
	.partation
	{
		padding-top: 31px;
		background: url(/common/images/line.gif) 0 16px repeat-x;
	}

dl#list-topics dd
{
	padding: 5px 0 0 15px;
	background: url(/topics/images/icon_list.gif) 0 11px no-repeat;
	line-height: 1.4em;
}

dl#list-topics dd a
{
	text-decoration: underline;
}

div#contents ul
{
	padding: 0px 0px 10px 30px;
	margin: 0 auto;
	line-height: 1.4em;
}

div#contents ul li
{
	border: 1px solid #fff;
	list-style-type: disc
}

/*---------------------　topics table　--------------*/
table.topics_ttl
{
	width:465px;
	margin: 0 auto;
}

table.topics
{
	width:520px;
	margin: 0 auto;
	border:1px solid #cccccc;
}

table.topics td
{
	padding:5px;
	font-size: 90%;
	line-height: 1.4em;

}

table.topics th
{
	padding:5px;
	text-align:center;
	padding:2px;
	

}

table.topics td a
{
	text-decoration:underline;
}

table.topics td.topics_head
{
	width:70px;
}
table.topics td.topics_cont
{
	width:365px;
}

table.topics th
{
	background:#efefef;
}

	table.topics ul
	{
		width:300px;
	}

	table.topics ul li
	{
		width:300px;
	}


/*------------教育フォーラム用トピックス------------*/
table.topics-forum
{
	width:550px;
	margin: 0 auto;
	border:1px solid #cccccc;
}

table.topics-forum td
{
	padding:2px;
	font-size: 90%;
	line-height: 1.4em;

}

table.topics-forum th
{
	white-space:nowrap;
	padding:2px;
	text-align:center;
	font-size: 90%;

}

table.topics-fo td a
{
	text-decoration:underline;
}


