@charset "Shift_JIS";
@import url(lache/unique.css);

body{
	background-color:#333333;
	line-height:140%;
	color:#ebebeb;
	border-color:#bad58c;
}
div{
	color:#ebebeb;
}

/*headline*/
h1{
	text-align:center;
	color:#606d69;
}

h2{
	color:#606d69;
	width:65%;
	font-weight:normal;
	border-width:0px 0px 3px 6px;
	border-style:none none double solid;
	border-color:silver;
}
h2:before{
	content:url("../icons/nyan/tobinyan3.gif");
}

/*link*/
/*
a:link{
	text-decoration:underline;
	color:#d53e62;
	background-color: transparent;
}
a:visited{
	text-decoration:underline;
	color:#a23a54;
	background-color: transparent;
}
a:hover,
a:active{
	text-decoration:underline;
	color:#ff7f8f;
	background-color: transparent;
}
*/

/*list*/
dt{
	width:50%;
	font-size:110%;
	line-height:170%;
	border-bottom:3px dotted #2d292e;
	margin-top:0.5em;
}
dd{
	font-size:90%;
}

script{
	margin:0px;
}
noscript{
	margin:0px;
}
