@charset "UTF-8";

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	color:inherit;
	background-color:#ddd7ca;
	text-align:center;
}

a
{
	color:#1a86e2;
	background-color:inherit;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

div.separate
{
	clear:both;
}

hr.clear
{
	display:none;
}
hr{
	border-bottom:2px solid #cccccc;
	margin:20px 0;
}

/* ---------- body_end ---------- */

/* ---------- container ---------- */

div#container
{
	background-image:url(img/container_bg.gif);
	background-repeat:repeat-y;
	background-position:0 0;
	width:810px;
	margin:0 auto;
	text-align:left;
}

div.container-inner
{
	margin:0 5px;
}

div.container-archive
{
}

/* ---------- container ---------- */

/* ---------- header ---------- */

div#headTop{
	background:#D6E9A5;
	font-size:67%;
	padding:25px 0 8px 0; 
}
div#headTop h1{
	text-align:left;
	width:790px;
	margin:0 auto;
}
div#headTop h1 a{
	color:#5A7733;
	font-weight:normal;
	width:790px;
	margin:0 auto;
}
div#headBottom{
	background:#328320;
}
div#headBottom h2{
	text-align:left;
	width:798px;
	margin:0 auto;
}



div#header{
	width:100%;
	color:inherit;
	/*background:#ffffff url(http://www.chiyuin.com/img/header_bg.gif) repeat-x left top;*/
	height:70px;
}

div.header-inner
{
	padding:20px 10px 10px 10px;
}

div#header img
{
	float:left;
}

div#header p
{
	text-align:right;
	font-size:70%;
	padding-top:25px;
}

div#header p a
{
	color:#1a86e2;
	background-color:inherit;
}

/* ---------- header_end ---------- */

/* ---------- banner ---------- */

div#banner
{
      height:150px;
      margin:0 0 10px 0;
}

div.banner-inner
{
	height:172px;
}

div.container-inner h1
{
background:#ffffff;
	font-size:80%;
	font-weight:normal;
padding:4px 10px;
}

div.container-inner h1 a
{
	color:#517951;
	background-color:inherit;
	text-decoration:none;
}

div.banner-inner h2
{
	color:#ffffff;
	font-weight:normal;
	font-size:90%;
	position:relative;
	top:75px;
	left:30px;
	width:90%;
}

/* ---------- banner_bg ---------- */

/* ---------- search ---------- */

/*div#search-content
{
	background-image:url(http://www.chiyuin.com/img/search_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:29px;
}

div.search-form form
{
	width:200px;
	float:right;
}

div.search-form form input#search
{
	font-size:80%;
	color:#acacac;
	background-color:#ffffff;
	border:1px solid #b4b4b4;
	width:136px;
	padding:2px;
}

div.search-form form input.searchsubmit
{
	border:0;
	font-size:80%;
	position:relative;
	top:4px;
	left:0;
}*/

/* ---------- search_end ---------- */

/* ---------- content ---------- */

div#content
{
	/*background:transparent url(http://www.chiyuin.com/img/main_top_bg.gif) no-repeat left top;*/
	padding:10px 10px 0 0;
}
	

/* ---------- content_end ---------- */

/* ---------- main ---------- */

div#main
{
	float:right;
	width:546px;
        border:1px solid #CFE496;
        padding:3px;
        margin:0 0 20px 0;
}
div#main ul
{
	font-size:80%;
	margin:0 0 10px 0;
        clear:both;
}
div#main ul li
{
	list-style-type:none;
}

div#info-box
{
	padding:5px 0 0 0;
	text-align:left;
	margin-bottom:25px;
}

div#info-box img
{
	float:left;
}

div#info-box p
{
	margin-left:250px;
	font-size:80%;
	color:#555555;
	background-color:inherit;
	line-height:150%;
}


div#news-box
{
	margin-bottom:15px;
}

div#news-box h3.news-header
{
	border-bottom:1px solid #3E8C26;
	color:#8D2923;	
	font-size:14px;
	margin:0;
	height:29px;

}

div.news-box-inner ul
{
	list-style-type:none;
	font-size:80%;
}

div.news-box-inner ul li
{
	color:#555555;
	padding:5px 0 4px 28px;
	background-color:inherit;
	background-image:url(img/whatsnew_icon.gif);
	background-repeat:no-repeat;
	background-position:14px 10px;
	border-bottom:1px solid #dddcdc;
}

div.news-box-inner ul li a
{
	color:#1284f6;
	background-color:inherit;
}

/* ---------- main_end ---------- */

/* ---------- sidebar ---------- */

div#sidebar
{
	float:left;
	width:200px;
	text-align:left;
	margin-top:-10px;
}

div.contents-menu
{
	margin:0 0 10px 0;
	color:#423636;
	background-color:inherit;
	font-size:80%;
}

div.contents-title
{
	width:200px;
	height:46px;
}

div.contents-title h4
{
	font-size:2px;
	font-weight:normal;
	text-indent:-9999px;
	background:transparent url(img/contents_menu.gif) no-repeat left top;
	height:32px;
	margin:0 10px;
}

div.category-archives ul
{
	list-style-type:none;
	margin:0 0 20px 10px;
	zoom:100%;
}
div.category-archives ul:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

div.category-archives ul li
{
	float:left;
	color:#423636;
	background-color:inherit;
}

div.category-archives ul li a
{
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
	text-decoration:none;
	color:#423636;
	width:180px;
	background:transparent url(img/menu.gif) no-repeat left top;
	display:block;
	margin:0;
	padding:10px 6px 10px 30px;
	line-height:100%;
}

div.category-archives ul li a:hover
{
	background:transparent url(img/menu.gif) no-repeat;
	background-position:0px -300px;
	line-height:100%;
	text-decoration:none;
}

div.category-archives ul.sub-category li
{
}

div.category-archives ul.sub-category li a
{
	color:#423636;
	background:transparent url(http://www.chiyuin.com/img/submenu.gif) no-repeat left top;
	display:block;
	padding:2px 18px 2px 38px;
}

div.category-archives ul.sub-category li a:hover
{
	background:transparent url(http://www.chiyuin.com/img/submenu.gif) no-repeat;
	background-position:0px -300px;
	line-height:100%;
}

div.rssfeed
{
	font-size:2px;
	text-indent:-9999px;
	margin:0 10px 10px 10px;
}

div.rssfeed a
{
	display:block;
	background:transparent url(http://www.chiyuin.com/img/rss.gif) no-repeat left top;
	width:180px;
	height:39px;
}

div.rssfeed a:hover
{
	background:transparent url(http://www.chiyuin.com/img/rss.gif) no-repeat left bottom;
}


span.powered
{
	font-size:60%;
	color:#0b2947;
	background-color:inherit;
	padding-left:10px;
}

a.movabletype
{
	font-size:55%;
	color:#1284f6;
	background-color:inherit;
}
p.banner-tel{
	margin:0 10px 10px 10px;
}
div.side_shopInfo{
	background:#F9F9F9;
	width:180px;
	margin:10px;
	padding-bottom:8px;
}
div.side_shopInfo h3{
	background:#DCF3DA;
	font-size:14px;
	text-align:center;
	padding:3px 0;
}
div.side_shopInfo dl{
	font-size:88%;
	color:#006600;
	margin:7px;
}
div.side_shopInfo dt{
	font-weight:bold;
	margin-bottom:2px;
}
div.side_shopInfo dd{
	margin-left:3px;
	margin-bottom:7px;
}
div.side_shopInfo p{
	font-size:12px;
	margin:5px;
}
div.side_shopInfo p.link_exp{
	text-align:right;
}

div.side_information01{
	background:#FFFFFF url(img/shopInfo01.jpg) no-repeat left 18px;
	width:167px;
	margin:0 15px 10px 15px;
	height:167px;
}
div.side_information01 h3{
	background:url(img/shopInfoT01.jpg) no-repeat;
	font-size:12px;
	text-align:center;
	padding:3px 0;
	color:#003333;
}
div.side_information01 p{
	font-size:12px;
	margin:60px 0 0 20px;
}
div.side_information02{
	background:#FFFFFF url(img/shopInfo02.jpg) no-repeat left 18px;
	width:167px;
	height:87px;
	margin:0 15px 10px 15px;
}
div.side_information02 h3{
	background:url(img/shopInfoT02.jpg) no-repeat;
	font-size:12px;
	text-align:center;
	padding:3px 0;
	color:#003333;
}
div.side_information02 p{
	margin:35px 0 0 10px;
	color:#000066;
}

div.side_information01 a{
	color:#000066;
}

/*
div.side_shopInfo01{
	background:#D6E9A5;
	width:188px;
	margin:10px;
	padding-bottom:8px;
}
*/
div.side_shopInfo01 h3{
	font-size:14px;
	text-align:center;
}




/* ---------- sidebar_end ---------- */

/* ---------- footer ---------- */

div#footer
{
	/*background-image:url(http://www.chiyuin.com/img/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;*/
	background:#328320;
	height:70px;
	color:#FFF;
}
div#footer a{
	color:#FFF;
}
div.footer-inner
{
	font-size:60%;
	text-align:center;
	padding:13px 0 10px 0;
}

/* ---------- footer_end ---------- */

/* ---------- archives ---------- */

div.banner-archives
{
	background-image:url(http://www.chiyuin.com/img/banner_inner_archives.gif);
	background-repeat:no-repeat;
	background-position:50% 0;
	height:80px;
}

div.banner-archives h1
{
	font-weight:normal;
	font-size:150%;
	position:relative;
	top:15px;
	left:30px;
	width:90%;
}

div.banner-archives h1 a
{
	color:#ffffff;
	background-color:inherit;
	text-decoration:none;
}

div.banner-archives h2
{
	color:#ffffff;
	font-weight:normal;
	font-size:90%;
	position:relative;
	top:25px;
	left:30px;
	width:90%;
}

div#main p.navi
{
	font-size:60%;
	margin-bottom:10px;
	color:#413738;
	background-color:inherit;
}

div#main p.navi a
{
	color:#23a1e5;
	background-color:inherit;
}

div.entry
{
	margin-bottom:40px;
	width:540px;
}

div.entry blockquote
{
	font-size:80%;
	line-height:150%;
	color:#423636;
	background:transparent url(http://www.chiyuin.com/img/blockquote.gif) repeat-y left top;
	padding:15px 20px;
	margin:0 0 10px 0;
}

div.entry h1,
#main h1
{
	color:#0E3B16;
	font-size:130%;
	font-weight:bold;
	background:transparent url(http://www.chiyuin.com/img/h1.jpg) no-repeat 0 0;
        width:539px;
        height:34px;
        text-indent:25px;
	margin:0 0 10px 0;
}

div.entry h2,
#main h2
{
	color:#ffffff;
	font-size:90%;
	font-weight:bold;
	background:transparent url(http://www.chiyuin.com/img/entry_h2.gif) no-repeat left top;
	border-bottom:1px solid #88aa6b;
	padding:10px 10px;
	margin:0 0 10px 0;
}

div.entry h3
{
	color:#328320;
	font-size:90%;
	font-weight:bold;
	background:transparent url(http://www.chiyuin.com/img/h3.jpg) no-repeat 0 0;
        width:539px;
        height:30px;
        text-indent:30px;
        padidng:0 0 3px 0;
	margin:0 0 5px 0;
}

div.entry h4,
div.trackbacks h4,
div#comments h4, #main h4
{
	color:#2b2828;
	font-size:80%;
	font-weight:normal;
	background: #ffffff url(http://www.chiyuin.com/img/entry_h4.gif) no-repeat 0px 8px;
	border-bottom:1px dashed #909090;
	margin:0 0 5px 0;
	padding:6px 15px 6px 25px;
}

div.entry h5,
#main h5
{
	color:#2b2828;
	font-size:80%;
	font-weight:normal;
	background: #ffffff url(http://www.chiyuin.com/img/entry_h5.gif) no-repeat 0px 6px;
	margin:0 0 5px 0;
	padding:5px 15px 5px 25px;
}

div.entry h6,
#main h6
{
	background:#ffffff url(http://www.chiyuin.com/img/entry_h6.gif) no-repeat 0px 6px;
	color:#2b2828;
	font-size:80%;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:5px 15px 5px 25px;
}

div.entry p,
div.comments-body p,
p.comments-open-moderated
{
	font-size:80%;
	color:#423636;
	background-color:inherit;
	line-height:150%;
	margin-bottom:5px;
}

div.entry-body
{
	border-bottom:2px solid #d8d8d8;
}

div.entry-info ul
{
	list-style-type:none;
	line-height:100%;
	padding:2px 0;
}

div.entry-info ul li
{
	font-size:60%;
	color:#2B2828;
	background-color:inherit;
	display:inline;
}

div.trackbacks,
div#comments
{
	margin:0 0 15px 0;
}

div.trackbacks p
{
	font-size:80%;
	color:#423636;
	background-color:inherit;
}

div.trackbacks p input
{
	border:1px solid #cccccc;
}

div.trackbacks dl
{
	padding:10px 0 0 0;
}

div.trackbacks dt
{
	font-size:80%;
}

div.trackbacks dd p
{
	padding:0 0 5px 0;
}

div.trackbacks ul.trackback-info,
div#comments ul.comments-info
{
	border-top:2px solid #d8d8d8;
	list-style:none;
	padding:3px 0;
	margin-bottom:10px;
}

div.trackbacks ul.trackback-info li,
div#comments ul.comments-info li
{
	color:#2b2828;
	background-color:inherit;
	font-size:60%;
	display:inline;
}


div.comments-post h5
{
	color:#423636;
	background-color:inherit;
	font-size:80%;
	font-weight:normal;
	margin:0 0 5px 0;
}

div#comments-open-data legend
{
	font-size:80%;
	margin: 0 0 5px 0;
	padding:0;
}

div#comments-open-data label
{
	font-size:80%;
	color:#423636;
	background-color:inherit;
}

dl#name-email input,
dl#comments-open-text textarea
{
	color:#423636;
	background-color:inherit;
	font-size:80%;
	border:1px solid #cccccc;
}

ul.cookie,
#comments-open-data ul.inline
{
	list-style:none;
	padding:3px 0;
}

#comments-open-data ul.comments-open-footer
{
	list-style:none;
	padding:10px 0 20px 0;
}

#comments-open-data ul.comments-open-footer li
{
	display:inline;
	margin:0 10px 0 0;
}

#comments-open-data ul.comments-open-footer li input
{
	width:80px;
	font-size:80%;
	color:#423636;
	background-color:#e9e9e9;
}

div.comment p
{
	font-size:80%;
	color:#423636;
	background-color:inherit;
}

input.search-input
{
	color:#acacac;
	background-color:#ffffff;
	border:1px solid #b4b4b4;
	width:200px;
	padding:2px;
}

input.searchsubmit
{
	border:0;
	position:relative;
	top:4px;
	left:0px;
}
/* ---------- archives_end ---------- */


.centers{
	text-align:center;
}


ul#siteMap{
	margin:15px;
	font-size:12px;
}
ul#siteMap li{
	list-style:none;
}
ul#siteMap li h4{
	background:#FCFEFC url(none);
	border:1px solid #999999;
	font-size:12px;
font-weight:bold;
	padding:3px 5px;
}
ul#siteMap li a{
	text-decoration:none;
	color:#006633;
	display:block;
}
ul#siteMap li a:hover{
	background:#E2F4E1;
	color:#009933;
}
ul#siteMap li ul{
	margin:5px 0 25px 0px;
}
ul#siteMap li ul li{
	border:none;
	list-style:outside circle;
	margin:0px 20px 2px 25px;
}










p{
	font-size:77%;
	line-height:130%;
	color:#666666;
}
p.totop{
	text-align:right;
}


div#topDiv01{
	margin-bottom:10px;
}
div#topDiv02{
	margin-bottom:40px;
}

h1#toptitleH1{
	background:url(img/h1_mark.gif) no-repeat 5px 50%;
	border:1px solid #CCCCCC;
	padding:15px 0 7px 20px;
        width:520px;
        font-size:110%;
}


/*  face    ******************************/
div#faceDiv{
	background:url(http://www.chiyuin.com/img/face_img01.jpg) left top no-repeat;
}
ul#faceUl{
	font-size:77%;
	line-height:140%;
	margin-left:128px;
	color:#003333;
	zoom:100%;
}
ul#faceUl:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
ul#faceUl li{
	list-style:none;
	width:15em;
	float:left;
}
div#faceDiv p{
	margin-left:128px;
}







/*  about    ******************************/
table.aboutTB{
	border-right:1px solid #88C947;
	border-top:1px solid #88C947;
	font-size:77%;
	width:500px;
	margin:auto;
}
table.aboutTB th{
	background:#F5FDE8;
	border-bottom:1px solid #88C947;
	border-left:1px solid #88C947;
	text-align:left;
	width:8em;
	padding:5px;
	vertical-align:top;
	color:#4B7A2C;
}
table.aboutTB td{
	border-bottom:1px solid #88C947;
	border-left:1px solid #88C947;
	padding:5px 15px;
}

div#aboutDiv00{
	width:460px;
	margin:0 auto 30px auto;
	_margin-left:40px;
}
div#aboutDiv01,
div#aboutDiv02,
div#aboutDiv03,
div#aboutDiv04{
	border:1px solid #88C947;
	width:200px;
	height:210px;
	_height:237px;
	margin:10px 0;
	padding:10px;
	text-align:left;
}
div#aboutDiv01 p,
div#aboutDiv02 p,
div#aboutDiv03 p,
div#aboutDiv04 p{
	font-size:10px;
}
div#aboutDiv01{
	float:left;
}
div#aboutDiv02{
	float:right;
}
div#aboutDiv03{
	float:left;
}
div#aboutDiv04{
	float:right;
}



dl.stuffDL{
	font-size:77%;
	color:#666666;
	margin-left:20px;
	zoom:100%;
}
dl.stuffDL:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

dl.stuffDL dt{
	float:left;
	margin-bottom:30px;
}
dl.stuffDL dd{
	line-height:140%;
	margin-left:145px;
	margin-bottom:30px;
}



p.recu{
	background:url(http://www.chiyuin.com/img/recu.jpg) top right no-repeat;
	min-height:170px;
	_height:170px;
	margin:0 15px 30px 5px;
	padding-right:200px;
}






/*  seitai    ******************************/

ul#seitaiUL{
	font-size:77%;
	line-height:140%;
	margin-left:10px;
	color:#003333;
	zoom:100%;
}
ul#seitaiUL:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
ul#seitaiUL li{
	list-style:none;
	width:20em;
	float:left;
}


ul#seitai02UL{
	font-size:65%;
	margin:15px 0 0 0 ;
	zoom:100%;
}
ul#seitai02UL:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
ul#seitai02UL li{

	float:left;
	width:177px;
	list-style:none;
	margin:0 4px 15px 0;
	color:#666666;
}

ul#seitai02UL li dd{
	margin:2px 10px 0 3px;
}







/*  voice    ******************************/

ul#voiceUL{
	font-size:86%;
	margin:10px 0 50px 30px;
}
ul#voiceUL li{
	list-style:none;
	margin:0 0 10px 0;
}
ul#voiceUL li a{
	background:url(http://www.chiyuin.com/img/voiceULimg.gif) no-repeat ;
	color:#51991D;
	font-weight:bold;
	padding-left:20px;
}

p.voiceComment{
	margin:0 15px;
}
p.voiceAdd{
	margin:0 15px 0 15px;
	padding-bottom:60px;
}




/*  face    ******************************/

dl.faceDL{
	font-size:76%;
	letter-spacing:1px;
	margin:0 0 0 15px;
}

dl.faceDL dt{
	border-left:3px solid #B4CE65;
	color:#418E19;
	font-weight:bold;
	margin:10px 0 5px 0;
	padding-left:5px;
}
dl.faceDL dd{
	margin:0 0 35px 10px;
}




/*  link    ******************************/

dl#linkDL01{
	font-size:76%;
	letter-spacing:1px;
	margin:20px 0 0 0;
	zoom:100%;
}
dl#linkDL01:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
dl#linkDL01 dt{
	float:left;
}
dl#linkDL01 dd{
	margin:0 10px 20px 265px;
}

dl#linkDL02{
	font-size:76%;
	letter-spacing:1px;
	margin:20px 10px 20px 10px;
	zoom:100%;
}
dl#linkDL02:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
dl#linkDL02 dt{
	float:left;
}
dl#linkDL02 dd{
	margin:0 10px 20px 200px;
}

div#textbox{
width: 550px;

}
div#textbox .txt {
       text-align: left;
       font-size: 12px;
       color: #666666;
       padding-left:20px;
}
form { font-size:80%; 
margin:15px 0 0 20px;}

input, textarea, select  {
                border:1px solid #999;
}
/*---perfect---*/
.perfect
{
  width:539px;
  background:#FDFBF1;
  border:#FC9835 solid 2px;
  margin:0 0 15px 0;
  overflow:hidden;
}
.perfect_2
{
  width:360px;
  background:#FDFBF1;
  border:#F83764 solid 2px;
  padding:5px 0px 0px 35px;
  overflow:hidden;
}
.perfect_inner
{
  padding:8px;
}
.perfect_inner .left
{
  width:300px;
  float:left;
  margin:0 5px 0 0;
  clear:both;
}
.perfect_inner .left　h4
{
  border-left:#05CA34 solid 3px;
  padding:0 0 0 7px;
  font-size:90%;
  color:#036830;
  line-height:150%;
  font-weight:bold;
}
.perfect_inner .left　p
{
	font-size:80%;
	color:#423636;
	background-color:inherit;
	line-height:150%;
	margin-bottom:5px;
}
.perfect_inner .left .list
{
	color:#EC8929;
	font-size:80%;
	font-weight:normal;
	background:url(http://www.chiyuin.com/img/list.gif) no-repeat 0px 2px;
	margin:0 0 0 0;
	padding:0 0 2px 25px;
}
.perfect_innner right
{
 margin:0 0 0 5px;
 width:212px;
 float:right;
}

.perfect_box{
	font-size:12px;
	color:#333;
	line-height:150%;
	}
	
.perfect_camp{
	width:360px;
	padding:10px 10px 10px 15px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background:#EC8929;
	line-height:150%;
	}

.sikaku{
	color:#EC8929;
	font-weight:bold;
	font-size:16px;
	}
.cam
{
margin:10px 0;
background:url(http://www.chiyuin.com/img/cam.jpg) no-repeat left top;
width:539px;
height:169px;
}
.cam .text
{
padding:85px 0 15px 30px;
width:280px;
height:30px;
font-size:80%;
color:#423636;
background-color:inherit;
line-height:130%;
}
.cam .text .bold
{
font-weight:bold;
color:#FF2400;
font-size:120%;
}
div#main .topimg_1
{
margin:10px 0;
border:1px solid #039A65;
background:#F7FDE1;
width:535px;
padding:5px;
}
div#main .topimg_1 img
{
float:right;
margin:0 0 5px 5px;
}
div#main .topimg_1 h3
{
color:#016830;
font-size:110%;
border-left:4px solid #00CC35;
margin:0 0 10px 0;
text-indent:10px;
}
div#main .topimg_1 p
{
font-size:80%;
color:#686C5E;
line-height:130%;
}
div#main .topimg_1 .font_p
{
color:#F93B67;
font-size:120%;
font-weight:bold;
margin:10px 0 0 0;
}


div#main .topimg_2
{
margin:10px 0;

overflow:hidden;
}

div#main .topimg_2 .left
{
border:1px solid #039A65;
background:#F7FDE1;
width:255px;
_width:260px;
float:left;
padding:5px;
}
div#main .topimg_2 .left img
{
float:right;
margin:0 0 5px 5px;
}
div#main .topimg_2 .left p
{
font-size:11px;
color:#686C5E;
line-height:130%;
}
div#main .topimg_2 .left h3
{
color:#016830;
font-size:90%;
border-left:4px solid #00CC35;
margin:0 0 10px 0;
text-indent:10px;
}

div#main .topimg_2 .right
{
border:1px solid #039A65;
background:#F7FDE1;
width:255px;
_width:260px;
float:right;
padding:5px;
_margin:0 2px 0 0;
}
div#main .topimg_2 .right img
{
float:right;
margin:0 0 5px 5px;
}
div#main .topimg_2 .right p
{
font-size:11px;
color:#686C5E;
line-height:130%;
}
div#main .topimg_2 .right h3
{
color:#016830;
font-size:90%;
border-left:4px solid #00CC35;
margin:0 0 10px 0;
text-indent:10px;
}