@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-top: 20px;
	font-weight: bold;
	color: #000099;
}

.t7 {
	color: 						red;
}

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

.t9 {
	color: 						red;
	font-weight: bold;
}



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

.list00 {
	border:						5px solid #ffcc00;
	padding:					20px 20px 10px;
	margin: 					0 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;
}

.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;
	font-weight:				bold;
}



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

.box01 {
	border:						3px solid #ff0000;
	padding:					18px 20px 15px;
	margin: 					0 0 2em;
}

.box01 h2 {
	font-size:					12pt;
	font-weight:				bold;
	line-height:				1.5;
}

.box02 {
	margin: 					0 0 1em;
}

.box02 h2 {
	float:						left;
}

.box02 a {
	float:						right;
}

table.tv {
	margin:						1em 20px 2.5em;
    border-left:				1px solid #333366;
    border-collapse:			collapse;
    border-spacing:				0;
	width:						660px;
    background-color:			#ffffff;
    empty-cells:				show;
}

.tv td {
    padding:					0.2em 1em;
    border-right:				1px solid #333366;
	width:						175px;
	line-height:				1.5;
	vertical-align: 			top;
	text-align:					left;
}

.tv strong {
	color:						#333366;
}

table.info {
	margin:						1em 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:						100px;
	line-height:				1.5;
	vertical-align: 			top;
	color:						#333366;
	text-align:					center;
}

.info td {
    padding:					0.4em 1em;
    border-right:				1px solid #333366;
    border-bottom:				1px solid #333366;
	width:						600px;
	line-height:				1.5;
	vertical-align: 			top;
}

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

.price th {
    padding:					2.5em 1em 0;
    border-right:				1px solid #333366;
    border-bottom:				1px solid #333366;
	width:						200px;
	line-height:				1.5;
}

.price td.w1 {
    padding:					0.2em 1em;
    border-right:				1px solid #333366;
    border-bottom:				1px solid #333366;
	width:						220px;
	line-height:				1.5;
	vertical-align: 			top;
	text-align:					left;
}

.price td.w2 {
	text-align:					right;
	width:						110px;
}

table.banner {
	margin:						0 auto 1em;
	text-align:					center;
}

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

.banner td {
	width:						300px;
	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;
}

.line {
	border-top:					1px dashed #000033;
	border-bottom:				1px dashed #000033;
	padding:					1em 0;
	margin:						1em 0;
}