@charset "Shift_JIS";

/* もともとテンプレートhtml に記述されていたスタイル　ここから */

		.class  { font-size: xx-small; line-height: 160% }
		.class1  { font-size: 10px; line-height: 18px }
		.class2  { font-size: 12px; line-height: 20px }
		.error  { font-size: 10px; line-height: 18px; color:red; font-weight:bold; }
		a:link    {
	text-decoration:none;
	color: #993333;
}
		a:hover {color:#4169E1}
		a:visited { text-decoration:none}
		a:active  { text-decoration:none}
		.style3 {font-size: 10px; line-height: 18px; color: #999999; }
		body {
			background-color: #c3c3bb ;
		}
		.class11 {font-size: 12px; line-height: 18px; text-decoration: none }
		.style4 {line-height: 18px}
		.container {
			border-top-width: 0px;
			border-right-width: 1px;
			border-bottom-width: 0px;
			border-left-width: 1px;
			border-top-style: solid;
			border-right-style: solid;
			border-bottom-style: solid;
			border-left-style: solid;
			border-top-color: #333333;
			border-right-color: #555555;
			border-bottom-color: #333333;
			border-left-color: #555555;
		}

		
		h1 {
			font-size:12px;
			background-color: #ddd;
			border: solid 1px #ccc;
		}
		
		.s {
			font-size:10px;
		}
		
		.box {
	font-size:12px;
	background-color: #ddd;
	border: solid 1px #ccc;
	padding: 2px;
			}
		
		.inactive {
			color: #ccc;
		}
		
		.thanks {
			border: thin dotted #CC3333;
		}
		/*
		<baslib:forEach in="message_list" with="message">
			#msg_%message.id% { display: none; }
			#msg_s_%message.id% { display: block; }
		</baslib:forEach>
		*/

    .class11 {font-size: 12px; line-height: 18px; text-decoration: none }

/* もともとテンプレートhtml に記述されていたスタイル　ここまで */
