@charset "UTF-8";
@import url("../../css/subject.css");


/* ============================================================ index.html用スタイル */
#gaiyouContents h2 {
	background-image: url("../images/title.jpg");
	height: 120px;
}

#gaiyouContents table {
	width: 100%;
	color: #003300;
	font-size: 0.8em;
}

#gaiyouContents th {
	color: #005900;
}

#gaiyouContents th.yousei {
	width: 3em;
	padding: 1em 0;
	line-height: 1.1;
	background-color: #eeccee;
}

#gaiyouContents .color1 {
	background-color: #d29bb7;
}

#gaiyouContents .color2 {
	background-color: #c57bac;
}

#gaiyouContents dl.dic dt {
	color: #ffffff;
	background-color: #0059bc;
	padding: 2px 5px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#gaiyouContents dl.dic dd {
	margin: 0 1em;
	padding: 1em;
	color: #353;
	background-color: rgba(204,204,204,0.5);
}

#gaiyouContents table dl {
	margin-left: 2em;
}

#gaiyouContents table dl dt {
	font-weight: bold;
}

#gaiyouContents table dl dd {
	font-weight: normal;
}

#gaiyouContents table ul {
	margin-left: 3em;
}


/* ============================================================ sikaku.html用スタイル */
#sikakuContents h2 {
	background-image: url("../images/sikakuTitle.jpg");
	height: 120px;
}

#sikakuContents h3#sikakuSyutokuTitle {
	background-image: url("../../it/images/sikakuSyutokuTitle.jpg");
}

#sikakuContents ul#sikaku8kan {
	width: 250px;
	float: right;
	margin: 1em 0em 1em 2em;
	font-size: 0.9em;
	font-weight: bold;
	color: #005900;
}

#sikakuContents dl.clear {
	clear: both;
	margin-top: 1em;
	margin-left: 1em;
	font-size: 0.9em;
}

#sikakuContents dl.clear dt {
	font-weight: bold;
	color: #005900;
}

#sikakuContents dl.clear dd {
	margin-left: 1em;
}

#sikakuContents dl.clear dd ul {
	list-style-position: inside;
}

/*
#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 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;
}


/* ============================================================ news.html 用スタイル */
#newsContents h2{
	background-image: url("../images/newsTitle.jpg");
	height: 120px;
}


/* ============================================================ newsList.html 用スタイル */
#newsListContents h2{
	background-image: url("../images/newsTitle.jpg");
	height: 120px;
}

