@charset "UTF-8";
/* CSS Document */
/* Reset---------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border: 0;
}
/*---------------------*/





body {background-color:#F3F3F3;
}
#page {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 200%;
	color: #333;
	background-color:#FFFFFC;
	letter-spacing: 3px;
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid　#F1F1F1;
}

#headsymbol {
	text-align: center;
	padding-top:25px;
	padding-bottom:35px;
}

h1 {font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	line-height: 150%;
	color:#4C4C4C;
	background-color: #CCF;
	text-align: left;
	
}

.h1b {
	font-size: 16px;
	color:#4C4C4C;
}

#headword {
	margin-right: 75px;
	margin-left: 75px;
	margin-top:15px;
	margin-bottom:15px;
}

h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 140%;
	color:#4C4C4C;
	background-color: #CCF;
	letter-spacing: 3px;
	width: 700px;
	background-position: 20px;
}


.h2b {
	font-size: 12px;
	color:#4C4C4C;
}

.contents {margin-top:10px;
margin-bottom:10px;
padding-left:55px;
padding-right:15px;
}

#navi {text-align:center;
}
a:hover {
	color: #900;
}
a:active {
	color: #303;
}
a:link {
	color: #333;
}
#footer{padding-top:20px;
padding-bottom:20px;
        text-align:center;
}



