body {
	color: #333333;
	margin: 0px;
	padding: 0px;
}


a {  color: #cc0000; text-decoration: none}

a:hover {
color: #0000ff;
}


.text {
font: lighter 10px/15px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}


.text2 , td {
font: lighter 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}


.text3 {
font: lighter 15px/22px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}


form {
	margin: 0px 10px;
	padding: 0px;
}


p{
	margin: 5px 0px 15px;
	padding: 0px;
	font: lighter 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

p.last{
	margin: 5px 0px 0px;
	padding: 0px;
}


/* 強調
---------------------------------------------------- */

em{
	color: #FF3366;
	font-weight: bold;
	font-style: normal;
}

strong{
	color: #0066CC;
	font-weight: bold;
	font-style: normal;
}

tt{
	color: #990000;
	font-weight: normal;
	font-style: normal;
}



/* 様々な色の文字
---------------------------------------------------- */

p.blue{
	color: #0066FF;
	font-style: normal;
}

p.news{
	color: #990000;
	font-style: normal;
}


/* 画像の下の隙間を削除
---------------------------------------------------- */
/*細かいデーブルで区切った際に何故かWinで余計な余白ができるので一時的に制御を中止。
img{
	vertical-align: bottom;
	border-style: none;
}
*/


/* パンくずリスト
---------------------------------------------------- */
#nowPosition {
	color: #666666;
	text-align: left;
	font-weight: normal;
	background: url(../image_parts/lineTen708.gif) no-repeat bottom;
	padding-bottom: 5px;
	margin: 0px 0px 10px 5px;
	font: lighter 10px/15px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	width: 704px;
	padding-left: 7px;
	letter-spacing: 0.05em;
}


/* 区切りの点線
---------------------------------------------------- */
.lineTen {
width: 700px;
	height: 3px;
	background: url(../image_parts/lineTen708.gif) no-repeat center;
	margin-top: 10px;
	margin-bottom: 10px;
}


.lineTen630 {
width: 630px;
	height: 3px;
	background: url(../../image_parts/lineTen630.gif) no-repeat center;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* フロートクリア
---------------------------------------------------- */
.clear-both {
	clear: both;
}

/* フォーム設定
---------------------------------------------------- */
form {
	margin: 10px;
}
