@charset "utf-8";
/* CSS Document */

/*******************************************
基本書式
********************************************/

*{
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, MS Pゴシック, sans-serif;	
}

body{
	font-size:14px;
	line-height:1.4;
	color:#333;
	background-color:#f6f6f6;
}

h1{
	font-size:12px;
	color:#630;
	font-weight:normal;
	margin:2px;
}

h2{
	border-bottom:1px dotted #030;
	border-left:20px solid #030;
	padding-left:5px;
	margin:5px 0 15px 0;
}

h3{
	font-size:18px;
	color:#006;
	margin:40px 0px 0px 10px;
	
}

h4{
	font-size:15px;
	color:#060;
	margin:10px 0 5px 20px;
}

a:link{
	color:#00f;
	text-decoration:underline;	
}

a:visited{
	color:#00f;
	text-decoration:underline;
}

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

a:active{
	color:#f00;
	text-decoration:none;
}

table{
	margin:5px 5px 5px 20px;
	border-collapse: collapse;
	border:1px, solid, #000;
}

th{
	padding:5px;
	background-color:#300;
	font-weight:normal;
}

td{
	padding:10px;
	border: solid 1px #999999;
}

/*******************************************
ブロック別書式
********************************************/

/*-------------------
ヘッダー（header）
-------------------*/
#header{
	clear:left;
	width:948px;
}

/*-------------------
ナビ（nav）
-------------------*/
#nav{
	clear:left;
	width:948px;
	background-color:#fff;
	font-size:12px;
}

#nav ul{
	list-style:none;
	text-align:center;
	clear:left;
	line-height:25px;
}

#nav ul li{
	float:left;
	list-style:none;
	display:block;
	text-align:center;
	width:188px;
	height:25px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

#nav ul li a{
	color:#00f;
	width:188px;
	text-align:center;
	display:block;
}


#nav ul li a:hover{
	background-color:#060;
	color:#cfc;
}

#nav ul li.long{
	width:191px;
}

#nav ul li.long a{
	width:191px;
}

/*-------------------
（adense）
-------------------*/

#adsense{
    padding:5px 0;
    clear:left;
	width:946px;
	background-color:#060;
}


/*-------------------
パンくず（pankuzu）
-------------------*/
#pankuzu{
	margin:5px 0;
	clear:left;
	width:946px;
	background-color:#efe;
	border:1px solid #090;
	font-size:12px;
}

#path{
	margin:0 0 5px 15px;
}

#path li{
	display:inline;
	line-height:1.0;
	list-style-type:none;
}

#path li a {
	padding-right:15px;
	background:url(../images/path.gif) no-repeat right center;
}

#pankuzu p{
	margin:5px 0 5px 15px;
}

/*-------------------
コンテナ（container）
-------------------*/
#container{
	clear:left;
	width:948px;
}

/*-------------------
左サイド（l_side）
-------------------*/
#l_side{
	float:left;
	width:199px;
	font-size:11px;
}

#l_side dt{
	font-size:12px;
	color:#000;
	background-color:#cf6;
	height:20px;
	line-height:20px;
	padding-left:5px;
	margin-bottom:2px;
}

#l_side dd{
	color:#000;
	background-color:#e3e3e3;
	height:18px;
	line-height:18px;
	padding-left:10px;
	margin-bottom:2px;
}

#l_side dt.deptdes{
	background-color:#9ff;
}

#l_side p{
	margin:1em 0;
	text-align:center;
}

#l_side dd.ads{
	height:auto;
	padding:5px;
}

/*-------------------
コンテンツ（content）
-------------------*/
#content{
	float:left;
	width:520px;
	padding:0 1em;
}

p#desc{
	color:#060;
	padding:5px;
	border:1px solid #999;
	width:475px;
}


#totop{
	text-align:right;
	margin-top:2em;
}

#content p{
	margin:5px 0 30px 26px;
	line-height:180%;
}

#content ul{
	margin:0px 0 30px 81px;
	text-indent:-1em
}

#content ol{
	margin:0px 0 30px 81px;
	text-indent:-1em
}

#content li{
	margin-bottom:6px;
}

.bq{
	font-size:12px;
	color:#000;
	background-color:#fff;
	width:460px;
	padding:10px;
	margin-left:30px;
	border:solid 1px #060;
}

#content p#aftop{
	text-align:center;
}



/*-------------------
右サイド（r_side）
-------------------*/
#r_side{
	float:left;
	width:199px;
	font-size:11px;
	text-align:center;
}

#r_side dt{
	font-size:12px;
	color:#fff;
	background-color:#690;
	height:20px;
	line-height:20px;
	padding-left:5px;
	border-right:1px solid #660;
	border-bottom:1px solid #660;
	border-left:1px solid #660;
}

#r_side dd{
	padding:5px;
	border-right:1px solid #660;
	border-bottom:1px solid #660;
	border-left:1px solid #660;
	background-color:#fff;
}

/*-------------------
フッター（footer）
-------------------*/
#footer{
	clear:left;
	width:948px;
	margin:5px 0;
	text-align:center;
	background-color:#efe;
	border:1px solid #090;
}



/*******************************************
学部・学科（本）のサイド領域
********************************************/

#l_side dl.book dt{
	background-color:#f9f;
}


