@charset "UTF-8";
<!--

/*----------------------------------------

タグ

----------------------------------------*/

h1{
	display:none;
}

/*----------------------------------------

構造

----------------------------------------*/

#contents{
	background-image:url(../images/top.jpg);
	background-position:100% 20px;
	background-repeat:no-repeat;
	padding-top:260px;
}

#section1{
	float:left;
	margin-top:-240px;
	width:190px;
}

#section2{
	float:left;
	position:relative;
	left:10px;
	width:400px;
}

#section3{
	float:right;
	width:190px;
}
/*-----------------------------------
 *  新着情報2分割化対応追加 09.09.18
 -----------------------------------*/
table.whatsnew  {
    width:              600px;
    color:              #0099cc;
    border-color:       white;
    border-collapse:    collapse;
    margin-bottom:      5px;
}
table.news_contents  {
    width:              100%;
}
td.news_image  {
    border-bottom-style:solid;
    border-bottom-width:5px;
    border-bottom-color:#0099cc;
    margin:             0px;
    padding:            0px;
}
div.news_contents {
    width:              590px;
    color:              #0099cc;
    overflow:           auto;
    direction:          ltr;
    margin-top:         -5px;
    margin-bottom:      10px;
}
td.news_contents {    /*  記事の内容部分   */
    line-height:        160%;
    font-size:          10pt;
    border-bottom:      dashed 1px #0099cc;
}
td.news_mmdd {    /*  記事の内容部分   */
    line-height:        160%;
    font-size:          10pt;
    border-bottom:      dashed 1px #0099cc;
    white-space:        nowrap;
    width:              55px;
}
span.news_mmdd  {   /*  記事の前に付ける' - yy.mmの色   */
    color:              #696969;
}
span.news_msg  {   /*  記事の前に付ける' - yy.mmの色   */
    color:              #696969;
}
span.magenta  {   /*  記事の前に付ける' - 【確認中／非公開】の色   */
    color:              #ff00ff;
}

-->
