@charset "utf-8";
/* formatting style
--------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #000;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat;
	font-size: 75%;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-attachment: fixed;
}
hr {
	display: none;
}
/* link styles
--------------------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #e1cc5a;
	text-decoration: underline;
}
a:visited {
	color: #e1cc5a;
	text-decoration: underline;
}
a:hover {
	color: #F5EFCB;
	text-decoration: underline;
}
a:active {
	color: #FC9;
	text-decoration: underline;
	position: relative;
}
/* basic layout
--------------------------------------------*/

#wrapper {
	width: 858px;
	border-right: 8px solid #770000;
	border-left: 8px solid #770000;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	background-image: url(images/gap.jpg);
	position: relative;
	background-repeat: repeat;
}
#home #gap {
	clear: both;
	height: 16px;
	background-image: url(images/gap.jpg);
}
#gap {
	clear: both;
	height: 16px;
	background-image: url(images/gap2.jpg);
	text-align: center;
}
#gap p img {
	display: none;
}

/* header styles
--------------------------------------------*/

#header {
	background-color: #1c0b00;
	border-bottom: 4px solid #F0DB46;
	height: 110px;
	float: left;
	width: 858px;
	position: relative;
	background-image: url(images/bg_header.jpg);
}
#header h1 a:active {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}/* header画像が動かないように */
#header #mininavi {
	width: 167px;
	height: 39px;
	position: absolute;
	top: 0px;
	left: 490px;
}
#header #mininavi ul li a {
	display: block;
	height: 39px;
	width: 167px;
	line-height: 3em;
	background-repeat: no-repeat;
	background-image: url(images/mininavi_blog.gif);
	text-indent:-9999px;
	text-decoration: none;
}
#header #mininavi ul li a:hover {
	background-image: url(images/mininavi_blog_hov.gif);
	background-repeat: no-repeat;
}
/* home content styles
--------------------------------------------*/

#home #contents {
	width: 858px;
	background-image: url(images/bg_contents.jpg);
	background-repeat: no-repeat;
	clear: both;
	position: relative;
	height: 500px;
}

#home #contents h2  {
	color: #FFF;
	display: block;
	padding-left: 7px;
	border-left: 10px solid #000;
	line-height: 1.3em;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	margin-right: 8px;
	font-size: large;
}
#home #contents #scroll  {
	overflow: auto;
	scrollbar-face-color: #761C0C;
	scrollbar-track-color: #87200F;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #761C0C;
	scrollbar-shadow-color: #761C0C;
	scrollbar-3dlight-color: #761C0C;
	scrollbar-darkshadow-color: #8b0000;
	height: 140px;
	margin: 0px;
}
#home #contents #scroll2  {
	overflow: auto;
	height: 118px;
	scrollbar-face-color: #761C0C;
	scrollbar-track-color: #87200F;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #761C0C;
	scrollbar-shadow-color: #761C0C;
	scrollbar-3dlight-color: #761C0C;
	scrollbar-darkshadow-color: #8b0000;
}
#home #contents #notice {
	position: absolute;
	height: 237px;
	width: 352px;
	left: 36px;
	top: 68px;
	background-image: url(images/notice.gif);
	background-repeat: no-repeat;
}
#home #contents #topics {
	padding: 8px 11px 11px 7px;
	height: 162px;
	width: 304px;
	position: absolute;
	top: 98px;
	right: 81px;
	color: #FFF;
	margin: 0px;
}
#home #contents #topics dl {
	color: #FFF;
	line-height: 1.2em;
	font-size: small;
}
#home #contents #topics dl dt {
	margin-left: 13px;
	font-weight: bold;
}

#home #contents #topics dl dd {
	margin: 0px 0px 9px 30px;
}
#home #contents #record {
	position: absolute;
	height: 144px;
	width: 304px;
	padding: 8px 11px 11px 7px;
	top: 316px;
	right: 80px;
}
#home #contents #record dl {
	color: #F0F0F0;
	font-size: small;
	line-height: 1.2em;
	margin-left: 13px;
}
#home #contents #record dl dt {
	float: left;
	margin-right: 15px;
	font-weight: bold;
}
#home #contents #record dl dd {
	padding-bottom: 9px;
}
#home #contents #topics a {
	color: #FFF;
	text-decoration: none;
}
#home #contents #topics a:hover {
	color: #F9C6BB;
}
#home #contents #record a {
	color: #FFF;
	text-decoration: none;
}
#home #contents #record a:hover {
	color: #F9C6BB;
}
#contents {
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* contents sidebar styles
--------------------------------------------*/

#contents #sidebar {
	float: left;
	width: 200px;
	background-color: #89230D;
	border-top: 8px solid #000;
	border-right: 1px solid #8D0606;
	border-bottom: 8px solid #000;
	border-left: 1px solid #8D0606;
	padding-bottom: 15px;
	position: absolute;
	left: 32px;
	top: 8px;
}
#contents #sidebar h2 {
	margin-bottom: 10px;
	margin-top: 1px;
}
#contents #sidebar ul {
	color: #FFF;
	margin-left: 10px;
	margin-top: 12px;
	line-height: 30px;
	font-weight: bold;
	list-style: none;
	border-bottom: 2px solid #000;
}
#contents #sidebar ul li {
	padding-left: 10px;
	height: 30px;
}
#contents #sidebar ul li a {
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #FFF;
	padding-left: 25px;
	text-decoration: none;
}
#contents #sidebar ul li a:hover {
	color: #FFF;
	background-image: url(images/list_hover.gif);
	padding-left: 28px;
}
/* contents styles
--------------------------------------------*/

#contents #miniwrap {
	float: right;
	width: 610px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	position: relative;
}
#contents #place {
	margin: 8px 43px 5px 5px;
	background-repeat: repeat;
	color: #FFF;
	background-color: #89230D;
	padding-left: 8px;
	border-top: 1px solid #89230D;
	border-right: 1px solid #89230D;
	border-bottom: 1px solid #89230D;
	border-left: 13px solid #250D01;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contents #place a {
	color: #FFF;
	text-decoration: none;
}
#contents #place a:hover {
	color: #F9C6BB;
	text-decoration: none;
}
#contents #main {
	border: 1px solid #8D0606;
	background-image: url(images/bg_main2.jpg);
	margin: 22px 43px 60px 5px;
	padding: 0px 10px 10px 15px;
}
#contents #main a {
	color: #89230D;
	font-weight: bold;
}

#contents #main h3 {
	background-image: url(images/bg_main.gif);
	background-repeat: no-repeat;
	padding-left: 38px;
	font-size: 20px;
	background-position: left top;
	line-height: 1.6em;
	margin-bottom: 23px;
	margin-top: 15px;
}
#contents #main p {
	line-height: 1.8em;
	font-size: small;
	margin-bottom: 1.8em;
	margin-left: 15px;
	margin-right: 5px;
}
#contents #main p.pagetop {
	float: right;
	display: block;
}

#contents #main p .express{
	font-size: medium;
	color: #000;
	font-weight: bold;
}
#contents #main p .express2{
	font-size: large;
	font-weight: bold;
	color: #eb6101;
}
#contents #main p .express3{
	font-weight: bold;
	color: #eb6101;
}
#contents #main p .express4{
	font-weight: bold;
	color: #000;
}
#contents #main p .right {
	float: right;
	border-style: none;
}
#contents #main p .arrow  {
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 10px;
}
/* about contents styles
--------------------------------------------*/

#about_logo #contents #main img {
	margin-left: 25px;
	margin-right: auto;
}
#about_logo #contents #main p a{
	font-weight: bold;
}
#about_logo #contents #main ul li {
	padding-left: 7px;
	margin-left: 50px;
	list-style: circle;
	padding-bottom: 2px;
}
#about #contents #main img {
	border: 1px dotted #999;
	margin-left: 78px;
	margin-top: 10px;
}
#about #contents #main p {
	background-image: none;
	background-repeat: no-repeat;
}
/* access contents styles
--------------------------------------------*/

#access #contents #main ul li{
	list-style: square;
	margin-left: 22px;
	margin-bottom: 1em;
	padding-left: 4px;
}
#access #contents #main #rail {
	float: right;
	border: 1px dotted #999;
}
#access #contents #main #campus {
	border: 1px dotted #999;
	float: right;
}

#access #contents #main #middle {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	border: 1px dotted #006;
	padding-top: 1em;
}
/* link contents styles
--------------------------------------------*/

#link #contents #main p .arrow {
	font-size: 110%;
	line-height: 1.8em;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
}
#link #contents #main p a:hover {
	color: #BB9511;
}
#link #contents #main .pagetop a:hover {
	color: #89230D;
}

/* project contents styles
--------------------------------------------*/

#project #contents .projects {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #999;
	background-image: url(images/bg_projects.gif);
	background-repeat: repeat;
	padding: 0px;
}
#project #contents .projects2 {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #999;
	background-image: url(images/bg_projects2.gif);
	background-repeat: repeat;
	padding: 0px;
}
#project #contents .projects3 {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #999;
	background-image: url(images/bg_projects3.gif);
	background-repeat: repeat;
	padding: 0px;
}
#project #contents .projects4 {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #999;
	background-image: url(images/bg_projects4.gif);
	background-repeat: repeat;
	padding: 0px;
}
#project #contents .title {
	left: 303px;
	top: 13px;
	height: 33px;
	width: 192px;
	background-color: #BD9535;
	padding: 0px 10px 0px 0px;
	border: 1px solid #000;
	margin: 0px;
	position: absolute;
	color: #FFF;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
#project #contents .title p  {
	font-size: 17px;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
}

#project #contents .title p.double {
	font-size: 13px;
	line-height: 1em;
	padding-top: 5px;
}
#project #contents .time {
	height: 111px;
	width: 190px;
	left: 308px;
	top: 64px;
	background-image: url(images/bg_main2.jpg);
	border-top: 2px solid #666;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #666;
	padding: 8px 0px;
	font-size: small;
	position: absolute;
}
#project #contents .time p {
	line-height: 1.4em;
	margin-bottom: 6px;
}
#project #contents .data {
	position: relative;
	height: 70px;
	width: auto;
	clear: left;
	border-left: 14px solid #89230D;
	border-top: 1px solid #89230D;
	background-color: #FBE0BF;
	padding: 10px 0px;
	border-right: 14px solid #89230D;
	border-bottom: 1px solid #89230D;
	font-size: small;
	margin: 0px 10px 10px;
}
#project #contents .data2 {
	position: relative;
	height: 70px;
	width: auto;
	clear: left;
	border-left: 14px solid #89230D;
	border-top: 1px solid #89230D;
	background-color: #D6E7CB;
	padding: 10px 0px;
	border-right: 14px solid #89230D;
	border-bottom: 1px solid #89230D;
	font-size: small;
	margin: 0px 10px 10px;
}
#project #contents .data3 {
	position: relative;
	height: 70px;
	width: auto;
	clear: left;
	border-left: 14px solid #89230D;
	border-top: 1px solid #89230D;
	background-color: #D5EEF2;
	padding: 10px 0px;
	border-right: 14px solid #89230D;
	border-bottom: 1px solid #89230D;
	font-size: small;
	margin: 0px 10px 10px;
}
#project #contents .data4 {
	position: relative;
	height: 70px;
	width: auto;
	clear: left;
	border-left: 14px solid #89230D;
	border-top: 1px solid #89230D;
	background-color: #ECD8EF;
	padding: 10px 0px;
	border-right: 14px solid #89230D;
	border-bottom: 1px solid #89230D;
	font-size: small;
	margin: 0px 10px 10px;
}
#project #contents .data,.data2,data3,data4 p{
	line-height: 1.8em;

}
#project #contents #main img  {
	padding: 0px;
	border: 1px solid #000;
	margin-top: 24px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#p_official #contents #main ul {
	border: 1px solid #666;
	margin: 0px 50px 0px 30px;
	display: block;
}
#p_official #contents #main ul li {
	line-height: 2em;
}
#p_official #contents #main .underline {
	text-decoration: underline;
	color: #eb6101;
	font-weight: bold;
	margin-left: 10px;
}
#p_official #contents #main dl {
	margin-left: 80px;
}
#p_official #contents #main dl dt img{
	float: left;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 30px;
	border: 1px solid #666;
}
#p_official #contents #main dl dt {
	clear: both;
}

#p_official #contents #main dl dd {
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
	color: #eb6101;





}


/* sitemap contents styles
--------------------------------------------*/

#sitemap #contents #main p {
	line-height: 3.5em;	
}
#sitemap #contents #main ul {
	margin-left: 30px;
	list-style: square;
	margin-top: 10px;
}
#sitemap #contents #main ul li {
	line-height: 2em;
	margin-top: 1em;
}

#sitemap #contents #main ul a {
	text-decoration: none;
	font-size: 1.3em;
}
#sitemap #contents #main ul a:hover {
	color:#BB9511
}
#sitemap #contents #main ul li ul li {
	list-style: url(images/arrow2.gif) outside;
	margin-left: 5px;
	line-height: 2em;
}
#sitemap #contents #main ul li ul li ul li a {
	font-size: small;
	list-style: circle url(none);
	margin-bottom: 5px;
}
/* staff contents styles
--------------------------------------------*/

#staff #contents #sidebar {
	background-color: #21356B;
	border-right-color: #21356B;
	border-left-color: #21356B;
}
#staff #contents #place {
	background-color: #21356B;
	border-top-color: #21356B;
	border-bottom-color: #21356B;
	border-right-color: #21356B;
}
#staff #contents #main {
	border-color: #21356B;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat;
}
#staff #contents #sidebar ul li a {
	background-image: url(images/list_staff.gif);
}
#staff #contents #sidebar ul li a:hover {
	background-image: url(images/list_staff_hover.gif);
	background-repeat: no-repeat;
}
#staff #contents #main .ochakai {
	width: 220px;
	padding-top: 20px;
	padding-left: 10px;
	border: 1px dotted #999;
	margin-left: auto;
	line-height: 1.8em;
	font-weight: normal;
	font-size: 120%;
	background-repeat: repeat;
	margin-right: auto;
	background-color: #F3F4D9;
}
#staff #contents #main .ochakai dl {
	padding-left: 10px;
	padding-bottom: 20px;
	line-height: 2em;
}
#staff  #contents #main .ochakai dl dt {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	background-image: url(images/list2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	color: #21356B;
}
#staff #contents #main .ochakai dl dd {
}
#staff #contents #main .pagetop a{
	color: #21356B;
}

/* globalnavi styles
--------------------------------------------*/

#globalnavi {
	width: 858px;
	border-top: 4px solid #F0DB46;
	border-bottom: 4px solid #F0DB46;
	height: 48px;
}
#globalnavi li {
	list-style: none;
	float: left;
	background-color: #770000;
}
#globalnavi li a {
	height: 44px;
	width: 170px;
	line-height: 44px;
	color: #e1cc5a;
	background-color: #6f0000;
	border-top: 2px solid #570000;
	border-bottom: 2px solid #570000;
	border-left: 2px solid #a72626;
	display: block;
	text-indent:-9999px;
	text-decoration: none;
}
#globalnavi #nAbout a {
	border-left-style: none;
	background-image: url(images/navi_about.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#globalnavi #nAbout a:hover {
	background-image: url(images/navi_about_hov.gif);
	background-repeat: no-repeat;
}
#globalnavi #nProject a {
	background-image: url(images/navi_project.gif);
	background-repeat: no-repeat;
}
#globalnavi #nProject a:hover {
	background-image: url(images/navi_project_hov.gif);
	background-repeat: no-repeat;
}
#globalnavi #nAccess a {
	background-image: url(images/navi_access.gif);
	background-repeat: no-repeat;
}
#globalnavi #nAccess a:hover {
	background-image: url(images/navi_access_hov.gif);
	background-repeat: no-repeat;
}
#globalnavi #nLink a {
	background-image: url(images/navi_link.gif);
	background-repeat: no-repeat;
}
#globalnavi #nLink a:hover {
	background-image: url(images/navi_link_hov.gif);
	background-repeat: no-repeat;
}
#globalnavi #nStaff a {
	background-image: url(images/navi_staff.gif);
	background-repeat: no-repeat;
	border-top: 2px solid #050D1D;
	border-bottom: 2px solid #050D1D;
}
#globalnavi #nStaff a:hover {
	background-image: url(images/navi_staff_hov.gif);
	background-repeat: no-repeat;
}
#about #globalnavi #nAbout a {
	background-image: url(images/navi_about_hov.gif);
	background-repeat: no-repeat;
}
#project #globalnavi #nProject a {
	background-image: url(images/navi_project_hov.gif);
	background-repeat: no-repeat;
}
#access #globalnavi #nAccess a {
	background-image: url(images/navi_access_hov.gif);
	background-repeat: no-repeat;
}
#link #globalnavi #nLink a {
	background-image: url(images/navi_link_hov.gif);
	background-repeat: no-repeat;
}
#staff #globalnavi #nStaff a {
	background-image: url(images/navi_staff_hov.gif);
	background-repeat: no-repeat;
}
/* footer styles
--------------------------------------------*/

#footer {
	background-color: #250d00;
	padding: 10px;
	border-top: 4px solid #F0DB46;
	line-height: 2em;
	height: 55px;
	background-image: url(images/footer.gif);
	clear: both;
}
#footer p {
	float: left;
}
#footer p a {
	color: #e1cc5a;
}
#footer p a:hover {
	color: #F5EFCB;
	text-decoration: none;
}
#footer ul {
	float: right;
	margin-right: 10px;
}
#footer ul li {
	list-style: none;
	display: inline;
}
#footer ul li a {
	color: #e1cc5a;
}
#footer ul li a:hover {
	color: #F5EFCB;
	text-decoration: none;
}
#footer ul img {
	padding: 0px 5px;
}

#footer address {
	clear: both;
	color: #a8c97f;
	font-family: "Times New Roman";
	font-weight: bold;
}
