@charset "utf-8";
/* 長學寺　ブランクページ用css */

/***********************************
 *◆コンテンツブロック　
 * ◇トップ＿コンテンツ
 *    →内容欄  
 ***********************************/
table{  
border-collapse: collapse;  
border-spacing:0;
}

th{  
font-weight:normal;
}

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


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

#title{
width:750px;
height:100%;
padding:10px 5px 5px 15px;
background-color:#000000;
display:block;
}

#line{
width:750px;
height:1px;
border-bottom:solid 1px #FFFFFF;
text-align:center;
padding:5px 0 0 0;
}

#text{
width:745px;
height:110%;
padding:0px 10px 10px 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;
}

.e_colmn{
width:740px;
height:110%;
padding:5px 5px 15px 0px;
clear:both;
}

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

p a{
text-decoration:underline;
color:#FFFFFF;
}

/*テキスト左余白設定*/
.text_st1{
	margin-left:16em;
	line-height:2em;
}
.text_st2{
	margin-left:15em;
	line-height:2em;
}

