/* CSS Document */

#container{
width:900px;
margin:20px auto;
}

#tit{
padding:5px 0;
border-bottom:2px dashed #CCCCCC;
}


#Ex-1{
margin:15px 30px; padding:10px; border:1px solid #FF9900; background:#FFFF99; font-size:140%; line-height:1.5;
color:#000000;
}
#Ex-2{
margin:15px 30px; padding:10px; border:1px solid #FF9900; background:#ffd248; font-size:140%; line-height:1.5;
color:#000000;
}

.section{
margin:10px auto;
}
.section p{
padding:5px 30px;
line-height:1.4;
font-size:140%;
}
/*===text===*/
.font130{
font-size:130%;
}

.font250{
font-size:250%;
}

.textCenter{
text-align:center;
}
.textRight{
text-align:right;
}

.p_all10 {padding: 10px !important;}

.p_top10{
padding-top:10px; !important;}