
/*
** Morioka Collage High School Ver.0.0.9 2007/09/16 **
*------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: transparent;
}

body {
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	background: #E8F1FF url(../images/bg1.jpg) repeat-x fixed;
}

a:link {
	color: #36F;
}
a:visited {
	color: #66C;
}
a:hover {
	text-decoration: underline;
	color: #F93;
}

a img {
	border: 0 #FFF;
}

em,strong {
	font-weight: bold;
}

#container {
	width: 760px;
	margin: auto;
	background-color: #FFF;
	border: solid 1px #CCC;
}


/*
** Header-Section **
*------------------------------------------------------------*/

div#header h1 {
	float: left;
	margin: 10px 0 10px 15px;
}

#info {
	float: right;
	margin: 10px 10px 5px 0;
	color: #CCC;
	font-size: 90%;
}

#navi {
	clear: both;
}


/*
** PageBody Section **
*------------------------------------------------------------*/

#content {
	float: left;
	width: 520px;
	margin: 10px 0 15px 15px;
}

#topic-path {
	color: #999;
	margin:2px;
	font-size: 75%; 
}

#content h3{
	font-size: 120%;
	font-weight: bold;
	color: gray;
	margin-top: 15px;
	margin-bottom: 1em;
}

#content h4{
	font-size: 110%;
	color: #559efd;
	margin: 1em 0;
}

#content h5{
	font-size: 100%;
	color: #000;
	margin: 1em 0;
}


#content p {
	margin: 1em 0;
	line-height: 150%;
	font-size: 90%;
}

#sidebar {
	float: right;
	width: 180px;
	margin: 10px 10px 15px 0;
	padding-top: 10px;
	background: #F0F0F0 url(../images/bg_links.gif) repeat-x;
}

#nav-local {
	margin: 10px 10px 15px;
}

ul#nav-local li {
	margin-bottom: 5px;
	padding-left: 15px;
	list-style: none;
	font-size: 75%;
	line-height: 150%;
	background-color: #FFF;
	background-image: url(../images/marker1.gif) ;
	background-repeat: no-repeat;
	background-position: 0% 10%;
	border: solid 1px #B5E8FF;
}

#nav-local a {
	text-decoration: none;
}


/*
** Footer Section **
*------------------------------------------------------------*/

#navi2 {
	padding: 5px 15px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	color: #CCC;
	font-size: 90%;
}

#footer {
	background: url(../images/bg_foot.gif) repeat-x;
}

address {
	padding: 15px;
	font-size: 90%;
	line-height: 135%;
}

#info2 {
	margin: 0 15px;
	font-size: 75%;
}

#copyright {
	margin: 0 10px 20px 15px;
	text-align: right;
}


/*
** for Top-Page **
*------------------------------------------------------------*/

#news {
	float: left;
	width: 450px;
	margin: 10px 15px 0 15px;
}

#info_MT {
	margin: 5px 5px 15px 5px;
	padding-left: 20px;
}
ul#info_MT a {
	font-weight: bold;
}

#news_MT {
	margin: 5px 5px 15px 5px;
	padding-left: 20px;
}

ul#news_MT a {
	font-weight: bold;
}

.news_item {
	line-height: 150%;
	margin-bottom: 10px;
	border-bottom: dotted 2px #FC3;
	list-style-image: url(../images/marker1.gif);
	font-size: 90%;
}

.index_MT {
	list-style-image: url(../images/marker1.gif);
	margin-left: 320px;
	font-size: 90%;
}

.qr {
	width: 350px;
	padding: 5px 5px 5px 10px;
	font-size: 75%;
	line-height: 150%;
	float: right;
}
.qr_img {
	float: left;
	margin-bottom: 1em;
}

#links {
	float: right;
	width: 240px;
	margin: 10px 10px 10px 0;
	padding-top: 10px;
	text-align: center;
	background: #F0F0F0 url(../images/bg_links.gif) repeat-x;
}

div#links img {
	margin-bottom: 5px;
}


/*
** Other Styles **
*------------------------------------------------------------*/

.flt_l {
	float: left;
}
.flt_r {
	float: right;
}

.clr_l {
	clear: left;
}
.clr_r {
	clear: right;
}
.clr_b {
	clear: both;
}

.notice {
	color: Red;
}

ul.nav_list li {
	line-height: 150%;
	margin-bottom: 5px;
	list-style-image: url(../images/marker1.gif);
}

.list1 {
	margin-left: 2em;
	font-size: 90%;
	margin-bottom: 1em;
}
.list1 li {
	line-height: 150%;
}
.list1 ul {
	margin-left: 2em;
}

.centering1 {
	text-align: center;
}


