@charset "Shift_JIS";


/******** The University of Tokyo CSS-default setting file **************************************************/

/*--- import ************************************************** 〜 */

/*--- base ************************* 〜 */
/* modules - ヘッダー、フッター、メニュー
----------------------------------------------------------- */
@import url("module.css");

/* all style
----------------------------------------------------------- */
@import url("style.css");

/* Design Select
----------------------------------------------------------- */
@import url("style1.css");

/*--- local ************************* 〜 */
/* index
----------------------------------------------------------- */
@import url("local/index.css");

/* home
----------------------------------------------------------- */
@import url("local/home.css");

/* fold-down
----------------------------------------------------------- */
@import url("local/fold-down.css");

/* bbs
----------------------------------------------------------- */
@import url("local/bbs.css");

/* contact
----------------------------------------------------------- */
@import url("local/visitor.css");

/* aboutus
----------------------------------------------------------- */
@import url("local/about_us.css");

/* history
----------------------------------------------------------- */
@import url("local/history.css");

/* melody
----------------------------------------------------------- */
@import url("local/melody.css");

/* members
----------------------------------------------------------- */
@import url("local/members.css");

/* gallery
----------------------------------------------------------- */
@import url("local/gallery.css");



/*--- reset ************************************************** 〜 */

html {
	overflow-y:scroll;
	line-height:0;
}
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-collapse: separate;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}


/*--- default ************************************************** 〜 */

body{
	font-family:Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background:url(../images/aquablue/bg.png);
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-color:#fff;
	color:#666;
}
*:first-child + html body {	/* for IF7 */
	font-family: "メイリオ","Meiryo";
}

