@charset "utf-8";
/*reset*/
/*******************************************************************/
* { margin: 0; padding: 0;}
a:link { color: #004D98; text-decoration: none;}
a:visited { color: #004D98; text-decoration: none;}
a:hover { color: #006DDB; text-decoration: underline;}
a:active { color: #004D98; text-decoration: none;}


/*LAYOUT*/
/*******************************************************************/
body { text-align: left; font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif; color: #1B1B1B;}
p { padding: 5px 0; border-bottom: #A8A8A8 dotted 1px; font-size: 14px;}
