/* CSS Document */

div#flash {
	margin-bottom: 20px;	
}

dl#news {
	margin: 10px 0px;	
}

dl#news dt,
dl#news dd {
	line-height: 2.2;
}

dl#news dt {
	font-weight: bold;
	padding-left: 25px;
	background-image: url(../img/list01_ico.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.5em;
	width: 100px;
	float: left;
}

dl#news dd {
	background-image: url(../img/dot_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

ul#kadomaru {
	width: 640px;
	margin: 10px 0px;
}

ul#kadomaru li {
	padding: 10px;
	background-color: #fff1cf;
	background-image: url(../img/kado01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 5px 0px;	
}

ul#kadomaru li div.none {
	background-image: url(../img/kado02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}


#biyouLinks	{
	margin:12px 0 4px 0;
	background-color: #FFF1CF;
	padding:8px;
}

ul.menuList	{
	margin-top:2px;
	padding-left:0;
}
ul.menuList li	{
	float:left;
	width:32%;
	list-style-type:none;
	margin-bottom:2px;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min--moz-device-pixel-ratio: 2),
       (-o-min-device-pixel-ratio: 2/1) {
    ul.menuList {
		margin-top:6px;
        font-size:120%;
    }
	ul.menuList li	{
		margin-bottom:6px;
	}
    #biyouLinks p	{
        font-size:60%;
    }
}