/* クリア */
* {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
}

/************** clearfix **************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */

/* HTML Tag Redefinition */
html, body {height: 100%;  }
body {/* customize_background */ background-color:#ead2fa; /* customize_background */ padding: 0px; margin: 0px; }
img {border: 0px}
a { cursor:pointer}

label { font-weight:bold;}
fieldset { border:1px solid #ccc;}

/* error text class optionally provided by theme */
div.ccm-error-response {color: #f00; margin-bottom: 12px}

/* Page Structure / Navigation */
/* ページ全体の設定 */
#page{ width:900px; margin:auto; text-align:left; background-color: #FFFFFF; line-height: 170%; border-right-width: 20px; border-left-width: 20px; border-right-style: solid; border-left-style: solid; border-right-color: #FFFFFF; border-left-color: #FFFFFF;}
/* 上余白とロゴの位置初期64px */
#page #headerSpacer{ height:32px }
#page #header{ position:relative; } 

/* ロゴ部分設定 */
#page #header #logo{ font-size:14px; font-weight: bold; line-height: auto; 
	margin-bottom: 0px; padding: 0px; margin-top:8px; cursor:pointer;  left:0px ; z-index:1; width:auto; float:left; position: relative }
#page #header #logo a{ /* customize_header_logo */ color:#bb7dbd; /* customize_header_logo */ text-decoration:none;}
#page #header #logo p{ display:inline; line-height:inherit; font-size:inherit; padding:inherit; margin:inherit; color:inherit }

/* メニューの位置　初期top: 10px*/
#page #header #headerNav{ position: absolute; top: 43px; right: 0px; z-index:2; width:100%; overflow:visible;}
#page #header ul.nav-header{ list-style:none; margin:0px; padding:0px; width:auto; z-index:2; overflow:visible; float: right}
#page #header ul.nav-header li{float:left; padding:2px 0px; margin-left:16px; margin-bottom: 0px; color:#666666; font-size:12px; margin-top:0px }
#page #header ul.nav-header li a,#page #header ul.nav-header li a:hover{ text-decoration:none; color:#666666}

/* メニューの文字枠 */
#page #header ul.nav-header li.nav-selected{ border:1px solid #FF7589; padding-top: 1px; padding-right: 8px; padding-bottom: 1px; padding-left: 8px; }
#page #header #header-area{margin-top: 10px; margin-bottom: 10px }
#page #header #header-area #header-area-inside{margin-bottom: 20px;}
#page #header #header-area img { display: block}

/* 画像上下のライン変更 */
#page .divider{padding-top: 12px; background: url(/concrete/themes/default/images/nav_horizontal_divider2.gif) no-repeat top; overflow:hidden; height:1px; clear:both; width:100%; }

/* センターラインright変更 */
#page #central{background:url(/concrete/themes/default/images/nav_sidebar_right_bg2.gif) repeat-y center; clear:both; }
#page .no-sidebar { background-image: none !important}

/* センターラインleft変更 */
#page #central.central-left { background:url(/concrete/themes/default/images/nav_sidebar_left_bg2.gif) repeat-y center !important; }
#page #central.central-left div#sidebar {float: left !important; }
#page #central.central-left #body {padding-left: 0px !important; padding-right: 0px !important; float:right}
 
  /* 左ボックスサイズ */
#page #central #body{ float:left; width:640px; padding-right:28px; padding-left: 0px !important; padding-right: 0px !important }
#page .no-sidebar #body{ float: none !important; width: auto !important; }

 /* 右ボックスサイズ */
#page #central #sidebar{ float:right; width:205px; overflow:hidden }
#page #central #sidebar p{ line-height:24px}
#page #central #sidebar ul.nav{ list-style:none; margin-left:0px; padding:0px; padding-left:0px; font-size:12px;}
#page #central #sidebar ul.nav li{ margin-bottom:10px; }
#page #central #sidebar ul.nav a{ text-decoration:none; color:#333 }
#page #central #sidebar ul.nav a.nav-selected {font-weight: bold; color: #FF0000;}
#page #central #sidebar ul.nav a:hover{ text-decoration:underline }
#page #central #sidebar ul.nav ul{ list-style:none; margin-left:0px; padding:0px; padding-left:16px; margin-top:16px; }
#page #central #sidebar ul.nav ul li{ margin-bottom:16px; }

#page #central.navLeft{ background:url(/concrete/themes/default/images/nav_sidebar_left_bg.gif) repeat-y center; }
#page #central.navLeft  #sidebar{float:left}
#page #central.navLeft  #body{float:right; padding-right:0px; width:68%; }

#page #central.noSideNav{ background: none; }
#page #central.noSideNav  #sidebar{ display:none }
#page #central.noSideNav  #body{float: none; padding-left:0px; padding-right:0px; width:100%; }

#page #footer{ padding-top:24px; clear:both; padding-bottom:16px; color:#999; font-size:10px }
#page #footer a{ text-decoration:none }
#page #footer span.sign-in {margin-left: 20px}
#page #footer span.powered-by { float:right; }

/* Page Elements */

.pagingNav{ margin:16px 0px 8px 0px}
.pagination{ text-align:center; color:#bbb; padding-top:4px}
.pagination .pageRight{width:20%; float:right; text-align:right}
.pagination .pageLeft{width:20%; float:left; text-align:left}

/* MISC STYLES & SHORTCUTS */
div.code {border: 1px solid #ddd; background: #eee; padding: 10px}
div.spacer,div.ccm-spacer{ clear:both; font-size:1px; line-height:1px }
.noTopSpace{margin-top:0px; padding-top:0px}

/* customize_miscellaneous */  /* customize_miscellaneous */

