@charset "utf-8";

/*
[1]リンク指定
[2]レイアウト指定
[3]#header内の各指定
[4]#contents内の各指定
[5]#sidebar内の各指定
[6]#footer内の各指定
*/

/* 一括で全ての要素の余白をゼロに指定 */
*{padding: 0;	margin: 0;}

a {overflow:hidden;}

/* ####################################

                      [2]レイアウト指定
                          
####################################### */

/*--全体のフォントサイズなど--*/
body{
	font-size: 80%;
	line-height: 1.4;
	text-align: center;
	font-family: Verdana, Tahoma;
	padding: 0;
	margin: 0;
	background: url(../img/back_panel.gif);
	color: #333;
}

/*-- 全体を囲んでいます --*/
#wrapper{
	text-align: left;
	margin: 1em auto;
	padding: 1em;
	width: 530px;
	border: 1px solid silver;
	background: #fff;
}

#wrapper p{
	border-bottom: 1px dotted silver;
	padding: 0 0 5px 0;
}


#wrapper h2{
	font-size: 100%;
	color: #7f93a2;
	border-bottom: 1px #7f93a2 solid;
	border-left: 4px #7f93a2 solid;
	padding: 3px;
}

#wrapper h5{
	font-size: 100%;
	padding: 5px 0;
}

.down{
	padding: 0;
	margin: 1em auto;
	display: block;
	background: url(../publication/img/down.gif);
	width: 170px;
	height: 25px;
	text-indent: -9999px;
}

table.ptt01 {
	background:#FFFFFF none repeat scroll 0 0;
	border:medium none;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	line-height:1.5em;
	margin-top:0;
	padding:0;
}

table.ptt01 th {
	background:#666;
	border-bottom:1px solid #fff;
	color:#fff;
	font-weight:normal;
	padding:12px;
	vertical-align:top;
}

table.ptt01 td {
	padding:12px 0 12px 15px;
	vertical-align:top;
}

.tyu{
	font-size: 90%;
	line-height: 1.3em;
	color: #666;
}

.meibo ul {
		line-height:2em;
		list-style-image:none;
		list-style-position:inside;
		list-style-type:decimal;
		margin-left: 0;
}

#contents h2{
	margin: 0;
	padding: 15px 0 0 30px;
	font-size: 150%;
	background: url(../english/img/board_01.gif) no-repeat 0 2px;
	width:590px;
	height:50px;
}

#contents h3{
	margin: 0;
	padding: 7px 0 0 10px;
	font-size: 120%;
	background: url(../english/img/board_02.gif) no-repeat 0 1px;
	width:590px;
	height:30px;
}

#contents h5{
	padding: 7px 0 0 12px;
	font-size: 100%;
	background: url(../english/img/board_03.gif) left no-repeat;
	width:590px;
	height:30px;
}

#num h5{
	font-size:80%;
}