/**/
* {
    margin: 0;
    padding: 0;
}

/* General Style Info */
body {
    font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 80%;
    color: #555555;
    margin: 0;
    text-align: center;
    line-height: 1.6;
}

img {
    border: none;
    overflow: hidden;
}

img a {
    overflow: hidden;
}

h1,h2,h3,h4 {
    font-weight: normal;
    font-size: 100%;
}

ul,li {
    list-style: none;
}

fieldset {
    border: none;
}

.clear {
    clear: both;
}

/********************************************
LINK
********************************************/
a {
    color: #8f593d;
    text-decoration: underline;
}

a:hover {
    color: #d16a1f;
    text-decoration: none;
}

.icon {
    padding-left: 8px;
    background: url(../img/common/icon_trigona.gif) no-repeat left center;
}

.link,ul.linkAll li {
    padding-left: 8px;
    background: url(../img/common/icon_trigona.gif) no-repeat left center;
}

.link02 {
    padding-left: 8px;
    background: url(../img/common/icon_trigona.gif) no-repeat 0 7px;
}

ul.linkAll li {
    background-position: 0px 6px;
}

.linkBlank {
    padding-right: 13px;
    background: url(../img/common/icon_linkblank.gif) no-repeat right center;
}

.linkBlank2 {
    padding-right: 13px;
    background: url(../img/common/icon_linkblank.gif) no-repeat right center;
    _display: inline-block;
    _background-position: 93% 82%;
}

/* for IE6,7 */
*+html .linkBlank2 {
    display: inline-block;
    padding-right: 13px;
    background: url(../../img/common/icon_linkblank.gif) no-repeat right;
    background-position: 93% 82%;
}

.linkBlank3 {
    padding-right: 13px;
    background: url(../img/common/icon_linkblank.gif) no-repeat right center;
    _display: inline-block;
    _background-position: 100% 90%;
}

/* for IE6,7 */
*+html .linkBlank3 {
    display: inline-block;
    padding-right: 13px;
    background: url(../../img/common/icon_linkblank.gif) no-repeat right;
    background-position: 100% 90%;
}

.linkPdf {
    padding-left: 23px;
    background: url(../img/common/icon_pdf.gif) no-repeat left center;
}

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

.clearfix {
    display: inline-table;
}

/* mac \*/
*+html .clearfix {
    height: 100%;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*  */
/********************************************
margin padding
********************************************/
.mrgTop10 {
    margin-top: 10px;
}

.mrgTop15 {
    margin-top: 15px;
}

.mrgTop20 {
    margin-top: 20px;
}

.mrgTop25 {
    margin-top: 25px;
}

.mrgTop30 {
    margin-top: 30px;
}

.mrgBtm5 {
    margin-bottom: 5px;
}

.mrgBtm10 {
    margin-bottom: 10px;
}

.padTop15 {
    padding-top: 15px;
}

.padBtm10 {
    padding-bottom: 10px;
}

/********************************************
 Layout
 ********************************************/
#container {
    width: 100%;
}

.header,.content,.footer {
    width: 990px;
    margin: 0 auto;
    text-align: left;
}

#bg {
    margin-top: 8px;
}

.headerList {
    font-size: 77%;
}

.headerList img {
	vertical-align: bottom;
}

/* twitter, facebook badge*/
#twitterBadge {
    position: fixed !important;
    right:0;
    top:100px;
    width:30px;
    height:96px;
    z-index:8765;
    cursor:pointer;
}

#facebookBadge {
    position: fixed !important;
    right:0;
    top:207px;
    width:30px;
    height:96px;
    z-index:9876;
    cursor:pointer;
}


.header {
    margin-top: 10px;
}

.header h1 {
    width: 146px;
    float: left;
    margin-top: 5px;
}

.header div.header_tool {
    width: 320px;
    float: left;
    margin: 0 0 0 8px;
    display: inline;
}

.header p.startPage {
    font-size: 80%;
    margin: 0 0 9px 10px;
    padding: 0;
}

.header div.header_tool div.sharing {
    margin-top: 2px;
}

.header div.header_tool div.sharing p {
    background: url(../img/common/bg_dash.gif) repeat-x 0 0;
    float: left;
    margin-left: 12px;
    _margin-left: 6px;
    padding-top: 3px;
}

.header div.header_tool div.sharing ul {
    background: url(../img/common/bg_dash.gif) repeat-x 0 0;
    float: left;
    padding-top: 4px;
}

* html .header div.header_tool div.sharing ul {
    padding-top: 3px;
}

*:first-child+html .header div.header_tool div.sharing ul {
    padding-top: 4px;
}

html> /**/ body .header div.header_tool div.sharing ul {
    padding-top: 4px;
}

.header div.header_tool div.sharing ul li {
    float: left;
    margin-left: 10px;
    padding-right: 0;
    height: 21px;
    width: 130px;
}

.header div.header_tool div.sharing ul li img {
    vertical-align: top;
}

.header .nav {
    float: right;
    text-align: right;
}

.header ul li {
    display: inline;
}

.header ul li {
    margin-left: 12px;
}

.subnav {
    margin-top: 10px;
}

.subnav li.beginner a {
    padding-left: 13px;
    background: url(../img/common/icon_beginner.gif) no-repeat left center;
}

.subnav li.annouce {
    margin-left: 0;
}

.subnav li.annouce img {
    vertical-align: bottom;
}

.content {
    clear: both;
    padding: 15px 0;
    overflow: hidden;
}

.main {
    width: 660px;
    float: left;
}

.menu {
    width: 300px;
    float: right;
    overflow: hidden;
}

.noFlash {
    background: #FFF;
    padding-bottom: 20px;
}

.footer {
    border-top: 1px solid #cccccc;
    clear: both;
    padding: 6px 0;
    margin-bottom: 30px;
}

.footer ul {
    width: 830px;
    float: left;
}

.footer ul li {
    display: inline;
}

.footer ul li a {
    margin-right: 12px;
}

.footer p {
    width: 159px;
    float: right;
    text-align: right;
}

.toTop {
    text-align: right;
    clear: both;
}

/* ステータス注意文言  */
.small {
    color: #999;
    font-size: 76%;
    margin-top: 8px;
}

/********************************************
 right_menu
 ********************************************/
#counterFlashWrap {
    margin-bottom: 8px;
}

/*  */
.loggedin p.name {
    font-weight: bold;
	width: 210px;
	float: left;
    padding-bottom: 6px;
}

.loggedin p.logout {
	width: 70px;
	float: right;
    padding-bottom: 6px;
}

.loggedin ul.mypageTools {
	clear: both;
    background: url(../img/common/bg_dash.gif) repeat-x top;
}

.loggedin ul.mypageTools li {
    background: url(../img/common/bg_dash.gif) repeat-x bottom;
    padding: 6px 0 8px;
}

.loggedin ul.mypageTools li a {
    padding-left: 8px;
    background: url(../img/common/icon_trigona.gif) no-repeat left center;
}

.loggedin ul.mypageTools li ul {
    margin: 5px 0 5px 9px;
}

.loggedin ul.mypageTools li li {
    background: none;
    padding: 3px 0;
}

.loggedin ul.mypageTools li li a {
    background: url(../img/common/bg_line.gif) no-repeat left center;
}

.loggedin ul.elseTools {
    text-align: right;
    margin: 5px 0 15px;
}

.loggedin ul.elseTools li {
    display: inline;
}

.loggedin ul.elseTools li a {
    margin-left: 8px;
}

/********************************************
 table
 ********************************************/
table {
    margin: 15px auto 5px auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 98%;
    font-size: 100%;
}

table th,table td {
    border: 1px solid #ccc;
    padding: 3px 4px;
}

table th {
    font-weight: normal;
    white-space: nowrap;
}

table thead th {
    text-align: center;
    background: #F7F0DF;
}

table tr.center,table th.center,table td.center {
    text-align: center;
}

table tr.right,table th.right,table td.right {
    text-align: right;
}

table tr.left,table th.left,table td.left {
    text-align: left;
}

.nowResults {
    background-color: #FBFAF4;
}

/* Paging */
div.paging {
    background: #fff;
    color: #ccc;
    margin-bottom: 2em;
}

div.paging div.disabled {
    color: #ddd;
    display: inline;
}

div.paging span {

}

div.paging span.current {
    color: #000;
}

div.paging span a {

}

/* Scaffold View
dl {
  line-height: 2em;
  margin: 0em 0em;
  width: 60%;
}
dl.altrow {
  background: #f4f4f4;
}
dt {
  font-weight: bold;
  padding-left: 4px;
  vertical-align: top;
}
dd {
  margin-left: 10em;
  margin-top: -2em;
  vertical-align: top;
}
 */
/* Forms
form {
  clear: both;
  margin-right: 20px;
  padding: 0;
  width: 80%;
}
fieldset {
  border: 1px solid #ccc;
  margin-top: 30px;
  padding: 16px 20px;
}
fieldset legend {
  background:#fff;
  color: #e32;
  font-size: 160%;
  font-weight: bold;
}
fieldset fieldset {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 16px 10px;
}
fieldset fieldset legend {
  font-size: 120%;
  font-weight: normal;
}
fieldset fieldset div {
  clear: left;
  margin: 0 20px;
}
form div {
  clear: both;
  margin-bottom: 1em;
  padding: .5em;
  vertical-align: text-top;
}
form div.input {
  color: #444;
}
form div.required {
  color: #333;
  font-weight: bold;
}
form div.submit {
  border: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 140px;
}
label {
  display: block;
  font-size: 110%;
  padding-right: 20px;
}
input, textarea {
  clear: both;
  font-size: 140%;
  font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
  padding: 2px;
  width: 100%;
}
select {
  clear: both;
  font-size: 120%;
  vertical-align: text-bottom;
}
select[multiple=multiple] {
  width: 100%;
}
option {
  font-size: 120%;
  padding: 0 3px;
}
input[type=checkbox] {
  clear: left;
  float: left;
  margin: 0px 6px 7px 2px;
  width: auto;
}
input[type=radio] {
  float:left;
  width:auto;
  margin: 0 3px 7px 0;
}
div.radio label {
  margin: 0 0 6px 20px;
}
input[type=submit] {
  display: inline;
  font-size: 110%;
  padding: 2px 5px;
  width: auto;
  vertical-align: bottom;
}
*/
/* Notices and Errors */
div.message {
    clear: both;
    color: #900;
    font-size: 140%;
    font-weight: bold;
    margin: 1em 0;
}

div.error-message {
    clear: both;
    color: #900;
    font-weight: bold;
}

p.error {
    background-color: #e32;
    color: #fff;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

p.error em {
    color: #000;
    font-weight: normal;
    line-height: 140%;
}

.notice {
    background: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    background: green;
    color: #fff;
}

/*  Actions  */
div.actions ul {
    margin: 0px 0;
    padding: 0;
}

div.actions li {
    display: inline;
    list-style-type: none;
    line-height: 2em;
    margin: 0 2em 0 0;
    white-space: nowrap;
}

div.actions ul li a {
    background: #fff;
    color: #003d4c;
    text-decoration: none;
}

div.actions ul li a:hover {
    color: #333;
    text-decoration: underline;
}

/* Related */
div.related {
    clear: both;
    display: block;
}
