/*	common.css		*/
/*	サイト全体を規定する基本css	*/
/*	by Masashige MOTOE		*/
/*	rev.01.7.12		*/


BODY	{
	margin-left:	10%;
	margin-right: 5%;
	color:	black;
	background:   white;
	text-align: left;
	line-height:	1.7em;
	font-family: 	"ヒラギノ明朝 Pro W6";
	font-size: 14px;	
	 font-weight: normal
	}

P	{ margin-bottom:	1em;}

h1	{line-height:	1.8em;
	font-family: 	"ヒラギノ角ゴ Pro W6";
	 font-weight: normal

	}
h2	{line-height:	1.8em;
	border-width: thick;
/*	border-style:none none none solid;  */
	color:black;
	border-color: silver;
	background-color:#CCCCCC;
/*	padding:	1em 1em none; */
	padding:	none 1em;
	font-family: 	"ヒラギノ角ゴ Pro W3";
	}
h3	{line-height:	1.8em;
	font-family: 	"ヒラギノ角ゴ Pro W3";
}

DT {	font-family: 	"ヒラギノ角ゴ Pro W6";
	padding:	1.2em none none;
/*	font-weight: bold; */
	
}

DD {margin-left: 4em;
	font-size: 0.9em;
	color: #666666
}

table{font-family: 	"ヒラギノ明朝 Pro W6";
	font-size: 14px;	
	 font-weight: normal;
 	line-height:	1.4em


}

A:link {color: blue}

A:hover {color: fuchsia}

A:visited {color: purple}

A:active {color: red}


/*	ファイル末尾のフッタ	*/
address{	font-style:normal;
	font-size: 0.75em;
	line-height:1.4em;
	border-style:solid none none none;
	border-color: gray;
	padding: 0.3em;
	}
	
/*　ヘッダのところにあるnavigation bar「パンくず」	*/	
div.pankuzu{text-align: right;
	font-size: 0.75em;
	line-height:1.4em;
	border-width: medium;
	border-style: none none solid none;
	border-color: gray;
	padding: 0.3em
	}