@charset "UTF-8";

@import "./base.css";

body {
	padding: 10px;
	background-color: #aaa89d;
}

#top {
	text-align: left;
	position: relative;
}

#header {
	width: 180px;
	position: absolute;
	left: 10px;
	top: 5px;
}

#contents {
	min-height: 1550px;
	padding-left: 200px;
	text-align: left;
}

#footer {
	height: 40px;
	padding-right: 20px;
	background: url(../images/footer_logo.jpg) 20px 0 no-repeat #ff9C01;
	color: #fff;
	text-align: right;
}

h1 {
	width: 180px;
	height: 180px;
	margin-top: 2px;
	background: url(../images/uninavi_logo.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#gNav {
	width: 180px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 195px;
}

#gNav dl {
	margin-bottom: 0.8em;
	padding-bottom: 1em;
	background-color: #fff;
}

#gNav dl dt {
	height: 36px;
	text-indent: -5000em;
}

dl#contents_list dt{
	background: url(../images/contents_title.jpg) 0 0 no-repeat;
}

dl#produce_list dt{
	background: url(../images/produce_title.jpg) 0 0 no-repeat;
}

dl#link_list dt{
	background: url(../images/link_title.jpg) 0 0 no-repeat;
}

#gNav dl dd {
	padding-top: 10px;
	background: url(../images/dot_line.jpg) 0 top no-repeat;
}

#gNav dl dd ul {
	margin-bottom: 1em;
}

#gNav dl#contents_list dd ul li a {
	display: block;
	padding-left: 20px;
}

#gNav dl#produce_list dd ul li,
#gNav dl#link_list dd ul li {
	margin-bottom: 10px;
	text-align: center;
}

#gNav dl#produce_list dd ul li a img,
#gNav dl#link_list dd ul li a img {
	border: 1px solid #999;
}

#gNav dl#produce_list dd ul li a:hover img,
#gNav dl#link_list dd ul li a:hover img,
#gNav dl#produce_list dd ul li a:active img,
#gNav dl#link_list dd ul li a:active img {
	border: 1px solid #ff9C01;
}

#gNav dl dd ul#about_list {
	padding-top: 10px;
	background: url(../images/dot_line.jpg) 0 top no-repeat;
}

#gNav dl dd ul li {
	line-height: 2em;
}

#grid-content {
	width: 100%;
	list-style-type: none;
	border: 1px solid #aaa89d;
}

#grid-content .entry_box {
	width: 230px;
	padding: 7px;
	background-color: #fff;
	border: 2px solid #aaa89d;;
	color: #666;
	margin: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#grid-content .box_hover {
	cursor: pointer;
}

#grid-content .entry_box dl {
	margin: 10px;
}

#grid-content .entry_box dl dt {
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
}

#grid-content .entry_box .entry_date {
	padding: 10px 4px 0 10px;
	background: url(../images/dot_line.jpg) 0 top no-repeat;
}

#grid-content .entry_box .entry_title {
	margin-bottom: 10px;
	padding-left: 16px;
}

#footer p {
	line-height: 40px;
}

#contents h2 {
	border-bottom: none !important;
}
