@charset "UTF-8";

/*
赤				#fe0000
濃いオレンジ	#ed6c00
薄いオレンジ	#ff9900
薄い青			#4294d4
濃い青			#008ac8

*/

/*フォント基準*/

body {
    font-size: 13px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* for IE6 */
* html body {
    font-size: 82%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 82%;
}

h1 {
	color:#000000;
	font-weight:bold;
	font-size:124%;
}

h2 {
	color:#000000;
	font-weight:bold;
	font-size:124%;
}

h3 {
	color:#000000;
	font-size:100%;
}

h4 {
	color:#000000;
	font-size:131%;
}

h5 {
	color:#000000;
	font-weight:bold;
	font-size:100%;
}

h6 {
	color:#000000;
	font-size:100%;
}

p {
	color:#000;
}

.outline-entry p {
margin-bottom:20px;
line-height:150%;
}

p.down-explanation {
	color:#000;
margin-bottom:5px;
	font-size:77%;
}

dt {
	color:#666;
}

dd {
	color:#666;
}

ul li {
	color:#666;
}

ol li {
	color:#666;
}

a {
	color:#4c3300;
}
.theme a {
border-bottom:1px solid #c00;
}


a:link {
	color:#4c3300;
}

a:visited {
	color:#1a5a1a;
}

a:hover {
text-decoration:none;
border-bottom:none;

}

/*#header a:hover {
text-decoration:none;
border-bottom:none;
background:url(https://www.sakya-muni.jp/english/images/line-r.jpg) repeat-x center 1.1em;
}*/

p a:hover ,
h1 a:hover ,
h2 a:hover ,
h3 a:hover ,
h4 a:hover ,
h5 a:hover ,
h6 a:hover ,
li a:hover {
text-decoration:none;
border-bottom:1px solid #c00;
/*background:url(https://www.sakya-muni.jp/english/images/line-r.jpg) repeat-x center 1.1em;*/
}

/*メインコンテンツ内フォント指定*/

#contents h1 {
}

#contents h2 {
}

#contents h3 {
}


.menu-list h4 {
margin-top:0px;
margin-bottom:7px;
}


.menu-list ul li {
margin-left:10px;
margin-bottom:10px;
}


#contents h4 {
}

#contents h5 {

}

#contents h6 {

}

#contents p {
}

#contents dt {
}

#contents dd {
}

#contents ul li {
}

#contents ol li {
}

/*サイド内フォント指定*/

.side h1 {
}

.side h2 {
}

.side h3 {
}

.side h4 {
}

.side h5 {

}

.side h6 {

}

.side p {
}

.side dt {
}

.side dd {
}

.side ul li {
}

.side ol li {
}
 