* {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

body {
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 100%;
    background-color: #ffffff;
    background-image: url("../img/background.gif");
    background-repeat: repeat;
}

h1,h2,p,address {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333366;
    font-size: 100%;
    font-weight: normal;
}

a {
    color: #666699;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #333366;
}

img {
    border: none;
}

ul,li {
    list-style-type: none;
}

input, select, textarea {
    font-size: 100%;
}

.decimal-list {
    margin: 1px 5px;
    padding: 3px 0px 3px 10px;
    color: #333366;
    font-size: 100%;
    font-weight: normal;
    display: list-item;
    list-style-position: inside;
    list-style-type: decimal;
}

/* container */
#container {
    position: relative;
    margin: 0px auto; /* center on everything else */
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    width: 800px;
    text-align: left;
    background-color: #ffffff;
}

#container-inner { 
    position: static;
    width: auto;
}

/* header */
#header {
    position: relative;
    margin: 0px;
    padding: 0px;
}

#header-inner {
    padding-top: 2px;
    width: 800px; /* necessary for ie win */
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background-color: #ffff99;
}

#header-title {
    margin-top: 0;
    margin-bottom: 0;
}

#header-title h1 {
    color: #333366;
    font-size: 30px;
    font-weight: bold;
}

#header-title a {
    color: #333366;
    text-decoration: none;
}

#header-title a:hover {
    color: #ff9933;
}

#header-title h2 {
    color: #333366;
    font-size: 100%;
    font-weight: bold;
}

#header-description {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 7px 15px;
    color: #333366;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}

.header-menu {
    background-color: #ffcc66;
    background-image: url("../img/header-menu.gif");
}

.header-menu a {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #333366;
    color: #333366;
    text-decoration: none;
}

.header-menu a:hover {
    color: #7171e4;
}

/* navibar */
#navibar-design {
    position: relative;
    width: 440px;
    height: 30px;
    color: #666666;
    background-color: #ffffff;
    text-align: center;
}

#navibar {
    position: relative;
    width: 440px;
    height: 30px;
    padding: 5px 0px;
    background-color: #ffffff;
    text-align: left;
}

.mainmenu {
    position: relative;
    height: 20px;
    font-size: 100%;
    font-weight: bold;
    font-family: verdana, arial, sans-serif;
    color: #333366;
}

.mainmenu a {
    position: relative;
    height: 20px;
    padding: 10px 0px;
    color: #666699;
    text-decoration: none;
}

.mainmenu a:hover {
    color: #333366;
}

#mainmenu_search {
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px 10px;
    width: 180px;
    background-color: #ffffff;
}

#mainmenu_topicpath {
    position: relative;
    margin: 0px;
    padding: 5px 10px;
    background-color: #ffffff;
}

.submenu {
    left: 0px;
    top: 20px;
    width: 100px;
    visibility: hidden;
    text-align: left;
    font-size: 100%;
    font-family: verdana, arial, sans-serif;
    border: 3px solid #cca3a5;
    padding: 3px 10px 3px 10px;
    background-color: #fff;
    line-height: 14px;
}

.submenu a {
    display: inline;
    width: auto;
    height: auto;
}

/* contents */
#contents {
    position: relative; 
    width: 100%;
    background-color: #ffffff;
}

#contents-inner { 
/*
    position: static;
*/
    width: 100%;
}

/* sidebar */
#left-sidebar {
    display: inline; /* ie win bugfix */
    position: relative;
    margin: 0;
    width: 200px;
    background-color: #ffffff;
    float: left;
    min-height: 1px;
}

#right-sidebar {
    display: inline; /* ie win bugfix */
    position: relative;
    margin: 0;
    width: 150px;
    background-color: #ffffff;
    float: right;
    min-height: 1px;
}

.sidebar-inner {
    padding: 0px;
}

.sidebar-title {
    margin-top: 5px;
    padding: 3px 5px;
    font-size: 90%;
    font-weight: bold;
    color: #333366;
    background-color: #ffcc66;
    background-image: url("../img/sidebar-title.gif");
}

.banner-style {
    margin: 5px 0px;
}

.banner-style span {
    margin: auto 0px;
}

/* search-design */
#search-design {
    margin: 10px;
    padding: 0px;
}

/* categories-design */
#categories-design {
    margin: 10px;
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid #999999;
}

.categories-title {
    position: relative;
    padding: 0px 15px;
    font-size: 100%;
    font-weight: bold;
    font-family: verdana, arial, sans-serif;
    text-align: left;
    color: #666699;
    background-color: #ffcc66;
}

.categories-description {
    position: relative;
    padding: 0px 20px;
    font-size: 100%;
    font-weight: normal;
    font-family: verdana, arial, sans-serif;
    text-align: left;
    color: #000000;
    background-color: #ffffff;
}

/* profile */
#profile-design {
    margin: 0px;
    padding: 5px;
}

#profile-inner {
    margin: 0px;
    width: 100%;
    background-color: #ffffcc;
    background-image: url("../img/profile.gif");
}

.profile-header {
    background-color: #ffcc99;
    background-image: url("../img/profile-header.gif");
}

#profile-description {
    margin: 0;
    padding: 2px;
    font-weight: normal;
}

#profile-description h1 {
    margin: 0px;
    padding: 2px 5px;
    color: #333366;
    font-size: 90%;
    font-weight: bold;
}

#profile-description h2 {
    margin: 0px;
    padding: 3px 5px;
    color: #333366;
    font-size: 90%;
    font-weight: normal;
}

#profile-description p {
    padding: 2px 5px;
    color: #333366;
    text-indent: 0.5em;
    font-size: 80%;
    font-weight: normal;
}

#profile-description a {
    font-size: 100%;
    font-weight: bold;
}

.archive-design {
    padding: 2px 0px;
    font-weight: bold;
}

/* main */
#main {
    display: inline; /* ie win bugfix */
    position: relative;
    margin: 0;
    width: 440px;
    float: left;
    min-height: 1px;
    background-color: #ffffff;
}

#main-full-design {
    display: inline; /* ie win bugfix */
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 1px;
    background-color: #ffffff;
}

#main-inner {
    padding: 5px;
    width: 440px;
}

/* top-contents */
#top-contents {
    margin: 5px;
    padding: 5px;
    background-color: #ffffff;
    clear: both;
}

#communication-pattern {
}

#communication-pattern.top-description p {
    color: #003366;
}

#communication-pattern.top-description a {
    text-decoration: underline;
}

#communication-pattern.top-description li {
    color: #666699;
}

#support-pattern {
    margin: 10px 0px;
    padding: 5px 0px;
    border: 5px solid #ccff99;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url("../img/support-pattern.gif");
}

#support-pattern.top-description li {
    color: #ff9933;
    list-style-image: url("../img/check.gif");
}

#support-pattern.top-description p {
    color: #003366;
}

.top-header h1{
    padding: 7px 10px;
    color: #333366;
    font-size: 100%;
    font-weight: bold;
    border-top: 1px solid #ccff99;
    border-bottom: 1px solid #ccff99;
    background-color: #ccff66;
    background-image: url("../img/top-header.gif");
}

.top-header strong {
    font-size: 100%;
    font-weight: bold;
}

.top-description {
    padding: 5px;
    color: #666699;
    font-size: 100%;
    font-weight: bold;
    background-color: #ffffff;
}

.top-description strong {
    font-size: 100%;
    font-weight: bold;
}

.top-description p {
    margin: 3px 10px;
    padding: 3px;
    color: #666699;
    font-size: 100%;
    font-weight: bold;
    text-indent: 1em;
}

.top-description ul {
    margin: 5px;
    padding: 5px 0px;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    background-image: url("../img/top-description-ul.gif");
}

.top-description li {
    margin: 3px 15px;
    padding: 3px;
    color: #003366;
    font-size: 100%;
    font-weight: bold;
    list-style-type: disc;
    list-style-position: inside;
}

/* sub-contents */
.sub-contents {
    margin: 5px;
    padding: 5px;
    background-color: #ffffff;
    clear: both;
}

.middle-contents {
    margin-top: 0;
    margin-bottom: 15px;
    border: none;
    text-align: right;
}

.contents-header {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 3px 10px;
    color: #333366;
    font-size: 100%;
    font-weight: normal;
    background-color: #ffcc99;
    background-image: url("../img/contents-header.gif");
}

.contents-header h1{
    margin: 5px;
    color: #333366;
    font-size: 100%;
    font-weight: bold;
}

.contents-header h2{
    margin: 5px;
    color: #333366;
    font-size: 100%;
    font-weight: normal;
}

.contents-description {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    color: #333366;
    font-size: 100%;
    font-weight: normal;
}

.contents-description h1 {
    margin: 2px 5px;
    padding: 3px 10px;
    color: #333366;
    font-size: 100%;
    font-weight: bold;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffcc;
    background-image: url("../img/contents-description1.gif");
}

.contents-description h2 {
    margin: 3px 5px;
    padding: 3px 10px;
    color: #333366;
    font-size: 80%;
    font-weight: normal;
    background-color: #ffcc66;
    background-image: url("../img/contents-description2.gif");
}

.contents-description p {
    margin: 0px 10px;
    padding: 3px;
    color: #333366;
    font-size: 100%;
    font-weight: normal;
    text-indent: 1em;
}

.contents-description li {
    margin: 3px 10px;
    padding: 3px;
    color: #333366;
    font-size: 100%;
    font-weight: bold;
    list-style-type: square;
    list-style-position: inside;
}

.contents-description acronym {
    color: #333366;
    font-size: 100%;
    font-weight: normal;
    border-bottom: 1px dotted #666666;
}

.contents-description strong {
    color: #333366;
    font-size: 100%;
    font-weight: normal;
}

#sitemap_design h2{
    margin-top: 10px;
    margin-left: 10px;
    padding: 3px 0px;
    font-size: 100%;
    font-weight: bold;
}

#sitemap_design li{
    margin-top: 5px;
    margin-left: 30px;
    padding: 3px 5px;
    font-size: 100%;
    font-weight: normal;
    list-style-type: none;
    list-style-position: outside;
    border-left: 5px solid #cccccc;
}

#sitemap_design dt{
    margin-top: 10px;
    margin-left: 10px;
    padding: 3px 5px;
    font-size: 100%;
    font-weight: normal;
    border-left: 5px solid #ffcc66;
}

#sitemap_design dd{
    margin-top: 5px;
    margin-left: 20px;
    padding: 3px 0px;
    font-size: 100%;
    font-weight: normal;
}

#seminar-design .line-design {
    padding: 3px 0px;
    width: 100%;
    font-size: 80%;
    color: #333366;
    background-color: #ffff99;
    background-image: url("../img/seminar-design-header.gif");
    clear: both;
}

#order-design .line-design {
    padding: 3px 0px;
    width: 100%;
    font-size: 80%;
    color: #333366;
    background-color: #ffff99;
    background-image: url("../img/order-design-header.gif");
    clear: both;
}

.line-design-header {
    padding: 2px 0px 2px 5px;
    width: 20%;
    font-weight: bold;
    color: #333366;
    float: left;
}

.line-design-description {
    padding: 2px 0px 2px 10px;
    width: 75%;
    font-weight: normal;
    border-top: 1px solid #cccccc;
    border-left: 1px dotted #cccccc;
    color: #333366;
    background-color: #ffffff;
    float: right;
}

.half-line-design {
    margin: 0px;
    padding: 0px;
    width: 50%;
    font-weight: normal;
    color: #333366;
    background-color: #ffffff;
    float: left;
}

.left-line-design {
    margin: 1px 0px;
    padding: 2px 0px 2px 10px;
    width: 35%;
    font-weight: bold;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    color: #333366;
    background-color: #ffff99;
    background-image: url("../img/left-line-design.gif");
    float: left;
}

.right-line-design {
    margin: 1px 0px;
    padding: 2px 0px;
    width: 60%;
    font-weight: normal;
    color: #333366;
    background-color: #ffffff;
    float: right;
}

.middle-line-design {
    font-weight: normal;
    border-bottom: 1px solid #cccccc;
    color: #333366;
    background-color: #ffffff;
    clear: both;
}

.entry {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.entry a {
    color: #333366;
    font-weight: bold;
    text-decoration: none;
}

.entry a:hover {
    color: #666699;
}

.entry-more a {
    margin: 3px 15px;
    padding: 3px;
    color: #666699;
    text-decoration: none;
    display: list-item;
    list-style-position: inside;
    list-style-image: url("../img/add.gif");
}

.entry-more a:hover {
    color: #333366;
}

.entry-more-link a {
    margin: 3px 15px;
    padding: 3px;
    color: #666699;
    text-decoration: none;
    display: list-item;
    list-style-position: inside;
    list-style-image: url("../img/add.gif");
}

.entry-more-link a:hover {
    color: #333366;
}

.case-contents {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 0px;
    float: left;
}

#order-message {
    margin: 0px 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#order-message-inner {
    margin-top: 1px;
    padding: 5px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

/* pr-style */
#pr-style {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #ffffff;
    background-image: url("../img/pr-style.gif");
    clear: both;
}

#pr-style-inner {
    margin: 5px;
}

/*blog-backnumber*/
#blog-backnumber {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    clear: both;
}

#blog-backnumber-inner {
    margin: 5px;
}

.blog-backnumber-description {
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 5px;
    color: #333366;
    font-weight: normal;
}

.blog-backnumber-description p {
    margin: 5px 0px 2px 0px;
    color: #333366;
    font-size: 80%;
    font-weight: bold;
}

.blog-backnumber-description a {
    margin: 2px 0px;
    color: #666699;
    font-size: 80%;
    font-weight: normal;
}

.blog-backnumber-description a:hover {
    color: #333366;
}

/* footer */
#footer {
    position: relative;
    clear: both;
    margin: 0;
    width: 800px; /* necessary for ie win */
    background-color: #ffffff;
}

.footer-inner {
    padding: 0px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.footer-description {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0px 15px;
    color: #333366;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}

#footer-menu {
    background-color: #ffffff;
}

#footer-menu a {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    color: #333366;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #7171e4;
}

#address-style {
    background-color: #ffffff;
}

#copyright {
    background-color: #ffcc66;
    background-image: url("../img/copyright.gif");
}

/* 折りたたみ */
.entry-more-text {
    display : none;
}

/* 素質論｜素質論講座 申し込み */

.form-attention {
    width: auto;
    color: #cc3333;
    font-weight: normal;
}

/* 素質論講座の情報 */
#date {
    overflow: auto;
}

#seminarName {
    overflow: auto;
}

#seminarContents {
    overflow: auto;
}

#hall {
    overflow: auto;
}

#hallAddress {
    overflow: auto;
}

#access {
    overflow: auto;
}

#lecturer {
    overflow: auto;
}

#pay {
    overflow: auto;
}

#payment {
    overflow: auto;
}

#instructor {
    overflow: auto;
}

#phone {
    overflow: auto;
}

#contact {
    overflow: auto;
}

#comment {
    overflow: auto;
}

/* お客様の情報 */
#seminarId {
    width: 100%;
    font-size: 100%;
}

#lastName {
    width: 90%;
    font-size: 100%;
}

#firstName {
    width: 90%;
    font-size: 100%;
}

#lastNameKana {
    width: 90%;
    font-size: 100%;
}

#firstNameKana {
    width: 90%;
    font-size: 100%;
}

#gender {
}

#dummy-select {
    display: none;
}

#birthday {
}

#year {
    width: 35%;
    font-size: 100%;
}

#month {
    width: 5%;
    font-size: 100%;
}

#day {
    width: 5%;
    font-size: 100%;
}

#hour {
    width: 5%;
    font-size: 100%;
}

#phoneType {
}

#phoneNumber {
    width: 50%;
    font-size: 100%;
}

#faxLocation {
}

#faxNumber {
    width: 50%;
    font-size: 100%;
}

#mail {
    width: 50%;
    font-size: 100%;
}

#mail2 {
    width: 50%;
    font-size: 100%;
}

#addressNumber {
    width: 50%;
    font-size: 100%;
}

#mail {
    width: 50%;
    font-size: 100%;
}

#pref {
    width: 50%;
    font-size: 100%;
}

#address {
    width: 100%;
    font-size: 100%;
}

.button-style {
    width: 100px;
    height: 24px;
    font-size: 100%;
}

.overflow-auto {
    overflow: auto;
}
