@charset "UTF-8";

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	/*　font-size: 75%;　*/
	font-size: 11px;
	line-height: 1.5;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

a:link {
	color: #447F98;
	text-decoration: underline;
}
a:visited {
}
a:hover {
	color:#999999;
	text-decoration: none;
}
a:active {
}

li {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

ul,ol {
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


.txt-blue {
	color: #447F98;
	text-decoration: none;
}

h2 {
/*	font-size: 100%;*/
	font-size: 12px;
	color: #447F98;
	text-decoration: none;
}

.txt-mini-blue {
	color: #333333;
	text-decoration: none;
	 /* font-size: 80%; */
	font-size: 10px;
	line-height: 1.4;
}

.tit-blue {
	color: #447F98;
	text-decoration: none;
/*	font-size: 100%;*/
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #144E74;
}

.tit-white {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding-left: 10px;
	padding-top: 6px;
	height: 20px;
	padding-right: 5px;
	padding-bottom: 4px;
}

table th {
	background-color: #93CBD2;
	color: #FFFFFF;
}

table td.bg {
	background-color: #FFFFFF;	
}

td.shoplist{
	line-height: 1.2;
	padding-left: 5px;
}

td.caution{
	line-height:1.2;
	padding-left:10px;
	font-size:9.5px;
	color: #3366CC;
}

input {
	width: 300px;

}

input.btn {
	width: 80px;

}

div.leftbar input {
	width: 100px;
}

textarea {
	width: 300px;

}

