/* Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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;} 
1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';} 



/* Daigaku Navi CSS */

#wrapper {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#top_wrapper {
	text-align: center;
	padding-top: 120px;
	padding-bottom: 15px;
}
	
/* ヘッダ */
#header {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	
	/* ロゴ部分 */
	#header #logo {
	}

		#header #logo #mainlogo {
			float: left;
			padding-bottom: 5px;
		}

		#header #logo #pinlogo {
			float: right;
		}

	/* メニュー */
	#header #menu {
		clear: both;
		background-image: url(img/menu_bg.jpg);
		background-repeat: repeat-x;
		width: 950px;
		height: 39px;
	}
	
	#header #menu ul {
		padding: 0 4px;
	}
	
	#header #menu ul li {
		display: inline;
		float: left;
		width: 157px;
	}
	
/* トップページ
**********************************************/
#loginforms {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	height: 150px;
	background-image: url(img/top_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 45px;
}

	#loginforms table {
		border-collapse: separate;
		border-spacing: 5px;
	}
	
	#loginforms p.caption {
		font-size: 10px;
	}
	
/* 本文共通
**********************************************/
#contents {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear: left;
	margin-top: 1px;
	padding-top: 30px;
	font-size: 14px;
	line-height: 130%;
}

#contents div.floatclear {
	clear: both;
	height: 10px;
}

	/* 検索ページ
	**********************************************/
	#contents h1 {
		margin-bottom: 15px;
	}
	
	#contents input, #contents select {
		margin-right: 5px;
	}

	#contents table.kensaku {
		width: 950px;
	}
		
		#contents table.kensaku th {
			vertical-align: top;
			border-top: #ABABAB solid 1px;
		}
		
		#contents table.kensaku th div#itemname {
			color: #FFF;
			width: 160px;
			padding: 7px 3px 10px 12px;
			background-image: url(img/th_bg.jpg);
			background-repeat: no-repeat;
			background-position: left bottom;
		}
		
		#contents table.kensaku td {
			vertical-align: top;
			width: 760px;
			border-top: #ABABAB solid 1px;
			padding: 4px 15px 10px 15px;
			background-image: url(img/td_bg.jpg);
			background-repeat: no-repeat;
			background-position: left bottom;
		}

		/* 日本地図 */
		#contents table.map {
			width: auto;
			line-height: 120%;
			text-align: center;
			border-collapse: separate;
			border-spacing: 2px;
			margin-bottom: 10px;
		}

			#contents table.map td {
				width: 10px;
				height: 10px;
				padding: 5px 2px;
				background-image: none;
				border: none;
			}
			
			#contents table.map td.area {
				width: auto;
				background: #EFEFFF;
				border: 1px solid #808080;
				vertical-align: middle;
			}
			
			#contents table.map td.area input {
				margin: 0;
			}

			/* 日本地図のエリアごと色分け */
			#contents table.map td.tohoku {background-color: #EDEDFD}
			#contents table.map td.kanto {background-color: #E1F8EF}
			#contents table.map td.shinetsuchubu {background-color: #F9F4DD}
			#contents table.map td.kansai {background-color: #F9CECB}
			#contents table.map td.chugoku {background-color: #E3CBFB}
			#contents table.map td.shikoku {background-color: #FADCEE}
			#contents table.map td.kyusyu {background-color: #EBFBD6}

	#contents div#formbtns {
		width: 950px;
		text-align: center;
		margin: 20px 0;
	}

	/* メニュー一覧
	**********************************************/
	#contents div#menulist {
	}

		#contents div#menulist div.menulistbtn {
			width: 224px;
			float: left;
			margin-right: 18px;
		}
			
		#contents div#menulist div.menulistbtn_rightend {
			width: 224px;
			float: left;
			margin-right: 0;
		}
		
		#contents div#menulist p {
			padding: 2px 12px;
			font-size: 12px;
		}
	
	#contents div#submenulist {
		margin: 15px 0;
		width: 950px;
		text-align: center;
	}
	
		#contents div#submenulist a {
			width: 224px;
			margin: 0 7px;
		}
	
	