* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size: 12px;
	line-height: 150%;
	list-style-type: none;
}

.small {
	font-size: 10px;
	line-height: 150%;
}

.medium {
	font-size: 12px;
	line-height: 150%;
}

.clear {
	clear: both;
}

span#naviTitle {
	position: absolute;
	top: 6px;
	left: 7px;
}

span#naviHome {
	position: absolute;
	top: 6px;
	left: 101px;
}

span#naviLogo {
	position: absolute;
	top: 2px;
	left: 605px;
}

span#naviProcess {
	position: absolute;
	top: 28px;
	left: 121px;
}

span#naviMould {
	position: absolute;
	top: 42px;
	left: 121px;
}

span#naviRoll {
	position: absolute;
	top: 42px;
	left: 205px;
}

span#naviHyomen {
	position: absolute;
	top: 28px;
	left: 297px;
}

span#naviSubete {
	position: absolute;
	top: 42px;
	left: 297px;
}

span#naviJirei {
	position: absolute;
	top: 42px;
	left: 381px;
}

span#naviFaq {
	position: absolute;
	top: 42px;
	left: 465px;
}

span#naviSetsubi {
	position: absolute;
	top: 29px;
	left: 555px;
}

span#naviGaiyou {
	position: absolute;
	top: 29px;
	left: 618px;
}

span#naviSaiyou {
	position: absolute;
	top: 29px;
	left: 681px;
}

span#naviSoudan {
	position: absolute;
	top: 46px;
	left: 555px;
}

div#toiawase {
	margin-bottom: 20px;
}

.bnr{
	text-align:center;
	margin-top:30px;
}

/******************************************************************** float
*/
.f-l { float: left;}
.f-r { float:right;}

.aL { text-align:left;}
.aR { text-align:right;}
.aC { text-align:center;}


strong {color:#FF0000;}


/******************************************************************** clearfix
*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	line-height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block;}  
* html .clearfix { height: 1%;}
.clearfix {	display: block;}



/******************************************************************** contents-area
*/

.contents-area {
	width: 640px;
	margin: 20px;
}

.contents-area table { border-collapse:collapse;}

.contents-area td {
	border: 1px solid #333333;
	padding: 5px;
}


.contents-area h3 {
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #339900;
	background-color: #EEEEEE;
	color: #000000;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.contents-area dl {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.contents-area dd {
	margin-left: 15px;
	margin-bottom: 8px;
}
.contents-area dt {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}
.contents-area .clearfix .f-l {
	margin-right: 10px;
}
.contents-area .clearfix .tainetu {
	background-color: #FFFF00;
	padding: 5px;
	border: 2px solid #000000;
	width: 316px;
	margin-top: 13px;
	margin-bottom: 25px;
	float: right;
}
.contents-area .hyoka {
	background-color: #FFFFCC;
	border: 2px solid #000000;
	width: 300px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#contArea #sec01 {
	width: 640px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#contArea #sec01 .f-r {
	width: 300px;
	font-size: 10px;
	color: #FF6600;
}
#contArea #sec01 h2 {
	font-size: 14px;
	color: #000000;
}
#contArea #sec01 p {
	margin-bottom: 20px;
}
#contArea #sec01 h3 {
	font-size: 16px;
	background-color: #FFFFCC;
	border: 1px solid #999999;
	width: 220px;
	text-align: center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 8px;
	color: #000000;
}

#contArea #sec01 .new {
	background-color: #FF0000;
	padding: 2px;
	color: #FFFFFF;
}
#contArea #sec01 .t-list li {
	font-size: 22px;
	font-weight: bolder;
	line-height: 24px;
}

