/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.タイトル点線付{margin: 30px 0 10px 0; padding: 0; color: #006400; font-size: 16px; font-weight: bold; border-bottom: 1px dotted #006400;}

.NakajimaFormTable { width: 100%;}
.NakajimaFormTable td{ padding: 1px; border-bottom: 1px solid #61853B;}
.NakajimaFormTable td td{ padding: 0 10px 0 0; border: none;}
.NakajimaFormLabel01{ width:100%;font-weight:bold; font-size:14px; background:url(http://nakajima.infofukui.com/Portals/29/images/formbg02.jpg) repeat-y left top; padding:10px;}
.NakajimaFormLabel02{ width:100%;font-weight:bold; font-size:14px; padding:10px;}

/* 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: 10px;}

/* 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   { color: #000; font-weight:bold;}

/* style of item titles on edit and admin pages */
.SubHead    { color: #000; }

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { color: #000; }

/* text style used for most text rendered by modules */
.Normal { font-size:14px;}
.Normal td { font-size:14px;}


/* 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 { font-weight:bold; font-size: 14px;}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link     { color: #000; text-decoration: underline;}
A.CommandButton:visited { color: #000;  text-decoration: underline;}
A.CommandButton:active  { color: #000; text-decoration: underline;}
A.CommandButton:hover  { color: #000; text-decoration: none;}

/* GENERIC */
H1  { margin: 0; padding: 10px 23px; color: #D8EFF2; font-size: 11px; font-weight: normal;}
H2  {  margin: 0; padding: 0;}
H3  {  margin: 0; padding: 0;}
H4  {  margin: 0; padding: 0;}
H5, DT  { margin: 0; padding: 0;}
H6  { margin: 0; padding: 0;}
TFOOT, THEAD    {}
TH  {}

p { margin: 10px 0; padding: 0;}

img  { border: none; margin: 0; padding: 0;}

A:link     { color: #000; text-decoration: underline;}
A:visited { color: #000; text-decoration: underline;}
A:active { color: #000; text-decoration: underline;}
A:hover { color: #000; text-decoration: none;}

SMALL   {}
BIG {}

BLOCKQUOTE, PRE {}

UL   { margin: 0; padding: 0;}
UL LI   { margin: 0 0 5px 20px; padding: 0; list-style-type: circle;}
UL LI LI    { }
UL LI LI LI {}
OL   {margin: 0; padding: 0;}
OL LI   { margin: 0 0 5px 20px; padding: 0; list-style-type: decimal;}
OL OL LI    {}
OL OL OL LI {}

HR { color:#666; height: 1px; margin: 0; padding:0;}

/* 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 {}
.MainMenu_MenuArrow {}
.MainMenu_RootMenuArrow {}












