/* Reset CSS Import */
@import url("reset.css");

/* General Tag */
html {
    height: 100%;
    margin-bottom: 1px;
}

body {
    font-family: Meiryo,Helvetica,Osaka,sans-serif;
    font-size: 80%;
    color: #333333;
    line-height: 1.5;
    text-align: center;
    background-color: #ffffff;
    background-image: url(images/bg.gif);
}

a:link {
    color: #003399;
}

a:visited {
    color: #990099;
}

a:hover {
    color: #990099;
    text-decoration: none;
}

a:active {
    color: #990099;
}

h1 {
    margin: 0 0 10px 0;
    padding: 4px 6px;
    border-top: #135cab solid 1px;
    border-right: #003399 solid 1px;
    border-left: #003399 solid 1px;
    border-bottom: none;
    color: #ffffff;
    background-image: url(images/center_block_title_sp_bg.gif);
    font-size: 140%;
}

h2 {
    margin: 0 0 4px 0;
    padding: 2px 6px;
    border-left: #003399 solid 7px;
    border-bottom: #003399 solid 1px;
    font-size: 120%;
    color: #003399;
}

h3 {
    margin: 0 0 2px 0;
    padding: 1px 4px;
    border-left: #7da5d0 solid 4px;
    border-bottom: #7da5d0 solid 1px;
    font-size: 110%;
    color: #548dca;
}

h4, h5 {
    font-size: 105%;
}

p {
    margin-bottom: 1.5em;
    line-height: 1.8;
    text-align: left;
}

ul, ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.pico_container ol li {
    list-style: decimal inside;
    margin: 0 0 0 2em;
}

em {
    font-style: normal;
    font-weight: bold;
    color: #ff0000;
}

table {
    padding: 0;
    margin: 0;
}

td {
    vertical-align: top;
}

/* Layout */
body.ShowBlockL0R0 #Wrapper {
    width: 100%;
}

body.ShowBlockL1R0 #Wrapper {
    width: 100%;
}

body.ShowBlockL0R1 #Wrapper {
    float: left;
    width: 100%;
    margin-right: -190px;
}

body.ShowBlockL1R1 #Wrapper {
    float: left;
    width: 100%;
    margin-right: -190px;
}

body.ShowBlockL0R0 #CenterColumn {
    float: left;
    width: 100%;
}

body.ShowBlockL1R0 #CenterColumn {
    float: right;
    width: 100%;
    margin-left: -190px;
}

body.ShowBlockL0R1 #CenterColumn {
    margin-right: 190px;
}

body.ShowBlockL1R1 #CenterColumn {
    float: right;
    width: 100%;
    margin-left: -190px;
}

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 190px;
}

body.ShowBlockL1R1 #CenterWrapper {
    margin-right: 190px;
    margin-left: 190px;
}

/* Main view Area. When 3 column are used 980 pix when 2 column are used 760 pix are recommended */
#container {
    width: 860px;
    padding: 0;
    margin: 0 auto;
    border-left: #d6e5ef solid 1px;
    border-right: #d6e5ef solid 1px;
    border-bottom: #aec7d7 solid 1px;
    text-align: left;
    background: #ffffff;
}

#CenterWrapper {
    padding: 8px 10px 8px 8px;
    background: #ffffff;
}

/* Header */
#Header {
    width: 100%;
    background-position:right;
    background-repeat: no-repeat;
}

#Header a:link,
#Header a:visited {
    text-decoration: none;
}

#Logo {
    float: left;
    display: block;
    padding: 4px 0 4px 10px;
}

/* Bread Crumb */
#breadcrumb,
#theme_breadcrumbs {
    width: 100%;
    margin-bottom: 5px;
}

/* Center Column */
#CenterColumn .BlockTitle {
    margin: 0;
    padding: 4px 6px;
    border-top: #cccccc solid 1px;
    border-right: #cccccc solid 1px;
    border-left: #cccccc solid 1px;
    border-bottom: none;
    color: #003399;
    background-image: url(images/center_block_title_bg.gif);
}

#CenterColumn .BlockTitleSp {
    margin: 0;
    padding: 4px 6px;
    border-top: #135cab solid 1px;
    border-right: #003399 solid 1px;
    border-left: #003399 solid 1px;
    border-bottom: none;
    color: #ffffff;
    background-image: url(images/center_block_title_sp_bg.gif);
}

#CenterColumn .BlockContent,
#ModuleContents {
    clear: both;
    padding: 5px;
    font-size: 100%;
    line-height: 1.5;
    border: #cccccc solid 1px;
}

#CenterColumn .BlockContentNone {
    clear: both;
    padding: 0;
    font-size: 100%;
    line-height: 1.5;
}

#CenterLColumn {
    float: left;
    width: 49.5%;
    background: #ffffff;
}

#CenterRColumn {
    float: right;
    width: 49.5%;
    background: #ffffff;
}

.CenterCblock,
.CenterLblock,
.CenterRblock {
    clear: both;
    margin-bottom: 10px;
}

/* Left Column */
#LeftColumn {
    float: left;
    width: 180px;
    margin: 0 0 0 10px;
    overflow: hidden;
    background: #ffffff;
}

.LeftBlock {
    padding: 8px 0 0 0;
}

#LeftColumn .BlockTitle {
    margin: 0;
    padding: 4px;
    color: #003e82;
    font-size: 14px;
    line-height: 1.3em;
    border-top: #cccccc solid 1px;
    border-right: #cccccc solid 1px;
    border-left: #cccccc solid 1px;
    border-bottom: none;
    background-image: url(images/block_title_bg.gif);
}

#LeftColumn .BlockTitleSp {
    margin: 0;
    padding: 4px;
    color: #ffffff;
    line-height: 1.3em;
    border-top: #135cab solid 1px;
    border-right: #003399 solid 1px;
    border-left: #003399 solid 1px;
    background-image: url(images/block_title_sp_bg.gif);
}

#LeftColumn .BlockContent {
    padding: 6px;
    text-align: left;
    border: #cccccc solid 1px;
}

#LeftColumn .BlockContentNone {
    text-align: left;
}

/* Right Column */
#RightColumn {
    float: left;
    width: 180px;
    margin: 0 10 0 0px;
    overflow: hidden;
    background: #ffffff;
}

.RightBlock {
    padding: 8px 0 0 0;
}

#RightColumn .BlockTitle {
    margin: 0;
    padding: 4px;
    color: #003e82;
    line-height: 1.3em;
    border-top: #cccccc solid 1px;
    border-right: #cccccc solid 1px;
    border-left: #cccccc solid 1px;
    border-bottom: none;
    background-image: url(images/block_title_bg.gif);
}

#RightColumn .BlockTitleSp {
    margin: 0;
    padding: 4px;
    color: #ffffff;
    line-height: 1.3em;
    border-top: #135cab solid 1px;
    border-right: #003399 solid 1px;
    border-left: #003399 solid 1px;
    background-image: url(images/block_title_sp_bg.gif);
}

#RightColumn .BlockContent {
    padding: 6px;
    text-align: left;
    border: #cccccc solid 1px;
}

#RightColumn .BlockContentNone {
    padding: 6px;
    text-align: left;
}

/* Footer */
#Footer {
    clear: both;
    width: 100%;
    margin: 0 auto;
}

#Footer a:link,
#Footer a:visited {
    text-decoration: none;
}

#Footer a:hover {
    text-decoration: underline;
}

#Footer p {
    padding: 0 8px 4px 8px;
    text-align: right;
    line-height: 1.4em;
    font-size: 11px;
    color: #333333;
}

#Banner {
    clear: both;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
}

/* for accessibility */
.Skip {
    position: absolute;
    left: -999em;
}

/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

/******************************************************************************/

/* Main Menu and User Menu */
.mainmenu, #usermenu {
    padding: 0;
    margin: 0;
    text-align: left;
}

.mainmenu li, #usermenu li {
    display: inline;
}

.mainmenu a {
    margin: 0 1px;
    display: block;
}

.mainmenu a:hover {
    background-color:#bbbbbb;
}

.mainmenu a.menuTop {
    padding: 5px 10px;
}

.mainmenu a.menuMain {
    padding: 5px 10px;
}

.mainmenu a.menuSub {
    padding: 5px 5px 5px 15px;
}

#usermenu a {
    padding: 5px 5px 5px 5px;
    margin: 0 1px;
    text-decoration: none;
    border-top: #ffffff solid 1px;
    border-bottom: #bbbbbb dotted 1px;
    display: block;
}

#usermenu a:hover {
    text-decoration: none;
    background-color:#bbe4fe;
    border-top: #ffffff solid 1px;
    border-bottom: #bbbbbb dotted 1px;
}

#usermenu a.menuTop {}
#usermenu a.highlight {
    background-color: #eeeeee;
}

/******************************************************************************/

.outer {}
.head {
    padding: 5px;
    font-weight: bold;
    color: #ffffff;
    background-color: #7eb9f9;
}

.head a{
    color: #ffffff;
}

.even {
    padding: 5px;
    background-color: #c6e1ff;
}

.odd  {
    padding: 5px;
    background-color: #e7f3ff;
}

.caution  {
    padding: 5px;
    background-color: #ffddee;
}

.foot {
    padding: 5px;
}

th {
    padding: 5px;
    color: #ffffff;
    background-color: #004ea2;
}

tr.even td {
    padding: 5px;
    background-color: #c6e1ff;
}

tr.odd td {
    padding: 5px;
    background-color: #e7f3ff;
}

tr.caution td {
    padding: 5px;
    background-color: #eeccdd;
}

.item {}
.itemHead {
    padding: 3px 8px;
    color: #ffffff;
    background: #6dbcea;
}

.itemInfo {
    padding: 3px;
    text-align: right;
    background: #e7f3ff;
}

.itemTitle a {
    font-variant: small-caps;
    font-weight: bold;
    color: #ffffff;
    background: transparent;
}

.itemPoster {
    font-size: 90%;
}

.itemPostDate {
    font-size: 90%;
}

.itemStats {
    font-size: 90%;
}

.itemBody {
    padding: 5px 10px;
}

.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
}

.itemText:first-letter {}
.itemFoot {
    padding: 3px;
    text-align: right;
    background: #efefef;
}

.itemAdminLink {
    font-size: 90%;
}

.itemPermaLink {
    font-size: 90%;
}

div.errorMsg {
    padding: 10px;
    border-top: 1px solid #ddffff;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #ddffff;
    font-weight: bold;
    text-align: center;
    background: #ffcccc;
}

div.confirmMsg {
    padding: 10px;
    border-top: 1px solid #ddffff;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #ddffff;
    font-weight: bold;
    color: #136C99;
    text-align: center;
    background: #ddffdf;
}

div.resultMsg {
    padding: 10px;
    border-top: 1px solid silver;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid silver;
    font-weight: bold;
    color: #333333;
    text-align: center;
    background: #cccccc;
}

div.resultUref {
    padding: 30px;
    border: 1px solid #666666;
    font-weight: bold;
    color: #333333;
    text-align: left;
    background: #ffffff;
}

div.Ulogin {
    padding: 10px;
    border: 2px solid #606060;
    font-weight: bold;
    color: #333333;
    text-align: left;
    background: #ffffff;
    background-image: url(images/ulogin_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.Ulogin a {
    color: #ac0d19;
    font-size: 18px;
}

div.xoopsCode {
    padding: 0px 6px 6px 6px;
    border: 1px inset #000080;
    font-family: "Courier New",Courier,monospace;
    background: #fafafa;
}

div.xoopsQuote {
    padding: 3px;
    border: 1px solid #336699;
    background: #fafafa;
}

.comTitle {
    margin-bottom: 2px;
    font-weight: bold;
}

.comText {
    padding: 2px;
}

.comUserStat {
    padding: 2px;
    margin: 2px;
    border: 1px solid silver;
    font-size: 10px;
    font-weight: bold;
    color: #2F5376;
    background-color: #ffffff;
}

.comUserStatCaption {
    font-weight: normal;
}

.comUserStatus {
    margin-top: 10px;
    margin-left: 2px;
    font-size: 10px;
    font-weight: bold;
    color: #2F5376;
}

.comUserRank {
    margin: 2px;
}

.comUserRankText {
    font-size: 10px;
    font-weight: bold;
}

.comUserRankImg {
    border: 0;
}

.comUserName {}
.comUserImg {
    margin: 2px;
}

.comDate {
    font-size: smaller;
    font-style: italic;
    font-weight: normal;
}

.comDateCaption {
    font-style: normal;
    font-weight: bold;
}

/* 2010-03-16 umoto added */

div.note {text-align:left;font-size: 12px;background-color: #f0f8ff;padding-left: 10px;padding-top: 10px;padding-right: 10px;padding-bottom:10px; border-width:1px 1px 1px 1px; border-style: dotted; border-color: #0066cc;}

/* 2009-11-24 sato added */

/*

div#Nav {
  position: relative;
  margin: 0 10px;
  clear: both;
}

div#Nav ul li {
  list-style:none;
  float:left;
  margin: 0;  
}
div#Nav ul li ul {
	display: none;
	position: absolute;
	white-space: nowrap;
	float: none;
}
div#Nav ul li ul li {
	float: none;
}
    */
/** IE6 hack */
/*
* html div#Nav ul li span {
  display: inline-block;
}

.Nbar01 div {
display:block;
width:106px;
height:35px;
background:url(images/nav_01.gif) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}
.Nbar02 div {
display:block;
width:102px;
height:35px;
background:url(images/nav_02.gif) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}

.Nbar03 div {
display:block;
width:102px;
height:35px;
background:url(images/nav_03.gif) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}

.Nbar04 div {
display:block;
width:102px;
height:35px;
background:url(images/nav_04.gif) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}

.Nbar05 div {
display:block;
width:120px;
height:35px;
background:url(images/nav_05.gif) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}

.Nbar06 div {
display:block;
width:120px;
height:35px;
background:url(images/nav_06.gif) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}

.Nbar07 div {
display:block;
width:102px;
height:35px;
background:url(images/nav_07.gif) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}

.Nbar08 div {
display:block;
width:86px;
height:35px;
background:url(images/nav_08.gif) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}

.NbarPD span {
display:block;
width:auto;
height:20px;
background:url(images/nav_pd_bg.gif) left top;
*/
/* background: #87cefa; */
/*
margin:0 -10px;
padding:0 8px;
font-size:14px;
line-height:18px;
text-indent:0;
font-weight: normal;
color:white;
text-align:left;
vertical-align:middle;
text-decoration:none;
outline:none;
cursor: pointer;
}

li.Nbar01.hover span,
li.Nbar02.hover span,
li.Nbar03.hover span,
li.Nbar04.hover span,
li.Nbar05.hover span,
li.Nbar06.hover span,
li.Nbar07.hover span,
li.Nbar08.hover span {
background-position:left bottom;
}
*/

div#NavHolder {
    margin-left: 10px;
}

ul.navTop { /* IE6 対策 */
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.navTop a {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}

ul.navTop li {
    float: left;
    position: relative;
    font-weight: normal;
    text-align: left;
}
ul.navTop li a {
    display: block;
    text-align: left;
}

ul.navTop li ul li {
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #7ABAE2;
    /* background:url(images/nav_pd_bg.gif) left top; */
    height:25px;
    width: auto;
    line-height:25px;
    font-weight: normal;
}

ul.navTop li ul li a:active,
ul.navTop li ul li a:hover {
    background-color: #3A8AB2;
    display: block;
    height:25px;
}

/* 下層のメニューを不可視に */
ul.navTop li ul,
ul.navTop li ul li ul {
    display: none;
}

/* 疑似要素 :hover で子メニューを可視、孫メニューを不可視に */
ul.navTop li:hover ul {
    display: block;
    position: absolute;
    z-index: 100;
    margin: 0;
    padding: 0;
}

* html ul.navTop li:hover ul {
    vertical-align: bottom; /* IE6 で変な隙間が空くのでその対策 */
    margin: 0;
    padding: 0;
}

* html ul.navTop li:hover ul li {
    background-color: transparent;
}

* html ul.navTop li:hover ul li a {
    background-color: #7ABAE2;
}

ul.navTop li:hover ul li ul {
    display: none;
}

/* 疑似要素 :hover で孫メニューを可視に */
ul.navTop li ul li:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 9em;
    z-index: 200;
}

.Nbar01 a.topMenu {
width:106px;
height:35px;
background:url(images/nav_01.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}
.Nbar02 a.topMenu {
width:102px;
height:35px;
background:url(images/nav_02.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}

.Nbar03 a.topMenu {
width:102px;
height:35px;
background:url(images/nav_03.gif) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}

.Nbar04 a.topMenu {
display:block;
width:102px;
height:35px;
background:url(images/nav_04.gif) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}

.Nbar05 a.topMenu {
display:block;
width:120px;
height:35px;
background:url(images/nav_05.gif) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}

.Nbar06 a.topMenu {
display:block;
width:120px;
height:35px;
background:url(images/nav_06.gif) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}

.Nbar07 a.topMenu {
display:block;
width:102px;
height:35px;
background:url(images/nav_07.gif) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}

.Nbar08 a.topMenu {
display:block;
width:86px;
height:35px;
background:url(images/nav_08.gif) no-repeat left top;
font-size:1px;
line-height:1px;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}

#Footer div#footer_nav {
  font-size: 12px;
  background-color:#efefef;
  margin:5px 0 10px;
  padding:3px;
  border-top:1px solid #c1d4e0;
  border-bottom:1px solid #c1d4e0;
  text-align:center;
}

h2.offleft {
  left:-9999px;
  margin:0;
  position:absolute;
}

#Footer ul {
  display:inline;
}

#Footer ul li {
  border-right:2px solid #999999;
  display:inline;
  margin:0;
  padding:0 10px;
}

.Sitemap ul {
  padding: 0;
  margin: 0 0 1.5em 20px;
}

.Sitemap li {
  list-style: none;
  background: url(images/list_mark.gif) no-repeat 0 0.5em;
  margin: 0 0 5px 0;
  padding: 0 0 3px 15px;
}

/* hmc */
div.topic-path {
  float: right;
}

.required {
  font-weight: bold;
}

/* img */
  img.img_left{
  float: left;
  display: block;
  margin: 0 10px 10px 0;
}

  img.img_right{
  float: right;
  display: block;
  margin: 0 0 10px 10px;
}

/* Q&A */
div.q_and_a {
  border: 1px solid #cccccc;
  padding: 8px;
  margin: 0 0 1em 0;
}

div.q_and_a h3.q {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 5px solid #eb3846;
  padding: 3px;
  margin: 0 0 5px 0;
  background-color: #efefef
}

div.q_and_a h3.a {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 5px solid #3371b5;
  padding: 3px;
  margin: 0 0 5px 0;
  background-color: #efefef;
}

dl.definition {
}

dl.definition dt {
  border-left: 7px solid #003399;
  padding: 3px 0 3px 6px;
  margin: 0 0 0.3em 1.5em;
  font-weight: bold;
  background-color: #efefef;
}

dl.definition dd {
   margin: 0 0 1em 3em;
}

table.data {
  width: 100%;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  background: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 1.5em;
}

table.data th {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background: #CCCCCC;
  color: #333333;
  padding: 5px;
  font-weight: bold;
  text-align: left;
}

table.data td {
  border-right:1px solid #999999;
  border-bottom:1px solid #999999;
  padding:5px;
  text-align: left;
}

td.number {
  text-align: right;
}

strong.warning
{
font-weight: bold;
color: #ff0000;
}

.course_also {
color:red;
}

.course_only {
color:blue;
}

ul.loginnavi {
    text-align: left;
    margin-left : auto ;
    margin-right : auto ;
    width: 50%;
}
ul.loginnavi li {
    list-style-type: none;
    list-style-position: inside;
    margin-top: 5px;
    margin-bottom: 5px;
}
ul.loginnavi li span {
    color: #666;
}

body {
    behavior: url("/themes/afaa/csshover3.htc");
}

