/*------------------------------
          　frame
------------------------------*/

@charset "utf-8";

body {
    word-break:break-all;
    font-weight: normal;
    text-decoration: none;
    color: #2f150b;
	padding:0px;
	margin:0;
	font-size:13px;
	background:#FFF top repeat-x;
}
a:link, a:visited, a:active {
	color: #2f150b;
	text-decoration:underline;
}
a:hover {
	color: #d3a88a;
	text-decoration:none;
}

#frame{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:block;
	width:200px;
	padding:0px;
	margin:0;
	background:#FFFFFF;
	font-size:13px;
	color:#2f150b;
}
#frame dl {
	margin:0px;
}
#frame dl.list {
	line-height:1.3em;
	margin:10px 0 5px 0;
	width:200px;
	padding-left:0px;
}
#frame dl.list dt {
	background: url(../images/ico_01.gif) no-repeat 5px 10px;
	font-weight:bold;
	width:1em;
	float: left;
}
#frame dl.list dd {
	padding:5px 5px 5px 1.5em;
	margin-left:0px;
	border-bottom:1px dotted #d8c2c2;
}



