/* ページの基本デザイン用CSS */
body {
	color: #666666;
	background-image: url(/faculty/engineering/tech/public/cmnt/side_bk2.jpg); 
	margin: 0px;
	margin-top: -1em; 
}
#contents {
	width:800px;
	font-size: 12px;
}
#main {
	width: 580px;
	margin-left: 10px;
	line-height: 150%;
}
#side {
	width: 180px;
	position: absolute;
	top: 140px;
	left: 610px;
}
#footer {
/*	border-top: 3px solid #3366ff; */
	background: #ffffff;
	clear: both;
}

h1{
	font-size:80%;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0px;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 120%;
/*	border-bottom: dashed 1px #009900; */
	border-bottom: dashed 1px #FFCD99;
}
.article{
	padding: 5px;
/*	border: solid 1px #66cc66; */
	border: solid 2px #FFCD99;
	margin-bottom: 10px;
	zoom: 1;
}
.article:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

img.inner {
	float: left;
	margin-right: 5px;
/*	border: solid 1px #666666; */
}

img.inner_right {
	float: right;
	margin-left: 5px;
}

#path {
	text-align:right;
	margin: 0px;
}
a {
	color: #555555;
	text-decoration: none;
	font-weight:bold;
}

.splink {
	color: #ff1493;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000080;
	text-decoration: underline;	
}

ul {
	list-style:none;
}
li{
	list-style: none;
	padding-left:18px;
	line-height: 150%;
	background-image:url("/faculty/engineering/tech/public/cmnt/arrow.gif");
	background-repeat:no-repeat;
	background-position: 6px 3px; /* 左からの位置、上からの位置 */
} 

address {
	font-size: 80%;
	font-style: normal;
	text-align: right;
/*	border-top: 2px solid #dcd5cb; */
	border-top: 2px solid #ffcb99; 
	padding-top: 10px;
	margin-top: 20px;
	clear:both;
}