@charset "utf-8";
/* 長學寺　長學寺について>前田家ページ用css */

/***********************************
 *◆コンテンツブロック　
 * ◇トップ＿コンテンツ
 *    →前田家各内容欄  
 ***********************************/

#main{
width:780px;
height:120%;
padding:5px;
background-color:#333333;
margin:10px 0px 20px 0px;
display:block;
clear:both;
}


#textarea{
width:435px;
height:110%;
padding:5px;
text-align:left;
float:left;
display:block;
}

#title{
width:410px;
height:28px;
padding:10px 10px 5px 10px;
background-color:#000000;
display:block;
}

#line{
width:410px;
height:1px;
border-bottom:solid 1px #FFFFFF;
text-align:center;
}

#text{
width:405px;
height:110%;
padding:0px 10px 5px 15px;
margin-bottom:5px;
line-height:1.4em;
letter-spacing:0.2em;
background-color:#000000;
float:left;
display:block;
}

#text a{
color:#FFFF00;
text-decoration:underline;
}

#imagearea{
width:330px;
height:110%;
padding:7px 0px 10px 0px;
float:left;
display:block;
}

/*#clearについて：IE以外のブラウザで#mainのheightが適用されないのを防ぐ*/
#clear{
clear:both;
}


