@charset "shift_jis";

/*==============================================================*/
/*		PageLayoutItem											*/
/*==============================================================*/
body{
	font-size:12px;
	color:#333333;
	margin:0px;
	background-color:#ffffff;
}
#main{
	width:749px;
	margin:0px;
	border-right:#cccccc 1px Solid;
}
#content{
	margin:0px;
	clear:both;
}
#footer{
	margin-top:10px;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	border-top:#cccccc 1px Solid;
	clear:both;
}
/*==============================================================*/
/*		Anchor													*/
/*==============================================================*/
a             { color: #000000; text-decoration: none; }
a:link,active { color: #000000; }
a:visited     { color: #000000; }
a:hover       { color: #ff6666; text-decoration: underline; }



