@charset "UTF-8";

/*
=============================
 BROWSER RESET
============================= */

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {  
	margin:0;  
	padding:0;  
	border:0;  
	outline:0;
	font-size:100%;
	font-weight:normal;
}

/*
=============================
 DEFAULT SETTING
============================= */

body {
	color:#666;
	font-size:13px;
	line-height:1.5em;
  letter-spacing:0.02em;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Arial,Helvetica,sans-serif;
}
a:link,a:visited { color:#0B7DE6;}
a:hover {
  color:#FF9C2B;
  text-decoration:none;
}
a:focus{ outline:none;}
img {
  border:none;
  vertical-align:bottom;
}
fieldset { border:none;}
li { list-style-type:none;}
input[type="text"],textarea {
  padding:2px;
  font-size:14px;
  letter-spacing:0.02em;
}

/*
=============================
 CLEARFIX
============================= */

.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
  visibility: hidden;
  height:0;
  line-height:0;
}

/*
=============================
 FLAME DESIGN
============================= */

html, body { height:100%;}

body { background:url("images/bg/bg_footer.png") repeat;}

/* #container */
#container {
  min-width:950px;
  background-color:#FFF;
}

/* #header */
#header {
  height:80px;
  background-color:#00285E;
  color:#FFF;
  border-bottom:6px solid #E9F1FA;
}
.top #header { border:none;}
#header_inner {
  width:950px;
  margin:0 auto;
}
div#logo {
  width:254px;
  float:left;
}
div#logo a {
  height:80px;
  width:254px;
  display:block;
  background:url("images/main_splite.png") no-repeat 0 0;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}

/* #breadcrumbs */
#breadcrumbs {
  clear:both;
  border-top:6px solid #E9F1FA;
  padding:5px 0 30px;
}
#breadcrumbs ol {
  width:950px;
  margin:0 auto;
}
#breadcrumbs li { float:left;}
#breadcrumbs li.home a {
  width:16px;
  display:block;
  text-indent:100%;
  overflow:hidden;
  white-space:nowrap;
  background:url("images/main_splite.png") no-repeat 0 -146px;
}
#breadcrumbs li.home a:hover { background-position:0 -165px;}

#plugg-breadcrumb { margin:5px 0 20px 0!important;}


/* #wrapper */
#wrapper {
  width:950px;
  margin:0 auto 30px;
}

h1 {
  font-weight:bold;
  font-size:150%;
  border-left:5px solid #72AEF2;
  padding-left:10px;
  margin-bottom:20px;
}

/* #footer */
#footer {
  border-top:6px solid #E9F1FA;
  background:url("images/bg/bg_footer.png") repeat;
  padding:10px 0 30px;
}
#footer_inner {
  width:950px;
  margin:0 auto;
  font-size:90%;  
}
.footer_nav { margin-bottom:15px;}
.footer_nav > li {
  float:left;
  margin-right:20px;
}
.footer_nav > li > a {
  padding-left:14px;
  background:url("images/icon/icon_link.png") no-repeat left 3px;
}
.footer_nav > li > a:hover { background-position:left -12px;}

.sub_footer_nav {
  margin-left:14px;
}

/* Return Top Button */
#to_top {
  width:62px;
  height:62px;
  background:url("images/main_splite.png") no-repeat 0 -80px;
  display:block;
  position:fixed;
  right:20px;
  bottom:20px;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}

/* PAGE NAVI */
.pagenavi {
  margin:10px 0;
}

/*
=============================
 MENU DESIGN
============================= */

/* gmenu */
#g_menu {
  float:left;
  width:696px;
}
#g_menu > li {
  float:left;
  border-left:1px solid #4D698F;
  position:relative;
  height:80px;
}

#g_menu a {
  display:block;
  background-color:#00285E;
  text-align:center;
  text-decoration:none;
  color:#FFF;
  font-size:90%;
  white-space:nowrap;
}
#g_menu > li > a {
  height:55px;
  padding:20px 15px 5px;
}
#g_menu a:hover, #g_menu .current > a{ background-color:#4694DC;}

#g_menu > li > a:hover:after, #g_menu .current > a:after {
  content:'';
  width:100%;
  height:12px;
  position:absolute;
  bottom:-12px;
  left:0;
  color:#000;
  display:block;
  background:url("images/menu_triangle.png") no-repeat center 0;
}

#g_menu .alphabet {
  display:block;
  font-size:60%;
}
.sub_menu {
  display:none;
  position:absolute;
  top:80px;
  left:0;
  z-index:100;
}
.sub_menu li { background-color:#DDFFFF;}
.sub_menu a {
  padding:10px;
  border-top:1px solid #4D698F;
}

#login {
  text-align:right;
  margin-top:12px;
}
#login a {
  display:inline-block;
  padding-left:14px;
  background:url("images/icon/icon_link.png") no-repeat left 4px;
}
#login a:hover {
  background-color:#00285E;
  background-position:left -11px;
  color:#FF9C2B;
}

#search_form { padding:5px 0 0 10px;}
#search_form input {
  float:left;
  margin:0;
}
#search_form input[type="text"] {
  height:17px;
  padding:4px;
  border:1px solid #4D698F;
  border-right:none;
  border-radius:3px 0 0 3px;
}
#search_form input[type="submit"] {
  height:27px;
  border:1px solid #4D698F;
  padding:4px;
  background-color:#DDD;
  border-radius:0 3px 3px 0;
  cursor:pointer;
}
#search_form input[type="submit"]:hover {
  background-color:#FFF;
}

/*
=============================
 ONLY TOP
============================= */

/* MAIN IMAGE */
#top_main {
  height:355px;
  background:url("images/bg_topmain.png") repeat-x center 0;
  margin-bottom:20px;
}
#top_main_inner {
  width:950px;
  margin:0 auto;
}

#top_contents{
  height:340px;
  width:520px;
  float:left;
  background:url("images/bg/bg_top_img.png") no-repeat center center;
  color:#FFF;
}
.top h2 {
  width:100%;
  height:85px;
  margin:40px 0 15px;
  background:url("images/top_splite.png") no-repeat -2px 0px;
  text-indent:100%;
  overflow:hidden;
  white-space:nowrap;
}
.top h3 {
  font-size:125%;
  border-left:8px solid #72AEF2;
  padding-left:5px;
  margin-bottom:15px;
}

#btn_download {
  width:288px;
  height:57px;
  margin:0 0 5px 10px;
  background:url("images/top_splite.png") no-repeat 0px -84px;
  display:block;
  text-indent:100%;
  overflow:hidden;
  white-space:nowrap;
}
#btn_download:hover { background-position:-288px -84px;}
#top_contents .text {
  margin:0 0 15px 10px;
}
#info_ver { 
  margin:0 0 0 10px;
}

/* IMAGE SLIDER */
#top_slider {
  width:430px;
  height:340px;
  float:left;
  position:relative;
}

#slides {
	width:300px;
  position:absolute;
	top:40px;
	left:52px;
	z-index:100;
}
.slides_container {
	width:300px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container a {
	width:300px;
	height:250px;
	display:block;
}
.slides_container a img { display:block;}
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-52px;
	width:35px;
	height:55px;
	display:block;
	z-index:101;
}
#slides .next {
	left:320px;
}
.top .pagination {
	margin:10px auto 0;
	width:50px;
  overflow:hidden;
}
.top .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.top .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url("images/img_slider/pagination.png");
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.top .pagination li.current a {
	background-position:0 -12px;
}

/* TOP LINK */
#top_link { margin-bottom:20px;}
#top_link li {
  float:left;
  margin:0 10px 10px 0;
}
#top_link #toplink_comm, #top_link #toplink_mng { margin:0 0 10px 0;}
#top_link a {
  width:176px;
  height:85px;
  padding:0 58px 0 74px;
  display:block;
  border:1px solid #EEE;
  background:url("images/top_splite.png") no-repeat 0 -142px;
  text-decoration:none;
  border-radius:3px;
}
#top_link .title {
  display:block;
  width:176px;
  height:43px;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
#top_link .text {
  display:block;
  padding:5px 0 0;
  text-decoration:none;
  color:#999;
  line-height:1.2em;
}

#toplink_what a { background-position:0 -142px;}
#toplink_inst a { background-position:0 -227px;}
#toplink_comm a { background-position:0 -312px;}
#toplink_dev a { background-position:0 -396px;}
#toplink_dsn a { background-position:0 -480px;}
#toplink_mng a { background-position:0 -564px;}

#toplink_what a:hover { background-position:-310px -142px;}
#toplink_inst a:hover { background-position:-310px -227px;}
#toplink_comm a:hover { background-position:-310px -312px;}
#toplink_dev a:hover { background-position:-310px -396px;}
#toplink_dsn a:hover { background-position:-310px -480px;}
#toplink_mng a:hover { background-position:-310px -564px;}

/* TOP NEWS */
.top #c_column_l {
  width:650px;
  float:left;
}
.top #c_column_r {
  width:300px;
  margin-left:650px;
}
.top .block  { position:relative;}
.top #c_column_l .block {
  width:300px;
  float:left;
  margin-right:25px;
}
.top #c_column_l .block img,.top #c_column_r .block img  { 
  position:absolute;
  bottom:36px;
}
.top #c_column_l .block dl,.top #c_column_l .block ul {
  height:450px;
  overflow:auto;
  border-top:1px solid #EEE;
  border-bottom:1px solid #EEE;
}
.top #c_column_l .block > div {
  margin-top:10px;
  height:25px;
}

.top .block a.first { 
  padding:1px 3px;
  display:inline-block;
  color:#FFF;
  font-size:90%;
  border-radius:4px;
  text-decoration:none;
  background-color:#71ADF2;
} 
.top .block a.first:hover { background-color:#A7CAF2;}
.top #c_column_l dl, .top #c_column_l ul  { padding-bottom:30px;}
.top #c_column_r .block ul {
  height:450px;
  overflow:auto;
  border-top:1px solid #EEE;
  border-bottom:1px solid #EEE;
  padding-bottom:30px;
}
.top #c_column_l dt { padding:10px 0 4px 0;}
.top #c_column_l dd {
  padding:0 0 15px 0;
  border-bottom:1px dotted #CCC;
}
.top #c_column_l li {
  padding:10px 0 15px;
  border-bottom:1px dotted #CCC;  
}
.top #c_column_l li small { display:block;}

.top #c_column_r .block > div {
  margin-top:10px;
  height:25px;
}
.top #c_column_r li {
  padding:8px 0 8px;
  border-bottom:1px dotted #CCC;  
}
.top #c_column_r li small { display:block;}

.top #c_column_l .block div a,
.top #c_column_r > .block div a,
.x #r_column p + div a,
.x #r_column ul + div a,
#plugg div.add span a{
  padding:2px 14px 2px 8px;
  background:url("images/icon/icon_link2.png") no-repeat right -7px;
  display:inline-block;
  border:1px solid #DDD;
  border-radius:12px;
  text-decoration:none;
}
.top #c_column_l div a:hover,
.top #c_column_r > div a:hover,
.x #r_column p + div a:hover,
.x #r_column ul + div a:hover,
#plugg div.add span a:hover {
  background-position:right -28px;
}

/*
=============================
 CONTENTS DESIGN
============================= */

/* RIGHT COLUMN */
.x #contents {
  width:700px;
  float:left;
  word-break:break-word;
}
.x #r_column {
  width:220px;
  margin-left:730px;
  padding-top:45px;
}
.x #r_column .block { margin-bottom:20px;}
.x #r_column h3 {
  font-size:125%;
  border-left:8px solid #72AEF2;
  padding-left:5px;
  margin-bottom:15px;  
}
.x #r_column p {
  margin:10px 0;
  padding:10px 0 0;
  border-top:1px solid #DDD;
}
.x #r_column p + div, .x #r_column ul + div { padding:0 0 10px!important;}

.x #r_column ul {
  padding:10px 0;
  border-top:1px solid #DDD;
}
.x #r_column li {
  padding:10px 0;
  border-bottom:1px dotted #DDD;
}
.x #r_column li:last-child { border:none;}
.x #r_column li small { display:block;}

/* MAIN COLUMN */

#plugg .nodesNav { 
  border-bottom:1px solid #CCC;
  padding:10px 0;
  margin-bottom:20px;
}
#plugg .nodeSource { margin-bottom:0.5em;}
#plugg h1.nodeTitle {
  font-size:180%;
  border-bottom:none;
  padding-left:5px;
  margin-bottom:20px;
}
#plugg h2.nodeTitle {
  font-size:120%;
  font-weight:bold;
  padding:8px;
  margin:0 0 10px;
  background-color:#F7F7F7;
  border:none;
  border-radius:4px;
}
#plugg .nodeInfo {
  overflow:hidden;
  margin-bottom:10px;
}
#plugg .nodeInfoPoster {
  margin:0 10px 0 0;
  float:left;
}
.nodeInfoDetails { float:left;}
h2.nodeTitle a.first {
  padding:1px 3px;
  display:inline-block;
  color:#FFF;
  font-size:90%;
  border-radius:4px;
  text-decoration:none;
  background-color:#71ADF2;
}
.node {
  padding:20px 0;
  border-bottom:1px solid #CCC;
}

/*
=============================
 BUTTON PARTS
============================= */
a.more_view {
  padding-left:14px;
  background:url("images/icon/icon_link.png") no-repeat left 3px;  
}
a.more_view:hover { background-position:left -12px;}

.toptab { margin-bottom:20px;}
.toptab li {
  float:left;
  list-style-type:none;
}
.btn_edit { margin:20px 0;}
.btn_edit a, .toptab a {
  padding:2px 14px 2px 8px;
  margin-right:10px;
  background:url("images/icon/icon_link2.png") no-repeat right -7px;
  display:inline-block;
  border:1px solid #DDD;
  border-radius:12px;
  text-decoration:none;
}
.btn_edit a:hover, .toptab a:hover { background-position:right -28px;}
  
/*
=============================
 ALERT DESIGN
============================= */

/* CONFIRM */
.confirm {
  padding:10px;
  margin-bottom:15px;
  color:#EAAF25;
  border:1px solid #EAAF25;
  background-color:#FFF9DB;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  behavior: url(/js/PIE.htc);
}

/* ERROR */
.error {
  padding:10px;
  margin-bottom:15px;
  color:#F27474;
  border:1px solid #F27474;
  background-color:#FFF4F4;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  behavior: url(/js/PIE.htc);
}

/*
=============================
 TABLE
============================= */

table {
  border-collapse:collapse;
  width:100%;
  background-color:#FFF;
}
th,td {
  padding:10px;
  border:1px solid #CCC;
}

table.view_table {
  width:100%;
}

#plugg table.horizontal thead th {
  border-bottom:1px solid #CCC;
  background-color:#00285E;
  color:#FFF;
  text-align:center;
}

#plugg tbody tr.stability1 td {background-color:#FFE2E2;}
#plugg tbody tr.stability3 td {background-color:#FFE2E2;}
#plugg tbody tr.stability5 td { background-color:#FFE8C6; }
#plugg tbody tr.stability8 td { background-color:#E5FFE2; }
#plugg tbody tr.stability10 td { background-color: #E9F1FA; }

/*
=============================
 FORM
============================= */

table.edit { background-color:#F7F7F7;}
table.edit th {
  background-color:#EAEFF2;
  color:#175C84;
}

table.edit input[type="text"] {
  padding:5px;
  border:1px solid #CCC;
  border-radius:3px;
  box-shadow:1px 1px 2px rgba(0,0,0,0.1) inset;
}
table.edit select {
  border:1px solid #CCC;
}
table.edit textarea {
  padding:5px;
  border:1px solid #CCC;
  border-radius:3px;
  box-shadow:1px 1px 2px rgba(0,0,0,0.1) inset;
}

.submit_area {
  background-color:#BCD1DD;
  padding:10px;
  text-align:center;
  border:1px solid #CCC;
  border-top:none;
}
.submit_area input {
  width:220px;
  height:49px;
  background:url("images/form_splite.png") no-repeat 0 0;
  border:none;
  padding:0;
  color:#FFF;
  font-size:140%;
  font-weight:bold;
  cursor:pointer;
}
.submit_area input:hover { background-position:0 -49px;}

.form_wrap {
  border:1px solid #BBB;
  padding:1px;
  background-color:#FFF;
}
.form_wrap dl {
  background-color:#EEE;
  padding:50px;
}
.form_wrap dt {
  float:left;
  clear:both;
  width:25%;
  padding:10px 10px 10px 10px;
}
.form_wrap dd {
  border-bottom:1px solid #DDD;
  border-top:1px solid #FFF;
  padding:10px 10px 10px 10px;
}
.form_wrap dd:nth-child(2) { border-top:none;}
.form_wrap dd:last-child { border-bottom:none;}
.inp_space {
  background-color:#CCC;
  padding:20px;
  text-align:center;
}

.required { color:#DD0000;}

/*
=============================
 MODULE DESIGN
============================= */

/* X MODULE */
#plugg ul.tabs { border-bottom:1px solid #CCC;}
#plugg ul.tabs .tab-label {
  border:1px solid #CCC;
  border-bottom:none;
}
#plugg ul.tabs li.selected .tab-label {
  border-top:1px solid #DDD;
  border-bottom:1px solid #FFF;
}

/* X MODULE -Project- */
#plugg div.project.summary {
  padding:20px;
  border:1px solid #DDD;
  border-radius:4px;
}
#plugg div.project.summary.pending {
  background-color:#EFEFEF;
}
h2.project-title {
  margin:5px 0 15px;
  font-weight:bold;
  font-size:130%;
}
div.project-links a {
  margin:10px 0 0;
  padding:2px 14px 2px 8px;
  background:url("images/icon/icon_link2.png") no-repeat right -7px;
  display:inline-block;
  border:1px solid #DDD;
  border-radius:12px;
  text-decoration:none;
}
div.project-links a:hover { background-position:right -28px;}

/* X MODULE -Comment- */
#plugg .item.comment {
  padding:20px;
  border:1px solid #DDD;
  border-radius:4px;
}

/* DOC */
div.body h2 {
  background:none;
  border:none;
  font-size:130%;
  font-weight:bold;
  border-left:8px solid #72AEF2;
  padding:0 0 0 5px;
  border-radius:0;
}
div.body h3 {
  background:none;
  border:none;
  font-size:100%;
  font-weight:bold;
  border-bottom:1px solid #72AEF2;
  padding:0 0 0 0;
  border-radius:0;  
}

div.body h4 {
  background:none;
  border:none;
  border-bottom:1px solid #72AEF2;
  padding:0 0 0 0;
  border-radius:0;
}
div.xpwiki_doc div.pre { margin:0;}
div.xpwiki_doc div.navigator_hr { background:none;}
div.xpwiki_doc > p, div.xpwiki_doc div > p { margin:0;}


/* XSDOC EDIT PAGE */
form.edit_form > dl {
  background-color:#F5F5F5;
  border:1px solid #DDD;
  border-bottom:none;
}
form.edit_form dt {
  padding:10px 15px 5px;
  color:#175C84;
}
form.edit_form dd {
  border-bottom:1px solid #DDD;
  padding:0 15px 10px;
}
form.edit_form dt.fl_left {
  float:left;
  width:25%;
  clear:both;
  padding:15px;
}
form.edit_form dd.fl_left {
  padding: 15px 15px 15px 25%;
}
form.edit_form dd p { margin:15px 0 0;}
form.edit_form dd dl {
  background-color:#FFF;
  border:1px solid #DDD;
  border-bottom:none;
}

body.product {
  background:none;
  background-color:#FFF;
}

/*
=============================
 HOVER EFFECT
============================= */

#slides a.next:hover, #slides a.prev:hover, #to_top:hover, .slides_container a:hover img {
  opacity: .6; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=60); /* IE lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* IE 8 */
  -khtml-opacity: .6; /* Safari 1.x */
  -moz-opacity: .6; /* FF lt 1.5, Netscape */
}

/*
=============================
 ADMIN MNEU
============================= */

#l_column {
  border-top:1px solid #CCC;
  padding:10px;
}
#l_column ul { clear:both; }
#l_column li {
  float:left;
  margin-right:1em;
}

