@charset "UTF-8";

body {
   margin: 0;
   padding: 0;
   line-height: 1.7;
   letter-spacing: 1px;
   font-family: 'Meiryo UI','メイリオ',Meiryo,"Osaka‐等幅",sans-serif;
   font-size: 14px;
   color: #000;
   background: #fff;
}

a {
   color: #31001D;
   text-decoration: none;
}

a:hover {
   color: #31001D;
   text-decoration: none;
}

h1,h2 {
   margin: 0;
}

#top {
   width: 757px;
   margin: 0 auto;
   background: #fff;
}

#header {
   width: 757px;
   background: #fff;
}

#menu {
   width: 757px;
   margin-bottom: 10px;
}

#contents {
   clear: both;
   width: 757px;
   border-bottom: 1px solid #535D57;
}

#headimage {
   width: 757px;
}

#main {
   float: left;
   width: 747px;
   margin-top: 10px;
}

/* 回り込み解除 */
#contents:after {
   content: "";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

#header h1 {
   margin: 0;
   padding: 0;
   font-size: 32px;
   color: #000;
   line-height: 60px;
}

#header h1 a {
   color: #000;
}

#header h1 a:hover {
   color: #535D57;
}

#header p {
	line-height: 1.5;
	font-size: 11px;
	margin: 5px;
}

#menu ul {
   width: 756px;
   margin: 0;
   padding: 1px 0 1px 1px;
   background: #000;
}

#menu li {
   float: left;
   color: #333;
   text-align: center;
   list-style-type: none;
}

#menu li a {
   display: block;
   width: 188px;
   margin-right: 1px;
   padding: 5px 0;
   font-size: 12px;
   color: #fff;
   background: url(http://www.jimbo-univ.com/img/menu_off.gif);
}

#menu li a:hover {
   color: #fff;
   background: url(http://www.jimbo-univ.com/img/menu_on.gif);
}

/* 回り込み解除 */
#menu ul:after {
   content: "";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

#main a {
   color: #31001D;
}

#main a:hover {
   color: #31001D;
   border: 0;
   border-bottom: 1px solid #31001D;
}

#main h2 {
   margin-bottom: 8px;
   padding: 2px 2px 2px 15px;
   color: #5f6527;
   font-size: 16px;
   border-bottom: 3px double #535D57;
   background: url(http://www.jimbo-univ.com/img/h2.gif) left center no-repeat;
}

#main p {
   margin: 0 10px 25px 10px;
}

#main ul {
   margin-right: 10px;
}

#pagetop {
   margin: 10px 0;
   text-align: right;
}

#pagetop a {
   padding: 0 0 0 12px;
   background: url(http://www.jimbo-univ.com/img/pagetop.gif) 0 50% no-repeat;
}

#pagetop a:hover {
   border-bottom: 1px solid #31001D;
}

#footer {
   position: relative;
   clear: both;
   width: 757px;
   padding: 10px 0;
   font-style: normal;
   font-size: 11px;
   color: #333;
}
