/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Tecnos College - Local Style";
 :created "2008-01-25";
 :release [:revision "1.00"; :created "2008-03-08"];
 :author [:name "Ichise yuya"; :mbox "3ping.org@gmail.com"];
 :license <technosac.jp>;"
 :note "
 		同階層のページにのみ有効"
		; .
*/


h1 {
	background-image: url(images/heading01.gif);
}

/*======================================

	Lead
	
=======================================*/

div.lead ul.hope {
	margin: 0 30px;
	width: 260px;
	float: right;
}

div.lead ul li {
	padding: 0.4em 0;
	font-weight: bold;
	color: #0F87CB;
	letter-spacing: 1px;
	border-bottom: 1px solid #eee;
}

/*======================================

	共通
	
=======================================*/

div#sandwichSchedule,
div#sandwichFeature,
div#sandwichCase {
	margin: 1em 0 1em;
}

div#sandwichSchedule h2,
div#sandwichFeature h2 {
	padding: 0.2em 10px;
	color: #fff;
	background-color: #333;
}

/*======================================

	sandwich
	
=======================================*/

div#sandwich {

}

div#sandwichSchedule,
div#sandwichFeature  {

}

div#sandwichSchedule h3 {
	margin-top: 0.2em;
	padding: 0.3em 10px;
	font-weight: normal;
	color: #fff;
	background-color: #C90064;
}

div#sandwichSchedule h4 {
	padding: 0.3em 10px;
	border: 1px solid #ccc;
	font-weight: normal;
	color: #000;
	background-color: #eee;
}

div#sandwichSchedule dl.schedule {
	margin-top: 0;
	padding: 0;
	border: none;
	background-color: #EBEFF0;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
}

div#sandwichSchedule dl.schedule dt {
	margin: 0;
	padding: 0.2em 0 0.1em 0;
	border-top: 1px solid #fff;
	width: 5em;
	float: left;
	color: #303030;
	text-indent: 15px;
}
	
div#sandwichSchedule dl.schedule dd {
	margin: 0 0 0 5em;
	padding: 0.3em 1em;
	border-top: 1px solid #fff;
	color: #333;
	background-color: #fff;
	background-image: url(../../common/css/images/common/interface/line-dot01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div#sandwichSchedule div.first,
div#sandwichSchedule div.second,
div#sandwichSchedule div.third {
	float: left;
	width: 33.3%;
}

div#sandwichSchedule div.first,
div#sandwichSchedule div.second {
	height: 30em;
	background: url(../../common/css/images/common/interface/line_dot02.gif) repeat-y top right;
}

/*======================================

	sandwich Feature
	
=======================================*/

div#sandwichFeature {

}

div#sandwichFeature div.section {
	float: left;
	height: 22em;
	width: 33.3%;
	background: url(../../common/css/images/common/interface/line_dot02.gif) repeat-y top right;
}

div#sandwichFeature div.section h3 {
	margin-top: 0.2em;
	padding: 0.3em 10px;
	font-weight: normal;
	color: #fff;
	background-color: #878DBC;
}

/*======================================

	sandwich Case
	
=======================================*/

div#sandwichCase h2 {
	margin-bottom: 0;
	padding-left: 27px;
	border-bottom: none;
	color: #C90064;
	background: url(../../common/css/images/common/mark/icon_ast.gif) no-repeat left center;
}

div#sandwichCase  div.case {
	margin: 1em 30px;
	padding: 10px 0;
	border: 1px solid #eee;
}

div#sandwichCase  div.case h3 {
	margin-top: 0;
	padding-left: 33px;
	padding-bottom: 0.4em;
	border-bottom: 4px solid #eee;
	color: #999;
	font-size: 100%;
	background: url(../../common/css/images/common/mark/arrow04_air.gif) no-repeat left center;
}

div#sandwichCase  div.case h3 span.en {
	font-size: 131%;
	color: #333;
	font-family: "Times New Roman", Times, serif;
}

div#sandwichCase  div.case ul.info {
	margin-left: 180px;
	background-color: #f5f5f5;
}

div#sandwichCase  div.case ul.info li a:link,
div#sandwichCase  div.case ul.info li a:visited {
	color: #14A3C9;
}

div#sandwichCase  div.case ul.info li a:hover {
	background-color: #C90064;
}

div#sandwichCase div.case p.photo1 {
	float: left;
	width: 120px;
	border: 1px solid #333;
	display: inline;
}

div#sandwichCase  div.case p.photo2 {
	float: right;
	width: 280px;
	display: inline;
}

div#sandwichCase  div.case div.textBody {

}

div#sandwichCase  div.case div.textBody:first-letter {
	font-size: 140%;
	color: #000;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

div#sandwichSchedule,
div#sandwichFeature {
	_height: 1px;
	min-height: 1px;
/* for MacIE5 \*//*/
	height: auto;
	overflow: hidden;
/* end */
}

div.lead:after,
div#sandwichSchedule:after,
div#sandwichFeature:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

