@charset "shift_jis";

/* *******************************************
     example用スタイル
******************************************* */

/*　index.html用
------------------------------------------------- */
#tx {
	margin:0 15px;
}

#tx p{
	margin-bottom:15px;
}

/*　example01.html用
------------------------------------------------- */
#box1 {
	min-height:100px;
	padding:12px 15px;
	border:1px solid #CCCCCC;
	background:url("../../example/img/example01_bg01.gif") center bottom no-repeat ;
}
#box1 .tx {
	width:374px;
	padding-left:1em;
	text-indent:-0.7em;
}

#box2 .boxleft {
	width:258px;
	float:left;
}
#box2 .boxright {
	width:259px;
	float:right;
}

#exampletable td {
	vertical-align:top;
}
#exampletable .tx1 {
	padding:5px 10px;
	border-right:1px solid #CCCCCC;
}
#exampletable .tx1 li {
	margin-left:15px;
	list-style:disc;
}
#exampletable .tx2{
	padding:5px 10px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#exampletable .tx2 li {
	margin-left:15px;
	list-style:disc;
}


/*　example03.html用
------------------------------------------------- */
h3.expH3 {
font-size:small;
font-weight:bold;
margin:5px 0;
}

.textBox {
height:75px !important;
}

