@charset "utf-8";

strong {
	color:#FF0000;
	font-weight:normal;
}

#index #contents .article {
	margin:0 0 30px 0;
	clear:both;
}

#index #contents h3,#index #contents h4,#index #contents h5 {
	font-size:110%;
}

#index #contents .article h4 {
	padding:0 0 0 6px;
	margin-bottom:10px;
	border-left:4px solid #666;
	line-height:1;
	color:#666;
}

br.clr {
	clear:both;
}

#index #contents .linkbox {
	margin:0 0 10px 0;
}

#index #contents .linkbox li a {
	background:url(../common/img/arrow1.gif) no-repeat 0 2px;
	padding-left:16px;
}
#index #contents .linkbox2 {
	margin:0 0 10px 0;
}

#index #contents .linkbox2 li a {
	background:url(../common/img/arrow1.gif) no-repeat 0 2px;
	padding-left:16px;
}

.red_txt {
	color:#f00;
}

#index #contents ol ul.alert1 {
	margin:0;
}

#index #contents ul.alert1 li {
	list-style-type:none !important;
	margin:0 0 0 10px;
	font-size:115%;
}

.att_txt{
	font-size:75%;
	line-height:160%;
}

/* 2011/1/5 直書きを外部化 */
.style1 {
	font-size: x-small;
	color: #000000;
}

/* ------margin-top------ */
.my_top_10 {
	margin:10px 0px 0px 0px; 
}
.my_top_20 {
	margin:20px 0px 0px 0px; 
}
/* ------margin-bottom------ */
.my_under_5 {
	margin:0px 0px 5px 0px; 
}
.my_under_10 {
	margin:0px 0px 10px 0px; 
}
.my_under_15 {
	margin:0px 0px 15px 0px; 
}
.my_under_20 {
	margin:0px 0px 20px 0px; 
}
/* ------margin-left------ */
.my_left_5 {
	margin:0px 0px 0px 5px; 
}
.my_left_10 {
	margin:0px 0px 0px 10px; 
}
.my_left_15 {
	margin:0px 0px 0px 15px; 
}
.my_left_20 {
	margin:0px 0px 0px 20px; 
}
.my_left_7em {
	display:inline; 
	margin:0px 0px 0px 7em; 
}
/* ------div------ */
.my_ctring {
	text-align:center; 
}
.my_rtring {
	text-align:right; 
}
.my_ltring {
	text-align:left; 
}



