/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/  

/*-----------------------------------------
CC-ArcスキンでのPageCSS
---------------------------------------------------*/
#cc-default .Normal              { font-size:12px;}
#cc-default td                     { font-size:12px;}
#cc-default th                     { font-size:12px;}
#cc-default caption                { font-size:12px;}

/*---Ｈ1----------------------------------*/
#cc-default h1               { font-size:11px; color:#999999; padding-top:15px;}
#cc-default h2               { margin:0; padding:0;}
#cc-default h3.index-title { margin:0 0 10px 0; padding:0;}


/*----------INDEX----------------------------------------------------*/
#cc-default .index h3                    { margin:0 0 10px 0; padding:0;}
#cc-default .index table                 { margin:0 0 10px 0;}
#cc-default .index table td.padding { padding:0 4px}
#cc-default .index p                      { margin:0; padding:0;}

#cc-default td{ font-size:12px;}

/*----------Company---------------------------------------------------*/
#cc-default ol.business      {margin:0; padding:0;}
#cc-default table.company { border:#F4F4F4 solid 1px; float:left; margin-right:10px;}
#cc-default table.company th { padding:10px; text-align:left; background:#F4F4F4; font-size:12px; border:#FFFFFF solid 1px; font-weight:normal; color:#333;}
#cc-default table.company td { padding:10px; border-bottom:#F4F4F4 solid 1px;}

#cc-default table.principles td{ padding:10px; line-height:1.5em; margin-top:15px;}


/*---------Recruitment---------------------------------------------------*/
#cc-default h3.recruit              { margin-top:40px;}
#cc-default .recruit-box .txt-box   { padding:10px 30px; line-height:1.5em;clear:both;}
#cc-default .recruit-box .txt-box p { margin:0 0 10px 0; padding:0;}
#cc-default .recruit-box h4         { margin:0; padding:0;}

#cc-default table.recruit-list      { border:#E3E3E3 solid 1px; margin-bottom:20px;}
#cc-default table.recruit-list th   { vertical-align:top; text-align:left; padding:10px; font-weight: normal; background:#F4F4F4; color:#333; border:#FFFFFF solid 1px;}
#cc-default table.recruit-list td   { text-align:left; padding:10px; border-bottom:#F4F4F4 solid 1px; border-top:#FFF solid 1px;}
#cc-default table.recruit-list caption {background:#F4F4F4; text-align:left; padding:10px; font-weight:bold;}

#cc-default table.interview    { margin:10px 15px 10px 15px; width:675px;}
#cc-default table.interview th { text-align:left; padding:10px 0 10px 30px; border-bottom:#E3E3E3 solid 1px; vertical-align:middle;
background: #F4F4F4 url(/dnn/Portals/0/images/recruit/icon_q.gif) 10px no-repeat; color:#333;}

#cc-default table.interview td { padding:10px; font-size:12px;}

/*----------*/
.service-box td                      { line-height:1.5em;}
.service-box h4                      { margin:0 0 10px 0; padding:0;}
.service-box ul                      { margin:0; padding:0 0 0 20px; border-bottom:#CCCCCC dotted 1px;}
.service-box ul li                   { list-style:none; margin:0 0 10px 0; padding:0 0 0 13px;}
.service-box ul.specialty li         { background:url(/dnn/Portals/0/images/service/specialty_arrow.gif) left 2px no-repeat;}
.service-box ul.achievement          { margin-bottom:15px;}
.service-box ul.achievement li       { background:url(/dnn/Portals/0/images/service/achievement_arrow.gif) left top no-repeat;}
.service-box ul.achievement li ul    { padding:5px 0 0 0; border-bottom:none;}
.service-box ul.achievement li ul li { background:none; list-style: disc; padding:0 0 0 0; margin:0 0 5px 15px;}
.service-box ul.project              { border-bottom:none;}
.service-box ul.project li           { background:url(/dnn/Portals/0/images/service/project_arrow.gif) left 2px no-repeat;}


/*--------後でコンテナにいれる---------------------------------------------------*/

.h3-Title .Title {
	border-bottom:1px solid #E3E3E3;
	border-top:1px solid #E3E3E3;
	height:30px;
	line-height:30px;
	margin:0 0 10px 0;
	padding:0;
}
.h3-Title .Title h3	{
	margin:0 0 0 10px;padding:0 0 0 15px;
 }

.h3-Title02 .Title {
	border-bottom:1px solid #E3E3E3;
	height:30px;
	line-height:30px;
	margin:0 0 10px 0;
	padding:0 0 0 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
{
}

/* 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   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

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 {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}





































