/* CSS Document */

/* ロゴ下・copyright上のバー */
.title {
	border-bottom: 2px solid #cccccc;
}

/* TOPICS・MENU周り */
.subtitle {
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* TOPICS */
.box {
	border: 1px solid #999999;
	height: 120px;
	width: 500px;
	background:#FFFFFF;
}

/* メインフォント */
.fonttype1 {
	font-size: 12px;
	color: #333333;
	line-height: 130%;
}

/* フォントタイプ2 */
.fonttype2 {
	font-size: 12px;
	color: #333333;
	line-height: 200%;
	padding-left: 25px;
}

/* MENU画像上下左右空白 */
.menu {
	padding: 1px;
}

/* TOPICS内矢印の位置調整 */
.arrow {
	padding-top: 2px;
}

/* topメンバー・お問い合わせなどの位置調整 */
.box2 {
	margin-left: 40px;
	padding-left: 40px;
}

/* copyright下ボーダー */
.footerborder {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.rogo {
	margin-left: 13px;
}

.border {
	border-bottom: 5px solid #999999;
}

.menuunder {
	margin-left: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}.bgright {
	background-repeat: no-repeat;
	background-position: right bottom;
}

.box3 {
	padding-left: 20px;
}
.fonttype3 {

	font-size: 12px;
	color: #333333;
	line-height: 350%;
	padding-left: 25px;
}
.fonttype4 {
	font-size: 10px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 90%;


}
.classcolor1 {
	color: #FF9999;
}
.classcolor2 {
	color: #0099FF;
}
.classcolor3 {
	color: #A39B89;
}
.classcolor1a {

	color: #FF5555;
}

.clr{
	clear:both;
	line-height:0px;
	font-size:0px;
	visibility:hidden;
}
