@charset "UTF-8";




*{padding:0px:
margine:0px;
border-width:0px;
font-size:1em;
color:#666666;
line-height:1.8em;
}

body {
	background: url(img/snow.gif);
	text-align:center;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

a { color: #0000FF; text-decoration: none; }
a:link{ color: #339900; text-decoration: none; }
a:visited	{ color: #3399CC; text-decoration: none;}
a:active	{ color: #FF3300; text-decoration: underline; }
a:hover{ color: #E76A16; text-decoration: underline; }

a:hover img{
opacity:0.6;
filter: alpha(opacity=60);
}
.clear {
	clear: both;
}
.red {color: #FF0000}

.style1 {color: #009900}

.style3 {color: #FF00FF}
.style4 {color: #9933CC}
.style5 {color: #3366FF}

.right{
	text-align:right;
}

html {
scrollbar-face-color: #eeeebb;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #eeeebb;
scrollbar-highlight-color: #eeeebb;
scrollbar-shadow-color: #eeeebb;
scrollbar-3dlight-color: #eeeebb;
scrollbar-darkshadow-color: #eeeebb; 
}

/*共通クラス*/



.clear{
	clear:both;
}
.box01 {
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
}


a:hover img{
opacity:0.6;
filter: alpha(opacity=60);
}
/*--[Win Firefox]ロールオーバー時に、ボタン左に点線枠（focus）が入る現象についての対策--*/
:focus
 {?moz-outline-style:none;}

/*hrを使ったクリアフィックス*/
hr {
margin:8px 0;
padding:0;
clear:both;
height:0;
border:none;
}
* html hr{
border-top: 1px solid ;
}


.photoL{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}
.photoR{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
}

/*フロートを含む親要素にこのクラスを追加する*/
.clearfix:after{/*:after議事要素とcontentプロパティによってボックスの最後に.を生成。これをブロックボックスにして回り込みの解除を*/
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
/*主に:after疑似要素をサポートしていなブラウザ向けのスタイル*/
.clearfix{display:inline-block;}
/*\*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/**/
/*ここまで*/



/*ページTOPへ戻るボタン　ボトムクリアも兼ねてます*/
.bottomclear {
	clear:both;
	padding:6px 0 10px 790px;

}

.bottomclear a, .bottomclear a:visited {
	width: 82px;
	height: 14px;
	display: block;
	line-height: 10px;
	background: url(img/pagetop.gif) no-repeat 0 -14px;
	text-indent: -9999px;
}

.bottomclear a:hover, .bottomclear a:active {
	background: url(img/pagetop.gif) no-repeat 0 1px;
}


a,a:visited{
	color:#00F;
	text-decoration:none;
}
a:hover,a:active{
	color:#F00;
	text-decoration:underline;
}
.photoL{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}
.photoR{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
}
/*ページトップ*/
.pageTop{
	font-size:11px;
	background:#ECECDF;
	margin-top:10px;
	margin-bottom:20px;
	width:80px;
	margin-left:auto;
	text-align:center;
	clear:both;
	padding: 0px;
}
.pageTop a,.pageTop a:link,.pageTop a:visited{
color:#333;
text-decoration:none;
}
.pageTop a:active,.pageTop a:hover{
	background: #FFEAA1;
}

/*レイアウト*/

#wrapper {
	width: 801px;
	background: url(img/10.gif);
	border: 10px solid #ECECDF;
	margin: 60px auto;
}


#contents {
	margin: 0px;
	padding: 0px;
	width: auto;
	clear: both;
	text-align:left;
	background: url(img/tate.gif) repeat-y 560px;
}
/*how to*/
#contents3 {
	margin: 0px;
	padding: 0px;
	width: auto;
	clear: both;
	text-align:left;
}

#main h3 a,#main h3 a:link,#main h3 a:visited{
	margin: 0px;
	padding: 4px 0px 4px 24px;
	color: #817356;
	font-weight: normal;
	background: url(img/maru.gif) no-repeat 0px 2px;
	font-size: 15px;
}
#main h3 a:active,#main h3 a:hover{
background: url(img/maru2.gif) no-repeat 0px 2px;
}


#contents2 {
	margin: 0px;
	padding: 0px;
	width: auto;
	clear: both;
	text-align:center;
}

/*メイン*/

#main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 530px;
	text-align:left;
	
}
#main .space {
	margin-left: 60px;
}

#main .read {
	margin-bottom: 20px;
	font-size:14px;
	line-height:1.6em;
}

#main .annai {
	margin-bottom: 20px;
}
#main .annai h3{
font-size:15px;
font-weight:bold;
}

#main .annai table.an{
width:480px;
}
#main .annai table.an th{
	width:150px;
	font-weight:normal;
	text-align: left;
}

#main .annai table.an td{
}



/*表紙*/
.box1 {
	margin-bottom: 40px;
}
.box1 img {
	float: left;
	display: block;
	margin-right: 10px;
}



/*実績*/

.jisseki{
	margin: 20px;
	text-align:center;
}


.jisseki h3{
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	background: #ECECDF;
	border-left: 4px solid #999999;
	padding-left: 10px;
}

.jisseki h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}



.jisseki h5 {
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	width: 650px;
	border-bottom: 1px dotted #999;
}


.box2 {
	margin-bottom: 40px;
	font-size: 11px;
	line-height: 15px;
}
.box2 img {
	float: left;
	display: block;
	margin-right: 10px;
}
.box2 h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	line-height: 11px;
	font-weight: normal;
}

/*gallery*/
.gallery {
	margin-left: 60px;
}

.gallery {
	text-align: center;
	margin-bottom: 40px;
}
.gallery img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.gallery .sakuhin {
	margin-bottom: 60px;
}


/*プロフィール*/

.box3 {
	width: 650px;
	text-align: left;
	margin-bottom: 20px;
	border-top: 1px dotted #999999;
	margin: 0 auto 10px;
}

.box3 img {
	float: left;
	display: block;
	margin-right: 10px;
}
.box3 h3 {
	margin: 0px;
	padding: 0px;
}
/*リード*/
.read2 {
	width: 650px;
	text-align: left;
	margin-bottom: 20px;
	border-top: 1px dotted #999999;
	margin: 0px auto;
	font-size:14px;
	line-height:1.6em;

}

.read2 h3 {
	margin: 0;
	padding: 0;
	color:#F60;
	font-weight:bold;
}


/*お客様の声*/
.vc {
	width: 650px;
	text-align: left;
	margin-bottom: 20px;
	border-top: 1px dotted #999999;
	margin: 0 auto;
	font-size:14px;
	line-height:1.6em;

}

.vc h3 {
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	color:#F60;
	font-weight:bold;
}


.box4 {
	width: 650px;
	text-align: left;
	padding: 0px;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	margin: 0px 0px 0px 65px;
}

.box4 ol li{
	color: #000000;
	margin-bottom: 20px;
	margin-top: 10px;
}

.box4 img {
	display: block;
	margin-right: 10px;
}
.box4 h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #FF3300;
}
.box4 a,.box4 a:link,.box4 a:visited{
	color: #0000FF;
	text-decoration: underline;
}
.box4 a:active,.box4 a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.box4 table,.box4 table th,.box4 table td{
	border: 1px solid #CCCCCC;
	padding: 6px;
	color: #000000;
}
.box4 table.se ,.box4 table.se td,.box4 table.se th{
	background: #FFFFFF;
	border-style: none;
}


.box4 table {
	color: #000000;
	background: #FFEAA1;
}



/*サイドナビ*/
#sidenavi {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 210px;
	
}


#sidenavi .space {
	margin: 0px 20px 0px 0px;
}
#sidenavi h3 {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #666666;
	background: url(img/bt180-40.jpg) no-repeat 0px 0px;
	height: 40px;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#sidenavi .sin{
	height: 170px;
	overflow: hidden;
	width: 180px;
	margin: 0px 0px 20px 6px;
	padding: 0px;
}
#sidenavi .sin p {
	margin: 0px 0px 4px;
	padding: 0px;
}

#sidenavi .sin .midasi{
	font-size: 12px;
	line-height: 14px;
}
#sidenavi .sin .date{
	font-size: 11px;
	line-height: 16px;
}
#sidenavi  .box5 {
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#sidenavi  .box5 img{
display:block;
float:left;
margin-right:10px;
}

#sidenavi h3 a,#sidenavi h3 a:link,#sidenavi h3 a:visited{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	margin-top: 6px;
	margin-left: 10px;
	display: block;
	margin-bottom: 16px;
}
#sidenavi h3 a:active,#sidenavi h3 a:hover{
	color: #FF9900;
	text-decoration: none;
}


/*ブログRSS新着*/


#rss {
	width: 650px;
	margin:0 auto;
	text-align:left;
}

#rss .rss2 h3{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #B8B8A3;
	padding-left: 4px;
	padding-right: 4px;

}

#rss .rss2 .midasi{
	font-size: 12px;
	line-height: 14px;
}
#rss .rss2 .date{
	font-size: 11px;
	line-height: 16px;

}

#rss h3 a,#rss h3 a:link,#rss h3 a:visited{
	color: #000000;
	text-decoration: none;
}
#rss h3 a:active,#rss h3 a:hover{
	color: #FF3300;
	text-decoration: underline;
}

/*サイトマップ*/
#sitemap{
	margin-left: 65px;
	width: 650px;
	text-align:left;
}

#sitemap h3{

}
#sitemap h4{
	font-size: 14px;
	font-weight: normal;
}


#sitemap h4 a,#sitemap h4 a:link,#sitemap h4 a:visited{
	margin: 0px;
	padding: 4px 0px 4px 26px;
	color: #817356;
	font-weight: normal;
	background: url(img/maru.gif) no-repeat 0px 2px;
}
#sitemap h4 a:active,#sitemap h4 a:hover{
background: url(img/maru2.gif) no-repeat 0px 2px;
}



/*ヘッダー*/

#momonganomori{
	width:88px;
	height:31px;
	float:right;
	margin:-30px 10px 0 0;
}

#header {
	padding: 0px;
	width: auto;
	margin-top: 6px;
	
	height: 180px;
}
#topnavi {
	margin: 0px;
	padding: 0px;
}
#topnavi h2{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#topnavi h2 img{
display:block;
}
#topnavi h2 a,#topnavi h2 a:link,#topnavi h2 a:visited{
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
}
#topnavi h2 a:active,#topnavi h2 a:hover{
	color: #9D7E6D;
	text-decoration: none;
}




/*フッター*/
#footernav {
	margin: 0px;
	padding: 14px 0px 0px;
	width: auto;
	background: url(img/tensen.gif) no-repeat;
	height: 24px;
	font-size: 11px;
	line-height: 11px;
	text-align:center;
}
#footer {
	margin: 0px;
	padding: 14px 0px 0px;
	width: auto;
	background: url(img/tensen.gif) no-repeat;
	height: 66px;
	border-bottom: 1px solid #999999;
	font-size: 11px;
	line-height: 12px;
}
#footer img {
	display: block;
	float: left;
	margin-right: 20px;
	margin-left: 56px;
}
#footer .footerNavi {
	float: left;
	width: 560px;
	text-align: left;
}
#footer .footerNavi h6 {
	font-weight: normal;
	color: #990000;
	margin: 0px;
	padding: 0px;
}
#footer address {
	font-style: normal;
}

#copyright {
	margin: 0px;
	padding: 20px 0px;
}

/*サブナビ*/

#subnavi {
	text-align: left;
	margin: 20px auto 60px;
	padding: 0px;
	width: 650px;
}
#subnavi ul {
	margin: 0px;
	padding: 0px;
}


#subnavi li {
	list-style: none;
	display: inline;
}


#subnavi ul a,#subnavi ul a:link,#subnavi ul a:visited{
	font-weight: normal;
	color: #333333;
	background: #DCC1B5;
	padding: 2px 10px;
	text-decoration: none;
}
#subnavi ul a:active,#subnavi ul a:hover{
	background: #F5EBB8;
}


.pankuzu {
	text-align: left;
	margin: 0px 0px 20px 65px;
	padding: 0px;
}
textarea,input {
	border: 1px solid #999999;
}
table.toi {
	text-align: left;
	color: #000000;
}
table.toi th {
	font-weight: normal;
	color: #333333;
	text-align: left;
	width: 160px;
	background: #EDEEDC;
}
#topmenu {
	float: right;
	position: absolute;
	top: 4px;
	font-size: 12px;
	right: 10px;
	color: #BEABA5;
}
h1 {
	display: inline;
	font-weight: normal;
	color: #A3A093;
}

#topmenu a,#topmenu a:link,#topmenu a:visited{
	color: #8F625C;
}
#topmenu a:active,#topmenu a:hover{
}
.annai {
	margin-bottom: 20px;
}
.annai table.an{
}

.annai table.an th{
	text-align: left;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #EDEEDC;
}

.annai table.an td{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}





em {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-decoration:none;
	font-style: normal;
	padding-top: 1px;
	padding-bottom: 1px;
}
.box6 {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	width: 310px;
	margin-right: 20px;
}
.box7 {
	width: 670px;
	margin-bottom: 10px;
	text-align:left;
}
.box6 img{
	float: left;
	display: block;
	margin-right: 10px;
}


/*入門講座*/
h2#kouza-ti {
	font-size: 10px;
	line-height: 10px;
	text-indent: -8000px;
	background:#FFF url(howto/img/kouza.gif) no-repeat 0 0;
	height: 70px;
	width: 423px;
	margin:0 auto;
}
#kouza {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 560px;
	text-align:left;
	border-right:2px dotted #C59E94;
	
}
#kouza .read {
	margin: 20px;
	font-size:14px;
	line-height:1.6em;
	color: #764D41;
}

#kouza .space {
	margin:0 20px 0 60px;
}

#kouza-side {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 210px;
}
#kouza-side h3{
	background-color: #DCC1B5;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 6px;
}
ul.kouza-navi{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C08F7A;
	text-align:left;
}

ul.kouza-navi li{
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size:8pt;
	line-height:7pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C08F7A;
	background-image: url(howto/img/q2.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}

ul.kouza-navi a,ul.kouza-navi a:visited{
	color: #764D41;
	text-decoration: none;
}
ul.kouza-navi a:hover{
	color: #F60;
}


h3.kouza-main{
	color:#70B147;
	font-weight:bold;
	font-size:18px;
	line-height: 1.2em;
	background-image: url(howto/img/q.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	padding-left: 60px;
	margin-bottom:20px;
}



#kouza-side .space {
	margin: 0px 20px 0px 0px;
}

#kouza h4{
	font-weight:bold;
	color:#000;
	font-size:14px;
	background-color: #DDECA8;
}

#kouza ol li{
	color: #000000;
	margin-bottom: 20px;
	margin-top: 10px;
}

#kouza img {
	display: block;
	margin-right: 10px;
}

#kouza a,#kouza a:link,#kouza a:visited{
	color: #0000FF;
	text-decoration: underline;
}
#kouza a:active,#kouza a:hover{
	color: #FF0000;
	text-decoration: underline;
}
#kouza table,#kouza table th,#kouza table td{
	border: 1px solid #CCCCCC;
	padding: 6px;
	color: #000000;
}
#kouza table.se ,#kouza table.se td,#kouza table.se th{
	background: #FFFFFF;
	border-style: none;
}

.kiyaku {
	border: 2px solid #D8CE5F;
	padding: 10px;
	margin-bottom: 20px;
}

#kouza table {
	color: #000000;
	background: #FFEAA1;
}

.box-voice{
	text-align:left;
	width:650px;
	margin:0 auto;
}


ul.bk-kibou{
	width:400px;
	background:#FFF;
	border: 2px solid #FC6;
	list-style-type: circle;
}


/*BK-cms*/

#bkcms{
	width:650px;
	text-align:left;
	margin:0 auto 30px;
}
h3.bkcms-step{
	width: 650px;
	height: 70px;
	margin: 0px;
	font-size: 10px;
	line-height: 10px;	
}

h3#step01 {
	background-image: url(bkcms/img/step1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
h3#step02 {
	background-image: url(bkcms/img/step2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
h3#step03 {
	background-image: url(bkcms/img/step3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
h3#step04 {
	background-image: url(bkcms/img/step4.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

h3.bkcms-step b{
	font-size:16px;
	line-height:16px;
	padding:20px 0 0 80px;
	display:block;
	color:#000;
}



h4.bkcms-h {
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	color: #06F;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CEDDD6;
	padding-left: 4px;
	margin:0 0 10px 0;
}

.am{
	width:450px;
	height:280px;
	background-color: #F8ECDE;
	padding: 10px;
}
.cd {
	background-color: #FCF7FD;
	border: 2px solid #F63;
	padding: 10px;
	color: #000;
	font-size: 14px;
	margin-bottom:8px;
}

.am h5 {
	margin: 0px;
	padding: 0px;
}

.am iframe{
	margin:0 10px 0 0;
}

table#emoji{
	background:#FFF;
}
#kouza h5{
	color:#000;
	margin:6px 0;
}

/*Works実績*/



h2#works-ti {
	font-size: 10px;
	line-height: 10px;
	text-indent: -8000px;
	background:#FFF url(works/img/works-title.gif) no-repeat 0 0;
	height: 50px;
	width: 423px;
	margin:0 auto;
}
#works{
	width:660px;
	margin:10px auto;
}
#works .read{
	margin:0 auto 10px;
}
.wk{
	margin-left:16px;
	margin-bottom:16px;
}
#ex-top h3.workslist{
	background:#B7A980;
	margin:0 0 2px 0;
	font-size:12px;
	font-weight:bold;
	line-height:1em;
	color:#FFF;
	text-indent:2em;
	clear:both;
}
h3.workslist a{
	display:block;
		color:#FFF;
}
h3.workslist a:hover{
	background:#E39260;
	text-decoration:none;
}
.worksthumb{
	width:200px;
	float:left;
	margin-right:30px;
	margin-bottom:14px;
	font-size:11px;
	line-height:1.2em;
}
.worksthumb img{
	display:block;
}
h4.workslink,h4.workslink a{
	margin:0;
	font-size:12px;
	font-weight:normal;
	line-height:13px;
	color:#A95734;
}

.more{
	clear:both;
	width:100px;
	height:14px;
	margin-left:100px;

}
.more a{
	width:100px;
	height:14px;
	background:url(works/img/more.gif) no-repeat 0 0;
	text-indent:-8000px;
	font-size:10px;
	line-height:10px;
display:block;
}

.more a:hover{
	background:url(works/img/more.gif) no-repeat 0 -16px;
}



h2.ex-ti{
	font-size: 16px;
	line-height: 1em;
	width: 790px;
	margin:10px auto;
	text-align: center;
	background:#ECECDF;
	padding:8px;
}
#ex-top{
	margin-left: 66px;
	padding: 0px;
	float: left;
	width: 490px;
	text-align:left;	
}
#ex-top .read {
	margin: 0 0 10px 20px;
	font-size:12px;
	line-height:1.3em;
	color: #764D41;
}

#ex-top .space {
	margin:0 20px 0 60px;
}
#ex {
	margin-left: 10px;
	padding: 0px;
	float: left;
	width: 560px;
	text-align:left;	
}
#ex .read {
	margin: 0 0 10px 20px;
	font-size:12px;
	line-height:1.3em;
	color: #764D41;
}

#ex .space {
	margin:0 20px 0 60px;
}
#ex-side {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 210px;
}
#ex-side h3{
	background-color:#ECECDF;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 6px;
}

.ex-box h3{
	background:#ECFBD7;
	padding:8px 0 8px 10px;
	font-size:15px;
	line-height:1.4em;
	border-left:4px solid #AFB58E;
}


#ex-side .space {
	margin: 0px 20px 0px 0px;
}
#ex-side h3{
	background:url(works/img/know-how.gif) no-repeat 0 0;
	width:186px;
	height:40px;
	font-size:10px;
	line-height:1em;
}
#ex-side h3 a{
	text-indent:-8000px;
	display:block;
	width:186px;
	height:40px;
}
/*#ex h4{
	font-weight:bold;
	color:#000;
	font-size:14px;
	background-color: #DDECA8;
}
*/
#ex ol li{
	color: #000000;
	margin-bottom: 20px;
	margin-top: 10px;
}

ul.ex-navi{
	margin:0;
	padding:0;
}
ul.ex-navi li{
	margin:0 0 6px 0;
	list-style:none;
	font-size:11px;
	line-height:1.1em;
}
ul.ex-navi li a{
	font-size:11px;
	line-height:1.1em;
	color:#A08752;
	text-decoration:none;
}
ul.ex-navi li a:hover{
	color:#F60;
	text-decoration:none;
}


ul.ex-navi img{
	display:block;
	margin:0 0 1px 0;
}
#ex img {
	display: block;
	margin-right: 10px;
}

/*#ex a,#ex a:link,#ex a:visited{
	color: #0000FF;
	text-decoration: underline;
}
#ex a:active,#ex a:hover{
	color: #FF0000;
	text-decoration: underline;
}*/
#ex table,#ex table th,#ex table td{
	border: 1px solid #CCCCCC;
	padding: 6px;
	color: #000000;
}
#ex table.se ,#ex table.se td,#ex table.se th{
	background: #FFFFFF;
	border-style: none;
}


#ex table {
	color: #000000;
	background: #FFEAA1;
}

.how-box{
	color:#000;
	font-style:normal;
	border-top:2px solid #FFEAA1;
	padding:6px 0;
	margin:10px 0;
}
.how-box img{
	border:1px solid #DDD3BD;
}
.capR{
	background:#F7F1E6;
	border:1px solid #CCC;
	float:right;
	margin:0 0 0 10px;
	font-size:11px;
	line-height:1.2em;
	text-align:center;
}
.capR img{
	display:block;
	padding:4px;
}
.capL{
	background:#F7F1E6;
	border:1px solid #CCC;
	float:left;
	margin:0 10px 0 0;
	font-size:11px;
	line-height:1.2em;
	text-align:center;
}
.capL img{
	display:block;
	padding:4px;
}
#toi{
	background:#EEEDD9;
	border:2px solid #DDD3BD;
	margin:16px 0;
}
#toi p{
	padding:10px 6px;
	margin:0;
}
#column1{
	text-align:left;
	width:660px;
	margin:0 auto;
}
	