@charset "UTF-8";
@import url("../../css/subject.css");


/* ============================================================ index.html用スタイル */
#gaiyouContents h2 {
	background-image: url("../images/title.jpg");
}


/* ============================================================ sikaku.html用スタイル */
#sikakuContents h2 {
	background-image: url("../images/sikakuTitle.jpg");
	height: 120px;
}

#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/sikakuTitle.jpg");
	height: 120px;
/*
	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/sikakuTitle.jpg");
	height: 120px;
/*
	background-image: url("../images/setubiTitle.jpg");
	height: 120px;
*/
}

#setubiContents h5 {
	margin-top: 1em;
	padding-left: 0.5em;
	border-left: 1em solid #005900;
	border-bottom: 1px solid #005900;
	font-size: 1em;
	color: #005900;
}

#setubiContents dl {
	margin-left: 2em;
}

#setubiContents dl dt {
	clear: both;
	margin-top: 1em;
	font-weight: bold;
	color: #009900;
}

#setubiContents dl dt .left {
	margin-top: 0;
}

#setubiContents dl dd {
	font-size: 0.9em;
	color: #003300;
}


/* ============================================================ message.html 用スタイル */
#messageContents h2 {
	background-image: url("../images/sikakuTitle.jpg");
	height: 120px;
/*
	background-image: url("../images/messageTitle.jpg");
	height: 120px;
*/
}

#messageContents .width400 {
	width: 400px;
}


/* ============================================================ sakuhin.html 用スタイル */
#sakuhinContents h2 {
	background-image: url("../images/sikakuTitle.jpg");
	height: 120px;
/*
	background-image: url("../images/sakuhinTitle.jpg");
	height: 120px;
*/
}
/*
#sakuhinContents table.portfolio {
	border-spacing: 20px;
	empty-cells: hide;
}

#sakuhinContents .portfolio td {
	width: 150px;
	padding: 5px;
	border: solid 1px #cccccc;
	text-align: center;
	vertical-align: top;
	background-color: #eeeeee;
}

#sakuhinContents .portfolio td.empty {
	border: none;
	background-color: transparent;
}

#sakuhinContents .portfolio td a {
	margin: 5px auto;
}

#sakuhinContents .portfolio td dt {
	font-weight: bold;
	font-size: 0.9em;
	color: #005900;
}
*/

/* ============================================================ news.html 用スタイル */
#newsContents h2{
	background-image: url("../images/sikakuTitle.jpg");
	height: 120px;
/*
	background-image: url("../images/newsTitle.jpg");
*/
}


/* ============================================================ newsList.html 用スタイル */
#newsListContents h2{
	background-image: url("../images/sikakuTitle.jpg");
	height: 120px;
/*
	background-image: url("../images/newsTitle.jpg");
*/
}

