/* +++++++++++++++++++++ BASE +++++++++++++++++++++ */
/***** anchor *****/
a:link, a:visited, a:active  { color: #3a5032; text-decoration: none; }
a:hover  { color: #cf220a; text-decoration: underline; }

img { border-style: none; border-width: 0px;}

/***** end *****/
/* ++++++ BLOG HORIZON ++++++ */

#container {
	width: 800px;
	}


/* ++++++ 2CONTAINER ++++++ */

	/* CONTENTS HORISON */
	#center	{
		width: 645px;
		}

	/* SIDEBER HORIZON */
	#left, #right	{
		width: 150px;
		}


/* ++++++ OTHER CUSTOM ++++++ */

#back-head{
	background-repeat: no-repeat;
	background-attachment: repeat;
	background-position: 0% 0%;
	background-image: url(images/head.jpg);
        margin-top: 0;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
}
#back-inbody{
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-image: url(images/inbody.jpg);
        width:auto;
        height:auto;
}
#back-bottom{
	background-repeat: no-repeat;
	background-attachment: ;
	background-position: 0% 100%;
	background-image: url(images/bottom.jpg);
        margin-top: 0;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
}



body {
       	text-align: center;
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: scroll;
	}

#container {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: 10px;
	text-align: left;
	padding: 0px;
	background-color: #;
	}

#banner	{
	overflow: hidden;

	}

#center {
	float: left;
	overflow: hidden;
	}

#left {
	float: left;
	overflow: hidden;
	}

#footer	{
	clear: both;
	}

/* +++++++++++++++++++++ MAIN DESIGN +++++++++++++++++++++ */

#container {
	border-style: solid;
	border-width: 0px;
	border-color: #c0c0c0;
	}

#banner	{
	border-style: solid;
	border-width: 0px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	margin-bottom:80px;
	padding: 0px;
	width: 796px;	
	}

.content	{
	border-style: solid;
	border-width: 0px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	background-color: #;
	}

.navi	{
	border-style: solid;
	border-width: 0px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	}

.sidebar	{
	border-style: solid;
	border-width: 0px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	}

/* ++++++ MARGIN ++++++ */

	/* IN CONTENTS HORIZON MARGIN */
	.content div	{
		margin-left: 15px;
		margin-right: 15px;
		}

	/* IN CONTENTS TOP MARGIN */
	.content	{
		padding: 0px;
		margin-bottom: 5px;
		}

	/* IN SIDEBAR HORIZON MARGIN */
	.sidebar div {
		margin-left: 0px;
		margin-right: 0px;
		}

	/* IN SIDEBAR TOP&BOTTOM MARGIN */
	.sidebar {
		padding-top: 0px;
		padding-bottom: 0px;
		}

	/* IN NAVI HORIZON MARGIN */
	.navi div {
		margin-left: 5px;
		margin-right: 15px;
		}

	/* IN NAVI TOP&BUTTOM MARGIN */
	.navi {
		padding-top: 10px;
		padding-bottom: 5px;
		}

	.content div div, .sidebar div div, .navi div div {
		margin-left: 0;
		margin-right: 0;
		}

/* ++++++ DAN DIRAY&HORIZON ++++++ */

	#left	{
		margin-right: 5px;
                margin-left: -2px;
		}

	#center	{

		}

	.navi {
		margin-bottom: 5px;
		}

/* +++++++++++++++++++++ PARTS DESIGN CUSTOM +++++++++++++++++++++ */

/* ++++++ HEADER DSIGN ++++++ */

/* HEADER */

h1	{
	text-align: left;
	font-size: 10px;
	padding: 5px 10px;
	font-family: monospace;
	margin: 0px;
	font-weight: normal;
	}

h1 a	{
	text-decoration: none;
	color: #666;
	}
h1 a:link	{
	color: #666;
	text-decoration: none;
	}
h1 a:visited	{
	color: #666;
	text-decoration: none;
	}
h1 a:active	{
	color: #666;
	text-decoration: none;
	}
h1 a:hover	{
	color: #c0c0c0;
	text-decoration: none;
	}

#title	{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #;
	border-bottom: solid 0px #ddd;
	padding: 0px;
	margin: 0px;
	height: px;

	}
#title h2	{
	padding: 0px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: right;
	}
#subtitle	{
	margin-top: 0px;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	text-align: left;
	}
#footer	{
	margin-top: 0px;
	padding: 5px 5px 20px 5px;
	color: #333;
	font-size: 15px;
	font-family: monospace;
	text-align: right;
	background-color: #;
	border-top: 1px solid #ddd;
	}
#footer h2 {
	margin: 0px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	background-color: #;
	}

#footer a:link, #footer a:visited, #footer a:active  { color: #666; text-decoration: none; }
#footer a:hover  { color: #333; text-decoration: underline; }

/* ++++++ CONTENTS DESIGN ++++++ */
/* NEWS DESIGN  */
.news {
border-style: solid;
border-width: 0px;
border-left-color: #ddd;
border-top-color: #ddd;
border-right-color: #c0c0c0;
border-bottom-color: #c0c0c0;
background-color: #;
padding: 0px;
margin-bottom: 0px;
margin-top: 10px;
}

.news h2 {
background-image: url(images/newsh2back.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 50%;
border-bottom: 0px solid #ddd;
margin: 0px 0px 10px 0px;
padding: 15px 15px 15px 15px;
font-size: 14px;
font-family: sans-serif;
font-weight: normal;
color: #666;
text-align: left;
font-weight: normal;
}

.news ul {
list-style-type: none;
margin: 0px 10px 30px 11px;
line-height: 100%;
padding: 0px;
}

.news li {
text-align: left;
font-size: 13px;
margin-bottom: 0px;
border-color: #ddd;
border-width: 0px 0px 0px 0px;
border-style: dotted;
padding: 0px;
line-height: 150%;
}

.news li img{
margin: 0px 0px -2px 0px;
padding: 0px;
}

/* BUKKEN  */
#bukken	{
	background-image: url(images/bukkenback.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #;
	border-bottom: solid 0px #ddd;
	padding: 5px 10px 15px 10px;
	margin: 0px;
	height: 130px;
	width: 100%;
	}
#bukken h3 {
	text-align: left;
	font-size: 14px;
	margin: 0px 0px 8px 0px;
	}
#bukken p {
	text-align: right;
	margin: 5px 0px 5px 0px;
	line-height; 120%;
	padding: 0px 20px 0px 10px;
	}
#bukken	img {
	border: none;
	margin: 0px 10px 0px 5px;
	}
#bukken ul {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	line-height; 120%;
	padding: 0px 20px 5px 10px;
	}
#bukken li {
	text-align: left;
	font-size: 13px;
	margin-bottom: 3px;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	}
/* ENTRY */
.content h2	{
	background-image: url(images/contenth2back.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
        background-pisition: 0% 50%;
	background-color: #;
	position: relative;
	margin: 15px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	padding: 7px 5px 7px 20px;
	color: #3a5032;
	border-top: 0px solid #89A77C;
	border-bottom: 0px solid #89A77C;
	text-align: left;
	}
.content h2 span	{
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: left;
	margin: 3px 0px 0px 0px;
	}
.entry h3	{
	margin-top: 15px;
	font-size: 15px;
	background-image: url(images/entryh3back.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-left: solid 0px #006400;
	border-bottom: solid 0px #ddd;
	color: #666666;
	padding: 2px 8px 2px 30px;
	}

.entry h4	{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 13px;
	border-left: solid 10px #91DAFC;
	border-bottom: solid 1px #91DAFC;
	padding: 3px 3px 3px 5px;
	color: #666666;
	}
.entry h5	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	border-left:  solid 14px #1A8DD2;
        border-bottom: solid 1px #1A8DD2;
	padding-left: 10px;
	color: #333;
	}
.entry p	{
	font-size: 15px;
	color: #333;
	line-height: 150%;
	}
.entry blockquote	{
	font-size: 14px;
	color: #333;
	line-height: 180%;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #999;
	background-color: #efefef;
	padding: 1em;
	margin: 10px 0px;
	}
.entry ul {
	list-style-type: none;
	margin: 0px 15px 0px 15px;
	line-height; 100%;
	padding: 0px;
	}
.entry li {
	text-align: left;
	font-size: 14px;
	margin-bottom: 0px;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	}
.entry table,td	{
	font-size: 14px;
	color: #333;
	line-height: 120%;
	}
.entry p.posted	{
	font-size: 0.66em;
	color: #aaaaaa;
	border-top: solid 1px #996;
	padding-top: 6px;
	}

.entry a	{

	}

.entry	{
	margin-bottom: 20px;
	}

.right {
	float: right;
	margin: 10px 0px 10px 10px;
	border-style: none;
	}
.left {
	float: left;
	margin: 10px 10px 10px 0px;
	border-style: none;
	}
.extended {
	text-align: right;
	}

/* NAVI */
.navi	{
	font-size: 14px;
	padding-left: 10px;
	}
/* FRONT&BACK LINK FOR ENTRY */

#entrylink	{
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#entrylink a	{

	}

#entrylink p	{

	}


/* TRACKBACKS */

#trackbacks	{
	border: solid 1px #ddd;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#trackbacks h2	{
	font-size: 0.75em;
	margin-bottom: 0;
	}

#trackbacks p	{
	font-size: 0.75em;
	color: #666666;
	margin-top: 8px;
	}

#trackbacks h3	{
	font-size: 0.75em;
	color: #999999;
	margin-bottom: 0;
	border-top: solid 1px #ddd;
	padding-top: 20px;
	}

#trackbacks a	{

	}



/* COMMENTS */

#comments	{
	border: solid 1px #ddd;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#comments h2	{
	font-size: 0.75em;
	}

#comments p	{
	font-size: 0.75em;
	color: #666666;
	}

#comments p.posted	{
	color: #999999;
	padding-left: 30px;
	}

#comments div	{
	border-top: solid 1px #ddd;
	}

#comments form div	{
	border-top: none;
	padding-top: 0;
	}

#comments h2#com02	{
	border-top: solid 1px #ddd;
	padding-top: 40px;
	}

#comments a	{

	}
/* ++++++ PAGE UNDER BUTTON++++++*/
.button a,.button a:link, .button a:visited, .button a:active{
        border-top: solid 1px #888;
        border-left: solid 5px #888;
        border-bottom: solid 1px #888;
        border-right: solid 1px #888;
	display: block;
	width: 200px;
         }
.button a:hover{
        border-top: solid 1px #338;
        border-left: solid 5px #338;
        border-bottom: solid 1px #338;
        border-right: solid 1px #338;
	display: block;
	width: 200px;
}

/* ++++++ SIDEBAR DESIGN ++++++ */

/* MENU */

.sidebar 	{
	position: relative;
	}
.menu	{
	margin-bottom: 10px;
	}
.menu h2	{
	border-bottom: solid 1px #ddd;
	background-color: #ddd;
	background-image: url(images/sidebarh2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	text-align: left;
	color: #fff;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	border: solid 0px #666;
	}
.menu ul	{
	background-color: #ddd;
	font-size: 14px;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	}
.menu-list	{
	background-color: #ddd;
	margin: 0px 0px 1px 0px;
	text-align: left;
	font-size: 14px;
	border-bottom: solid 1px #999;
	display: block;
	padding: 0px 0px 0px 0px;
	}
.menu-listhome	{
	background-color: #ddd;
	margin: 0px 0px 1px 0px;
	text-align: left;
	font-size: 14px;
	border-bottom: solid 1px #999;
	display: block;
	padding: 0px 0px 0px 0px;
	}

.menu-listhome a	{
	color: #003300;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 6px 5px 10px;
	background-color: #ddd;
	background-image: url(images/menu-home.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	width: auto;
	position: relative;
	display: block;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
        border-top: solid 1px #ddd;

	}

.menu-listhome a:link, .menu-listhome a:visited, .menu-listhome a:active	{
	color: #666;
	font-weight: normal;
	text-decoration: none;
	background-color: #ddd;
	width: auto;
	position: relative;
	display: block;
	}
.menu-listhome a:hover	{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #e6b333;
	background-image: url(images/menu-home-over.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	width: auto;
	position: relative;
	display: block;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	}

.menu-list a	{
	color: #666666;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 6px 5px 10px;
	background-color: #ddd;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	width: auto;
	position: relative;
	display: block;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	}
.menu-list a:link, .menu-list a:visited, .menu-list a:active	{
	color: #888888;
	font-weight: normal;
	text-decoration: none;
	background-color: #ddd;
	width: auto;
	position: relative;
	display: block;
	}
.menu-list a:hover	{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #e6b333;
	background-image: url(images/menu-over.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	width: auto;
	position: relative;
	display: block;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	}
.menu-line	{
	background-color: #ddd;
	background-image: url(images/menu-line.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	margin: 0px 0px 1px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 5px 6px 5px 20px;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #999;
	display: block;
	}
/* SIDEBAR NEW */
.recent {
	background-color: #e7efe9;
	border-bottom: solid 0px #ddd;
	text-align: left;
	}
.recent h2 {
	border-bottom: solid 1px #ddd;
	background-color: #6d8f61;
	background-image: url(images/sidebarh2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	text-align: left;
	color: #fff;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	border: solid 0px #666;
	}
.recent ul	{
	list-style-type: square;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left:0;
	padding: 10px 10px 10px 20px;
	}

.recent li	{
	text-align: left;
	font-size: 12px;
	margin-bottom: 8px;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	}
/* WORKS AREA */
.region {
	background-color: #e7efe9;
	border-bottom: solid 0px #ddd;
	text-align: left;
	}
.region h2 {
	border-bottom: solid 1px #ddd;
	background-color: #6d8f61;
	background-image: url(images/sidebarh2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	text-align: left;
	color: #fff;
	padding: 8px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	}
.region ul	{
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left:0;
	padding: 10px 10px 10px 20px;
	}
.region li	{
	font-size: 12px;
	margin-bottom: 5px;
	}
#company {
	background-color: #fff;
	border-bottom: solid 0px #ddd;
	text-align: left;
	}
#company ul	{
	color: #666;
	list-style-type: none;
	margin: 0;
	margin-left:0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	}

#company li	{
	font-size: 14px;
	margin-bottom: 0px;
	padding: 0px 0px;
	}
/* STAFF-BLOG HEADER INFO */
.ceoblog {
	background-color: #fff;
	margin: 15px 0px 0px 0px;
	border-bottom: solid 1px #ddd;
	height: 100px;
	padding: 0px;
	background-image: url(http://www.mpl.co.jp/fro/images/ceoblog-header.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
.jyutakublog {
	background-color: #fff;
	margin: 15px 0px 0px 0px;
	border-bottom: solid 1px #ddd;
	height: 100px;
	padding: 0px;
	background-image: url(http://www.mpl.co.jp/fro/images/jyutakublog-header.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
/* FEED INFO */

.count	{
	margin: 0px;
	font-size: 9px;
	color: #444;
	}

.count ul	{
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left:0;
	padding: 10px;
	}

.count li	{
	line-height: 130%;
	}

.count img	{
	border: none;
	margin: 0px;
	vertical-align: middle;
	}



#feed	{
	margin-top: 0;
	margin-bottom: 0px;
	margin-left:0;
	padding: 15px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666;
	}
#feed img	{
	border: none;
	margin: 0px 5px 0px 0px;
	}
/**************** COMPLETE MONITA START ****************/
#confirm {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	}

#confirm table {
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #666;
	width: 80%;
	margin: 20px auto;
	}

#confirm td {
	border-collapse: collapse;
	border: 1px solid #666;
	padding: 5px;
	text-align: center;
	}
/**************** COMPLETE MONITA END ****************/