/*音の交通博物館用スタイルシート*/

@import "snd2.css";


/*基本*/
body{
background-color : #fff4f4;
color : #000033;
margin-left : 10%;
margin-right : 10%;
}

p{
margin : 2ex
}

a:link{
background-color : #eeeeff;
color : #000033;
/*font-size : 11pt;
font-weight : 400;*/
}
a:visited{
background-color : #ddddff;
color : #000033;
/*font-size : 11pt;
font-weight : 400;*/
}
/*
a:active{
background-color : #ddcccc;
color : #ff0000;
font-size : 11pt;
font-weight : 400;
}
*/

/*
a:hover{
background-color : #ffffff;
color : #333300;
font-size : 11pt
font-weight : 400;
text-decoration : none;
}
*/

/* 配置 */
.left{
text-align : left;
display :run-in;
}

.right{
text-align : right;
display :run-in;
}

p.cap{
/*margin : 2ex 2ex 2ex 30px;*/
margin : 0em 5%;
font-family : "ＭＳ Ｐ明朝",serif;
}


/*ボックス*/
div.title{
color : #000000;
border-style : solid;
border-width : 1pt 2pt 2pt 1pt;
border-color : #000000;
background-color : #ffffff;
margin : 0px;
}

div.cap{
margin : 30px 15% 20px;
color : #000000;
border-style : solid;
border-width : 1pt 2pt 2pt 1pt;
border-color : #000000;
background-color : #ffffff;
}

div.panel{
/*margin : 3ex !important*/
margin : 1em auto;
text-align : center;
}

div.year{
font-size : 9pt;
margin : 0ex 20px;
/*text-align : right;*/
line-height : 1em;
font-family : serif;
}

.fig{
margin : 1ex;
border-style : solid;
border-width : 1pt 2pt 2pt 1pt
border-color : #000000;
background-color : #ffffff;
color : #000000;
}


/*見出し*/
h1{
font-size : 18pt;
font-family : serif;
font-weight : 600;
margin : 1ex 20px 0ex;
}

h2{
font-size : 14pt;
font-family : "Times New Roman",serif;
margin : 0ex 20px 1ex;
font-weight : 600;
}

h3{
font-size : 14pt;
font-family : san-serif;
line-height : 1em;
margin : 1ex 10px 1ex;
font-weight : 600;
}

h4{
font-size : 12pt;
font-family : "Times New Roman",serif;
font-weight : 400;
line-height : 0.1em;
margin : 0ex 10px 2ex;
}

/*画像*/
image.panel{
border-style : ridge;
border-width : 10pt;
border-color : #996600;
}


/*リスト*/
dl.cap{
display : compact;
margin : 0ex 5%;
font-weight : 600;
}

div.dl{
margin : 30px 25% 20px;
}

ul{
margin : 0em 1em;
}


