/* 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,
th,td {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    border-spacing:0;
}
fieldset,img,abbr,acronym {
    border:0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style:normal; */
    /* font-weight:normal; */
}

ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration:underline;
    outline:none;
}
a:link {
  color: #0000ff;
}
a:visited {
  color: #52188c; 
}
a:active {
  color: #ff0000;
}
a:hover {
  color : #ff0000; 
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}


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

body {
    margin: 10px 0;
    background-color: #afe5d6;
    font-family: "ＭＳ Ｐゴシック", "Osaka" ,sans-serif;
    font-size: 95%;
    font-weight: normal;
    text-align: center;
}
#container {
    margin: auto;
    padding: 0;
    width: 883px;
}

#container-inner {
    min-height: 100%;
    margin: 0 auto;
    background: url(images/container_bg.gif) left top repeat;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#content-inner, #alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#content-inner {
    padding: 0px;
}

#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding: 0;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    margin-left: 2px;
    margin-right: 0px;
    width: 410px;
}

.layout-wtt #beta {
    margin-left: 4px;
    left: 140px;
    width: 200px;
}

.layout-wtt #gamma {
    right: 205px;
    width: 140px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 205px;
    width: 410px;
}

.layout-twt #beta {
    left: -410px;
    width: 200px;
}

.layout-twt #gamma {
    margin-left: 4px;
    width: 140px;
}


/* Wide-Thin */

.layout-wt #alpha {
    margin-left: 2px;
    width: 550px;
}

.layout-wt #beta {
    margin-left: 2px;
    width: 200px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 264px;
    width: 609px;
}

.layout-tw #beta {
    left: -604px;
    width: 256px;
}

html > body.layout-tw #alpha {
    left: 264px;
    width: 609px;
}

html > body.layout-tw #beta {
    left: -604px;
    width: 256px;
}

/* 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: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */


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

a:link, a:visited {
    text-decoration: underline;
}

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

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


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

#banner_top {
    margin: auto;
    padding: 0 2px 3px 2px;
    width: 870px;
    font-size: 85%;
    text-align: right;
}

#banner_top a:link,
#banner_top a:visited {
    color: #0000ff;
    font-weight: bold;
}

#header {
    margin: 0 0 0 2px;
    padding: 0 0 5px 0;
    background-color: #afe5d6;
    text-align: left;
}

#header-content {
    padding: 0;
}

#header-title {
    margin: 0 0 0 5px;
    background: url(images/header_title_bg.gif) left top repeat;
    width: 866px;
    height: 78px;
}


.header-space {
    background-color: #afe5d6;
    height: 5px;
}
#header-pankuzu {
    margin: 0 0 0 10px;
    padding: 5px 1px 5px 2px;
    width: 860px;
    background-color: #ffffff;
    font-size: 85%;
    text-align: left;
}
* html header-pankuzu {
    width: 870px;
}

#header-pankuzu p {
    margin: 0;
}

/* Global Menu ----------------------------------------------------------------- */

/* Footer ----------------------------------------------------------------- */

.footer-space {
    background-color: #afe5d6;
    height: 10px;
}

#footer-address {
    margin: 0 0 0 10px;
    padding: 5px 3px 5px 2px;
    width: 860px;
    height: 190px;
    font-size: 100%;
    background-color: #ffffff;
}
* html #footer-address {
    width: 866px;
}
#footer-address-map {
    margin: 0 22px 10px 0;
    float: left;
}
#footer-address-photo {
    margin: 10px 0 0 0;
    float: right;
}
#footer-address-joho {
    margin: 0 0 30px 0;
    font-family: "ＭＳ Ｐ明朝", "Osaka" ,serif;
}
#footer-address-link {
    margin: 0 15px 0 0;
    float: left;
    font-size: 90%;
}
#footer-address h2 {
    font-size: 140%;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#footer-address h3 {
    margin: 5px 0 5px 0;
    font-size: 110%;
    font-weight: bold;
}

#footer-menu {
    margin: auto;
    padding: 0;
    clear: both;
}

#footer-menu-left-box ,
#footer-menu-right-box ,
#footer-menu-center-box {
    float: left;
    background-color: #afe5d6;
}

#footer-menu-left {
    margin: 0 0 10px 8px;
    padding: 5px 0 2px 0;
    width: 287px;
    height: 260px;
    background-color: #ffffff;
    font-size: 90%;
}

#footer-menu-right,
#footer-menu-center {
    margin: 0 0 10px 3px;
    padding: 5px 0 2px 0;
    width: 287px;
    height: 260px;
    background-color: #ffffff;
    font-size: 90%;
}

#footer-menu-left h3,
#footer-menu-right h3,
#footer-menu-center h3 {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: dotted 1px #000000;
    font-size: 120%;
    text-align: center;
}

#footer-menu-left h4 {
    margin: 10px 0 0 20px;
    padding: 3px 0 0 0;
    color: #ff0000;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#footer-menu-left ul {
    margin: 0 25px;
    padding: 0;
}
#footer-menu-left ul li {
    padding: 0;
    list-style-type: none;
    font-size: 100%;
}
#footer-menu-left img {
    margin: 1px 0;
}
#footer-menu-left p {
    margin: 5px 20px 0 20px;
    font-size: 90%;
    color: #000000;
    line-height: 125%;
}

#footer-menu-center ul {
    margin: 0 8px;
}
#footer-menu-center ul li {
    position: relative;
    padding: 4px 0 4px 25px;
    list-style-type: none;
    background: url(images/footer_list_bg.gif) no-repeat 0 0;
    font-size: 100%;
    line-height: 110%;
}

#footer-menu-right ul {
    margin: 0 25px;
}

#footer {
    margin: 0 0 0 7px;
    padding: 5px 4px 5px 4px;
    clear: both;
    color: #1e8d85;
    background: url(images/footer_bg.gif) repeat-x 0 0;
    background-color: #afe5d6;
    width: 860px;
    height: 58px;
    font-size: 100%;
    font-weight: normal;
    text-align: center;
}
* html #footer {
    width: 867px;
}


/* Headline ----------------------------------------------------------------- */

#pagetitle {
    margin: 0;
    padding: 5px 0 5px 30px;
    width: 609px;
    height: 42px;
    background: url(images/pagetitle_bg.gif) left top no-repeat;
    background-color: #ffffff;
}

#pagetitle h1 {
    margin: 0 9px;
    padding: 3px 0;
    color: #1e8d85;
    font-size: 110%;
    font-weight: bold;
}

/* catchphrase */
#catch {
    margin: 4px 0 0 0;
    padding: 5px 3px 20px 3px;
    background-color: #ffffff;
}

.catch_photo {
    margin-bottom: 10px;
    text-align: center;
}

#catch h2 {
    color: #0000ff;
    font-size: 110%;
    font-weight: bold;
}

#catch p {
    margin: 5px 4px;
    padding: 0 5px;
    border: 1px solid #1e8d85;
    background-color: #ffffe1;
    color: #ff0000;
    font-size: 110%;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    line-height: 150%;
}

/* Assets ----------------------------------------------------------------- */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset-content {
    margin: 1px 2px;
    padding: 0;
    line-height: 140%;
}

.asset-more-link {
    border : 1px dashed #b3da54;
    font-weight: bold;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin: 0;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: 20px;
}

.entry-categories,
.entry-tags {
    padding: 3px;
}

.asset-name {
    margin: 10px 0 0 3px;
    padding: 3px 0 0 35px;
    color: #1e8d85;
    font-size: 110%;
    font-weight: bold;
    background: url(images/blogtitle_bg.gif) left top no-repeat;
    height: 36px;
}

.asset-date {
    margin: 8px 0 3px;
    color: #666666;
    font-size: 110%;
    font-weight: bold;
    text-align: right;
}

.asset-footer,
.asset-meta {
    font-size: 100%;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    border-top: solid 1px #000000;
    font-weight: normal;
    text-align: right;
}

.asset-footer {
    margin: 5px 0;
    padding: 3px;
}

.content-nav {
    text-align: center;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* alpha-inner ----------------------------------------------------------------- */

#alpha-inner {
}

/* asset-content ----------------------------------------------------------------- */

.asset-content h2 {
    margin: 12px 0 5px 0;
    padding: 6px 2px 6px 25px;
    background: url(images/assetcontenth2_bg.gif) left top no-repeat;
    color: #0000ff;
    font-size: 100%;
    font-weight: bold;
    height: 32px;
}

.asset-content h3 {
    margin: 5px 8px 10px 8px;
    padding: 2px 5px;
    border-bottom: solid 2px #1e8d85;
    color: #1e8d85;
    font-size:95%;
    font-weight: bold;
}

.asset-content h4 {
    font-size:95%;
    font-weight: bold;
}

.asset-content table {
    font-size:100%;
}

.asset-content p {
    margin-bottom: 8px;
    margin-left: 2px;
    text-indent: 10px;
}

.asset-content ul,
.asset-content ol {
    margin: 5px 5px;
    padding-left: 15px;
    list-style-position: outside;
}

.asset-content li {
    margin-bottom: 3px;
}

/* Feedback ----------------------------------------------------------------- */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comments-header {
    margin: 12px 0 5px 0;
    padding: 2px 5px;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    background-color: #dadada;
}

.comment-content {
    margin: 2px;
    padding: 3px;
    line-height: 125%;
    background-color: #f6f6e8;
}

/* beta ----------------------------------------------------------------- */

#beta-inner {
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
}

#beta h3 {
    margin: 0 0 10px 0;
    padding: 0;
}
#beta h4 {
    margin: 0;
    font-weight: bold;
}
#beta h5 {
    margin: 0;
    font-size: 90%;
}


/* Widgets ----------------------------------------------------------------- */

.widget {
    position: relative;
    overflow: hidden;
}

.widget-osusume,
.widget-sidebanner,
.widget-categories,
.widget-search,
.widget-syndicate,
.widget-link,
.widget-category {
    margin: 0 0 15px 0;
    padding: 0 2px 10px 0;
    width: 256px;
}

.widget-content {
    margin: 0;
    padding: 2px 0;
    position: relative;
    font-size: 100%;
}

.widget-header { 
    margin: 0;
    color: #b9934a;
    background-color: #9a5250;
    font-weight: bold;
}

.cate_title_bg {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    background-color: #7c3e39;
    text-align: center;
    font-size: 85%;
    color: #ddc156;
    font-weight: normal;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 5px;
}

.widget-list-item {
    padding: 5px 0;
}

.widget-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 120%;
    background: none;
}

.widget-cloud .rank-1  { font-size: 130%;font-weight: bold; }
.widget-cloud .rank-2  { font-size: 120%; }
.widget-cloud .rank-3  { font-size: 110%; }
.widget-cloud .rank-4  { font-size: 100%; }
.widget-cloud .rank-5  { font-size: 90%; }
.widget-cloud .rank-6  { font-size: 80%; }
.widget-cloud .rank-7  { font-size: 75%; }
.widget-cloud .rank-8  { font-size: 70%; }
.widget-cloud .rank-9  { font-size: 65%; }
.widget-cloud .rank-10 { font-size: 60%; }

#footer .widget-content {
    margin: 0;
}

.widget-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.widget-osusume img {
    margin: 0;
}

.widget-osusume a {
    margin: 1px 0;
}

.widget-sidebanner p {
    margin: 5px 0;
}

.widget-categories {
    font-size: 100%;
    font-weight: bold;
}

.widget-categories ul {
    margin: 0 2px 0 2px;
}

.widget-categories ul li {
    padding: 4px 0 3px 27px;
    border-bottom: solid 1px #1eada4;
    list-style-type: none;
    background: url(images/list_bg.gif) no-repeat 0 0;
}

.widget-categories ul li li {
    padding: 2px 0 2px 0;
    border-bottom: dashed 1px #1eada4;
    background: none;
    list-style-position: inside;
    list-style-type: circle;
}

.widget-categories a:link,
.widget-categories a:visited {
    color: #0000a0;
}

.widget-search {
}

.widget-search form {
    margin: 0;
    padding: 0;
}

.widget-syndicate {
    border: solid 1px #b2b2b2;
    background-color: #ebebeb;
}

.widget-syndicate h4 {
    padding: 0 5px;
    color: #ff0000;
}

.widget-syndicate p {
    padding: 0 8px;
}

.widget-mobile {
    margin: 0 20px 20px 20px;
    border: solid 1px #000000;
    background-color: #ffffe6;
    font-size: 85%;
    text-align: center;
}

.widget-link {
    border: solid 1px #b2b2b2;
    background-color: #ebebeb;
}

.mobile-title {
    color: #dc5444;
    font-weight: bold;
}

.mobile-qrcode {
    margin: 0 30px;
    padding: 3px 0;
    border: 3px double #ffcc33;
    background-color: #ffffcc
}

.widget-category ul {
    margin-left: 15px;
    list-style-type: circle;
}

.widget-category ul li {
    padding: 5px 0 0 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search .search-options,
.widget-syndicate .blog-feeds  {
    list-style: none;
    margin: 2px 5px;
}

.widget-search .widget-content {
    margin: 8px 0 0 0;
    padding: 5px 0;
    text-align: center;
}

/*  ----------------------------------------------------------------- */

/* Category-Mokuji ----------------------------------------------------------------- */

#mokuji_menu {
    margin: 20px 20px 10px 20px;
    padding-bottom: 3px;
    border: solid 1px #cccccc;
    font-size: 100%;
    background-color: #ffffff;
}

#mokuji_menu h2 {
    padding: 3px;
    border-bottom: dotted 1px #cccccc;
    color: #1e8d85;
    background: url(images/footer_bg.gif) left top repeat;
    font-size: 100%;
    font-weight: bold;
}

#mokuji_menu ul {
    margin: 3px 0 5px 3px;
    padding: 0px 0px 0px 0px;
    list-style-type: circle;
    list-style-position: inside;
}

#mokuji_menu ul li {
    padding: 3px 0;
}

/* prenext ----------------------------------------------------------------- */
#prenext {
    margin: 2px 20px 0 20px;
    padding-bottom: 3px;
    border: solid 1px #1e8d85;
    font-size: 100%;
    background-color: #ffffff;
    text-align: center;
}

#prenext h2 {
    margin-bottom: 5px;
    padding: 3px 3px 3px 6px;
    border-bottom: solid 1px #3195fa;
    color: #ff8000;
    background-color: #e9f3fe;
    font-size: 100%;
    font-weight: bold;
}

/* relate_menu ----------------------------------------------------------------- */

#relate_menu {
    margin: 0 20px 10px 20px;
    padding-bottom: 3px;
    border: solid 1px #cccccc;
    font-size: 100%;
    background-color: #ffffff;
}

#relate_menu h2 {
    padding: 3px;
    border-bottom: dotted 1px #cccccc;
    color: #1e8d85;
    background: url(images/footer_bg.gif) left top repeat;
    font-size: 100%;
    font-weight: bold;
}

#relate_menu ul {
    margin: 3px 0 5px 3px;
    padding: 0px 0px 0px 0px;
    list-style-type: square;
    list-style-position: inside;
}

/* search-results ----------------------------------------------------------------- */

.search-results-container {
    margin: 0;
    padding: 0;
}
/* saijoui ----------------------------------------------------------------- */

.saijoui {
  margin: 5px 0;
  text-align: right;
  font-size: 85%;
}

.saijoui a:hover {
  color: #ff0000;
  background-color: #f2efeb;
}

/*ページ分割ナビ*/
.pagenavi {
    margin: 20px 0;
    text-align: center;
    font-size: 90%;
}

/*カウンター表示 */
#counter {
  text-align: center;
  margin-top: 20px;
  padding: 2px;
  font-size: 80%;
}

/* User ----------------------------------------------------------------- */

/* table */
.usr_table_t1 {
  margin-top: 3px 0 15px 3px;
  padding: 0;
  border-top: 1px solid #1e8d85;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 1px solid #1e8d85;
}
.usr_table_t1 td {
  margin: 0;
  padding: 1px;
  border-top: 0px;
  border-right: 1px solid #1e8d85;
  border-bottom: 1px solid #1e8d85;
  border-left: 0px;
}
.usr_table_t1 th {
  margin: 0px;
  padding: 2px;
  border-top: 0px;
  border-right: 1px solid #1e8d85;
  border-bottom: 1px solid #1e8d85;
  border-left: 0px;
}

.usr_table_t2 {
  background-color: #ffffff;
  margin-top: 3px 0 15px 0;
  padding: 2px;
  border: 1px solid #ffffff;
}
.usr_table_t2 td {
  margin: 2px;
  padding: 1px;
  border-top: 0px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 0px;
}
.usr_table_t2 th {
  margin: 0;
  padding: 4px;
  border-top: 0px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.usr_table_t3 {
  background-color: #ffffff;
  margin-top: 3px 0 15px 0;
  padding: 2px;
  border: 1px solid #ffffff;
}
.usr_table_t3 td {
  margin: 2px;
  padding: 2px;
  border-top: 0px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 0px;
}
.usr_table_t3 th {
  margin: 0px;
  padding: 2px;
  border-top: 0px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

/* table backgroud-color */
.usr_tabletitle_bg1 {
  background-color: #1e8d85;
  color : #ffffff;
}
.usr_tabletitle_bg2 {
  background-color: #feefb4;
}
.usr_table_bg {
  background-color: #f3f9ee;
}

/* calendar */
.usr_calendar_yasumi {
  background-color: #f3f9ee;
}
/* letter -------------------------------------- */

.usr_moji_title {
    font-size: 120%;
    font-weight: bold;
}
.usr_moji_bbig {
    font-size: 120%;
    font-weight: normal;
}
.usr_moji_big {
    font-size: 110%;
    font-weight: normal;
}
.usr_moji_normal {
    font-size: 100%;
    font-weight: normal;
}
.usr_moji_small {
    font-size: 90%;
    font-weight: normal;
}
.usr_moji_ssmall {
    font-size: 80%;
    font-weight: normal;
}

.usr_title_back {
    margin: 5px;
    padding: 5px;
    color: #973a63;
    background-color: #f2efeb;
    font-size: 90%;
    font-weight: bold;
    text-decoration: underline;
}

/* トップページ用文字小太字 -------------------------------------- */
.usr_topmoji_small {
    font-size: 85%;
    font-weight: bold;
}

/* 文字修飾 -------------------------------------- */
.usr_moji_kyocho {
    color: #ff0000;
    font-weight: bold;
}

.usr_moji_kyocho2 {
    color: #ff8000;
    font-size: 110%;
    font-weight: bold;
}

.usr_moji_color1 {
    color: #ff0000;
}

.usr_moji_color2 {
    color: #ff8000;
}

.usr_moji_color3 {
    color: #ff8080;
}

.usr_mojibg1 {
    background-color: #f3f9ee;
}

/* リストマークなし */
.list_nomark {
    margin-left: 20px;
    list-style-type: none;
}

/* 強調枠用 -------------------------------------- */
.usr_kyocho_waku {
    margin: 5px 20px;
    padding: 5px;
    border: 3px double #1e8d85;
    color: #0000ff;
    background-color: #f3f9ee;
    font-size: 100%;
    font-weight: bold;
    line-height: 120%
}

.usr_kyocho_waku ul {
    margin: 0 0 0 3px;
}

.usr_underline {
    text-decoration: underline;
}

/* 背景色用 -------------------------------------- */
.usr_bgcolor {
    margin: 5px 20px 15px 20px;
    padding: 2px;
}

.usr_bgcolor_t1 {
    background-color: #f3f9ee;
}

.usr_bgcolor_t2 {
    background-color: #ffffe1;
}

.usr_bgcolor_t3 {
    background-color: #e9f3fe;
}

/* 枠用 -------------------------------------- */
.usr_waku {
    margin: 5px 20px 5px 20px;
    padding: 5px;
}

.usr_waku_t1 {
    border: 1px solid #cccccc;
}

.usr_waku_t2 {
    border: 1px solid #1e8d85;
}

.usr_waku_d1 {
    border : 1px dashed #cccccc;
    background-color: #ffffff;
}

.usr_waku_d2 {
    border : 2px dotted #1e8d85;
}

.usr_waku_name {
    margin: 0 0 3px 0;
    padding: 2px;
    border-bottom: dashed 1px #cccccc;
    color: #ffffff;
    font-weight: bold;
    color: #000000;
    background-color: #f6ffe4;
}

/* 幅寄せ -------------------------------------- */
.usr_center {
    text-align: center;
}
.usr_left {
    text-align: left;
}
.usr_right {
    text-align: right;
}

/* 画像用 -------------------------------------- */
.usr_img_zero {
    margin: 0;
    padding: 0;
    border: 0;
}

.usr_img_left {
    float: left;
    margin: 0 10px 10px 0;
}

.usr_img_right {
    float: right;
    margin: 0 0 10px 10px;
}

/* 上下調整 -------------------------------------- */
.usr_item_start {
    margin: 40px 0 0 0;
}

/* 配置 -------------------------------------- */
.usr_item_center {
    margin: 5px 2px;
    text-align: center;
}

/* 段落表示範囲 -------------------------------------- */
.usr_paragraph_all {
    margin: 0 15px 15px 15px;
}

