@charset "UTF-8";
@import "http://welcome.solutions.brother.com/bsc/public_s/css/common/footer.css";
* {
	font-size:1.0em;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body{
	color:#000000;
	background-color:#FFFFFF;
	width:740px;
}

img{
	border:0 none;
}



/* link */
a:link              { color: #0000FF; text-decoration: underline; }
a:visited, a:active { color: #800080; text-decoration: underline; }
a:hover             { color: #ff0000; text-decoration: none; }

/* Header */
#bsc_header{
width: 740px;
}

/* Contents Area */
#content{
	width:700px;
	margin:20px;
}

#content h1{
	font-size:1.8em;
	font-weight: bold;
}

#content h2{
	font-size:1.2em;
	font-weight: bold;
}

#content ul{
	margin-left:30px;
}

#content .notebox {
    border: 3px solid #999999;
    margin: 1em;
    padding: 1em;
}

/* footer:
see "http://welcome.solutions.brother.com/bsc/public_s/css/common/footer.css" */

#content .notebox .notetitle strong {
	font-size: 1.8em;
}
