@charset "UTF-8";

/* -----------------------------------------------------------
	CSS Information
	Site Name: Women's Junior College Ueda
	 File name:      default.css
 	Style Info:     $B%G%U%)%k%H$N%9%?%$%k$N%j%;%C%H5Z$S4pK\@_Dj(B
	Version: 1.01
	update/auther(admin): [2008-04-26][Shinobu Kiuchi](Shinobu Kiuchi)

	2008-01-24$B!'(B
	html/object,embed/q:before,q:after
	* + html body$B$rDI2C$7$^$7$?!#(B

	2008-02-02$B!'(B
	fieldset/select option/form label$B$rDI2C$7$^$7$?!#(B
----------------------------------------------------------- */


/* 1: Formatting Reset : base reset layouts
---------------------------------------------------------------------------------- */
div{
 zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
}
	


/* 2: Redefine : body and base setting
---------------------------------------------------------------------------------- */
html {
	overflow-y: scroll;

}

body {
	margin:0;
	padding:0;
	font: normal 62.5% "$B%R%i%.%N3Q%4(B Pro W3", HiraKakuPro-W3, Osaka, "$B%a%$%j%*(B", "Meiryo", "$B#M#S(B $B#P%4%7%C%/(B", verdana, arial, sans-serif;
	text-align:center;
	color: #333;
	background-color: #FFF;
/* background-color: #EBBFB5;
	background-image:url(../images/siteBg2.jpg) ;
	background-repeat:repeat;
	background-position: top right;
---------------------------------------------------------------------------------- */
}

/* IE7 only */
* + html body {
	font-family: "$B%a%$%j%*(B","Meiryo";
}

/* safari only \*/
html:\66irst-child body {
font-size: 70%;
 }
 
/* general params
--------------------*/

.index {width:760px;
margin-left:auto;
margin-right:auto;
}

h1 {
	font-size:10px;
	font-weight:normal;
}

div#pagetop {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width:760px;
	text-align: left;
	position: relative;
	background-repeat:repeat-y;
	background-position: top left;
	background-color: #FFFFFF;
	}


h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form,  blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.4;/* base line height */
	text-align: left;
	display: block;
	margin: 0;
	font-size: 100%;
	text-decoration: none;
	font-style:normal;
}
input, textarea,{
	padding: 0;/* margin&padding reset */
	line-height: 1.4;/* base line height */
	text-align: left;
	margin: 0;
	font-size: 100%;
	text-decoration: none;
	font-style:normal;
}

table {
	margin : 0;
	empty-cells: show;
	font-size:17px;
	border-collapse:collapse;
	border-spacing:0;
	color: #333333;
	font-weight: bold;
	}

td {
	}

	
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;

}
img a{
	border-style: none;
		outline: 0;
}

li { list-style: none; }/* link do not want a dot */

caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

hr {
	display: none;
	}
	
object,
embed {
	vertical-align: top;
}

q:before,q:after {
	content: '';
}

fieldset{
	border:0;
	}	
	
select option{
	padding:0 5px;
	}	

form label{
	cursor:pointer;
	}


/* 3: link setting
---------------------------------------------------------------------------------- */
a{
	text-decoration: none;
	color:#1369B8;
	line-height:1.4;
	outline: 0;
	}

a:link{
	color: #1369B8;
	text-decoration: underline;
	}

a:visited{
	color: #888;
	text-decoration: underline;
	}
	
	
a:hover{
	color: #CD5050;
	text-decoration: none;
	}

a:active{
	color: #CD5050;
	text-decoration: underline;
	}	
	
	
	

/* 4: other setting 
---------------------------------------------------------------------------------- */

/* for voice blowser 
-------------------------------------*/
#naviskip {
	position: absolute;
	left: -9999px;
	width: 900px;
	}	
	
/* for float Hack 
-------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

		

