@charset "utf-8";




/*========================

写真ギャラリー

========================*/



/*------------------------

常にインクルードするCSS

------------------------*/

@import "reset.css";

@import "base.css";

@import "inner.css";



/*------------------------
インデックスタイトル
------------------------*/

#tit_index  h3{

	width:620px;
  height:130px;
  margin:0px;
  padding:0px;

	}
	
/*------------------------
表組
------------------------*/

#gallery{

	width:770px;
  margin:0px auto;
  padding:0px;

	}
	
/*------------------------
サブタイトル
------------------------*/

h4 {

	width:620px;

	height:44px;

  margin:10px auto 10px;

	text-indent:10px;

  background: url(../img/h4_tit.jpg) no-repeat center;

  font-size:122%;

	font-weight:bold;

  color:#333333;

  line-height:270%;

  display:block;

	}




h5{ font-size:95%; font-weight:bold; border-bottom:#378E37 1px dashed; margin:2.5em auto 0.5em;}


.blue_tit{

 font-size:110%; 

 font-weight:bold; 

 margin:2% auto; 

 border-left:#000099 5px solid;

 border-bottom:#000099 dotted 1px;

 text-indent:10px;

	}
	

	
/*------------------------
ギャラリー写真
------------------------*/

.g_photo {
  width:600px;
  margin:15px auto;
	padding:0px;
	
	}

	
	
.photo dl{
width:600px;
margin:10px auto;
padding: 0;
}	
	
.photo dd{
width:300px;
float:left;
padding: 0;
}		

.photo dt{
width:300px;
float:left;
padding: 0;
}	
	
	
	
.top_name{
 width:620px;
 margin:0px;
 padding:0px;
}





#decimal2{

width:570px;

margin:0 auto;

}





ul.decimal{

  width:100%; 

	list-style-position: outside;

	padding-left:25px;

	

	}

	



ul.decimal li{



	list-style-position: outside;

	list-style-type:decimal;

	padding:5px;

	}

