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

/*------------ 段落余白 ------------*/
#sub_contents p {
	padding-bottom: 20px;
}

/*------------ リスト余白 ------------*/
#sub_contents ul {
	padding-bottom: 20px;
	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.red {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #FF0000;
}

#contents_box .sub_area {
	padding-left: 12px;
}

table {
	width: 400px;
}

table .w100 {
	width: 150px;
}
