/*
===========================================================================
|		  parts
===========================================================================
*/



div.chapter{
	padding: 0 10px 0 0px 
}



/*=============================
| 		  H
=============================*/


/*=============================
| 		  右寄せ短文
=============================*/
div.rightComment {
	text-align: right;
}
/*=============================
| 		  中央寄せ短文
=============================*/
div.centerComment{
	text-align: center;
	margin: 0 auto;
}


/*=============================
| 		  背景グレーテキストボックスタイトル付き
=============================*/


div.definition{
	background-color: #EDEDED;
	margin: 0 0px 20px 0;
		border-bottom:1px solid #EDEDED;
}
div.definition h5{
	background-color: #999999;
	border:none;
	color :#ffffff;
	font-weight: bold;
	margin: 0 0 0px 0;
	padding:2px 10px;
}
div.definition p{
	padding: 10px;
	margin:0;

}

/*=============================
| 		 リスト
=============================*/
ul {
	margin: 0 0 20px 10px;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 1px 0 1px 10px;
	display:block;
	text-decoration: none;
}

ul.listA li{
	list-style-type: none;
	background:url(/mt-static/themes/josuikan/images/common/disc_off.gif) no-repeat 0 7px;
}

ul.listB li{
	list-style-type: none;
	background:url(/mt-static/themes/josuikan/images/common/square_off.gif) no-repeat 0 7px;
}
ul.listA li ul,
ul.listB li ul{
	margin-bottom: 0;
}
ul.listA li ul li,
ul.listB li ul li{
	background:url(/mt-static/themes/josuikan/images/common/dot_off.gif) no-repeat 0 6px;
	margin: 0;
}

ul.linklist li{
	list-style-type: none;
	margin: 1px 0px;
	padding:2px 0 0px 0px;
}
ul.linklist li a{
	margin: 0 4px 0 0;
}

/*=============================
| 		   画像　中央配置
=============================*/
div.centerPhoto img,
div.leftPhoto img,
div.rightPhoto img {
	margin: 0 3px;
}

div.centerPhoto {
	text-align: center;
}
div.leftPhoto {
	text-align: left;
}
div.rightPhoto {
	text-align: right;
}

div#honbun h4 span.date{
	display:block;
	width: 100px;
	white-space: nowrap;
	text-align: right;
	float: right;
	padding-right: 12px;
}


/* 新着とWeb通信のカテゴリICON */
div#honbun h4.news,
div#honbun h4.webreportlist {
	padding-left: 90px; /*!!daiwa!!*/
	background-repeat: no-repeat;
	background-position: center left;
}
/* news */
ul.newsTopics li.forparents,
div#honbun h4.forparents{
	background: url(/mt-static/themes/josuikan/images/news/categoryicon/icon_news_forparents.gif) no-repeat 9px #426FBC;
}
ul.newsTopics li.alert,
div#honbun h4.alert{
	background: url(/mt-static/themes/josuikan/images/news/categoryicon/icon_news_alert.gif) no-repeat 9px #426FBC;
}
ul.newsTopics li.event,
div#honbun h4.event{
	background: url(/mt-static/themes/josuikan/images/news/categoryicon/icon_news_event.gif) no-repeat 9px #426FBC;
}
ul.newsTopics li.topics,
div#honbun h4.topics{
	background: url(/mt-static/themes/josuikan/images/news/categoryicon/icon_news_topics.gif) no-repeat 9px #426FBC;
}
ul.newsTopics li.exam,
div#honbun h4.exam{
	background: url(/mt-static/themes/josuikan/images/news/categoryicon/icon_news_exam.gif) no-repeat 9px #426FBC;
}
div#honbun div.newsEntry a{
	background:url(/mt-static/themes/josuikan/images/common/arrow_off.gif) no-repeat 0 4px;
	padding: 0px 0 0px 10px;
}

/* web */
div#honbun h4.high1{
	background: url(/mt-static/themes/josuikan/images/webreport/categoryicon/icon_webreport_h1.gif) no-repeat 9px #426FBC;
}
div#honbun h4.high2{
	background: url(/mt-static/themes/josuikan/images/webreport/categoryicon/icon_webreport_h2.gif) no-repeat 9px #426FBC;
}
div#honbun h4.high3{
	background: url(/mt-static/themes/josuikan/images/webreport/categoryicon/icon_webreport_h3.gif) no-repeat 9px #426FBC;
}
div#honbun h4.junior1{
	background: url(/mt-static/themes/josuikan/images/webreport/categoryicon/icon_webreport_j1.gif) no-repeat 9px #426FBC;
}
div#honbun h4.junior2{
	background: url(/mt-static/themes/josuikan/images/webreport/categoryicon/icon_webreport_j2.gif) no-repeat 9px #426FBC;
}
div#honbun h4.junior3{
	background: url(/mt-static/themes/josuikan/images/webreport/categoryicon/icon_webreport_j3.gif) no-repeat 9px #426FBC;
}
div#honbun h4.all{
	background: url(/mt-static/themes/josuikan/images/webreport/categoryicon/icon_webreport_all.gif) no-repeat 9px #426FBC;
}

/* PDF画像のアイコン */
div#honbun a span.pdf{
	padding-left: 30px;
	background:url(/mt-static/themes/josuikan/images/common/icon_pdf.gif) no-repeat center center;
}


/* club */
div#clubResult div#honbun h4.junior{
	background-color: #006d35;
}
