@charset "EUC-JP";

/* CSS Document */



@import url("layout.css");

@import url("common.css");

@import url("font.css");



/*--------------------------

.sitelink

--------------------------*/

.sitelink {

	margin: 20px 10px 45px 10px;

}

dl.link-box{

	margin:5px 20px 45px;

	line-height:150%;

	border-bottom:1px dotted #dddddd;

	background:#ffffff;

}

dl.link-box dt{

	float:left;

	width:265px;

	margin:10px 0 0 0;

	padding:0 0 0 15px;

	background: transparent url(../images/bullet_pink.gif) no-repeat left center;

	clear:both;

	display:inline;

}

dl.link-box dt a{font-weight:bold;}

*html dl.link-box dt{width:280px;}/*IE6*/

dl.link-box dt.cfmg{margin:19px 0 0 0;}/*IE6 7 8*/

html>/**/body dl.link-box dt.cfmg {margin:10px 0 0 0;}



dl.link-box dd{

	margin:10px 0 10px 0;

	padding:10px 0 0 290px;

	border-top:1px dotted #dddddd;

}

dl.link-box dd:after{   

    content: ".";   

    display: block;   

    visibility: hidden;   

    height: 0.1px;   

    font-size: 0.1em;   

    line-height: 0;   

    clear: both;   

}

dl.link-box dd.noBorder{

	border:none;

}

