html,body {
 margin: 0;
 text-align: left;
 font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
 color: #666666;
 font-size: 12px;
 line-height: 1.4;
 background-color: #FFFFFF;
}

#wrap {
 width: 100%;
 height: 1000px;
 background-color: #778899;
 background-image: url(http://pcgaku.com/image/common/body_back.png);
 background-repeat: repeat-x;
 position: absolute;
 top: 0;
 left: 0;
}

a {
 text-decoration: underline;
}

a:link {
 color: #778899;
}

a:visited {
 color: #666666;
}

a:active {
 color: #555555;
}

a:hover {
 color: #BFA64C;
}

h1, h2, h3, h4, br, p, span, strong {
 margin: 0;
 padding: 0;
 font-weight: normal;
}

img {
 border: none;
 vertical-align: top;
}

table {
 border-collapse: collapse;
}

#pan {
 width: 550px;
 padding: 3px 5px 20px 5px;
 text-align: right;
}

.txt-l {
 float: left;
}

.txt-r {
 float: right;
}

.clear {
 clear: both;
 vertical-align: top;
 margin: 0;
 padding: 0;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#img_banner {
  width: 560px;
  height: 110px;
  overflow: hidden;
  position: relative;
}

#img_banner .inner-color {
  width: 560px;
  height: 30px;
  background: #778899;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

#img_banner .inner {
  width: 560px;
  height: 110px;
  background: url(http://pcgaku.com/image/common/banner_frame.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#img_banner span {
  font-size: 20px;
  position: absolute;
  bottom: 3px;
  left: 10px;
  line-height: 1.2em;
  font-weight: bold;
  color: #0303aa;
  z-index: 3;
}
.bar1 {
  color: #0303aa;
  font-size: 17px;
  width: 560px;
  height: 28px;
  background-color: #778899;
  background-image: url(http://pcgaku.com/image/bar/bar1.png);
  background-repeat: no-repeat;
  margin: 0 0 15px 0;
  padding-left: 0px!important;
  line-height: 27px;
  text-indent: 5px;
  font-weight: bold;
  }

.bar2 {
  color: #0303aa;
  font-size: 15px;
  font-weight: bold;
  width: 560px;
  height: 24px;
  background-color: #778899;
  background-image: url(http://pcgaku.com/image/bar/bar2.png);
  background-repeat: no-repeat;
  margin: 0 0 15px 0;
  padding-left: 0px!important;
  line-height: 24px;
  text-indent: 5px;
  }

.bar3 {
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  width: 560px;
  height: 24px;
  border-left: 5px solid #778899;
  border-bottom: 1px solid #778899;
  margin: 0 0 15px 0;
  padding-left: 0px!important;
  line-height: 24px;
  text-indent: 5px;
  }

/*--------- header ---------*/

#header {
  width: 780px;
  padding: 0;
  margin: 0 auto;
  background-color: #778899;
  background-image: url(assets/images/parts/top.gif);
  background-repeat: no-repeat;
  }

#head-top {
  width: 780px;
  height: 125px;
  margin: 0 auto 0px auto;
  position: relative;
  }

#header h1 {
  font-size: 12px;
  color: #666666;
  padding: 0 0 0 0;
  position: absolute;
  top: 5px;
  left: 0px;
  text-indent: 10px;
  }

#header .obi {
  width: 780px;
  background: #E5E7E6;
  margin: 0 auto;
  padding: 5px 0;
  text-indent: 10px;
  }

#header .obi h2 {
  font-size: 12px;
  color: #666666;
  }

#head-top img.logo {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 0px;
  border: 0px solid #FF0000; /* 位置合わせ用 */
  }

/*-------------------------------------------------------------------------------------------------------------------------*/

/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

/* all menu links */
#nav2 a {
	text-decoration:none;
	display:block;
	padding:10px 18px;
        background-image: url(assets/images/hmenu-back.gif);
        background-repeat: repeat;
        color: #ffffff;
        border-right: 1px solid #BBBBBB;
}
/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav2 a{
	margin:0;
	float:left;	
}

#nav2 li img.arrow1 {
  position:absolute;
  top: 10px;
  right: 4px;
  }

#nav2 li.here a {
        background-image: url(assets/images/hmenu-back4.gif);
        background-repeat: repeat;
        color: #fbff94;
}

/* Just sub menu links */
#nav2 li li a{
	text-align:left;
}

/* All menu links on hover or focus */
#nav2 a:hover, #nav2 a:focus, #nav2 a.mainMenuParentBtnFocused {
        background-image: url(assets/images/hmenu-back2.gif);
        background-repeat: repeat;
        color: #fbff94;
}

/* sub menu links on hover or focus */
#nav2 li a:hover,
#nav2 li a:focus{
	background-color: #778899;
        color: #fbff94;
}


/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}


/* All ULs and OLs */
#nav2, #nav2 ul, #nav2 ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav2 ol, #nav2 ul {	
	/*border around submenu goes here*/	 
	background:#fff;	
	border:1px solid #C3D46A;
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav2 li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

/* main menu ul or ol elment */
#nav2{
        width: 780px;
        background-image: url(assets/images/hmenu-back3.gif);
	display:block;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	text-align: center;
	display:block;
}


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav2 li li{	float:none; }

#nav2 li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav2 li ul ul { margin: -1em 0 0 -1000em; }
#nav2 li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav2 li:hover ul{	margin-left: 0; }
#nav2 li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav2 li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav2 li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav2 li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav2 li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav2 li:hover a:focus{ margin-left: 0; }
#nav2 li li:hover a:focus + ul { margin-left: 10em; }



/*--------- contents ---------*/

#base {
 margin: 0px auto 0 auto;
 text-align: left;
 padding: 0px 0px 20px 0px;
 width: 800px;
 background: #FFFFFF;
 border-left: 1px solid #999999;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #999999;
}

#main {
  width: 780px;
  padding: 15px 10px 5px 10px;
  margin: 0px auto 0 auto;
  }

#main, #main .sb-inner {
  background: #FFFFFF; 
  }

#main .sb-shadow {
  background: #777777;
  }

#main .sb-border {
  background: #999999;
  }

#sidemenu {
  float: left;
  width: 195px;
  padding: 0 0 0 0;
  margin: 0 0 15px 10px;
  background: #FFFFFF;
  }

#contents {
  float: right;
  width: 560px;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  font-size: 12px;
  overflow: hidden;
  }

#contents p {
  padding-left: 5px;
  }
/*--------- クロスフェード ---------*/

#imageContainer {
  position:relative;
  margin:auto;
  width:780px; /*画像の横幅*/
  height: 223px;
}

#imageContainer img {
  display:none;
  position:absolute;
  top:0; left:0;
}

/*--------- 新着情報 ---------*/

.whatsnew {
  width: 560px;
  margin: 0 auto 20px auto;
  }

.whatsnew-cont {
  height: 150px;
  padding: 0px 10px 15px 10px;
  overflow-x: none;
  overflow-y: scroll;
  line-height: 1.4em;
  border-left: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  }

.whatsnew h3 {
  margin: 0;
  }

.whatsnew dl {
  margin: 5px 0 0 0;
  padding: 5px 0 5px 0;
  font-size: 12px;
  border-bottom: 1px dashed #AAAAAA;
  }

.whatsnew dt {
  width: 6em;
  margin: 0;
  padding: 0;
  float: left;
  }

.whatsnew dd {
  _height: 1%; /* Hack for Win IE6 */
  margin: 0 0 0 6.5em;
  padding: 0;
  text-align: left;
  }

.whatsnew p {
  margin: 0;
  padding: 0;
  }
.page_back {
  text-align: right;
  margin: 20px 10px 10px 10px;
  }

.list_box {
  border: 1px solid #778899;
  margin: 15px auto 0px auto;
  padding: 5px;
  width: 530px;
  }

.list_box .title {
  padding: 5px;
  border-left: 8px solid #666666;
  border-bottom: 1px solid #666666;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  background: #EEEEEE;
  }

.list_box .com {
  padding-left: 5px;
  }

.list_box .pic {
  width: 120px;
  float: right;
  margin-left: 7px;
  }

.detail_box {
  margin: 15px auto 15px auto;
  padding: 5px;
  width: 530px;
  }

.detail_box .com {
  padding-left: 5px;
  }

.detail_box .pic {
  width: 150px;
  float: left;
  margin-right: 10px;
  }

#page_index {
  margin: 25px 80px 0px 80px;
  padding: 5px 0;
  float: none;
  }

#page_index div.before {
  float: left;
  width: 60px;
  font-size: 12px;
  }

#page_index div.before a {
  display: inline-block;
  padding: 3px 5px 3px 20px;
  border: 1px solid #ccc;
  font-weight: bold;
  background: url(http://pcgaku.com/image/common/prev.gif) no-repeat 5px 50%;
  }

#page_index div.next {
  float: right;
  width: 60px;
  text-align: right;
  font-size: 12px;
  }

#page_index div.next a {
  display: inline-block;
  padding: 3px 20px 3px 5px;
  border: 1px solid #ccc;
  font-weight: bold;
  background: url(http://pcgaku.com/image/common/next.gif) no-repeat 3.0em 50%;
  }

#page_index div.pager {
  padding: 2px 70px 0 70px;
  text-align: center;
  font-size: 12px;
  }

#page_index div.pager a {
  display: inline-block;
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid #e1e1e1;
  background: #f1f1f1;
  }

#page_index div.pager a:hover {
  border: 1px solid #98b4e6;
  background: #adc3e1;
  }

#page_index div.pager span {
  display: inline-block;
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid #cadfeb;
  font-weight: bold;
  background: #dae9f4;
  }


/*--------- footer ---------*/

#footer {
  width: 780px;
  height: 68px;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  text-align: center;
  clear: both;
  background-color: #778899;
  background-image: url(http://pcgaku.com/image/common/foot_back_lt.png);
  background-repeat: no-repeat;
  position: relative;
  }

#footer .rt_back {
  width: 10px;
  height: 68px;
  background-color: #778899;
  background-image: url(http://pcgaku.com/image/common/foot_back_rt.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  }

#footer p {
  line-height: 25px;
  color: #0303aa;
  }

#footer-menu {
  padding: 0;
  margin: 0;
  }

#footer-menu a {
  color: #0303aa;
  }

#footer-menu a:hover {
  color: #002CAA;
  }

#footer-menu ul {
  padding: 5px 0 0 0;
  margin: 0;
  }

#footer-menu li {
  padding: 0 2px 0 2px;
  margin: 0;
  display: inline;
  }

#copy-right {
  font-size: 12px;
  width: 780px;
  color: #666666;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  }

/*--------- sidemenu ---------*/

/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/


/* all menu links */
#nav a, #subMenusContainer a {
	text-decoration:none;
	display:block;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a {
  text-indent: 10px;
	padding:0;
	margin:0;
  color: #666666;
  font-weight: bold;
}

#nav li.type38,
#nav li.type38 a {
background: url(assets/images/button/menu00a.jpg) no-repeat;
}

#nav li.type38 a:hover {
  color: #808080;
background: url(assets/images/button/menu_here1.jpg) no-repeat;
}

#nav li.type38h,
#nav li.type38h a {
  color: #808080;
background: url(assets/images/button/menu_hover.jpg) no-repeat;
}
#nav li.type36,
#nav li.type36 a {
background: url(assets/images/button/menu00a.jpg) no-repeat;
}

#nav li.type36 a:hover {
  color: #808080;
background: url(assets/images/button/menu_here1.jpg) no-repeat;
}

#nav li.type36h,
#nav li.type36h a {
  color: #808080;
background: url(assets/images/button/menu_hover.jpg) no-repeat;
}
#nav li.type35,
#nav li.type35 a {
background: url(assets/images/button/menu00a.jpg) no-repeat;
}

#nav li.type35 a:hover {
  color: #808080;
background: url(assets/images/button/menu_here1.jpg) no-repeat;
}

#nav li.type35h,
#nav li.type35h a {
  color: #808080;
background: url(assets/images/button/menu_hover.jpg) no-repeat;
}
#nav li.type34,
#nav li.type34 a {
background: url(assets/images/button/menu00a.jpg) no-repeat;
}

#nav li.type34 a:hover {
  color: #808080;
background: url(assets/images/button/menu_here1.jpg) no-repeat;
}

#nav li.type34h,
#nav li.type34h a {
  color: #808080;
background: url(assets/images/button/menu_hover.jpg) no-repeat;
}
#nav li.type33,
#nav li.type33 a {
background: url(assets/images/button/menu00a.jpg) no-repeat;
}

#nav li.type33 a:hover {
  color: #808080;
background: url(assets/images/button/menu_here1.jpg) no-repeat;
}

#nav li.type33h,
#nav li.type33h a {
  color: #808080;
background: url(assets/images/button/menu_hover.jpg) no-repeat;
}
#nav li.type32,
#nav li.type32 a {
background: url(assets/images/button/menu00a.jpg) no-repeat;
}

#nav li.type32 a:hover {
  color: #808080;
background: url(assets/images/button/menu_here1.jpg) no-repeat;
}

#nav li.type32h,
#nav li.type32h a {
  color: #808080;
background: url(assets/images/button/menu_hover.jpg) no-repeat;
}
#nav li.type31,
#nav li.type31 a {
background: url(assets/images/button/menu00a.jpg) no-repeat;
}

#nav li.type31 a:hover {
  color: #808080;
background: url(assets/images/button/menu_here1.jpg) no-repeat;
}

#nav li.type31h,
#nav li.type31h a {
  color: #808080;
background: url(assets/images/button/menu_hover.jpg) no-repeat;
}
#nav li.type30,
#nav li.type30 a {
background: url(assets/images/button/menu00a.jpg) no-repeat;
}

#nav li.type30 a:hover {
  color: #808080;
background: url(assets/images/button/menu_here1.jpg) no-repeat;
}

#nav li.type30h,
#nav li.type30h a {
  color: #808080;
background: url(assets/images/button/menu_hover.jpg) no-repeat;
}
#nav li.type22,
#nav li.type22 a {
background: url(assets/images/button/menu00a.jpg) no-repeat;
}

#nav li.type22 a:hover {
  color: #808080;
background: url(assets/images/button/menu_here1.jpg) no-repeat;
}

#nav li.type22h,
#nav li.type22h a {
  color: #808080;
background: url(assets/images/button/menu_hover.jpg) no-repeat;
}
#nav li.type7,
#nav li.type7 a {
background: url(assets/images/button/menu00a.jpg) no-repeat;
}

#nav li.type7 a:hover {
  color: #808080;
background: url(assets/images/button/menu_here1.jpg) no-repeat;
}

#nav li.type7h,
#nav li.type7h a {
  color: #808080;
background: url(assets/images/button/menu_hover.jpg) no-repeat;
}


#nav li.sm1,
#nav li.sm1 a {
  width: 195px;
  height: 36px;
  line-height: 36px;
  }

#nav li.sm2,
#nav li.sm2 a {
  width: 195px;
  height: 80px;
  line-height: 80px;
  }

#nav li.sm3,
#nav li.sm3 a {
  width: 195px;
  height: 150px;
  line-height: 150px;
  }

#nav li img.arrow1 {
  position:absolute;
  top: 12px;
  right: 10px;
  }

#nav li img.arrow2 {
  position:absolute;
  top: 35px;
  right: 10px;
  }

#nav li img.arrow3 {
  position:absolute;
  top: 70px;
  right: 10px;
  }

#subMenusContainer a {
	padding:10px 20px 10px 10px;
	background-color:#fff ;
}

/* Just sub menu links */
#subMenusContainer a,
#nav li li a {
	text-align:left;
}

/* All menu links on hover or focus */



/* sub menu links on hover or focus */
#subMenusContainer a:hover,
#subMenusContainer a:focus, 
#subMenusContainer a.subMenuParentBtnFocused {
	background-color: #778899;
	color:#FFF;
}

#subMenusContainer li.here a {
	background-color: #778899;
	color:#FFF;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn { 
	background: url(http://pcgaku.com/img/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused { 
	background: url(http://pcgaku.com/img/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn {

}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused {
	background: url(http://pcgaku.com/img/arrow_right_over.gif) right center no-repeat;  
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW { 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}

/* All submenu OLs and ULs */
#nav ol,
#nav ul,
#subMenusContainer ul,
#subMenusContainer ol {	
	/*border around submenu goes here*/
	background:#fff;	
	border:1px solid #778899;
        color: #666666 !important;
	left:0;
}

/* All ULs and OLs */
#nav,
#nav ul,
#nav ol,
#subMenusContainer ul,
#subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	margin-bottom: 10px;
}

#subMenusContainer li {
	list-style: none;
}

/* main menu ul or ol elment */
#nav {
	display:block;
	list-style:none;
	margin:0;
	width:186px;
	z-index:5;
	text-align: left;
	display:block;
}

#subMenusContainer {
	display:block;
 	position:absolute;
	top:5px;
	left:5px;
	width:100%;
	height:0;
	overflow:visible;
	z-index:1000000000;
 }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li {
	float:none;
 }

#nav li li a { /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 186px; margin-top:-2.5em;}
#nav li li:hover ul {	margin-left: 10em; }

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 186px; margin-top:-2.5em; }
#nav li li a:focus + ul { left:186px; margin-left: 1010em; margin-top:-2.5em;}
#nav li li a:focus {left:186px;  margin-left:1000em; width:10em;  margin-top:-2.5em;}
#nav li li li a:focus {left:186px; margin-left: 2010em; width: 10em;  margin-top:-2.5em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }


#cominfo {
  width: 195px;
  margin: 15px auto;
  }

