/*--reset--*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ↓clearfixハック↓ */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ↑clearfixハック↑ */

body {
	padding: 0 10px;
	background: url("../image/bg.gif") fixed;
	color: #444444;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #30B0E0;
}
a:hover {
	text-decoration: underline;
}
#sub_navi a, #topic_path a {
	color: #444444;
}

#container{
	width: 990px;
	margin: 10px auto;
}

#global {
	float: left;
	width: 190px;
}

h1 {
	width: 190px;
	height: 290px;
}
h1 a {
	display: block;
}
h1 a:hover {
	background-color: transparent;
}
h1 a:hover img {
	visibility: hidden;
}
h1 {
background: url(../image/top-blue.gif) no-repeat;
}

#navi {
	margin: 10px 0;
	padding: 10px 0 7px 10px;
	min-height: 203px;
	background: #ffffff;
}
#main_navi li {
	margin-bottom: 3px;
	width: 120px;
	height: 21px;
}
#main_navi li a {
	display: block;
}
#main_navi li a:hover {
	background-color: transparent;
}
#main_navi li a:hover img {
	visibility: hidden;
}
#main_navi #navi_top {
background: url(../image/navi_top-on.gif) no-repeat;
}
#main_navi #navi_outline {
background: url(../image/navi_outline-on.gif) no-repeat;
}
#main_navi #navi_curriculum {
background: url(../image/navi_curriculum-on.gif) no-repeat;
}
#main_navi #navi_works {
background: url(../image/navi_works-on.gif) no-repeat;
}
#main_navi #navi_admission {
background: url(../image/navi_admission-on.gif) no-repeat;
}
#main_navi #navi_grad {
background: url(../image/navi_grad-on.gif) no-repeat;
}
#main_navi #navi_now {
background: url(../image/navi_now-on.gif) no-repeat;
}
#sub_navi {
	margin: 10px 0 0 20px;
	font-size: 70%;
	line-height: 16px;
}

#main {
	float: right;
	width: 750px;
	padding: 6px 20px 20px;
	background: #ffffff;
	line-height: 180%;
}
#topic_path {
	margin-bottom: 1px;
	color: #444444;
	font-size: 77%;
}

