@charset "utf-8";

/* ************************************************** 

	artstudium用 英語 top
	
	製作日：2007/11/28
	
- ***************************************************/


* {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

body {
	padding: 0;
	margin: 0;
	background-color: #188FB2;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 2em;
	color: #08444A;
}
h1 {
	margin-bottom: 14px;
}

ul, li	{
	margin:	0;
	padding:	0;
	list-style:	none;
}
img {
	border: 0;
	vertical-align: text-bottom;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:link {
	color: #FFF;
}
a:visit {
	color: #FFF;
}
a:hover {
	color: #F0A64A;
}
.wrpaper {
	width: 900px;
	background-color: #E6E6E6;
	background-image: url(../../../img/en/top_back.png);
	background-position: 450px 423px;
}
#contena {
	position: relative;
	padding-top: 18px;
	padding-left: 18px;
}

/* ナビゲーション
---------------------------------------------*/
#gmenu {
	left: 16px;
	top: 349px;
	width:653px;
}
#gmenu li {
	float: left;
}
#gmenu li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:19px;
	padding-top: 19px;
	background-image: url(../../../img/en/top_gmenu.png);
}



/*  背景画像の位置
---------------------------------------------*/
	#gmenu li#gestMenu{
		width: 188px;
	}
	
	#gmenu li#accessMenu{
		width: 57px;
	}
	
	/* 通常 */
	#gmenu #gestMenu a { background-position:  0     0; }
	#gmenu #accessMenu a { background-position:  -188px     0; }
		
	/* オンマウス */
	#gmenu #gestMenu a:hover { background-position:  0     -23px; }
	#gmenu #accessMenu a:hover { background-position:  -188px     -23px; }
	

/* 文字情報
---------------------------------------------*/
#textBox {
	position: relative;
	clear: both;
	padding-top: 56px;
}
#description {
	width: 216px;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	margin-left: 216px;
	top: 56px;
}
#leftBox {
	width: 216px;
}
ul#faculty, ul#link {
	padding-bottom: 2.5em;
}
#textBox h2 {
	padding-bottom: 0.3em;
}


/*  footer
---------------------------------------------*/

#foot {
	clear:both;
	padding-top: 25px;
	padding-bottom: 5px;
}
#japaneseBtn {
	height: 20px;
	width: 62px;
	top: 13px;
	position: absolute;
	left: 811px;
	background-image: url(../../../img/en/top_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 9px;
}
