@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: 590px;
	border: 1px solid silver;
	background: #fff;
}

#line2{
	border-top: 1px dotted silver;
}

.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;
}

/* -- 文字 -- */
#contents p{
	line-height: 1.5;
	margin-bottom: 1em;
	margin: 0;
	padding: 10px 0;
}

#contents b{
	font-size: 100%;
	margin-top: 10px;
}

