/* GENERAL Styles 
----------------------------*/

body {
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}

#page {
	/* Use a 14px base font size with a 18px line height */
  font-size: 0.875em; /*default value = 0.875em*//* 16px x .875 = 14px */
  line-height: 1.286em; /* 14px x 1.286 = 18px */
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: "Bitstream Vera Sans", sans-serif;
	/*font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;*/
}


/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

a:link, a:visited {
  color: blue; /*color of word which links and visited*/
  text-decoration:none;
  margin:0;
}

a:hover , a:active {
  color: red; /*color of word which is MouceONed and clicked*/
  text-decoration:underline; 
  margin:0;
}

a.top-logos {
   color: white;
   margin-left:10px;
   text-decoration:none;
 }

a.no-mark {
	color: #cce5ff;
	margin:0px;
	text-decoration:none;
}

a.right {
//   color: white;
   margin-left: 620px;
   text-decoration: none;
   position: relatively;
}
.axure-A {
	color: blue;
	font-size:30px;
	font-weight: 800;
	font-family: "MS Pゴシック",;
}

.axure-B {
	color: blue;
	font-size:20px;
	font-weight: 800;
	font-family: "MS Pゴシック",;
	padding-bottom:10px;
}

.axure-sidebar {
	color: red;
	padding-right:25px;
	padding-top:-10;
	font-size:12px;
	margin:0px
	font-weight: 800;
	font-family: "MS Pゴシック",;
}

.axure-C {
	color: orange;
	font-size:16px;
	font-weight: 600;
	font-family: "MS Pゴシック",;
}
.axure-D {
	color: #35ec22;
	font-size:16px;
	font-weight: 600;
	font-family: "MS Pゴシック",;
}

.axure-E {
	font-size:14px;
}

a.ASB:link, a.ASB:visited {
  color: blue; /*color of word which links and visited*/
  text-decoration:none;
  margin:0;
}

a.ASB:hover , a.ASB:active {
  color: red; /*color of word which is MouceONed and clicked*/
  //text-decoration:underline; 
  //background-color:white;
  margin:0;
}


/* Titles  */

h1{ 
	font-size:2em;
	line-height:1.3em;
	margin-top:0pt;
}
 
h2{
	font-family:"ＭＳ 明朝",serif;
  }
/* Lists  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* tables  */

table {
	/*default value = 99%;*/	/* Comment outting this line because , if this term activated ,tabled's width will be absolutely adopted this variable*/
}

.top {
        padding:5px;
	margin:5px;
}         

tr.even td, tr.odd td {
	padding: 10px 5px; /*default value = 10px 5px;*/
}
tr.even {
	background-color: #fff;/*default value = #f5f8ff;*/
}
tr.odd {
	background-color: #fff;/*default value = #fff;*/
}


/* Code */

pre, code {
	background-color:#efefef;
	display:block;
	padding:5px;
	margin:5px 0; /*default value 5px 0;*/
	border:1px solid #aaa;
  font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* Date-based "abbreviations" show computer-friendly timestamps which are not
   human-friendly. */

abbr.created {
  border: none;
  cursor: auto;
  white-space: normal;
}

/* User Interface Styles 
---------------------------- */

.resizable-textarea textarea {
	font-size:14px!important;
}
.messages {
	padding: 10px;
	margin: 10px; 
	border: 1px solid #04a107;
	color: #04a107;
	background-color: #edffed;
}
form{
	margin:10px 0; 
}

/* Rollover edit links for blocks
----------------------------*/

div.block {
  position: relative; 
}
div.block div.edit {
  display: none;
  position: relative; 
  right: 0;
  top: 0;
  z-index: 40;
  border: 1px solid #eee;
  padding: 0 2px;
  font-size: 11px;
  background-color: #fff;
}
div.block:hover div.edit {
  display: block;
}
