/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
  reset.css - resets default browser styling
  http://tantek.com/log/2004/09.html#d06t2354
  http://www.vox.com/.shared/css/base.css by beausmith.com
  http://developer.yahoo.com/yui/reset/
*/

html,body,div,
/* ul,ol,li,dl,dt,dd, */
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr {
  margin:0;
  padding:0;
}

/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 0.1px; }
.pkg, #content-inner { display: block; min-height: 0; }
/* */

/* Content ---------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl { margin-top: 0; margin-bottom: 10px; }

/* Layout ----------------------------------------------------------------- */

body {
  margin: 0 auto;
  /* setting border: 0 hoses ie5 win window inner well border */
  font-family: verdana, 'trebuchet ms', sans-serif;
  font-size: 13px;
  color: #333;
  text-align: center;
  padding: 0;
  background: url(images/bg/body.gif) repeat-x left top;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


.border { background: #000; padding: 3px 5px; font-size: 11px; color: #fff; text-align: right; margin-bottom: 15px; }
.border a { color: #fff; }


#container { text-align: center; margin: 0 auto; padding: 0; line-height: 1.5; }

a { color: #0072BC; }
a:hover { text-decoration: underline; }

table { line-height: 1.5; font-size: 16px; }

#wrapper { width: 800px; padding: 0; margin: 0 auto; text-align: center; }

/* Header ----------------------------------------------------------------- */

#header { margin: 0 auto 20px auto; padding: 10px 0 0 0; text-align: center; background: url(images/header/bg_global-navigation.gif) repeat-x left bottom #F0FAFE; }
#header-inner { width: 800px; text-align: center; margin: 0 auto; }

h1 { font-size: 13px; color: #0072BC; font-weight: bold; margin-bottom: 10px; }
h2 { width: 800px; height: 60px; margin: 0; padding: 0 0 15px 0; text-indent: -1000px; font-size: 13px; }
h2 a { width: 800px; height: 60px; display: block; overflow: hidden; background: url(images/header/logo.gif) no-repeat left top; }


.global-navigation { margin: 0; padding: 0; list-style: none; }
.global-navigation li { width: 133px; height: 40px; margin: 0; padding: 0; float: left; text-indent: -320px; }
.global-navigation li a { height: 40px; display: block; overflow: hidden; }
.global-navigation li img { vertical-align: top; }
.global-navigation li.beginner a { background: url(images/header/global-navigation_beginner.gif) no-repeat left top; }

.global-navigation li.voice a { background: url(images/header/global-navigation_voice.gif) no-repeat left top; }

.global-navigation li.home a { background: url(images/header/global-navigation_home.gif) no-repeat left top; }

.global-navigation li.faq a { background: url(images/header/global-navigation_faq.gif) no-repeat left top; }


.global-navigation li.order a { background: url(images/header/global-navigation_order.gif) no-repeat left top; }
.global-navigation li.order a:hover { background: url(images/header/global-navigation_order_on.gif) no-repeat left top; }
.global-navigation li.order { width: 135px; }

.global-navigation li.about a { background: url(images/header/global-navigation_about.gif) no-repeat left top; }

.global-navigation li.contact a { background: url(images/header/global-navigation_contact.gif) no-repeat left top; }



/* Layout ----------------------------------------------------------------- */

#content { text-align: left; width: 580px; float: left; margin: 0 0 20px 0; font-size: 16px; }
#content p { margin-bottom: 15px; }

.asset-body { margin-bottom: 25px; }


#sidebar { width: 200px; float: left; padding: 0 0 20px 0; margin: 0 20px 0 0; text-align: left; }
#sidebar-inner { padding: 9px 9px 0 9px; margin-bottom: 10px; border: 1px solid #ccc; border-top: 0; background: url(images/bg/sidebar-inner.gif) no-repeat center 1px; }

#footer { padding: 0; border-top: 2px solid #f90; }
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
.footer-navigation { padding: 10px; margin: 0; background: url(images/bg/footer-navigation.gif) repeat left top; border-bottom: 1px solid #ddd; color: #ccc; list-style: none; }
.footer-navigation .info { float: left; }
.footer-navigation .right { float: right; }

.copyright { margin: 0; padding: 15px 0 20px 0; background: url(images/bg/footer.gif) repeat-x left top; font-size: 11px; text-align: right; }

.pagetop { margin: 0; text-align: right; font-size: 11px; }
.pagetop a { display: block; height: 100%; padding: 5px 10px; color: #888; background: #ddd; text-decoration: none; }
.pagetop a:hover { background: #ccc; }


h3 { padding: 10px 15px; font-size: 22px; background: #3D63AE; color: #fff; margin-bottom: 25px; text-align: left; }


h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 5px solid #00f;
  padding-left: 10px;
}

h5 {
  font-size: 16px;
  font-weight: bold;
}

#sidebar h5 {
  padding: 5px 7px;
  font-size: 13px;
  background: #0072BC;
  color: #fff;
  text-align: center;
}
#sidebar h5 a { color: #fff; }

.default { color: #f60; }
.woman .default { color: #f06; }
.man .default { color: #06f; }

.purple { color: #800080; }
.green { color: #3c0; }
.red { color: #f00; }
.black { color: #000; }
.orange { color: #f60; }
.blue, .man a { color: #06f; }
.pink, .woman a { color: #f06; }
.white { color: #fff; }
.yellow { color: #ff0; }
.gold { color: #960; }
.gray { color: #888; }
.silver { color: #ccc; }

.underline { text-decoration: underline; }
.line-through { text-decoration: line-through; }
.none { text-decoration: none; }
.normal { font-weight: normal; }
.nowrap { white-space: nowrap; }
dfn, em, address { font-style: normal; }

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

.last { margin-bottom: 0; }

img.left {
  float: left;
  margin-right: 10px;
}
img.right {
  float: right;
  margin-left: 10px;
}
img, img a { border: 0; text-decoration: none; }
img, img a, img a:link, img a:hover, img a:visited, img a:active { 
  border-width: 0px; text-decoration: none;
}
.xxs { font-size: 11px; }
.xs { font-size: 13px; }
.s { font-size: 16px; }
.m { font-size: 18px; }
.l { font-size: 24px; }
.xl { font-size: 30px; }
.bold { font-weight: bold; }


.breadcrumbs { margin: 0 0 10px 0; padding:0; font-size: 11px; }
.breadcrumbs dt { margin: 0; padding:0 0 0 10px; background: url(images/bg/breadcrumbs.gif) no-repeat left center; float: left; text-align: left; color: #888; }
.breadcrumbs dd { margin: 0; padding: 0; float: right; text-decoration: right; }


.submit { text-align: center; margin: 30px auto 0 auto; }


table.list { width: 100%; border-collapse: collapse; margin-bottom: 10px; text-align: center; }
table.list th { padding: 5px; text-align: center; }
table.list td { border-top: 0; border-bottom: 0; padding: 5px; }
table.list tr.odd { background: none; }

table.list { border: 3px double #fc0; }
table.list th { border: 1px solid #ff6; background: #ffc; }
table.list td { border: 1px solid #ffc; }
table.list tr.even { background: #FFFFE6; }


table.calendar {
  width: 100%;
  border-collapse: collapse;
}


table.calendar caption {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding: 5px 10px;
}
table.calendar th {
  padding: 2px;
  background: #f8f8f8;
  text-align: center;
  color: #666;
}

table.calendar td {
  padding: 1px;
  margin: 0;
  color: #888;
}
table.first { margin-bottom: 5px; }
table.last { margin-bottom: 0; }

#content table.calendar th { padding: 3px; color: #333; }
#content table.calendar td { padding: 3px; color: #333; }
#content table.calendar caption { background: #fc0; color: #fff; }

#content table.calendar { border: 3px double #fc0; margin-bottom: 0; }
#content table.calendar th { border: 1px solid #fc6; background: #ffe; }
#content table.calendar td { border: 1px solid #fc6; }

#content table.calendar th.on { background: #ff6; font-weight: bold; }
#content table.calendar td.on { background: #ff9; font-weight: bold; }

#sidebar table.calendar { border: 1px solid #ddd; }
#sidebar table.calendar th { border: 1px solid #ddd; background: #eee; }
#sidebar table.calendar td { border: 1px solid #ddd; background: #fff; }

#sidebar table.calendar th.on { background: #ff9; color: #333; font-weight: bold; }
#sidebar table.calendar td.on { background: #9f3; color: #0c0; font-weight: bold; }


table.calendar dl {
  margin: 0;
  padding: 0;
}
table.calendar dt {
  margin: 0;
  padding: 0;
  float: left;
}
table.calendar dd {
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
}




.response {
  margin: 0;
  padding: 10px;
  border: 1px dashed #fc6;
  background: #ffc;
}

.topics-list {
  margin: 0 0 20px 0;
  padding: 10px 15px;
  border: 1px solid #fc6;
  border-top: 0;
  list-style: none;
}
.topics-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topics-list li {
  margin: 0;
  padding: 0;
}

.topics-list li img {
  float: left;
  margin-right: 5px;
}
.tool {
  margin: 0 0 10px 0;
  padding: 10px 15px;
  border: 1px solid #c9f;
  background: url(images/bg/tool.gif) no-repeat center 1px;
}

.tool-inner {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  margin: 0;
  text-align: center;
}



.link-navigation {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.link-navigation .previous {
  float: left;
}
.link-navigation .next {
  float: right;
  text-align: right;
}
.link-navigation img { vertical-align: top; }


.notice {
  padding: 15px;
  background: #ffc;
  border: 1px dashed #f00;
  text-align: left;
}
#content .notice dl {
  margin: 0;
  padding: 0;
  text-align: left;
}
#content .notice dt {
  font-weight: bold;
  color: #f00;
  margin-bottom: 5px;
}
#content .notice dt strong { font-weight: bold; }
#content .notice dd {
  margin: 0;
  font-size: 11px;
}

#sidebar .notice {
  padding: 5px;
  text-align: center;
  background: #ffc;
  border: 1px dashed #f00;
  color: #f00;
  font-size: 11px;
}
#sidebar .notice a { color: #f00; }



.greeting {
  padding: 7px;
  border: 3px double #ccc;
  margin-bottom: 10px;
  background: url(images/bg/greeting.gif) repeat-x left top;
}
.greeting p {
  font-size: 11px;
  padding: 1px 0;
  background: url(images/bg/greeting-body.gif) repeat left top;
  line-height: 20px;
  margin: 0;
}




.pr {
  padding: 10px 10px 25px 10px;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
}
.pr a { text-decoration: none; }
.pr a:hover { text-decoration: underline; }
.woman .pr { background: url(images/bg/pr_woman.gif) no-repeat left top; }
.man .pr { background: url(images/bg/pr_man.gif) no-repeat left top; }


.pr-list { margin: 0 0 15px 0; padding: 10px 14px; list-style: none; }
.man .pr-list { /*background: #F2F8FF; */border: 1px dashed #9cf; }
.woman .pr-list { /*background: #FFF2F8; */border: 1px dashed #f9c; }
.pr-list li { margin: 0; padding: 0; }






.beginner-list {
  margin: 0;
  padding: 0 0 5px 0;
  list-style: none;
}
.beginner-list li {
  margin: 0 10px 0 0;
  padding: 0 0 10px 0;
  float: left;
  width: 170px;
}
.beginner-list li.last { margin: 0; }
.beginner-list img { vertical-align: top; }


.logout-list {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.logout-list li {
  margin: 0 0 5px 0;
  padding: 3px 7px;
  border: 1px dashed #ccc;
  color: #888;
}







.new-list {
  padding: 10px 14px;
  margin: 0 0 15px 0;
  font-size: 11px;
}
.man .new-list {
  border: 1px solid #9cf;
  border-top: 0;
  background: url(images/bg/new-list_man.gif) repeat left top;
}
.woman .new-list {
  border: 1px solid #f9c;
  border-top: 0;
  background: url(images/bg/new-list_woman.gif) repeat left top;
}
.new-list ul {
  margin: 0;
  padding: 5px;
  list-style: none;
  background: #fff;
}
.new-list li {
  margin: 0;
  padding: 0;
  float: left;
  width: 70px;
  text-align: center;
}
*html body .new-list ul { padding: 5px 3px 5px 4px; }
.new-list li img { vertical-align: top; }





.login-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.login-list li.regist {
  text-align: center;
  width: 310px;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 20px;
  background: #ffc;
}
.login-list li.regist div {
  padding: 15px;
  border: 3px double #fc0;
}
.login-list li.login {
  text-align: center;
  width: 310px;
  margin: 0;
  padding: 0;
  float: left;
  background: #f8f8f8;
}
.login-list li.login div {
  padding: 15px;
  border: 3px double #ccc;
}


.address-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.address-list li {
  width: 33%;
  margin: 0;
  padding: 0;
  float: left;
}
.address-list img {
  vertical-align: top;
}


.description { margin-bottom: 20px; }



.edit-list {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.edit-list li {
  margin: 0 0 5px 0;
  padding: 0;
}
.edit-list li.last { margin: 0 0 10px 0; }
.edit-list a {
  display: block;
  height: 100%;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
}
.edit-list a:hover {
  background: #ffc;
  border: 1px solid #fc0;
  color: #f60;
  text-decoration: underline;
}


.main-index #sidebar ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.main-index #sidebar li {
  margin: 0 0 7px 0;
  padding: 0;
}
.main-index #sidebar li.last { margin: 0; }
.main-index #sidebar li a {
  display: block;
  height: 100%;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #c9f;
  color: #800080;
  text-decoration: none;
}
.main-index #sidebar li a:hover {
  background: #F8F2FF;
  border: 1px solid #c9f;
  text-decoration: underline;
}


.voice-list {
  margin: 0;
}
.voice-list li {
  margin: 0 0 20px 0;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  background: #9cf;
  color: #06c;
}



.faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-list dt {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #ccc;
  font-weight: bold;
}
.faq-list dd {
  margin: 0 0 20px 20px;
  padding: 0;
}





.bullet-list {
    margin: 0 0 15px 0;
    padding: 20px 20px 10px 20px;
    border: 3px double #c00;
    list-style: none;
    color: #c00;
    font-weight: bold;
}

.bullet-list li {
    margin: 0 0 10px 0;
    padding: 0;
}


.iframe {
  border: 3px double #fc0;
  border-top: 0;
  width: 574px;
  height: 160px;
  overflow: auto;
  margin: 0 auto 15px auto;
  font-size: 13px;
}
.iframe-inner {
  padding: 15px 15px 5px 15px;
  text-align: left;
}
