@charset "UTF-8";
/*
Theme Name: 京都府立木津高等学校ＷＥＢ
Version: 1.4
Author: NST.Co.,LTD
Author URI: http://ns-tec.net
*/ 

/****************************************
	SUB TOP IMG
*****************************************/

#sub-img {
	text-align: center;
	display: block;
	padding: 0px;
	height: 120px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../top-img/top-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	position: relative;
	
}
#sub-img-inner {
	text-align: left;
	height: 120px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;	
	background-image: url(../item/title.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 3;
	display: block;
}
#sub-img-inner h1 {
	padding-top: 50px;
	height: 15px;
	text-indent: 50px;
	letter-spacing: 2px;	
}
#sub-img-inner h2 {
	font-size: 14px;
	text-indent: 100px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sub-img-inner h1,
#sub-img-inner h2 {
 	text-shadow: #FFFFFF 1px 1px 3px; /* FireFox, Webkit, Opera */
  	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#FFFFFF,offx=1,offy=1)"; /* IE8 */
  	display:block; /* IE */
  }
