@charset "utf-8";
@import "layout.css";

/* トップ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* flaArea
========================================================= */
#flaArea { width: 100%; height: 328px; overflow: hidden; background: url(/common/img/bg_topfla.gif) repeat-y center top; }
#flaArea p { width: 100%; background: url(/common/img/bg_topfla_edge.jpg) no-repeat center top; text-align: center; }

/* newsListTopics
========================================================= */
#newsListTopics h1 { margin-bottom: 12px; }

/* .banner
========================================================= */
#main .banner { margin-bottom: 25px; }

/* selectTab
========================================================= */
/* tabs --------------------------------------------- */
#selectTab ul.tabs li a { background-image: url(/common/img/btn_selecttab_home.gif); }
#selectTab li#tab_game a { background-position: 0 0; }
#selectTab li#tab_event a { background-position: -100px 0; }
#selectTab li#tab_goods a { background-position: -200px 0; }
#selectTab li#tab_support a { background-position: -300px 0; }
#selectTab li#tab_other a { background-position: -400px 0; }
#selectTab li#tab_game a:hover, 
#selectTab li#tab_game a:focus { background-position: 0 -38px; }
#selectTab li#tab_event a:hover, 
#selectTab li#tab_event a:focus { background-position: -100px -38px; }
#selectTab li#tab_goods a:hover, 
#selectTab li#tab_goods a:focus { background-position: -200px -38px; }
#selectTab li#tab_support a:hover, 
#selectTab li#tab_support a:focus { background-position: -300px -38px; }
#selectTab li#tab_other a:hover, 
#selectTab li#tab_other a:focus { background-position: -400px -38px; }
#selectTab li#tab_game a.current { background-position: 0 -76px; }
#selectTab li#tab_event a.current { background-position: -100px -76px; }
#selectTab li#tab_goods a.current { background-position: -200px -76px; }
#selectTab li#tab_support a.current { background-position: -300px -76px; }
#selectTab li#tab_other a.current { background-position: -400px -76px; }
/* linklist --------------------------------------------- */
#selectTab div.linklist h2 {
	width: auto; margin-bottom: 2px; padding: 0.2em 5px; border-bottom: 1px solid #aaafb5;
	color: #0069bf; font-size: 123%; }
#selectTab div.linklist ul, #selectTab div.linklist ol { width: auto;}
#selectTab div.linklist li { float: left; width: 270px; }
#selectTab div.linklist li.left { margin-right: 20px; }
#selectTab div.linklist li.first { float: none; width: auto; font-size: 108%; }
#selectTab p { clear: both; padding-top: 0.5em; }

/* newsKeyword
========================================================= */
#main div.newsKeyword { margin-bottom: 1.7em; font-size: 93%; }
#main div.newsKeyword ul { padding: 0.8em 8px; }
#main div.newsKeyword li { display: inline; padding-right: 1.0em; }

