@charset "utf-8";
/*------------------------------------------------
Project: 聖徳大学附属女子中学校・高等学校Webサイト
For    : インポート・初期化・再定義・汎用スタイル
Created: 19:00 2010/03/12 nagisa@shift-jp.net
------------------------------------------------*/


/* インポート
---------------------------------------------------------- */
@import url(./layout.css);
@import url(./top.css);
@import url(./news.css);

/* 初期化
---------------------------------------------------------- */
body {
	margin:				0;
	padding:			0;
	font-size: 			100%;
	line-height:		200%;
}
html{
	height:				100%;
}
html>/**/body{
	overflow:			-moz-scrollbars-vertical;
}
html:first-child body{
	min-height:			100%;
	padding-bottom:		1px;
}
/* タグの再定義
---------------------------------------------------------- */
body {
	font-family: 				Verdana,Arial,'メイリオ',Meiryo,sans-serif,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
	margin:						0;
	padding:					0;
	text-align:					center;
	color:						#000;
	font-size:					100%;
	background:					#faf5e9;

}
ul {
	list-style-type:			none;
	margin:						1em 2em;
}
ol {
	margin:						1em 2em;
}
img {
	border: 					none;
	vertical-align: 			bottom;
}
p {
	margin:						0 0 1em 0;
}
a {
	outline:					none;
	color:						#3588C3;
	text-decoration:			none;
}
a:hover {
	color:						#3588c3;
	text-decoration:			underline;
}
a:active {
	color:						#3588c3;
}
a:visited {
	color:						#3588c3;
}
table {
	border-collapse:			collapse;
}
label, button {
	cursor:						pointer;
}
input, select {
	vertical-align:				center;
}
strong {
	font-weight:				bold;
}
em {
	font-style:					normal;
	font-weight:				bold;
}

.hiddenInfo {
	display:					none;
}
.more {
	margin:						1em 0;
	font-size:					72%;
}
.breadcrumb {
	margin:				0;
	padding:			0;
	font-size:			75%;
	height:				58px;
	color:				#666;
}
.backToTop {
	clear:						both;
	margin-top:					2em;
	font-size:					72%;
	text-align:					right;
}
.backToTop a {
	display:			-moz-inline-block;
	display:			inline-block;
	*display:			inline;
	*zoom:				1;
	text-align:			left;
	text-indent:		-1000em;
	overflow:			hidden;
	text-decoration:	none;
	width:				37px;
	height:				13px;
	background:			url(../images/shared/button_gotop.gif) 0 0 no-repeat;
}
.backToTop a:hover {
	background:			url(../images/shared/button_gotop_.gif) 0 0 no-repeat;
}

/* 本文
---------------------------------------------------------------------*/
#container h3 {
}
#container h4 {
}
#container h5 {
}
#container h6 {
}
#container p {
}
#container p {
}
