@charset 'shift_jis';	/*エンコード形式に合わせて変更*/

/*///タグ定義///////////////////////////////*/

body {
	background-color:#E3E7E9;
	margin: 0px;
	padding:0;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size:14px;
	color:#373737;
}
html {
	margin: 0px;
	padding:0;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size:14px;
	color:#373737;
}

form {
	margin: 0px;
}

h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
}

a:link {	font-family:"ＭＳ Ｐゴシック", "Osaka";
color: #0000FF;text-decoration: underline;}
a:visited {	font-family:"ＭＳ Ｐゴシック", "Osaka";
color: #800080;text-decoration: underline;}
a:hover {	font-family:"ＭＳ Ｐゴシック", "Osaka";
color: #0000FF;text-decoration: none;}
a:active {	font-family:"ＭＳ Ｐゴシック", "Osaka";
color: #0000FF;text-decoration: underline;}


/*///共有項目/////////////////////////////*/

/*ヘッダ*/

/*メイン*/

/*メニュー*/

/*フッタ*/
.footline {
	border-top: solid 1px #ACACAC;
	border-bottom: solid 1px #ACACAC;
}
.footline02 {
	border-left: solid 1px #ACACAC;
}
.txtFoot {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size:10px;
	color:#373737;
	line-height: 145%;
}

/*///共有テキスト/////////////////////////////*/

.txtMain {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size:14px;
	color:#373737;
	line-height: 145%;
}


.txtS {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size:12px;
	color:#373737;
	line-height: 145%;
}

.txtRed {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 125%;
	color: #FF0000;
}


/*///各ページ固有/////////////////////////////*/

/*お問い合せ*/
.contact td{
	padding: 0 0 0 5px;
}

/*お問い合せ*/
.meibo td {
	border-bottom: dashed 1px #E0E0E0;
}



