@charset "utf-8";

/* ------   文字   ----------------------------------------------*/

.t1 {
	color: 						#cc0000;
}

.t2 {
	text-decoration:				underline; 
}

.t3 {
	font-size:						15px;
	font-weight:					bold;
	color:							#ffffff;
}

.t4 {
	color: #0000ff;
}

.t5 {
	font-size: 14pt;
	font-weight: bold;
	color: #000099;
}

.t6 {
	margin: 10px 0 0 10px;
	font-weight: bold;
	color: #000099;
}

.t7 {
	color: 						red;
}

.t8 {
	font-size:					17pt;
	color:						#ff0000;
	font-weight: bold;
}
.t9 {
	color: 						red;
	font-weight: bold;
}
.t10 {
	color: 						red;
	font-weight: bold;
	font-size:					14pt;
}



/* ------   リスト   --------------------------------------------*/

.list00 {
	border:						5px solid #ffcc00;
	padding:					20px 20px 10px;
	margin: 					1.5em 0 2.5em;
}

.list00 li {
	list-style-type:			none;
    padding: 					0 0 0.5em 33px;
    background:		 			url(../img/mark01.png) no-repeat;
    text-align:					left;
   	font-size:					16pt;
	font-weight:				bold;
	color:						#cc0000;
}

.list00 strong {
   	font-size:					11pt;
	color:						#000;
}

.list01 {
	margin: 					0px;
	padding:					0 0 5px;
}

.list01 li {
	list-style-type:			none;
    padding: 					5px 0 0 23px;
    background-image: 			url(../img/mark01.gif);
    background-repeat: 			no-repeat;
    background-position:		0px 10px;
}

.list02 {
	margin:						0px;
	padding:					0px;
}

.list02 li {
	list-style-type:			none;
    padding: 					5px 0 0 23px;
    background-image: 			url(../img/mark02.gif);
    background-repeat: 			no-repeat;
    background-position:		5px 10px;
}

.list03 {
	border-top:					1px solid #000033;
	border-bottom:				1px solid #000033;
	padding:					1em 30px;
	margin: 					0 0 2.5em;
}

.list03 li {
	list-style-type:			none;
    padding: 					5px 0 10px 23px;
    background-image: 			url(../img/mark01.gif);
    background-repeat: 			no-repeat;
    background-position:		0px 10px;
    text-align:					left;
}

.fr {
	float:						right;
	margin:						0.2em 0 0;
	padding:					0 1em 0 0;
}
.sp {
	margin:						0.7em;
	text-align:					center;
}



/* ------   Box   --------------------------------------------*/

table.info {
	margin:						5px 0 2.5em;
    border-top:					1px solid #333366;
    border-left:				1px solid #333366;
    border-collapse:			collapse;
    border-spacing:				0;
	width:						700px;
    background-color:			#ffffff;
    empty-cells:				show;
	text-align:					left;
}

.info th {
    padding:					0.5em 0;
    background-color:			#dfdfdf;
    border-right:				1px solid #333366;
    border-bottom:				1px solid #333366;
	width:						180px;
	line-height:				1.5;
	color:						#333366;
	text-align:					center;
	font-size:					12pt;
}

.info td {
    padding:					0.4em 1em;
    border-right:				1px solid #333366;
    border-bottom:				1px solid #333366;
	width:						520px;
	line-height:				1.5;
	vertical-align: 			middle;
}
.info td.c {
	text-align:					center;
}

table.price {
	width:						400px;
	margin:						0.5em 0 0.5em 1em;
    border-top:					1px solid #333366;
    border-left:				1px solid #333366;
    border-collapse:			collapse;
    border-spacing:				0;
    background-color:			#ffffff;
    empty-cells:				show;
}

.price th {
	width:						150px;
    background-color:			#dfdfdf;
    padding:					0.2em 0.4em;
    border-right:				1px solid #333366;
    border-bottom:				1px solid #333366;
	line-height:				1.5;
	text-align:					center;
}

.price td {
	width:						250px;
    padding:					0.2em 0.4em;
    border-right:				1px solid #333366;
    border-bottom:				1px solid #333366;
	line-height:				1.5;
	vertical-align: 			top;
}
.price td.c {
	text-align:					center;
}

table.banner {
	margin:						1.5em auto 0.7em;
	text-align:					center;
}

.line {
	border-top:					1px solid #333366;
	margin:						1em 0 0;
	padding:					1em 0 0;
}

.banner th {
	width:						350px;
	text-align:					left;
}

.banner td {
	width:						320px;
	text-align:					left;
}

.width1 {
	margin:						10px 0 2em;
	text-align:					center;
	line-height:				1.7;
}

.caunter {
	width:						620px;
	margin:						0px 0px 30px;
	text-align: 				right;
}

