@charset "Shift_JIS";

/* ------ 全体構造 ------ */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
}

#wrapper {
	margin: 0px auto;
	width: 790px;
	text-align: left;
	background: #ffffff url(../images/background.gif);
}

#header {
	margin: 0px 0px ;
	width: 790px;
	height: 155px;
	background: url(../images/title.jpg) no-repeat;
	background-position:15px 10px;
}

#sidebar {
	float: left;
	margin:0px 0px 15px 0px ;
	padding: 0px;
	background:  url(../images/sidebar_back2.gif);
	background-repeat:repeat-y;	
	width: 180px ;
}

#content {
  margin-bottom: 30px;
  margin-left: 20px;
  float: right;
  width: 575px;
}

#maincontent {
	float: left;
	width: 340px;
}

#page_maincontent {
	margin:10px 0px ;
	float: left;
	width: 550px;
}

#banner {
  float: right;
  width: 235px;
}

#footer {
  clear: both;
}



/* ヘッダー
---------------------------------------------------- */
#header  h1{
	text-indent:-9999px;
	margin: 0;
	font-size: small;
}
#header  h2{
	text-indent:-9999px;
	margin: 0;
	font-size: x-small;
}

#header_img img{
  margin-top:20px;
  margin-left:24px;
}

#address a{
	position: absolute;
	top:72px;
	margin: 0px 0px 0px 660px;
	width: 105px;
	height: 18px;
	font-size: 10px;
	display: block;
	background: url(../images/address.gif) no-repeat 0px 0px;
  text-indent: -9999px;
}



/* ヘッダー・メニューナビゲーション
---------------------------------------------------- */
#header_menu {
  position: absolute;
  top:100px;
  margin: 0;
  padding: 0;
  width: 800px;
  display: block;
}
#header_menu ul {
  margin: 0px 0px 0px 26px;
  padding: 0;
  list-style: none;
}
#header_menu li {
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float:left;
}

#header_menu li a {
  text-decoration: none;		/* ■Firefoxリンク線対策として */
  display: block;
}

#header_menu li#school_info	{
  background: url(../images/navi_on_header.gif) no-repeat 0px 0px;
  width: 100px;height: 28px;
}

#header_menu li#navi	{
  background: url(../images/navi_on_header.gif) no-repeat -100px 0px;
  width: 105px;height: 28px;
}

#header_menu li#egogramu	{
  background: url(../images/navi_on_header.gif) no-repeat -205px 0px;
  width: 105px;height: 28px;
}

#header_menu li#bbs {
  background: url(../images/navi_on_header.gif) no-repeat -310px 0px;
  width: 105px;height: 28px;
}

#header_menu li#schedule      {
  background: url(../images/navi_on_header.gif) no-repeat -415px 0px;
  width: 105px;height: 28px;
}

#header_menu li#toroku    {
  background: url(../images/navi_on_header.gif) no-repeat -520px 0px;
  width: 67px;height: 28px;
}

#header_menu li#toroku_syusyoku      {
  background: url(../images/navi_on_header.gif) no-repeat -587px 0px;
  width: 69px;height: 28px;
}

#header_menu li#toroku_shingaku     {
  background: url(../images/navi_on_header.gif) no-repeat -656px 0px;
  width: 82px;height: 28px;
}



/* マウスオーバー時の指定
---------------------------------------------------- */
#header_menu li#school_info a:hover    {
  background: url(../images/navi_on_header.gif) no-repeat 0px -28px;
  width: 100px;height: 28px;
}
#header_menu li#navi a:hover  {
  background: url(../images/navi_on_header.gif) no-repeat -100px -28px;
  width: 105px;height: 28px;
}
#header_menu li#egogramu a:hover  {
  background: url(../images/navi_on_header.gif) no-repeat -205px -28px;
  width: 105px;
  height: 28px;
}
#header_menu li#bbs a:hover {
  background: url(../images/navi_on_header.gif) no-repeat -310px -28px;
  width: 105px;
  height: 28px;
}
#header_menu li#schedule a:hover      {
  background: url(../images/navi_on_header.gif) no-repeat -415px -28px;
  width: 105px;
  height: 28px;
}
#header_menu li#toroku  a:hover      {
  background: url(../images/navi_on_header.gif) no-repeat -520px -28px;
  width: 67px;
  height: 28px;
}
#header_menu li#toroku_syusyoku  a:hover      {
  background: url(../images/navi_on_header.gif) no-repeat -587px -28px;
  width: 69px;
  height: 28px;
}
#header_menu li#toroku_shingaku   a:hover   {
  background: url(../images/navi_on_header.gif) no-repeat -656px -28px;
  width: 82px;
  height: 28px;
}






/* メインコンテンツ
---------------------------------------------------- */
#maincontent{
	margin:0px;
	padding:0px;
}

#maincontent h2,h3,p{
	margin:0px;
	padding:0px;
}

#maincontent h2{
	font-size: small;
	color:#333333;	
	text-indent:18px;
	width:340px;
	height:24px;
	line-height:1.7;
	background:url(../images/maincontent_title.gif) no-repeat;
}

#maincontent h3{
	text-indent:13px;
	margin:6px 0px 1px 0px;
	font-size: 11px;
	color:#666666;	
	background: url(../images/maincontent_list_icon.gif) no-repeat 0% 50%;
}

#maincontent p{
	font-size: small;
	color:#333333;	
	line-height:1.3;
	margin:0px;
}

#maincontent .topspace p{
	margin:0px 0px 8px 0px;
	padding:0px;
}

#maincontent .topspace img{
	border:none;
}

#maincontent .topspace{
	margin:0px 0px 25px 0px;
	padding:0px;
}

#maincontent .news, 
#maincontent .topics{
	margin-bottom:25px;
}

#maincontent .news h3, 
#maincontent .topics h3{
	margin-top:12px;
}

#maincontent .topics p{
	margin:5px 0px;
}

#maincontent a:link ,#sidebar a:visited{
  color: #3366cc;
  background: transparent; 
  text-decoration: none;
}

#maincontent a:hover ,#sidebar a:active{
  color: #3366cc;
  background: transparent; 
  text-decoration: none;
  border-bottom:1px dotted #666;
}




/* バナー広告（右サイド）
---------------------------------------------------- */
#banner p{
	margin:0px 15px 6px 20px;
	padding:0px;
	border:none;
}



/* メニューの設定（左サイド）
---------------------------------------------------- */

#sidebar h1{
	margin:0px 0px ;
	padding: 0px;
	width: 180px;
	height: 140px;
	text-indent:-9999px;
	background: #ffffff;
	background: url(../images/page_shoulder_title.jpg) no-repeat;
}


#sidebar h2{
  font-size: 1px;
  margin:0px;
  padding:0px;
  text-indent:-9999px;
  height:12px;
  color:#333333;
  background:  url(../images/sidemenu_back_edge1.gif) ;
	background-repeat:no-repeat;	
}

#sidebar h3{
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  text-indent:32px;
  line-height:1.3;
  height:20px;
  width:180px;
  color:#333333;
  background: url(../images/sidemenu_title.gif) ;
	background-repeat:no-repeat;	
}

#sidebar h4{
	font-size: 1px;
	text-indent:-9999px;
	line-height:1.0;
	margin:0px;
	padding:0px;
	height:30px;
	width:180px;
	background:  url(../images/sidemenu_back_edge2.gif) no-repeat bottom;
	background-repeat:no-repeat;	
}

#sidebar ul{
  margin: 7px 0px 20px 10px;
  padding: 0px;
  list-style:none;
  width:170px;
}

#sidebar li{
  font-size: 12px;
  line-height:1.0;
  margin-bottom: 6px;
  text-indent:13px;
  background: url(../images/sidemenu_list_icon.gif) no-repeat 0% 50%;
}

#sidebar a:link ,#sidebar a:visited{
  color: #333333;
  background: transparent; 
  text-decoration: none;
}

#sidebar a:hover ,#sidebar a:active{
  color: #3366cc;
  background: transparent; 
  text-decoration: none;
  border-bottom:1px dotted #666;
  font-weight:bold;
}


/* サイドメニュー、強調項目の設定
---------------------------------------------------- */

#sidebar li#news_list{
  font-size: 12px;
  line-height:1.0;
  margin-bottom: 6px;
  background: transparent; 
  text-indent:30px;
  font-weight: bold;
  font-style: normal;
  background: url(../images/sidemenu_list_icon_em.gif) no-repeat 0% 50% ;
}

#sidebar li#news_list a:link ,#sidebar#news_list a:visited{
  color: #336600;
  background: transparent; 
  text-decoration: none;
  letter-spacing:-1px;
}

#sidebar li#news_list a:hover ,#sidebar#news_list a:active{
  color: #3366cc;
  background: transparent; 
  text-decoration: none;
  border-bottom:1px dotted #666;
  letter-spacing:-1px;
}

#sidebar li#news_list2{
  font-size: 12px;
  line-height:1.0;
  margin-bottom: 6px;
  background: transparent; 
  text-indent:30px;
  font-weight: bold;
  font-style: normal;
  background: url(../images/sidemenu_list_icon_em.gif) no-repeat 0% 50% ;
}

#sidebar li#news_list2 a:link ,#sidebar#news_list a:visited{
  color: #336600;
  background: transparent; 
  text-decoration: none;
  letter-spacing:-1px;
}

#sidebar li#news_list2 a:hover ,#sidebar#news_list a:active{
  color: #3366cc;
  background: transparent; 
  text-decoration: none;
  border-bottom:1px dotted #666;
  letter-spacing:-1px;
}
#sidebar li#pick_list{
  font-size: 12px;
  line-height:1.0;
  margin-bottom: 6px;
  background: transparent; 
  text-indent:13px;
  font-weight: bold;
  font-style: normal;
  background: url(../images/sidemenu_list_icon.gif) no-repeat 0% 50%;
}

#sidebar li#pick_list a:link ,#sidebar#pick_list a:visited{
  color: #336600;
  background: transparent; 
  text-decoration: none;
  letter-spacing:-1px;
}

#sidebar li#pick_list a:hover ,#sidebar#pick_list a:active{
  color: #3366cc;
  background: transparent; 
  text-decoration: none;
  border-bottom:1px dotted #666;
  letter-spacing:-1px;
}


/* ベリサイン、QRコード
---------------------------------------------------- */

#sidebar .side_center {
	margin-left:10px;
}

#sidebar .verisign {
	font-size: 10px;
	text-align: center;
	width:158px;
	background: #ffffff;
	border:1px dotted #666;
	margin-bottom:15px;
}

#sidebar .verisign p{
	text-align: left;
	padding:10px;
	background: #eee;
}

#sidebar .qr_code {
	background: #ffffff;
	text-align: center;
	width:158px;
	border:1px dotted #666;
}

#sidebar .qr_code .title{
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
	background: #7FC31C;
	padding:3px 0px;
}

#sidebar .qr_code p{
	font-size: 10px;
	text-align: left;
	padding:3px 10px;
}

#sidebar .qr_code img{
	margin-bottom:5px;
}

#sidebar .qr_code  a{
	color: #333333;
	font-size: 10px;
	font-weight:normal;
	background: transparent; 
	text-decoration: none;
	border-bottom:none;
	font-weight:normal;
}










/* フッタの設定
---------------------------------------------------- */

#footer {
　text-align: center;
  width: 760px;
  border-top: 1px solid #999;
  font-size: 11px;
}
#footer .link {
  text-align: center;
  margin: 0;
  padding-top: 5px;
}
#footer p {
  text-align: center;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 30px;
}




