@charset "utf-8";


.actionBtn { margin:0; text-align:right; padding:0;}

/* ---------------------------------------------------------
defaultBox_Allnone
--------------------------------------------------------- */
.defaultBox_Allnone				{ width:100%; clear:both;margin:0;padding:0;}
.defaultBox_Allnone .contents		{clear:both;margin:0;padding:0;}


/* ---------------------------------------------------------
DottedBox
--------------------------------------------------------- */
.dottedBox				{width:100%; clear:both;margin:0 0 10px 0;padding:0;}
.dottedBox .icon { text-align:right;}
.dottedBox .dottedWrapper {border:1px dotted #bab098; background:#FFF;}
.dottedBox .contents	{clear:both;margin:0;padding:1px;}

/* ---------------------------------------------------------
sideDottedBox
--------------------------------------------------------- */
.sidedottedBox				{width:100%; clear:both;margin:0 0 10px 0;padding:0;}
.sidedottedBox .icon { text-align:right;}
.sidedottedBox .sidedottedWrapper {border-left:1px dotted #b6b6b6;border-right:1px dotted #b6b6b6;  background:#FFF;}
.sidedottedBox .contents	{clear:both;margin:0;padding:0;}


/* ---------------------------------------------------------
TitleLarge
--------------------------------------------------------- */
.borwnpole				   { width:100%; clear:both;margin:0 0 10px 0;padding:0;}
.borwnpole .icon          { text-align:right;}
.borwnpole .title         { background:url(images/line.gif) left bottom repeat-x; padding-bottom:7px; margin-bottom:15px;}

.borwnpole .title h2      { margin:0;padding:0 7px; line-height:2.2em; border-left:#5e4e08 solid 7px; text-align:left;}
.borwnpole .title .Head   { color:#414141;font-weight:bold; font-size:116%;}
.borwnpole .contents	   { margin:0;padding:0;}


