/* 全体に関する記述 ------------------------------------- */
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size: 12px;
}

/* 見出しに関するもの ----------------------------------- */
/*
.cap1 {
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	border-color: #e5e5e5;
	width: 540px;
	border-style: solid;
	border-width: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
*/
.cap2 {
	font-size: 16px;
	font-weight: bold;
	color: #6699CC;
	width: 540px;
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 0px 0px 7px 0px;
	padding: 0px 0px 3px 0px;
	margin: 30px 0px 10px 0px;
}

/* 通常の文書に関するもの ------------------------------ */
.text, .sublinks {
	line-height: 150%;
	font-size: 12px;
}
.text img {
	margin: 5px;
}
.sublinks {
	font-size: 12px;
	margin: 15px 0px 15px 0px;
	color: #666666;
}
.footertext, .sidebartext, .noticetext, .attention {
	font-size: 12px;
	color: #666666;
}
.attention {
	color: #cc0000;
    font-weight: bold;
}
.link ul {
	font-size: 12px;
	line-height: 133%;
}
.link li {
	padding: 0px;
	margin:8px;
	font-size: 12px;
}

/* テーブルに関するもの --------------------------------- */
.basictable, .basictable2, .newstable {
	border-collapse: collapse;
}
.basictable td  {
	border: 1px solid #6699cc;
	font-size: 12px;
	line-height: 133%;
	padding: 4px;
}
.basictable2 td  {
	border: 1px dashed #CCCCCC;
	font-size: 12px;
	line-height: 133%;
	padding: 4px;
}
.newstable td  {
	border: solid #dddddd;
	border-width: 0px 0px 1px 0px;
	font-size: 12px;
	line-height: 133%;
	padding: 4px;
}

/* form */
form {
	padding: 0px;
	margin: 0px;
}
.company {
	width: 530px;
	border: 1px dotted #999999;
	margin: 5px;
}
.company-text {
	line-height: 150%;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 6px;
	padding-bottom: 2px;
}
.company-margintext {
	font-size: 12px;
	line-height: 150%;
	margin: 5px 5px 10px 15px;
}
.materialtable {
	border-collapse: collapse;
	font-size: 12px;
	line-height: 150%;
	border: 1px dashed #999999;
	margin-top: 5px;
	margin-bottom: 10px;

}
.materialtable p {
	font-size: 12px;
	line-height: 150%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin: 0px;
	padding: 10px;
}
.sitemap-tx1 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-bottom: 15px;


}
.sitemap-tx2 {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;

}
.cap3 {
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
}
.borderless{
	border-color: #FFFFFF;
	}
