* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 14px;
}
body {
	/*font: 76% arial,sans-serif;*/
	background: url(images/body.gif) top repeat-x;
}
p {
	margin:0 10px 10px;
}
a {
	/*display: block;*/
	color: #981793;
	padding: 10px;
}
li {
	list-style-position: inside;
}

div#content p {
	line-height: 1.4;
}
div#navigation {
	/* background: #B9CAFF; */
}
div#extra {
	/* background: #FF8539; */
}
div#footer {
	background: #333;
	color: #FFF;
	letter-spacing: 0.1em;
}
div#footer p {
	margin: 0;
	padding: 5px 10px;
	text-align: right;
}

div#wrapper {
	float: left;
	width: 100%;
	margin-left: -300px;
}
div#content {
	margin-left: 300px;
}
div#navigation {
	float: right;
	width: 300px;
}
div#extra{
	float: right;
	clear: right;
	width: 300px;
}
div#footer {
	clear: both;
	width: 100%;
}

div#navigation .loginform {
	margin: 0 0 0 20px;
	padding: 0;
}
/*----------------------------------------
 base
----------------------------------------*/

img {
	border: none;
}

a {
	color: #099;
	text-decoration: underline;
}

a:visited {
	color: #369;
	text-decoration: underline;
}

a:hover {
	color: #f60;
	text-decoration: underline;
}
h1 {
	margin-bottom: 20px;
}


/*----------------------------------------
 
----------------------------------------*/

div#content h1 {
	background: url(images/h1.gif) bottom left no-repeat;
}
div#navigation h2 {
	padding-left: 22px;
	background: url(images/side_h2.gif) left no-repeat;
}
.content-body {
	margin: 0px 0 10px 30px;
	padding: 10px;
	background-color: #fff;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	
}
.homeimage {
	/*background: #fff url(images/homeimage.jpg) top right no-repeat;*/
	background-color: #fff;
}
div#navigation .content-body, div#extra .content-body {
	margin: 0px 30px 10px 30px;
}

/*----------------------------------------
 layout
----------------------------------------*/
div#header {
	height: 150px;
}

div#headmenu {
	position: absolute;
	top: 35px;
	left: 300px;
}

#submenu {
	position: absolute;
	top: 76px;
	left: 10px;
	font-size: 13px;
}

#breadcrumbs {
	position: absolute;
	top: 115px;
	left: 10px;
	font-size: 13px;
}
#sitemap {
	position: absolute;
	top: 26px;
	right: 45px;
}
#rss {
	position: absolute;
	top: 26px;
	right: 20px;
}


div#header h1 a {
	display: block;
	width: 297px;
	height: 68px;
	text-indent: -9999px;
	background: url(images/logo.gif) top no-repeat;
}

/*グローバルナビ-------------------------------------------------*/

#g_navi li {
	display: block;
	width: 92px;
	height: 34px;
	background-color: #00f;
	float: left;
	list-style-type: none;
	text-indent: -9999px;
}

#g_navi a, #g_navi span {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	width: 92px;
	height: 34px;
	background-image: url(images/gmenu.gif);
}

#g_navi #student a {
	background-position: 0 0;
}
#g_navi #student a:hover,
#g_navi #student a.selected {
	background-position: 0 -34px;
}

#g_navi #exterior a {
	background-position: -92px 0;
}
#g_navi #exterior a:hover,
#g_navi #exterior a.selected {
	background-position: -92px -34px;
}

#g_navi #internal a {
	background-position: -184px 0;
}
#g_navi #internal a:hover,
#g_navi #internal a.selected {
	background-position: -184px -34px;
}

#g_navi #admin a {
	background-position: -276px 0;
}
#g_navi #admin a:hover,
#g_navi #admin a.selected {
	background-position: -276px -34px;
}

#g_navi #mypage a {
	background-position: -368px 0;
}
#g_navi #mypage a:hover,
#g_navi #mypage a.selected {
	background-position: -368px -34px;
}
/**/

#submenu li {
	display: block;
	list-style-type: none;
	float: left;
	margin-right: 15px;
}

#submenu span, #submenu a {
	display: block;
	padding: 2px 6px;
}
#submenu a {
	background-color: #bebeaa;
	border: 1px solid #bebeaa;
	color: #000;
}
#submenu span, #submenu a:hover {
	background-color: #fff;
	border-top: 1px solid #999;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #999;
}


/*-------------------------------------------------*/

/*-------------------------------------------------*/
#period_extraction select, #period_extraction option {
	font-size: 120%; padding: 0 2px;
}

/*-------------------------------------------------*/

/*-------------------------------------------------*/
#loginform {
	margin: 30px 20px 40px 0;
	padding: 10px;
	border: 1px solid #bed2c8;
	background: #ecf4f2 url(images/homeform.gif) repeat-x;
}

div.loginform .formfield, div.commentform .formfield, div.mailform .formfield {
	display: block;
}
#nucleus_lf_name, #nucleus_lf_pwd {
	width: 130px;
}

#exist {
	float: left;
	margin: 0 8px 0 30px;
}
#first {
	float: left;
	margin: 0 30px 0 8px;
}
#first div {
	margin: 10px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #adb;
}
#loginform br {
	clear: both;
	display: block;
	width: 99%
	height: 1px;
	font-size: 1%;
}

/**/

/*-------------------------------------------------
  breadcrumbs
-------------------------------------------------*/
#breadcrumbs a:link {
	color: #fff;
}

#breadcrumbs a:visited {
	color: #fff;
}

#breadcrumbs a:hover {
	color: #fff;
}

#breadcrumbs a {
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: underline;
}


/*-------------------------------------------------
  admin
-------------------------------------------------*/

table.admin th {
	padding: 2px 10px;
	font-weight: normal;
	text-align: left;
	background-color: #eef;
	border-bottom: 1px solid #ccd;
}
table.admin td {
	padding: 2px 5px;
	/*border-bottom: 1px solid #ccd;*/
}
table.admin input, table.admin textarea {
	padding: 2px 5px;
	border: 1px solid #dde;
	width: 300px;
}
ul.message li {
	list-style: square inside;
}
tr.overview td {
	border-bottom: 1px solid #dde;
}

#counter {
	display: inline;
}

/***/
.draftblock {
	margin: 10px 0;
	border-bottom: 2px solid #ddd;
}

/**
 * add/edit button
 */
.itemadd {
	float: right;
	padding: 0 2px 2px 0;
	font-size: 100%;
}
.itemedit {
	float: right;
	padding: 0 2px 2px 0;
	font-size: 100%;
}
.itemadd a, .itemedit a {
	margin: 0;
	padding: 3px 5px 3px 5px;
	background: #e2eef6 url(images/effect4.gif) repeat-x; /* d7dbdd c5d5ed DAE5F6 eff5ff */
	color: #00f; /* 026 */
	border-top   : 1px solid #ccc;
	border-left  : 1px solid #ccc;
	border-bottom: 1px solid #237;
	border-right : 1px solid #237;
	font-size: 100%;
	text-decoration: none;
}
.itemadd a:visited, .itemedit a:visited {
	color: #00f;
	text-decoration: none;
}
.itemadd a:hover, .itemedit a:hover {
	color: #f60;
	text-decoration: underline;
}

/**
 * アイテムリストのアイテム矩形
 */
.item_block {
	margin: 10px 0;
	border-bottom: 2px solid #ddd;
}

/**
 * 学生抽出リスト
 */
table#list {
	padding: 0 10px;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	font-size: 90%;
	margin: 0 10px;
	border-collapse: separate;
	border-spacing: 4px;
}
#list td {
	text-align: right;
}
#list th {
	white-space: nowrap;
	background-color: #eee;
	border-right: 1px solid #888;
}
#list td, #list th {
	padding: 0 10px;
	border-bottom: 1px solid #888;
}

