@charset "utf-8";


/* ブラウザスタイルの初期化 MGT用 */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  	/*line-height: 1.0;*/
	font-weight:normal;
	word-break:break-all;
	word-wrap:break-word;

}

html { 
	margin: 0px;
	padding: 0px;
 	font-size: 100%; 
	text-align:center;
	
	filter: expression(document.execCommand("BackgroundImageCache",false, true));/*IE6背景画像のちらつき*/
}

body {
	margin: 0;
	padding: 0;
	border:0px;

	font-size: 100%;
	background-color: #fff;
	text-align:left;
	
	line-height: 1.0;
}
/*
h1,h2,h3,h4,h5,h6,address{
	margin:0px;
	padding:0px;
	border:0px;
	font-style: normal;
	font-weight: normal;
    white-space:normal;
	font-size: 100%;

	display:block;
}
*//*
div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight:normal;
	white-space:normal;	
	font-size: 100%;
}

div,img {
	margin:0;
	padding:0;
	border: 0;
}
*//*
ul {
	list-style: none;
}*/

table, caption, th, td {
	margin: 0;
	padding: 1px;
	/*border: 0;*/
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	line-height: ｌ1.5;
}
/*
iframe {
	padding: 0;
	border: 0;
	font-size: 100%;
}

form, fieldset, input, button, select, optgroup, option, textarea,
label, legend {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	/*text-align: right;*/
/*}*/

/*span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br,
ins, del, a, img, object {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
}
*/

/* リンクテキスト (a) */
a:link {
	color: #2E5697;
	text-decoration: underline;
		line-height:1.5;
}

a:visited {
	color: #2E5697;
	text-decoration: underline;
		line-height:1.5;
}

a:hover {
	color: #2E5697;
	text-decoration: none;
		line-height:1.5;
		/*background-color:#FFA92E;*/
}

a:active {
 	color: #2E5697;
 	text-decoration: underline;
		line-height:1.5;
}

/*ｍｇｔにのみ適用*/
p{
	margin:0 10px 10px;
	line-height: 1.5; /*mgtのみ*/
}

/*general MGTのみ*/
div#general {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,;
	/*font-size:12px;
	font-weight:normal;*/
	line-height:1.5;
	color:#333;
}
div#general table,
div#general th,
div#general td {	
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,;
	/*font-size:12px;
	font-weight:normal;*/
	line-height:1.5;
	color:#333;
}
