﻿@charset "utf-8";

/* サイドのデザイン用CSSのインポート */

@import url("/cn/css/common/defaultset/designset/expandnaviblock.css");

/* layout base */

#bodySec {
	width: 917px;
	margin: 21px 0px 0px 13px;
}

#bodySec #maincontentsBlock {
	float: left;
	width: 630px;
}

#bodySec #bodySecBoard #maincontentsBlock #maincontentstitleArea {
	width: 630px;
}

#bodySec #bodySecBoard #maincontentsBlock #maincontentsArea {
	width: 630px;
}

#bodySec #expandnaviBlock {
	float: right;
	width: 257px;
}


/* Link */


a {
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

