@charset "euc-jp";
/*共通フォント設定*/
.normal {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
.normalgreen {
	font-size: 12px;
	line-height: 150%;
	color: #4DA633;
}

.normalpurple {
	font-size: 12px;
	line-height: 150%;
	color: #793F99;
}

.small {
	font-size: 10px;
	line-height: 130%;
	color: #333333;
}

.smallgreen {
	font-size: 10px;
	color: #4DA633;
	line-height: 130%;
}

.smallblue {
	font-size: 10px;
	color: #3383CC;
	line-height: 130%;
}

.smallpurple {
	font-size: 10px;
	color: #793F99;
	line-height: 130%;
}


/*フッター部分のフォント*/
.smallgrey {
	font-size: 10px;
	line-height: 130%;
	color: #666666;
}


/*共通無限ライン*/
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}


/*ﾄｯﾌﾟページのライン*/
.topline {
	border: 1px solid #666666;
}

/*リンク_green*/
.greenlink a {
	color: #333333;
	font-size: 12px;
	text-decoration: underlines;
}

.greenlink a:visited {
	color: #333333;
	font-size: 12px;
	text-decoration: underlines;
}
.greenlink a:hover {
	color: #149035;
	font-size: 12px;
	text-decoration: underline;
}


/*リンク_blue*/
.bluelink a {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}

.bluelink a:visited {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}
.bluelink a:hover {
	color: #3383CC;
	font-size: 12px;
	text-decoration: underline;
}

/*リンク_purple*/

.purplelink a {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}

.purplelink a:visited {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}
.purplelink a:hover {
	color: #793F99;
	font-size: 12px;
	text-decoration: underline;
}

/*リンク_orange*/

.orangelink a {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}

.orangelink a:visited {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}
.orangelink a:hover {
	color: #FF9900;
	font-size: 12px;
	text-decoration: underline;
}

/*コンサルティングページのタイトルの無限ライン(背景)*/
.consulline {
	background-image: url(../consulting/img/title2.gif);
	background-repeat: repeat-x;
}


/*フッター部分のEメール*/
.footerlink a {
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
}

.footerlink a:visited {
	color: #666666;
	font-size: 10x;
	text-decoration: underline;
}
.footerlink a:hover {
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
}

/*10ピクセルのグレイ→グリーンのリンク*/
.greensmalllink a {
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
}

.greensmalllink a:visited {
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
}
.greensmalllink a:hover {
	color: #149035;
	font-size: 10px;
	text-decoration: underline;
}
/*10ピクセルのグリーンのリンク2*/
.greensmall2link a {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}

.greensmall2link a:visited {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}
.greensmall2link a:hover {
	color: #149035;
	font-size: 10px;
	text-decoration: underline;
}

/*10ピクセルのブルーのリンク*/
.bluesmalllink a {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}


.bluesmalllink a:visited {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}
.bluesmalllink a:hover {
	color: #3383CC;
	font-size: 10px;
	text-decoration: underline;
}

/*10ピクセルのパープルのリンク*/
.purplesmalllink a {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}

.purplesmalllink a:visited {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}
.purplesmalllink a:hover {
	color: #793F99;
	font-size: 10px;
	text-decoration: underline;
}

/*10ピクセルのオレンジのリンク*/
.orangesmalllink a {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}

.orangesmalllink a:visited {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}
.orangesmalllink a:hover {
	color: #FF9900;
	font-size: 10px;
	text-decoration: underline;
}

/*10ピクセルのグレイ→赤のリンク*/
.redsmalllink a {
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
}

.redsmalllink a:visited {
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
}
.redsmalllink a:hover {
	color: #CC3300;
	font-size: 10px;
	text-decoration: underline;
}


/*yesのバック*/
.bgyes {
	background-image: url(../yes_no/img/yes.gif);
	background-repeat: no-repeat;
	background-position: 30px 150px;
	
}

.bgno {
	background-image: url(../yes_no/img/no.gif);
	background-repeat: no-repeat;
	background-position: 500px 950px;
}

/*トップ追加ページのリンク*/
.glink a {
	color: #009900;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.glink a:visited {
	color: #009900;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.glink a:hover {
	color: #009900;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.blink a {
	color: #0033FF;
	font-size: 10px;
	text-decoration: underline;
}

.blink a:visited {
	color: #0033FF;
	font-size: 10px;
	text-decoration: underline;
}
.blink a:hover {
	color: #0033FF;
	font-size: 10x;
	text-decoration: underline;
}

/*effective partsページのリンク*/
.blue12link a {
	color: #0033FF;
	font-size: 12px;
	text-decoration: underline;
}

.blue12link a:visited {
	color: #0033FF;
	font-size: 12px;
	text-decoration: underline;
}
.blue12link a:hover {
	color: #0033FF;
	font-size: 12px;
	text-decoration: underline;
}

/*下リンク部分*/
.small9 {
	font-size: 9px;
	line-height: 135%;
	color: #333333;
}
.small9link a {
	color: #666666;
	font-size: 9px;
	text-decoration: underline;
}

.small9link a:visited {
	color: #666666;
	font-size: 9px;
	text-decoration: underline;
}
.small9link a:hover {
	color: #000000;
	font-size: 9px;
	text-decoration: underline;
}

/*サイトマップ*/
.sitelink a {
	color: #666666;
	font-size: 12x;
	text-decoration: underline;
}

.ssitelink a:visited {
	color: #666666;
	font-size: 12px;
	text-decoration: underline;
}
.sitelink a:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}.site {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
