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

/*- - - - - - - - - - - - - - - - - - - */ 
/* BOX-01
/*- - - - - - - - - - - - - - - - - - - */
	.box-01-block {
		width:100px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	.box-01-block .box-header {
		height:32px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		background: url("./images/box/01/header.png") no-repeat 0px 0px;
	}
	
	.box-01-block .box-body {
		height:100%;
		margin:0px 0px 0px 0px;
		padding:10px 10px 0px 10px;
		background: url("./images/box/01/body.png") repeat-y 0px 0px;
	}
	
	.box-01-block .box-footer {
		height:10px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background: url("./images/box/01/footer.png") no-repeat 0px 0px;
	}
	
	.box-01-block .box-header p {
		color:#ffffff;
		position:relative;
		top:10px;
	}

/*- - - - - - - - - - - - - - - - - - - */ 
/* BOX-02
/*- - - - - - - - - - - - - - - - - - - */
	.box-02-block {
		width:200px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	.box-02-block .box-header {
		height:32px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		background: url("./images/box/02/header.png") no-repeat 0px 0px;
	}
	
	.box-02-block .box-body {
		height:100%;
		margin:0px 0px 0px 0px;
		padding:10px 10px 0px 10px;
		background: url("./images/box/02/body.png") repeat-y 0px 0px;
	}
	
	.box-02-block .box-footer {
		height:10px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background: url("./images/box/02/footer.png") no-repeat 0px 0px;
	}
	
	.box-02-block .box-header p {
		color:#ffffff;
		position:relative;
		top:10px;
	}

/*- - - - - - - - - - - - - - - - - - - */ 
/* BOX-03
/*- - - - - - - - - - - - - - - - - - - */
	.box-03-block {
		width:300px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	.box-03-block .box-header {
		height:32px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		background: url("./images/box/03/header.png") no-repeat 0px 0px;
	}
	
	.box-03-block .box-body {
		height:100%;
		margin:0px 0px 0px 0px;
		padding:10px 10px 0px 10px;
		background: url("./images/box/03/body.png") repeat-y 0px 0px;
	}
	
	.box-03-block .box-footer {
		height:10px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background: url("./images/box/03/footer.png") no-repeat 0px 0px;
	}
	
	.box-03-block .box-header p {
		color:#ffffff;
		position:relative;
		top:10px;
	}

/*- - - - - - - - - - - - - - - - - - - */ 
/* BOX-04
/*- - - - - - - - - - - - - - - - - - - */
	.box-04-block {
		width:400px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	.box-04-block .box-header {
		height:32px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		background: url("./images/box/04/header.png") no-repeat 0px 0px;
	}
	
	.box-04-block .box-body {
		height:100%;
		margin:0px 0px 0px 0px;
		padding:10px 10px 0px 10px;
		background: url("./images/box/04/body.png") repeat-y 0px 0px;
	}
	
	.box-04-block .box-footer {
		height:10px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background: url("./images/box/04/footer.png") no-repeat 0px 0px;
	}
	
	.box-04-block .box-header p {
		color:#ffffff;
		position:relative;
		top:10px;
	}

/*- - - - - - - - - - - - - - - - - - - */ 
/* BOX-05
/*- - - - - - - - - - - - - - - - - - - */
	.box-05-block {
		width:500px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	.box-05-block .box-header {
		height:32px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		background: url("./images/box/05/header.png") no-repeat 0px 0px;
	}
	
	.box-05-block .box-body {
		height:100%;
		margin:0px 0px 0px 0px;
		padding:10px 10px 0px 10px;
		background: url("./images/box/05/body.png") repeat-y 0px 0px;
	}
	
	.box-05-block .box-footer {
		height:10px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background: url("./images/box/05/footer.png") no-repeat 0px 0px;
	}
	
	.box-05-block .box-header p {
		color:#ffffff;
		position:relative;
		top:10px;
	}