@charset "UTF-8";
/* 秋田公立美術工芸短期大学ウェブサイト スタイルシート */
/* タグの再定義 */

h1,h2,h3,h4,h5,h6,form {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: medium;
}
h3 {
	font-weight: bold;
	color: #111111;
	margin: 0px;
	font-size: small;
}
h4 {
	font-weight: bold;
	color: #669900;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #779933;
	margin: 10px 0px 0px;
	padding-left: 6px;
	font-size: small;
}
h5, h6 {
	font-weight: bold;
	margin-left: 12px;
	margin-right: 12px;
	font-size: small;
	border-bottom: 2px solid #CCCCCC;
}
#message h5 {
	border-style: none;
}


/* 追加スタイル */
.mg12 {
	padding-right: 1em;
	padding-left: 1em;
	text-align: left;
}
.lead {
	line-height: 130%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.here {
	border-bottom: 2px solid #FF9900;
}

/* 基本レイアウト */

#navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background: #99B64F url(../parts/bg_menu.gif) repeat-x;
	margin: 0px;
}
#subNavi {
	width: 170px;
	padding: 20px 10px 0px 0px;
	margin: 0px;
	float: left;
	font-size: x-small;
	background: #FFFFFF;
	display: block;
}
#contents {
	padding: 20px 0px;
	width: 550px;
	background: #FFFFFF;
	font-size: small;
	margin: 0px 0px 0px 190px;
}

#main {
	background: url(../parts/bg.gif) repeat fixed;
	margin: 0px;
	padding: 0px;
}
.pageup {
	text-align: right;
	clear: both;
	float: none;
	margin-top: 20px;
}

#footer {
	font: 10px Arial, Helvetica, sans-serif;
	padding: 0px;
	background: #666666 url(../parts/bg_foot.gif) no-repeat;
	color: #FFFFFF;
	margin: 0px;
	clear: both;
}

#topLink {
	padding: 5px;
	width: 720px;
	text-align: right;
}


/* 学科紹介 */

.sakuhin {
	font-size: x-small;
	color: #FFFFFF;
	background: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 20px;
}
.sakuhin td{
	font-size: x-small;
	color: #FFFFFF;
}

/* ブロックのスタイル */

.basicTable {
	text-align: left;
	margin-bottom: 20px;
	width: 545px;
	margin-right: auto;
	margin-left: auto;
}
.basicTable table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-top: 6px;
	margin-bottom: 6px;
}
.basicTable th {
	color: #000000;
	background-color: #CCCCCC;
	padding: 2px 6px;
	text-align: center;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: normal;
}
.basicTable td {
	background-color: #FFFFFF;
	padding: 2px 6px;
	text-align: center;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.basicTable p {
	text-align: left;
}
.basicTable ul {
	text-align: left;
}
td.baseHead {
	line-height: 13px;
	background-color: #EEEEAA;
	text-align: center;
	vertical-align: middle;
}
td.baseDate {
	line-height: 13px;
	background-color: #FFFFEE;
	text-align: right;
	vertical-align: middle;
	padding-right: 1em;
	padding-left: 6px;
}
td.tdDt {
	text-align: left;
	padding-left: 1em;
}
.caution {
	color: #FF0033;
}
.indent {
	text-align: left;
}
.indent p {
	padding-left: 1em;
	margin: 0px;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

.indent table {
	margin-left: 1em;
}

p.indent2 {
	text-indent: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mb0 {
	margin-bottom:0;
}
.mb1em {
	margin-bottom: 1em;
}
.mb1 {
	margin-bottom: 1em;
}
.mb2 {
	margin-bottom: 2em;
}


.txtBlock {
	text-align: left;
}
.txtBlock h4 {
	background-image: url(../parts/hasen.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.txtBlock p {
	margin-left: 1em;
}
.txtBlock address {
	background-color: #eeeeee;
	padding: 12px;
	margin-top: 0px;
	margin-left: 12px;
	margin-bottom: 24px;
	text-align: left;
	border: 1px solid #cccccc;
}

.dotBox {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	border: 1px dotted #999999;
	font-size: x-small;
}

.tempBox {
	background-color: #FFEEFF;
	padding: 12px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	border: 1px dotted #666666;
	font-size: x-small;
}
.linkBtn {
	text-align: right;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.btmTab {
	background-image: url(../parts/sdw.gif);
	background-repeat: no-repeat;
	text-align: right;
	margin: 20px 0px 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.phtCap {
	font-size: x-small;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.phtCap img {
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main p {
	margin-left: 1em;
	margin-right: 1em;
}


ul {
	margin-top: 6px;
	margin-bottom: 6px;
}
table.pics {
	margin: 0px 12px 20px;
}
h3.header {
	font-weight: bold;
	margin-top: 20px;
}
