@charset "utf-8";
/*reset*/
/*******************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td { margin: 0; padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal;}
table { border-collapse: collapse; border-spacing: 0;}
object,embed { vertical-align: top;}
hr,legend { display: none;}
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
img { border: 0; vertical-align: bottom;}
li { list-style: none;}
a:link { color: #1F78C9; text-decoration: underline;}
a:visited { color: #1F78C9; text-decoration: underline;}
a:hover { color: #48A4F1; text-decoration: none;}
a:active { color: #1F78C9; text-decoration: none;}


/*LAYOUT*/
/*******************************************************************/
body { text-align: left; font: 81.25% "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #333;}


#info { text-align: left; line-height: 1.5; font-size: 108%;}
#info dt { padding: 7px 0; border-top: #DBDBDB dotted 1px; font-weight: bold;}
#info dd { padding-bottom: 10px;}
