@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------
		IndexCSS トップページ用CSS
-------------------------------------------------*/
body { background-color:#0966B4;}
/* container */
#container {}

div.PageTop { text-align:right;} 
div.PageTop a { text-align:right;} 

#container article {}
#container article h3 {}
#container article section.txtarea {}
#container article section.txtarea p { margin:10px;}

#container article.bnr_box { text-align:center;}
#container article.bnr_box img { margin:0 0 3px 0;}
#container article.bnr_box h3 {}

#container article.news {}
#container article.news dl { margin:15px 10px; color:#FFF;}
#container article.news dl a { color:#FFF; text-decoration:none;}
#container article.news dt { padding:3px 5px; background:#FFFFFF; color:#0966B4; border:#FFF 1px solid; font-weight:bold;}
#container article.news dd { padding:5px; border-bottom:#FFF 1px dotted;}
#container article.news dd.news { padding:5px; border-bottom:none; text-align:right;}
