@charset "Shift_JIS";
/********大阪大学 20060907********/
/****基本****/
body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: medium;
	text-align: center;
	background-image: url(../img/sima.gif);
	background-repeat: repeat;
}
img {
	border: none;
}
.footer {
	/*	background-image: url(../img/bk/footer_bk.jpg);*/
/*	background-repeat: repeat-y;*/
	background-position: right;
	padding: 5px;
	color: #FFFFFF;
	background-color: #666666;
	font-size: smaller;
}
ol {
	text-align: left;
}
li {
	line-height: 1.6em;
}
.ul-left {
	line-height: 1.6em;
	text-align: left;
}
/****マージン****/
.m30 {
	margin: 30px;
}
.m20 {
	margin: 20px;
}
.m10 {
	margin: 10px;
}
.m5 {
	margin: 5px;
}
/****フォント****/
h1 {
	line-height: 1.2em;
	font-weight: bold;
	font-size: x-large;
	text-align: left;
}
.h1bk{
	color: #FFFFFF;
	background-color: #CC6666;
	font-size: large;
	padding: 8px;
}
.h2line {
	color: #CC6666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6666;
	padding-bottom: 2px;
}
h2 {
	line-height: 1.2em;
	font-weight: bold;
	font-size: large;
	text-align: left;
}
.h3-e {
	line-height: 1.2em;
	font-weight: bold;
	font-size: medium;
	text-align: left;
}
p {
	line-height: 1.6em;
	text-align: left;
}
.fonts {
	font-size: small;
}
/****リンク****/
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #3366FF;
	text-decoration: underline;
}
/****バック色****/
.bklightgray {
	background-color: #E5E5E5;
}
.bklightgray2 {
	background-color: #E7E7E7;
}
.bkbluegray {
	background-color: #C7D2EA;
}
.bkdarkgray {
	color: #FFFFFF;
	background-color: #333333;
}
.bk669966 {
	color: #FFFFFF;
	background-color: #669966;
}
.bkbabypink {
	color: #666666;
	background-color: #FFDEDB;
}
.bkwhite {
	color: #666666;
	background-color: #FFFFFF;
}
/****アンダーライン****/
.line666666 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.line666666dot {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
/****左ライン****/
.line666666left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
