@charset "utf-8";
/* CSS Document */

.box {
	background-image:url(content/box/box_04.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	margin:0;
	padding:0;
	width:100%;
}

.box_head {
	background-image:url(content/box/box_02.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:17px;
	min-height:17px;
}

.box_head_blue {
	background-image:url(content/box/box_02-blue.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:17px;
	min-height:17px;
}	

.box_head_info {
	background-image:url(content/box/box_01.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:17px;
	min-height:17px;
	padding-left:20px;
	padding-top:4px;
}

.box_head_info_blue {
	background-image:url(content/box/box_01-blue.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:17px;
	min-height:17px;
	padding-top:4px;
	color:#FFFFFF;
	text-align:center;
	font-size:75%;
}

.box_body {
	background-image:url(content/box/box_03.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	padding-right:10px;
}

.box_bottom {
	background-image:url(content/box/box_06.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;	
}

.box_bottom_info {
	background-image:url(content/box/box_05.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:14px;
	min-height:14px;
	vertical-align:middle;
}

.thick_box {
	background-image:url(content/box/thick_box_04.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	margin:0;
	padding:0;
	width:100%;
}

.thick_box_head {
	background-image:url(content/box/thick_box_02.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:17px;
	min-height:17px;
}

.thick_box_head_info {
	background-image:url(content/box/thick_box_01.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:17px;
	min-height:17px;
	padding-left:20px;
	padding-top:4px;
}

.thick_box_body {
	background-image:url(content/box/thick_box_03.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	padding-right:10px;
}

.thick_box_bottom {
	background-image:url(content/box/thick_box_06.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;	
}

.thick_box_bottom_info {
	background-image:url(content/box/thick_box_05.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:25px;
	min-height:14px;
	vertical-align:middle;
}
