@charset "shift_jis";

/*基本*/
@import url("common.css");

/*レイアウト*/
@import url("header.css");
@import url("menu.css");
@import url("contents.css");
@import url("list.css");
@import url("right_menu.css");
@import url("footer.css");

#main      { background: url(../img_common/main.jpg) no-repeat 0px 0px; clear: both; width: 770px; height: 204px }
#main  h1      { color: black; font-size: 1.4em; background-color: transparent; text-align: center; float: left; margin: 0px; padding: 170px 0px 0px; width: 549px; height: 33px }
#main #system_menu                 { font-size: 1.4em; float: right; width: 210px; height: 204px }
#main #system_menu ul  { }
#main #system_menu li             { height: 50px; margin-bottom: 1px; }
#main #system_menu li a                 { line-height: 50px; background: white url(../img_common/s_menu.gif) -2px 0px; text-indent: 24px;  width: 208px; height: 50px; display: block }
#main #system_menu li a:link     { color: white }
#main #system_menu li a:visited     { color: white }
#main #system_menu li a:hover       { color: white; background: white url(../img_common/s_menu.gif) -2px -50px; }
#main #system_menu li a:active    { color: white }

#pr img  { padding-bottom: 2px; width: 210px; height: 65px }
#pr { padding-top: 10px }

#contents #column { background: url(../img_common/column.jpg) right bottom; margin-top: 10px; padding: 10px 14px 10px 19px; border: solid 1px #ccc; width: 501px; height: auto }
#contents #column p { color: black; margin: 5px 0px 0px; padding: 0px }
.read { color: #04c; font-size: 1.6em; margin-top: 5px }
