@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:235px;
height:110%;
padding:5px;
text-align:left;
float:left;
display:block;
}

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

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

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

#text #name li{
width:205px;
padding:5px 0px;
color:#FFFFFF;
display:block;
margin-left:-42px;
}

#text #name li a{
width:205px;
padding:5px 0px;
color:#FFFFFF;
text-decoration:underline;
display:block;
}

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

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


