@charset "utf-8";
/* formatting style
----------------------------- */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #EFEFF8;
	background-image: url(image/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link styles
------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #663366;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* basic layout
------------------------------*/

#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #CCCCFF;
	border-left: 1px solid #CCCCFF;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sideber {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #999999;
	padding: 15px;
	width: 828px;
	clear: both;
}
/* header styles
------------------------------*/

#header {
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	height: 255px;
	position: relative;
	border-top: 3px solid #663366;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header #daigakulogo {
	position: absolute;
	top: 15px;
	right: 15px;
}

#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: -1px;
	top: 222px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC9999;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 170px;
	border-left: 2px solid #CCCCCC;
	border-bottom: 3px solid #CC9999;
}
#header ul li a:hover {
	background-color: #CC3366;
	border-bottom: 3px solid #CC3366;
}

#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a {
	color: #333333;
	background-color: #FFFFFF;
	border-bottom: 3px solid #CC6666;
}
#class #header #nClass a {
	color: #333333;
	background-color: #FFFFFF;
	border-bottom: 3px solid #003300;
}
#kenkyu #header #nKenkyu a {
	color: #333333;
	background-color: #FFFFFF;
	border-bottom: 3px solid #663300;
}
#member #header #nMember a {
	color: #333333;
	background-color: #FFFFFF;
	border-bottom: 3px solid #666699;
}
#schedule #header #nSchedule a {
	color: #333333;
	background-color: #FFFFFF;
	border-bottom: 3px solid #FFCC33;
}

/* sidebar styles
------------------------------*/

#sideber h2 {
	margin-bottom: 15px;
}
#sideber ul {
	margin-top: 10px;
}
#sideber ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sideber ul li a {
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 15px;
}
#sideber ul li a:hover {
	background-image: url(image/arrow_hover.gif);
}
/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	float: right;
	margin-top: 0px;
}
/* kenkyu
------------------------------*/
#main dl#kenkyukadai dt {
	font-weight: bold;
}
#main dl#kenkyukadai dd {
	line-height: 1.8;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* ronbun
------------------------------*/
#main dl#ronbun dt {
	font-weight: bold;
}
#main dl#ronbun dd {
	line-height: 1.8;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* kamokou
------------------------------*/
#main dl#kamoku dt {
	font-weight: bold;
}
#main dl#kamoku dd {
	line-height: 1.8;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* kamokuIn
------------------------------*/
#main dl#kamokuIn dt {
	font-weight: bold;
}
#main dl#kamokuIn dd {
	line-height: 1.8;
	padding-bottom: 1em;
	padding-left: 25px;
}
#main dl#koukyouiku dd {
	padding-left: 60px;
}
/* shuusi
------------------------------*/
#main dl#shuusi dd {
	line-height: 1.8;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}

#main h2 {
	font-size: 100%;
	font-weight: bold;
	background-image: url(image/bullet2.gif);
	padding: 4px 0px 4px 15px;
	border-bottom: 3px solid #999999;
	background-repeat: no-repeat;
	background-position: left center;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main #keireki dt {
	font-weight: bold;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
}
#main dl#keireki dd {
	margin: 0px 0px 10px 6em;
}
/* form
------------------------------*/

#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main texterea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
#main p#return {
	background-image: url(../%E4%BA%AC%E9%83%BD%E6%95%99%E8%82%B2%E5%A4%A7%E5%AD%A6%E5%A4%A7%E5%AD%A6%E9%99%A2/%E5%A0%80%E5%86%85%E5%AD%9C%E6%95%99%E6%8E%88/image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 135px;
	padding-left: 15px;
	position: absolute;
	right: 100px;
	display: block;
}
#main p#return a:hover {
	background-image: url(image/arrow_hover.gif);
}
