@charset "UTF-8";


/* *********************************************************
 *
 * St.thomas college web site
 *	
 *	This stylesheet provides default styles.
 *	Assumed for PC screens.
 * 
 * 
 *  その他
 * 
 *
 * *********************************************************
 */



@import "base.css";
@import "print.css";

/*
サイトマップ
---------------------------------------------------------------*/
div#sitemap div.mainMargin{
	padding:0 0 0 35px;
	}
	
div#sitemap div.siteBox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
	line-height:0;
	font-size:1px;
  }

div#sitemap div.siteBox {
  display: inline-table;
  min-height: 1%;
	clear:both;
	padding-bottom:20px;
  }
		
* html div#sitemap div.siteBox {height: 1%;}
*+html div#sitemap div.siteBox {height: 1%;}


div#sitemap div.siteBox ul{
	width:220px;
	float:left;
	margin-right:20px;
	}
	
div#sitemap div.siteBox ul li{
	list-style-type:none;
	margin:0 0 0 18px;
	background:url(/english/images/icon_small_cate.gif) 0 0.5em no-repeat;
	padding:0 0 0 8px;
	}
	
div#sitemap div.siteBox ul li h2 a{
	padding:0;
	margin:0;
	}
	
div#sitemap div.siteBox ul li.titleH2{
	padding:0;
	margin:0;
	}

div#sitemap div.siteBox ul li.titleH2 h2{
	background:url(/english/images/title_yellowbar.gif) left bottom no-repeat;
	padding:0 10px 6px 15px;
	font-weight:bold;
	color:#333;
	margin:0 0 10px;
	font-size:120%;
	clear:both;
	}

div#sitemap div.siteBox ul li.titleH2 h2.low{
	background:url(/english/images/title_yellowbar_low.gif) left top no-repeat;
	height:49px;
	}

div#sitemap div.siteBox ul li.low{
	background:url(/english/images/dotline2.gif) left bottom no-repeat;
}
	
div#sitemap div.siteBox ul li.titleH2 h2.high{
	background:url(/english/images/title_yellowbar_low.gif) left top no-repeat;
	font-weight:bold;
	color:#333;
	margin:0 0 10px;
	font-size:120%;
	clear:both;
	height:49px;
	}
	
div#sitemap div.siteBox ul li.high{
	background:url(/english/images/dotline2.gif) left bottom no-repeat;
}
	
div#sitemap p.siteHome{
	background:url(/english/images/icon_small_cate.gif) 0 0.5em no-repeat;
	padding:0 0 20px 8px;
	}

div#sitemap div.siteBox dl{
	width:200px;
	margin-left:5px;
	}

div#sitemap div.siteBox dl dd{
	list-style-type:none;
	margin:0;
	background:url(/english/images/icon_small_cate.gif) 0 0.5em no-repeat;
	padding:0 0 0 8px;
	}

