@charset "utf-8"; 
body #contents{
	margin-right: auto;
	margin-left: auto;
	width: 70%;
	max-width: 800px;
	min-width: 500px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;

}
#contents {
	margin-right: 1em;
	margin-left: 1em;
}

/*ヘッダー部分*/
#pagehead h1 { 
	border:none;
}

/*パンくずナビ*/
#contents .topicpath a{
	color:*#999999;
}

#contents .topicpath a:visited{
	color:#999999;
}
#contents .topicpath a:link{
	color:#999999;
}

/*本文*/
#contents h1{ 
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 1em;
	border-bottom:solid 1px #999999;
}
h2 { 
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left:10px;
	border-left:solid 10px #99cccc;
	border-bottom:solid 1px #99cccc;
}
h3 {
	font-size: 1.0em;
	color: #5e8eab;
	font-weight: normal；
	margin-bottom: 0.5em;
}
h4 {
	font-size: 0.9em;
	font-weight: normal；
}

p{
	text-align: left;
	margin-top: 1em;
	font-size: 0.8em;
	padding-left:2em;
	line-height:2em;
}
li{
	font-size: 0.9em;
}

h5{
	font-size: 0.9em;
	color:red;
	font-weight: normal;
	text-align: left;
}

#month{
	text-align: center;
	font-size:0.9em;
	margin-left: 50px;
}




/* 表 */

.maintable td{
	text-align:center;
}

/*赤で強調する文字*/
.red{
	font-size:1.5em;
	color:#ff0000;
}

/*文字の中央揃え*/
.center{
	text-align:center;
}
	
/*文字を少々大きく*/
.bigger{
	font-size:1.2em;
}

/*文字に下線を引く*/
.underline_blue{
	border-bottom:2px solid #336699;
}

/*文字を白く*/
.white{
	color:#ffffff;
}
