@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:persist.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */

/* definition_boxArticle01 */
#boxArticle01{
	background-image: url(../../persist/images/box_article01_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-color: #4D2020;
	border-style: solid;
	border-width: 0 0 1px;
	margin: 0 0 50px;
	padding: 0 10px 0 0;
	width: 700px;
}

#boxArticle01 .textBoxL{
	padding: 0 0 0 13px;
	width: 225px;
}

#boxArticle01 .imgBoxR{
	border-width: 0;
	padding: 5px 0 0;
	width: 450px;
}

#boxArticle01 .imgBoxR img{
	border-color: #D1C2B9;
	border-style: solid;
	border-width: 1px;
	margin: 0 0 10px;
}

/* definition_boxArticle */
.boxArticle{
	background-position: left top;
	background-repeat: no-repeat;
	border-color: #4D2020;
	border-style: solid;
	border-width: 0 0 1px;
	margin: 0 0 50px;
	padding: 0 10px 0 0;
	width: 700px;
}

.boxArticle .textBoxL{
	padding: 0 0 0 13px;
	width: 310px;
}

.boxArticle .imgBoxR{
	border-width: 0;
	padding: 5px 0 0;
	width: 350px;
}

.boxArticle .imgBoxR img{
	border-color: #D1C2B9;
	border-style: solid;
	border-width: 1px;
	margin: 0 0 10px;
}

/* definition_boxArticle02 */

#boxArticle02{
	background-image: url(../../persist/images/box_article02_top.jpg);
}

/* definition_boxArticle03 */

#boxArticle03{
	background-image: url(../../persist/images/box_article03_top.jpg);
}

/* definition_boxArticle04 */

#boxArticle04{
	background-image: url(../../persist/images/box_article04_top.jpg);
}






























