@charset "utf-8";
/* formatting style
----------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	background-color: #999999;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}


/* link style
----------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	top: 1px;
}
.scrollsell {
	overflow: auto;
	width: 500px;
	height: 95px;
	padding: 5px 0px 0px 5px;
	border-style: inset;
	border-width: thin;
}
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
}
#header {
	background-image: url(title.gif);
	background-repeat: no-repeat;
	background-color: #0571bb;
}
#bunseilink {
	padding: 5px 10px 0px 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li {
	float: left;
	list-style: none;
}

#menu ul li a {
	width: 100px;
	background-color: #0571bb;
	text-align: center;
	display: block;
	text-decoration: none;
	height: 25px;
	position: relative;
}
#menu ul li a:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul li a:visited {
	color: #CCC;
}
#menu ul li a:hover {
	font-weight: bold;
	color: #FFFF00;
	background-color: #3399FF;
}
#menu ul li a:active {
	color: #FFFF00;
	top: 1px;
	font-weight: bold;
}
#top #menu #nTop a,
#News #menu #nNews a,
#Diary #menu #nDiary a,
#photo #menu #nPhoto a,
#curriculum #menu #nCurriculum a,
#lecture #menu #nLecture a,
#staff #menu #nStaff a,
#howto #menu #nHowto a,
 {
	background-color: #CCCCCC;
	color: #333333;
	font-weight: bold;
}


#main {
	background-color: #FFFFFF;
	top: 105px
.px;			width: 800px;
}
#topimage {
	padding: 20px;
}

#textframe {
	padding: 50px 30px 30px;
}
#textframe2 {
	padding: 50px 80px;
}

#text {
	padding: 10px;
}
#text dt {
	font-weight: bold;
	clear: left;
	float: left;
	width: 5em;
	margin-bottom: 10px;
	padding-left: 10px;
}
#text dd {
	margin-bottom: 10px;
	margin-left: 6em;
}

#column1 {
	padding: 20px;
	font-weight: bold;
	float: left;
	position: relative;
	width: 100px;
}
#column1b {
	float: left;
	width: 150px;
	position: relative;
	padding-top: 20px;
	padding-left: 10px;
	overflow: visible;
}

#column2 {
	padding: 20px 60px 20px 20px;
	float: right;
	width: 500px;
}
#column2b {
	padding: 20px 60px 20px 20px;
	float: right;
	width: 470px;
}

#column_text {
	padding-top: 10px;
	padding-bottom: 20px;
}
#profile_text {
	padding-top: 10px;
	padding-bottom: 20px;
}
#profile_text img {
	margin-right: 10px;
	float: left;
}
#interviewQ {
	font-weight: bold;
	padding-bottom: 10px;
	color: #993300;
}



#diary {
	padding: 20px;
}



#movie  {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#news  {
	width: 550px;
	left: 50px;
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 20px;
}
#mobile  {
	width: 200px;
	float: right;
}




#footer {
	background-color: #0571bb;
	color: #FFFFFF;
	clear: both;
	text-align: right;
	height: 60px;
	padding-right: 30px;
	padding-top: 20px;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFF00;
	top: 1px;
	text-decoration: underline;
}


#footer address {
	font-size: 9px;
	margin: 15px 0px 5px;

}

