@charset "utf-8";
/* CSS Document */

/*------------ 写真リスト ------------*/
ul.photo_list {
	padding-top: 10px;
}

ul.photo_list li {
	width: 171px;
	padding-right: 18px;
	float: left;
}

ul.photo_list li.photo_last {
	padding-right: 0;
}

/*------------ テキストリスト ------------*/
ul.text_list {
	padding: 10px 0 20px 0;
	line-height: 1.5;	
}

/*------------ 各見出し ------------*/
h3 {
	padding-bottom: 10px;
}

h4 {
	padding-left: 12px;
	padding-bottom: 10px;
	color: #0276B1;
	font-weight: normal;
	background-image: url(../ope/images/ope_sub_back.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
}

p {
	padding-bottom: 20px;
}

.w200{
	width:200px;
}

.w225{
	width:225px;
}

.w230{
	width:230px;
}

.w240{
	width:240px;
}

.w280{
	width:280px;
}

.w290{
	width:290px;
}

.w320{
	width:320px;
}

.w325{
	width:325px;
}

.nano_table{
	border-left:solid 1px #7DBAD7;
	border-top:solid 1px #7DBAD7;
	border-right:solid 1px #7DBAD7;
	border-collapse:collapse;
}

.nano_table th,.nano_table td{
	border-bottom:solid 1px #7DBAD7;
	padding:9px;
}

.nano_table th{
	text-align:left;
	font-weight:normal;
}

.nano_table td{
	text-align:right;
}






