@charset "utf-8";

@import "reset.css";
@import "clearfix.css";
@import "font.css";
@import "common.css";

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

link

 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content

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


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

body

------------------------------------------*/
#link #bodyArea {
	width: 700px;
	margin: 0px 15px 20px 15px;
	padding: 0px 10px 0px 214px;
        font:12px/1.6 "Verdana", "MS Gothic", "Osaka,Hiragino Kaku Gothic Pro";
}

#link #bodyArea h3 {
	margin-bottom: 10px;
	padding: 1px 6px 2px 6px;
	background: #FFFFFF;
	color: #000000;
        font:11px/1.6 Verdana", "MS Gothic", "Osaka,Hiragino Kaku Gothic Pro";
        font-weight: bold;
}

#link #bodyArea dl {
	display: block;
	width: 548px;
	margin-bottom: 10px;
	padding: 0px 4px 0px 4px;
}

#link #bodyArea dl dt {
	float: left;
	display: block;
	width: 200px;
	margin-bottom: 8px;
}

#link #bodyArea dl dd {
	float: right;
	display: block;
	width: 348px;
	margin-bottom: 8px;
}
