@charset "UTF-8";
@import url("../../css/subject.css");


/* ============================================================ index.html用スタイル */
#gaiyouContents h2 {
	background-image: url("../images/title.jpg");
	height: 120px;
}

#gaiyouContents h4 strong {
	font-size: 1.2em;
	color: #bd9a49;
}

#gaiyouContents p img {
	margin-top: 0;
}


#gaiyouContents table.black_white_tate {
	width: 100%;
	color: #003300;
}

#gaiyouContents dl dt {
	font-size: 0.9em;
	font-weight: bold;
}

#gaiyouContents dl dd {
	margin-left: 1em;
	font-weight: normal;
	font-size: 0.8em;
}

#gaiyouContents dl dd ul {
	margin-left: 1em;
	font-size: 1em;
}

#gaiyouContents table.black_white_tate th {
	padding: 1em;
	text-align: left;
	color: #005900;
}

#gaiyouContents table.black_white_tate th.course {
	width: 30%;
}

#gaiyouContents table.black_white_tate td {
	padding: 10px;
}

#gaiyouContents table.black_white_tate td.common1 {
	background-color: #caa44e;
	color: #ffffff;
}

#gaiyouContents table.black_white_tate td.common2 {
	background-color: #bd9a49;
	color: #ffffff;
}

#gaiyouContents table.black_white_tate td.color1 {
	background-color: #a3853f;
	color: #ffffff;
}

#gaiyouContents table.black_white_tate td.color2 {
	background-color: #7d6630;
	color: #ffffff;
}


/* ============================================================ sikaku.html用スタイル */
#sikakuContents h2 {
	background-image: url("../images/sikakuTitle.jpg");
	height: 120px;
}

a {
	outline-style: none;
}

/*
#sikakuContents table {
	width: 100%;
}

#sikakuContents th {
	width: 40%;
	padding-left: 1em;
	text-align: left;
}

#sikakuContents td {
	padding: 2px;
	font-size: 0.9em;
}
*/

/* ============================================================ syuusyoku.html用スタイル */
#syuusyokuContents h2 {
	background-image: url("../images/syuusyokuTitle.jpg");
	height: 120px;
}

#syuusyokuContents h3#internTitle {
	background-image: url("../images/internTitle.jpg");
}

#syuusyokuContents ul.list {
	margin: 1em 0 1em 2em;
	color: #030;
	line-height: 1.7;
	list-style-position: inside;
}


/* ============================================================ setubi.html用スタイル */
#setubiContents h2 {
	background-image: url("../images/setubiTitle.jpg");
	height: 120px;
}


/* ============================================================ message.html 用スタイル */
#messageContents h2 {
	background-image: url("../images/messageTitle.jpg");
	height: 120px;
}

#messageContents .width400 {
	width: 400px;
}


/* ============================================================ sakuhin.html 用スタイル */
#sakuhinContents h2 {
	background-image: url("../images/sakuhinTitle.jpg");
	height: 120px;
}


/* ============================================================ news.html 用スタイル */
#newsContents h2{
	background-image: url("../images/newsTitle.jpg");
	height: 120px;
}


/* ============================================================ newsList.html 用スタイル */
#newsListContents h2{
	background-image: url("../images/newsTitle.jpg");
	height: 120px;
}


