/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* byNakamura*/
.SkinObject {color:#666;font-size:11px;font-weight:normal;}
A.SkinObject:link   {color:#666} /* いろんなボタン*/
A.SkinObject:visited   {color:#666} /* いろんなボタン*/
A.SkinObject:active  {color:#666} /* いろんなボタン*/
A.SkinObject:hover  {color:#f06;background-color:#fcc;} /* いろんなボタン*/
td {font-size:12px;}
strong {font-weight:normal;}
img {border: none;}
.bold {font-weight:bold;}

#dnn_ctr1509_HtmlModule_HtmlHolder UL { margin:0; padding:0; list-style-type: none;}
#dnn_ctr1509_HtmlModule_HtmlHolder LI { margin: 10px; padding: 5px; border:1px solid #bbb; background-color: #ddd; font-weight:bold; list-style-type: none;}
#dnn_ctr1509_HtmlModule_HtmlHolder LI LI{ margin: 5px 0 0 0; padding: 5px; border:1px solid #ccc; background-color: #eee; font-weight:normal;}
#dnn_ctr1509_HtmlModule_HtmlHolder LI LI LI{ margin: 5px 0 0 0; padding: 5px; border:1px solid #ddd; background-color: #fff; font-weight:normal;}
#dnn_ctr1509_HtmlModule_HtmlHolder UL a:link{ color:#333; text-decoration:none;}
#dnn_ctr1509_HtmlModule_HtmlHolder UL a:visited{ color:#333; text-decoration:none;}
#dnn_ctr1509_HtmlModule_HtmlHolder UL a:hover{ color:#333; text-decoration:underline;}





/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {}

/* background color for the content part of the pages */
Body{padding:0;margin:0;} /* BODYタグ！*/
.ControlPanel {}  /* 一番上のコントロールボックス！*/

/* background/border colors for the selected tab */
.TabBg {}  /* なぞ～*/
.LeftPane {}  /* なぞ～*/
.ContentPane {}   /* なぞ～*/
.RightPane {}   /* なぞ～*/


/* text style for the selected tab */
.SelectedTab {}/* なぞ～*/


/* hyperlink style for the selected tab */
A.SelectedTab:link {}   /* なぞ～*/
A.SelectedTab:visited  {}   /* なぞ～*/
A.SelectedTab:active　{}   /* なぞ～*/
A.SelectedTab:hover  {}   /* なぞ～*/

/* text style for the unselected tabs */
.OtherTabs {}　 /* なぞ～*/

    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {}   /* なぞ～*/
A.OtherTabs:visited  {}   /* なぞ～*/
A.OtherTabs:active  {}   /* なぞ～*/
A.OtherTabs:hover  {}   /* なぞ～*/


/* GENERAL */

/* style for module titles */
.Head   { font-size:12px;font-weight:bold;padding:0;margin:0;}

/* style of item titles on edit and admin pages */
.SubHead    { color:#333;} /*ペインの名前のとこ*/

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {}

/* text style used for most text rendered by modules */
.Normal{}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{}
.NormalRed{}
.NormalBold{}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton  {color:#f06;} /* いろんなボタン*/



/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link   {color:#f06} /* いろんなボタン*/
A.CommandButton:visited   {color:#f06} /* いろんなボタン*/
A.CommandButton:active  {color:#f06} /* いろんなボタン*/
A.CommandButton:hover  {color:#f06;background-color:#fcc;} /* いろんなボタン*/


/* button style for standard HTML buttons */
.StandardButton  {} /* なぞ～*/



/* GENERIC */
H1  {}
H2  {}
H3  {}
H4  {}
H5, DT  {}
H6  {}
TFOOT, THEAD    {}
TH  {}
A:link     { color:#f06;}
A:visited { color:#f06;}
A:active { color:#f06;}
A:hover { color:#f06;background-color:#fcc;}
SMALL   {}
BIG {}
BLOCKQUOTE, PRE {}
*/   UL LI   {}
UL LI LI    {}
UL LI LI LI {}
OL LI   {}
OL OL LI    {}

OL OL OL LI {}*/
HR {}

/* MODULE-SPECIFIC */

/* text style for reading messages in Discussion */ 
.Message   {}      /* なぞ～*/

/* style of item titles by Announcements and events */
.ItemTitle   {}   /* なぞ～*/



/* Menu-Styles */

/* Module Title Menu */
.ModuleTitle_MenuContainer {}   /* なぞ～*/
.ModuleTitle_MenuBar {}
.ModuleTitle_MenuItem {}
.ModuleTitle_MenuIcon {}
.ModuleTitle_SubMenu {}
.ModuleTitle_MenuBreak {}
.ModuleTitle_MenuItemSel {}
.ModuleTitle_MenuArrow {}
.ModuleTitle_RootMenuArrow {}

/* Main Menu */
.MainMenu_MenuContainer {}     /* 第一階層目メニューの全体*/
.MainMenu_MenuBar {}    /* 第一階層メニューの各メニューのとこ*/
.MainMenu_MenuItem {}    /* 下階層メニューのテキスト部分*/
.MainMenu_MenuIcon {} /* 下階層メニューのアイコン部分*/
.MainMenu_SubMenu {} /* 下階層メニューのわく*/
.MainMenu_MenuBreak {} /* なぞ～*/
.MainMenu_MenuItemSel {background-color:#fcc;} /* 選択したメニュー*/
.MainMenu_MenuArrow {} /* メニューの右の⇒のとこ*/
.MainMenu_RootMenuArrow{}  /* なぞ～*/




