/* メインコンテンツ */
#main {
clear:both;
width: 925px;
height: 300px;
margin: 10px auto;
background: url(../images/t-1.jpg) center top no-repeat;
text-indent: -9999px;
_text-align: center;
}

#main_e {
clear:both;
width: 925px;
height: 300px;
margin: 10px auto;
background: url(../images/t-1e.jpg) center top no-repeat;
text-indent: -9999px;
_text-align: center;
}

#content0 {
padding: 0 30px 25px 25px;
line-height: 1.8em;
font-size: 10pt;
text-indent: 10pt;
color:#333333;
}

p {
padding-top:10px;
padding-left: 5px;
}


/* お知らせ欄 */
#info{
 /* お知らせ欄の表示制御。表示の場合は"display:none"を削除、非表示は"display:none;を追加" */
margin: 10px 45px 30px 50px;
}

#info p{
margin-bottom: 20px;
padding: 3px 5px;
text-indent:8px;
font-size: 12pt;
font-weight: bold;
letter-spacing: 0.05em;
background-color: #F2F2E3;
border-bottom: 1px solid #DFDFBE;
border-right: 1px solid #DFDFBE;
}

#info dl{
line-height: 1.5em;
margin-bottom: 40px;
font-size: 10pt;
}

#info dt{
width: 12em;
margin-left: 40px;
}

#info dd{
margin-top: -1.5em;
margin-left: 12em;
}

#content{
padding: 0 50px;
}

/* コンテンツ1 */
#content1 {
float: left;
width: 350px;
height: 180px;
padding:15px;
color:#333333;
font-size: 10pt;
line-height: 1.5em;
border: 4px dotted #DFDFBE;
}

#content1 a{
outline: none;
}

#content1 a:hover{
color: #000000;
}

/* コンテンツ2 */
#content2 {
float: right;
width: 350px;
height: 180px;
padding:15px;
color:#333333;
font-size: 10pt;
line-height: 1.5em;
border: 4px dotted #DFDFBE;
}

#content2 a{
outline: none;
}

#content2 a:hover{
color: #000000;
}

td {
font-size: 9pt;
padding-right:10px;
}

td.new{
padding-left: 5px;
}