﻿@charset "UTF-8";
p{
	margin:0;
	padding:0;
	}

h1{
	margin:0;
	padding:0;
	}

h1#MachineTit{
	border-bottom:1px solid #333366;
	font-size:20px;
	font-weight:bold;
	margin:0 0 3 0;
	color:#333366
	}

h2#MachineTitSub{
	margin:30px 20px 10px 20px;
	width:520px;
	font-size:16px;
	color:#333;
	text-align:left;
	}

.txtbox{
	width:520px;
	margin:15px 20px 2px 20px;
	padding:0;
	text-align:left;
	}

/*　リンク　*/
.wlink a:link{
	color: #ffffff;
	font-size:10px;
	}
.wlink a:visited {
	color: #ffffff;
	font-size:10px;
	}
.wlink a:hover {
	color: #ffffff;
	font-size:10px;
	}
.wlink a:active {
	color: #ffffff;
	font-size:10px;
	}

a:link { color: #0066ff; text-decoration:none; }
a:visited { color: #0066ff; text-decoration:none; }
a:hover { color: #f03; text-decoration:none; }
a:active { color: #0066ff; text-decoration:none; }
/*　リンク　*/

/*　10px　*/
.txt10white{
	font-size:10px;
	line-height:140%;
	color:#fff;
	text-align:left;
	}

.txt10red{
	font-size:10px;
	line-height:140%;
	color:#f00;
	}

.txt10gray{
	font-size:10px;
	line-height:140%;
	color:#666;
	}

.txt10grayB{
	font-size:10px;
	line-height:140%;
	color:#666;
	font-weight:bold;
	text-align:left;
	}

.txt10blue{
	font-size:10px;
	line-height:140%;
	color:#0066ff;
	}

.txt10green{
	font-size:10px;
	line-height:140%;
	color:#669900;
	}

.txt10Dblue{
	font-size:10px;
	line-height:140%;
	color:#000066;
	}
/*　10px　*/

/*　12px　*/
.txt12gray{
	font-size:12px;
	line-height:140%;
	color:#666;
	}

.txt12red{
	font-size:12px;
	line-height:140%;
	color:#f00;
	}

.txt12grayB{
	font-size:12px;
	line-height:140%;
	color:#666;
	font-weight:bold;
	}

.txt12redB{
	font-size:12px;
	line-height:140%;
	color:#f00;
	font-weight:bold;
	}

.txt12perpleB{
	font-size:12px;
	line-height:140%;
	color:#669;
	font-weight:bold;
	}

.txt12orangeB{
	font-size:12px;
	line-height:140%;
	color:#f90;
	font-weight:bold;
	}

.txt12blue{
	font-size:12px;
	line-height:140%;
	color:#0066ff;
	font-weight:bold;
	}

.txt12black{
	font-size:12px;
	line-height:140%;
	color:#000000;
	}

.txt12whiteB{
	font-size:12px;
	line-height:140%;
	color:#fff;
	font-weight:bold;
	}
/*　12px　*/

/*　14px　*/

.txt14DblueB{
	font-size:14px;
	line-height:140%;
	color:#333366;
	font-weight:bold;
	}

.txt14blackB{
	font-size:14px;
	line-height:140%;
	color:#000000;
	font-weight:bold;
	}

.txt14grayB{
	font-size:14px;
	line-height:140%;
	color:#666;
	font-weight:bold;
	}

/*　14px　*/

/*　段落　*/
.Intxtbox{
	padding-bottom:14px;
	}
