@charset "utf-8";
/* CSS Document */
@import "layout.css";
@import "company.css";
@import "solution.css";
@import "ir.css";
@import "recruit.css";
@import "event.css";
@import "products.css";
@import "csr.css";
@import "other.css";


/**CSSの再定義**/
Body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	line-height: 150%;
	font-size: 100%;
}

body.fontL #Contents{
	font-size:115%;
}
body.fontM #Contents{
	font-size:100%;
}
body.fontS #Contents{
	font-size:80%;
}


h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
}
img {
border:none;
}
p {
margin:0;
padding:0;
}

.Form {
	margin: 0px;
	padding: 0px;
}
a:link {
	color:#6D8A1C;
}
a:visited {
	color:#669966;
	text-decoration:underline;
}
a:hover,a:active {
	color:#90B728;
	text-decoration: underline;
}
Strong {
	font-weight:normal;
}
ul,ol,li {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
}

/**共通CSS**/
.Clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}
.Notice {
color:#FF3300;
}
.Image_Margin_T {
	margin-top: 10px;
}
.Image_Margin_B {
	margin-bottom: 10px;
}
.Icon_Blank {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	vertical-align:middle;
}
.Icon_PDF {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	vertical-align:middle;
}
.Icon_New {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	vertical-align:middle;
}
.em {
	font-weight: bold;
}
table.co {
	margin: 10px 9px;
	padding: 0px;
	width: 500px;
	font-size: 90%;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
}
table.co th {
	font-weight: bold;
	text-align: center;
	padding: 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
table.co td {
	text-align: left;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.FC_Green {
	font-weight: bold;
	color: #045f13;
}