@charset "UTF-8";
/********************************************************************
*********************************************************************
**	鳥取県立鳥取西高等学校
**	Last modified:2009/06/25/
**	制作:石賀　悠
**	所属:鳥取西高等学校
**	使用コード:utf-8(unicode)
**	http://www.torikyo.ed.jp/toriw-h/
********************************************************************
********************************************************************/



/******tag*********/
html{height:100%;}
body{margin:0 0 0 0; height:100%;}
li{margin-left:0px;list-style:none;list-style-type:none;}
img{vertical-align:bottom; border:0;}





/***********ID**************/
/********layout*********/
#all {
	height:auto;
	text-align:center;
}

#back {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

/********header********/
#header {
	height: 100px;
	width: 1000px;
	background-image:url(image/index-h.jpg);
}
#top-b{
	width:400px;
	float:left;
	height:50px;
	margin-left:55px;
	margin-top:15px;
	
}
#top-b2{
	width:300px;
	height:20px;
	float:right;
	margin-top:78px;
	margin-right:50px;
	
}
#google{
	margin-left:240px;
	width:400px;
	height:auto;
	margin-top:10px;
	float:left;
	z-index: auto;
	vertical-align:middle;
	text-align:right;
}


/**********menu bar*******/
#menu {
	width:198px;
	height:auto;
	float:left;
	background-image:url(image/index-m.jpg);
	z-index:auto;
	text-align:left;
	padding-left:52px;
}
#menu .size {
	width:198px;
	height:40px;
}

#mobile{
	width:198px;
	height:auto;
	text-align:center;
	color:#666666;
}
#mobile img{
	width:100px;
	height:100px;
}
#mobile a {
	font-size:80%;
	color:#666;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;
}
#mobile a:hover {
	font-size:80%;
	color:#000;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;
}
#counter{
	width:198px;
	height:auto;
	text-align:center;
}


/********footer*********/
#foot {
	width:1000px;
	height:20px;
	clear:left;
	background-image:url(image/footer.jpg);
	color:#FFF;
	bottom:0px;
}


#background{
	background-image:url(image/index-line.jpg);
	width:1000px;
	min-height:100%;
	height:auto;
	float:left;
}

/***********Class*************/

.topbb{
	height:20px;
	width:100px;
	float:left;
}

/*********link setting*************/

A.lnk {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000000;
}
A.lnk:active  { text-decoration: none; color: #000000;}
A.lnk:visited { text-decoration: none; color: #000000;}
A.lnk:hover   { text-decoration: none; color: #000000;}
