﻿/*　小見出し　*/

h3{
	background-color:#efefef;
	text-align:left center;
	font-weight:600;
	padding:5px;
	}

li{
list-style-type:none;
}

a:link,a:visited{
text-decoration:none;
color:#dd7700;
}

a:hover{
color:#000000;
}

/*文字装飾*/
.marker {
	background-color:#229abd;
	padding:5px;
	height:5px;
}


/*リストスタイルタイプを矢印画像にするクラス*/
ul.yajirushi_list{
	padding-left:15px;
	text-indent:20px;
}

.yajirushi_list li{
	background-image:url(../images/yajirushi_s.gif);
	background-repeat:no-repeat;
	background-position:left;
}



/*字を小さくするクラス*/

.S_Link{
	font-size:x-small;
}
