/* CSS Document */

@charset"utf-8";

* {
	margin:0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

a:link{
	color:#716F64;
	text-decoration:none;
	}

a:visited{
	color:#777777;
	text-decoration:none;
	}
	
a:hover,a:visited:hover{
	text-decoration:underline;
	}
	
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.txt_12 {
	font-size: 12px;
}

.clear { clear:both; }  
.clear hr { display:none; } 

body {
	padding: 0px;
	font-size: 12px;
	line-height: 200%;
	margin: 0px;
	text-align: center;
}

#top {	
	background-image: url(../images/bg-line.jpg);
	background-repeat: repeat-x;
}

#second {	
	background-image: url(../images/bg-line2.jpg);
	background-repeat: repeat-x;
}

#conteiner {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	font-family: "メイリオ",Meiryo,Arial,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #333333;
}

#header {
	width: 950px;
	background-image: url(../images/bg-top.jpg);
	height: 264px;
}

#s-header {
	width: 950px;
	background-image: url(../images/bg-second.jpg);
	height: 150px;
}

#mainbox {
	text-align: left;
}

#maintitle {
	float: left;
	margin-left: 20px;
}

/* language */
/* language rollover */
#language {
	padding-top: 15px;
}

#language ul{
    list-style: none;
	margin: 0;
	padding: 0;
	width:258px;
	overflow:hidden;
	float: right;
}
 
#language li {
    float:left;
    height:50px;
    display:block;
}
 
#language li a {
    display: block;
    overflow: hidden;
    height: 0px;
    background-image: url(../images/language.png);
    padding-top:50px;
}
 
/* langmanu normal */
    #langmenu1 a { width:129px; background-position:0px 0px;}
    #langmenu2 a { width:126px; background-position:-126px 0px;}
 
/* langmamu over */
    #langmenu1 a:hover  { width:129px; background-position:0px -50px;}
    #langmenu2 a:hover  { width:126px; background-position:-126px -50px;}


/* Hides from IE-mac \*/
* html #language ul {
   height:50px;
}

/* globalmenu */
/* globalmenu roolover */
#globalmenu {
	float: right;
	padding-top: 10px;
}

#globalmenu ul{
    list-style: none;
	margin: 0;
	padding: 0;
	width:700px;
	overflow:hidden;
}
 
#globalmenu li {
    float:left;
    height:60px;
    display:block;
}
 
#globalmenu li a {
    display: block;
    overflow: hidden;
    height: 0px;
    background-image: url(../images/globalmenu.png);
    padding-top:60px;
}
 
/* globalmenu normal */
    #globalmenu1 a { width:115px; background-position:0px 0px;}
    #globalmenu2 a { width:115px; background-position:-115px 0px;}
	#globalmenu3 a { width:115px; background-position:-230px 0px;}
    #globalmenu4 a { width:115px; background-position:-345px 0px;}
	#globalmenu5 a { width:115px; background-position:-460px 0px;}
	#globalmenu6 a { width:125px; background-position:-585px 0px;}
 
/* globalmenu over */
    #globalmenu1 a:hover  { width:115px; background-position:0px -60px;}
    #globalmenu2 a:hover  { width:115px; background-position:-115px -60px;}
	#globalmenu3 a:hover  { width:115px; background-position:-230px -60px;}
    #globalmenu4 a:hover  { width:115px; background-position:-345px -60px;}
	#globalmenu5 a:hover  { width:115px; background-position:-460px -60px;}
	#globalmenu6 a:hover  { width:125px; background-position:-585px -60px;}


/* Hides from IE-mac \*/
* html #globalmenu ul {
	height:35px;
	float: right;
}

#mainbox {
	width: 950px;
	overflow: hidden;
	margin-top: 20px;
}

/* whatsnew */
#whatsnew {
	width: 470px;
	text-align: left;
	height: 300px;
	float: right;
	padding-top: 1px;
	border: 1px solid #cccccc;
}
#whatsnewtitle {
	background-color: #999999;
	color: #fff;
	font-weight: bold;
	width: 458px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	line-height: 250%;
}
#whatsnewlist {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	overflow: auto;
	margin-top: 1px;
	height: 89%;
}
#whatsnew ul {
	padding-top: 10px;
	margin-top: 1px;
}
#whatsnew li {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 10px;
	background-image: url(../images/lmark-p.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 1px 4px;
}

/* event */
#event {
	width: 470px;
	text-align: left;
	height: 300px;
	float: left;
	padding-top: 1px;
	border: 1px solid #cccccc;
}
#eventtitle {
	background-color: #999999;
	color: #fff;
	font-weight: bold;
	width: 458px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	height: 30px;
	line-height: 250%;
}
#eventlist {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	overflow: auto;
	margin-top: 1px;
	height: 89%;
}
#event ul {
	padding-top: 10px;
	margin-top: 1px;
}
#event li {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 10px;
	background-image: url(../images/lmark-b.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 1px 4px;
}

/* topbanner */
/* topbanner rollover */
#topbanner ul{
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
 
#topbanner li {
	float: left;
	height: 76px;
	display: block;
}
 
#topbanner li a {
    display: block;
    overflow: hidden;
    height: 0px;
    padding-top:76px;
}
 
/* topbanner normal */
    #topbanner1 a {
	background-image: url(../images/tb-kcks.jpg);
	 width:187px;
	 background-position:0px 0px;
	 margin-right: 4px;
}
    #topbanner2 a {
	background-image: url(../images/tb-ricks.jpg);
	 width:187px;
	 background-position:0px 0px;
	 margin-right: 4px;
}
    #topbanner3 a {
	background-image: url(../images/tb-ksnet.jpg);
	 width:187px;
	 background-position:0px 0px;
	 margin-right: 4px;
}
    #topbanner4 a {
	background-image: url(../images/tb-bunks.jpg);
	 width:187px;
	 background-position:0px 0px;
	 margin-right: 4px;
}
    #topbanner5 a {
	background-image: url(../images/tb-jsps.jpg);
	 width:186px;
	 background-position:0px 0px;
}
 
/* topbanner over */
    #topbanner1 a:hover  { width:187px; background-position:0px -76px;}
    #topbanner2 a:hover  { width:187px; background-position:0px -76px;}
	#topbanner3 a:hover  { width:187px; background-position:0px -76px;}
	#topbanner4 a:hover  { width:187px; background-position:0px -76px;}
	#topbanner5 a:hover  { width:186px; background-position:0px -76px;}

/* Hides from IE-mac \*/
* html #topbanner ul {
	height:47px;
	float: right;
}

/* local */
#local {
	width: 220px;
	float: left;
}

#localmenu {
	border: 1px solid #cccccc;
	width: 218px;
	padding-bottom: 10px;
}

#localmenu ul {
	margin-top: 1px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
		
}
#localmenu ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	width: 89%;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 120%;
	list-style-type: none;
	margin-left: 8px;
	list-style-position: outside;
	text-indent: -10px;
        padding-left: 10px;
}

#localmenu ul li a {
	padding-left: 10px;
	background-image: url(../images/lmark-g.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-transform: none;
}

#localmenu ul li a:hover  {
	background-image: url(../images/lmark-b.gif);
	text-decoration: none;
}

#globaltitle {
	background-color: #999999;
	color: #fff;
	font-weight: bold;
	width: 206px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	padding-left: 10px;
	line-height: 250%;
}

#localtitle {
	border: 1px solid #cccccc;
	width: 670px;
	height: 86px;
	line-height: 550%;
	padding-left: 30px;
	font-size: 16px;
	background-image: url(../images/localtitlebar.gif);
	background-repeat: no-repeat;
	background-position: 16px 3px;
}




/* localbanner rollover */
#localbanner {
	margin-top: 22px;
	margin-bottom: 20px;
}

#localbanner ul{
	list-style: none;
}
 
#localbanner li {
	height:70px;
	width: 220px;
	display:block;
	overflow:hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
 
#localbanner li a {
    display: block;
    overflow: hidden;
    height: 0px;
    padding-top:70px;
}
 
/* localbanner normal */
    #localbanner1 a {
	background-image: url(../images/sb-kcks.jpg);
	 width:220px;
	 background-position:0px 0px;
}
    #localbanner2 a {
	background-image: url(../images/sb-ricks.jpg);
	 width:220px;
	 background-position:0px 0px;
}
    #localbanner3 a {
	background-image: url(../images/sb-ksnet.jpg);
	 width:220px;
	 background-position:0px 0px;
}
    #localbanner4 a {
	background-image: url(../images/sb-bunks.jpg);
	 width:220px;
	 background-position:0px 0px;
}
    #localbanner5 a {
	background-image: url(../images/sb-jsps.jpg);
	 width:220px;
	 background-position:0px 0px;
}
 
/* localbanner over */
    #localbanner1 a:hover  { width:220px; background-position:0px -70px;}
    #localbanner2 a:hover  { width:220px; background-position:0px -70px;}
	#localbanner3 a:hover  { width:220px; background-position:0px -70px;}
	#localbanner4 a:hover  { width:220px; background-position:0px -70px;}
	#localbanner5 a:hover  { width:220px; background-position:0px -70px;}
	
#contents {
	float: right;
}

.textbox {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}

.textbox dd {
	padding-left: 12px;
	margin-bottom: 5px;
}

.photo-l {
	float: right;
	padding-left: 15px;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#member td {
	margin: 5px;
	padding: 5px;
	background-color: #efefef;
	border: 1px solid #FFFFFF;
}

#member tr {
}

#member table {
	font-size: 12px;
	color: #777777;
	border-collapse: collapse;
	line-height: 160%;
	width: 100%;
}

#googlemap {
	margin-top: 20px;
}

#campusmap {
	margin-top: 30px;
}

#member {
	margin-bottom: 20px;
}


#mailform {

}
.subtitle {
	background-image: url(../images/subtitlebar.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	background-position: 1px 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-weight: bold;
}

.right {
	text-align: right;
}
.pagetop {
	text-align: right;
	clear: both;
	padding-right: 10px;
	padding-top: 10px;
	color: #369;
	width: 670px;
	font-weight: bold;
	padding-bottom: 30px;
}

#footer {
	color: #999999;
	font-size: 10px;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-top: 10px;
	text-align: center;
}
