@charset "shift_jis";
/*-- 全般的なスタイル --*/
* {
     margin:0; padding:0;
     line-height:1.5;
}
body     {
     text-align:center;
}
/*----------------------------------------*/
div#pagebody {
     margin-left:auto;
     width:840px;
     background-color:#ffffff;
}
/*----------------------------------------*/
div#header {
     width:840px;
     height:150px;
     background:url("image/pc_1.jpg");
     text-align:right;
     vertical-align:bottom;
}
div#header h2 {
     font-weight:bold;
     color:black;
     padding:70px 10px 2px 10px;
     color:blue;
}
/*----------------------------------------*/
#menu {
     width:840px;
     margin:0px 0px 0px 0px;
     padding:0px;
     height:30px;
     border:solid 1px silver;
}
/*----------------------------------------*/
ul#menu li {
     float:left;
     text-align:center;
}
/*----------------------------------------*/
ul#menu a {
     display:block;
     width:120px;
     height:39px;
     line-height:39px;
     font-size:15px;
     text-decoration:none;
     color:#000000;
     background:#E8EEFE url("image/bg_ro.jpg") no-repeat left bottom;
}
/*----------------------------------------*/
ul#menu li.lastchild a {
     width:118px;
}
/*----------------------------------------*/
ul#menu a:hover {
     background-position:right bottom;
     background-color:#F90;
}
/*----------------------------------------*/
div#body {
     display:block;
     width:840px;
     height:auto;
     margin:5px auto;
     text-align:left;
     clear:both;
}
/*----------------------------------------*/
ul#side_menu {
     width:170px;
     height:auto;
     float:left;
     margin:0px 0px 0px 0px;
     list-style-type:none;
}
/*----------------------------------------*/
ul#side_menu img {
     border:solid 0px silver;
}
/*----------------------------------------*/
div#content {
     float:right;
     width:660px;
     height:auto;
     border:solid 1px silver;
     margin:0px 0px 0px 0px;
     padding:2px;
}
/*---------------------------------------*/
div#title h3 {
     border:none;
     padding:10px 10px 10px 10px;
     background-color:palegreen;
}
/*----------------------------------------*/
div#kojin_jyouhou {
     margin:5px;
}
/*----------------------------------------*/
div#kojin_jyouhou p {
     text-indent:1em;
     margin:1px 1em 1px 1em;
}
/*----------------------------------------*/
div#kojin_jyouhou ul {
     list-style-type:lower-alpha;
     margin:1px 1em 1px 4em;
}
/*----------------------------------------*/
div#riyou_mokuteki {
     margin:1px 1px 1px 10px;
}
/*----------------------------------------*/
div#toiawase {
     text-align:right;
}
/*----------------------------------------*/
div#footer {
     clear:both;
     border:solid 1px silver;
     text-align:center;
     margin:5px 0px 0px 0px;
}
/*----------------------------------------*/
div#footer a {
     text-decoration:none;
}