/* ページ全体
----------------------------------------------- */

h1, h2, h3, p, dl {
  margin: 0;
}
a:link {
  color: #0066cc;
  background: transparent;
}
a:visited {
  color: #6699FF;
  background: transparent;
}
a:hover{
  color: #FFCC00;/* オレンジ色--- */
  background: transparent;
}

ul {
/* ----line-height: 150%;------- */
margin: 0px 0px 30px 0px;/*上、右、下、左--- */
padding: 0px;
list-style-image: url(../img/common/list.jpg) ;
}


/* 文字
----------------------------------------------- */
.honbun_10{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 130%;
	color: #333333;
}
.honbun_9{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	line-height: 130%;
	color: #333333;
}
.mini{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 8pt;
	line-height: 130%;
	color: #333333;
}
.mini_b{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 8pt;
	line-height: 130%;
	color: #666600;
}
.midashi { font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 10pt; line-height: 120%; color: #333333; ; font-weight: bold
}
.midashi_11w { font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 11pt; line-height: 120%; color: #FFFFFF; ; font-weight: bold 
}




/* --------------------マージン--------------------- */
.margintop5 {
	margin-top:5px;
}

.margintop10 {
	margin-top:10px;
}

.margintop20 {
	margin-top:20px;
}

.margintop30 {
	margin-top:30px;
}

.margintop40 {
	margin-top:40px;
}

.margintop50 {
	margin-top:50px;
}

.margintop60 {
	margin-top:60px;
}

.marginbottom10 {
	margin-bottom:10px;
}

.marginbottom20 {
	margin-bottom:20px;
}

.marginbottom30 {
	margin-bottom:30px;
}

.martop30bot10 {
	margin-top:30px;
	margin-bottom:10px;
}

.midashi2 { font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 10pt; line-height: 120%; color: #FFFFFF; ; font-weight: bold }
