/* CSS Document */

#category_title_box {
	width: 890px;
	height: 200px;
	background-image: url("../images/solar/category_title_01.png");
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 30px;
}

#category_pic {
	width: 260px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 607px;
}

.naviarea {
  position: relative;
}

.naviarea ul {
  height: 35px;
  position: absolute;
  top: 0px;
  right: 0;
}

#category_navi li {
	display: inline;
  float: left;
  margin-left: 30px;
  background-color: #59B200;
  border-radius: 6px;
}

#category_navi li:hover {
	opacity: .8;
}

#category_navi li a {
	overflow: hidden;
	display: block;
  padding: 2px 20px;
  color: #FFF;
}

#middle_title {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 890px;
	height: 31px;
	background-image: url(../images/solar/middle_title.jpg);
	background-position: top;
	background-repeat: no-repeat;
  margin-top: 60px;
	margin-bottom: 25px;
}

/*#left_title {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 200px;
	height: 150px;
	background-position: top;
	background-repeat: no-repeat;
}*/

#left_title {
	color: #59B200;
  font-size: 23px;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 4px;
  /*letter-spacing: 5px;*/
}

#left_title li {
	position: relative;
  padding-bottom: 10px;
  padding-left: 25px;
}

#left_title li:before {
	content: '●';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

#left_title li a {
	color: #59B200;
}

#left_title li a:hover {
	opacity: .8;
}

.topic_box_solar {
	width: 640px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.solar_title {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 640px;
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#solar_title01 {
	background-image: url("../images/solar/solar_title_01.jpg");
	height: 25px;
}

#solar_title02 {
	background-image: url("../images/solar/solar_title_02.jpg");
	height: 25px;
}

#solar_title03 {
	background-image: url("../images/solar/solar_title_03.jpg");
	height: 25px;
}

#solar_title04 {
	background-image: url("../images/solar/solar_title_04.jpg");
	height: 25px;
}

h5 {
  font-size: 18px;
  font-weight: bold;
}

.topic_box_solar p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 200%;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
}

.topic_box_solar a {
  display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 200%;
	font-weight: normal;
	color: #666;
	margin-bottom: 20px;
}

.topic_box_solar a:hover {
	opacity: .7;
}

#solar_contact_box {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

#solar_contact_box h5 {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    width: 400px;
    height: 150px;
    background-image: url(../images/solar/solar_contact.jpg);
    background-position: top;
    background-repeat: no-repeat;
}