/*
	共通レイアウト設定
---------------------------------------------------------- */

body{
	background-color: #E7F8FF;
	margin:0;
	padding: 0;
}


p,form,h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
}

td{text-align:left;}

#container{
	width:820px;
margin-right: auto;
margin-left: auto;
	text-align:left;
	font-size:85%;
	line-height:145%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	COLOR: #333333;
	background-color: #ffffff;
}



/*
	共通コンテンツ設定->装飾設定
---------------------------------------------------------- */


.tx1_mini{font-size:88%}
.tx2_blue{color: #004D97}
.tx3{line-height:130%}
.tx4_blue_bold{color: #056EDF; font-weight: bold}
.tx5_red{color: #E20000}
.tx6_red_bold{color: #E20000; font-weight: bold}
.tx7{font-size:120%}

.m01_purple{color: #DD80B2}
.m02_orange{color: #FF973D}
.m03_green{color: #81C16A}
.m04_pink{color: #FF778E}
.m05_brown{color: #80656B}

.bold{font-weight: bold}

.s01_blue{color: #4B86DD}

.td01 { background-color: #FBFBE6}
.td02 { background-color: #EEEEEE;line-height:130%}
.td03 { background-color: #FFFFFF;line-height:130%}
.td04_blue { background-color: #9BD4F2;line-height:130%;	text-align:center; color: #FFFFFF}
.td05_rightblue { background-color: #CFE8F6;line-height:130%;	text-align:center; color: #056EDF}
.td06_yellow { background-color: #FCF5D6;line-height:130%;	text-align:center}

/*
	共通コンテンツ設定->リンク設定
---------------------------------------------------------- */
a:link {
	color: #004D97;
	text-decoration: underline;
}
a:visited {
	color: #441b7c;
	text-decoration: underline;
}
a:active {
	color: #441b7c;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

