@charset "Shift_JIS";

/*  リンク部分の指定  */
a{text-decoration:none;}
a:link{color:#4f4f4f;}
a:visited{color:#7f7f7f;}
a:active,a:hover{color:#9f9f9f;text-decoration:underline;}

/* ページ全体の指定。スクロールバー（スクロールバーの見た目がデフォルトで変わるのはIEのみです）、背景色、ページ四辺のマージン値。  */
body {
margin: 5%;
line-height: 1.6;
background: #ffffff url() no-repeat fixed;  background-position: left-bottom;
color: #333333;
font-size:16px;
font-family: メイリオ;
} 

/* ページ全体のフォントの指定、行の高さ  */
body,div{
}

/*  kiji.htmlの記事部分  */
.kijititle{
margin: 1em 0 -1em; padding: .05em 1.5%; line-height: 1.25;
font-weight: ; font-family: "Century Gothic", Helvetica, Arial, Meiryo, "ＭＳ Ｐゴシック";
font-size:large;
}


.kiji {
padding:3em 1.5em;
border: 2px solid  #FFFFFF;
background: transparent url(csstemplate/nmmr10/bg.png) repeat;
border-top-right-radius: 10px; border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;
	}

.date{
text-align:right;
padding: .5em 1.5em;
border: 2px solid  #FFFFFF;
background: transparent url(csstemplate/nmmr10/bg.png) repeat;
border-top-right-radius: 10px; border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;

}


p{
margin:0.5em 0;
}

#center{
margin:3em 0 3em 0;
text-align:center;
}

.title{
margin:10px 0 30px;
padding:0 5px 0 0;
text-align:right;
border-bottom:1px solid #111;
font-size:110%;
color:#6f6f6f;
font-family:"細明朝体","ＭＳ 明朝","Times New Roman",serif;
}

.end{
margin:10px 0 30px;
padding:0 5px 0 0;
text-align:center;
font-size:130%;
color:#ccc;
font-family:"細明朝体","ＭＳ 明朝","Times New Roman",serif;
}


.skip li{
list-style-type:none;
text-align:right;

}

.skip li a{
border-bottom:none;
}

