@charset "Shift_JIS";

/* ■―――― 全体設定 ――――■ */
body {
	color: #333333;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 0.75em;
}

div{
margin:0px;
padding:0px;
}
strong{
	font-weight: normal;
}
.clear {
	clear: both;
}
.center { margin: 0 auto;}

.text-left { text-align: left;}
.text-right { text-align: right;}
.text-center { text-align: center;}

.block { display: block;}

hr.sy{
	border-style: dotted none none none;
	border-top-width: 2px;
	border-top-color: #BFBDBE;
	height: 2px;
	text-align:center;
}

.img_right{
	float:right;
	margin-bottom: 20px;
	margin-left: 20px;
}
p{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
/* ■―――― Link ――――■ */

a {	text-decoration: none; color: #666666;}
a:link {	text-decoration: none; color: #666666;}
a:visited {	text-decoration: none; color: #666666;}
a:hover {	text-decoration: underline; color: #666666;}
a:active {	text-decoration: none; color: #666666;}

/* ■―――― list ――――■ */
.list_Arrow{
display: block;
	padding: 0px;
	margin: 0px;
}
.list_Arrow ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.list_Arrow ul li {
	list-style:none;
	background-image: url(../images/mark_B.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0;
	margin: 0px;
	line-height: 20px;
	height: 20px;
}
.list_Arrow ul li a{
	margin-left: 10px;
}
