@charset "utf-8";
*{
/*margin:0;
padding: 0;*/
}

/* General Style Info */
body {
  font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
  font-size:80%;
  color: #555555;
  margin: 0;
  text-align: center;
  line-height: 1.6;
}

img {
  border:none;
  overflow: hidden;
}

img {
  border:none;
  overflow: hidden;
}

img a{
  overflow: hidden;
}

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

p {
    margin: 1em 0;
}

ul, li {
  list-style: none;
}

fieldset{
  border: none;
}

/********************************************
             font
********************************************/

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

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

.icon{
  padding-left: 15px;
  background: url(../img/icons/icon_navi.gif) no-repeat left center;
}

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

.linkBlank{
  padding-right: 13px;
  background: url(../img/icons/icon_linkblank.gif) no-repeat right 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;
}
/*  */

/********************************************
 Layout
 ********************************************/

#container {
    width: 100%;
}

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

#bg{
    margin-top: 5px;
}

* html #bg{
    margin-top: 8px;
}

*:first-child+html #bg{
    margin-top: 8px;
}

.headerList{
    font-size: 77%;
}

.header{
  margin-top: 10px;
}

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

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

.header ul {
    margin: 0;
}

.header ul li{
    display: inline;
}

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

.subnav{
  padding-top: 10px;
}

.subnav li.siteTop a{
  padding-left: 8px;
  background: url(/img/icons/icon_trigona.gif) no-repeat left center;
}

.subnav li.npoTop a{
  padding-left: 8px;
  background: url(/img/icons/icon_trigona.gif) no-repeat left center;
}

.content{
    padding: 25px 0 10px 0;
    /*overflow: auto;*/
}

#banner {
    margin-bottom: 20px;
}

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

.menu{
    width: 300px;
    float: right;
    overflow: hidden;
    padding-bottom: 40px;
}

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

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

.footer ul li{
    display: inline;
}

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

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

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

/*div#header h1 span{
    padding: 0 0 20px 0;
    margin: 0;
}

div#header h1 img{
    margin-right: 10px;
}


div#font_size_changer{
    width: 300px;
    float:right;
    text-align: right;
}

div#font_size_changer img{
    margin-right: 5px;
}*/


/* LOGIN LOGOUT */
div#auth {
    display:block;
    float:right;
    color:#ddd;
}

div#auth a:link, div#auth a:visited {
    color:#ddd;
}

/* 繝医ャ繝励リ繝薙ご繝ｼ繧ｷ繝ｧ繝ｳ */



/*ul.topnav {
    margin:0;
    padding:0;
    background:#ffffff url(../img/topmenu_bg_gray.gif) repeat-x bottom;
    min-height: 43px;
    clear:both;
    font-size: 110%;
    font-weight:bold;
    float: left;
    width: 500px;

}

ul.topnav li {
    min-height: 43px;
    list-style:none;
    float:left;
    border-right:1px solid #ccc;
}


.topnav a  {
    min-height: 43px;
    background:#fff url(../img/topmenu_bg_gray.gif) repeat-x bottom;
    color:#000;
    line-height:43px;
    padding:0 20px;
    text-decoration:none;
    display:block;
}

.topnav .active a {
    min-height: 43px;
    background: url(../img/topmenu_bg_purple.gif) repeat-x bottom;
    color:#a3016f;
}

.topnav a:hover {
    min-height: 43px;
    background: url(../img/topmenu_bg_purple.gif) repeat-x bottom;
    color:#a3016f;
    text-decoration:none;
}


div.header_tool {
    background: url(../img/topmenu_bg_btm2.gif) repeat-x bottom;
    padding-bottom: 5px;
}

div#search_posts{
    float: right;
    display: inline;
    margin: 8px 10px 0 0;
    padding: 0;
}

div#search_posts fieldset, div#search_posts form{
    padding: 0;
    margin: 0;
}

ul.topicpath {
    padding-bottom: 7px;
    padding:10px 0 0 10px;
    vertical-align:bottom;
    margin-bottom: 7px;
}


div#container {
    width: 855px;
    border-right:1px solid #ddd;
}


div.wrap {
    background: url(../img/left_shade_bg.gif) repeat-y 240px 0;
}

div#right {
    width:240px;
    float:right;
    min-height:500px;
    border-top:1px solid #ddd;
    padding-bottom: 30px;
}

*html div#right {
    height:500px;
}

div#content {
    display: inline;
    float:left;
    width:570px;
    margin-right:20px;
    min-height:500px;
    padding-bottom: 40px;
}


div#footer {
    clear:both;
    width: 855px;
    border-top:1px solid #ddd;
    color:#666666;
}

div#footer a:link, div#footer a:visited{
    color:#666666;
    text-decoration:none;
}

div#footer a:hover {
    color:#000;
}


p.footer_menu {
    padding:0;
    margin:10px 0 3px 10px;
    color:#ccc;
}

div#footer .footer_menu a {
    font-weight:bold;
}

div#footer .copyright {
    margin-left:10px;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:82%;
    color:#333333;
}*/

/* 左ナビゲーション共通部分 */

div#store_info dt, div#recent_posts h3, div#blog_categories h3, div#blog_tags h3, div#blog_archives h3,
div#blogProfile h3, div#blog_calendar h3, div#search_posts h3, div#npo_list h3{
    font-size: 110%;
    font-weight: bold;
    /*padding-left: 13px;*/
    padding-bottom: 3px;
    background: url(../img/bg_dash.gif) repeat-x left bottom;
}

div#store_info dd{
    margin: 5px 0 12px 13px;
}

div#recent_posts h3, div#blog_categories h3, div#blog_tags h3, div#blog_archives h3, div#blog_calendar h3, div#search_posts h3{
    margin: 40px 0 5px 0;
}

div#blogProfile h3 {
    margin: 0 0 10px 0;
}

div#npo_list h3 {
    margin: 0 0 10px 0;
    padding-bottom: 8px;
}

div#recent_posts ul, div#blog_categories ul, div#blog_archives ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

div#recent_posts ul li, div#blog_categories ul li, div#blog_archives ul li{
    padding-left: 13px;
    margin-bottom: 5px;
}

div#blogProfile dt {
    font-weight: bold;
    margin-bottom: 10px;
}

div#blogProfile dd {
    margin-left: 0;
}

div#blogProfile ul {
    margin: 10px 0;
    padding: 0;
}

div#blogProfile ul li {
    margin-bottom: 8px;
    padding-left: 13px;
    background: url(/img/icons/icon_navi.gif) no-repeat 0 8px;
}

/*for IE*/
* html body div#blogProfile ul li {
    background: url(/img/icons/icon_navi.gif) no-repeat 0 6px;
}

*:first-child+html body div#blogProfile ul li {
    background: url(/img/icons/icon_navi.gif) no-repeat 0 6px;
}

head~/* */body div#blogProfile ul li {
    background: url(/img/icons/icon_navi.gif) no-repeat 0 6px;
}
/**/

div#blogProfile ul li span {
  display: block;
  float: left;
}

div#search_posts input {
    width: 175px;
    margin-right: 5px;
}

/* これ以降Mac IE 5のみに適用される \*//*/
html>/**/body div#search_posts input, x:-moz-any-link, x:default{
    width: 150px;
}
/**/

div#search_posts input.btn {
    width: 154px;
    margin: 15px 0 0 0;
}

div#npo_list ul {
	margin: 0;
    padding: 0;
}

div#npo_list ul li {
    background: url(/img/icons/icon_navi.gif) no-repeat 0 8px;
    margin-bottom: 5px;
    padding-left: 13px;
}

/*for IE*/
* html body div#npo_list ul li {
    background: url(/img/icons/icon_navi.gif) no-repeat 0 7px;
}

*:first-child+html body div#npo_list ul li {
    background: url(/img/icons/icon_navi.gif) no-repeat 0 7px;
}

head~/* */body div#npo_list ul li {
    background: url(/img/icons/icon_navi.gif) no-repeat 0 7px;
}
/**/

div#recent_posts ul li, div#blog_categories ul li, div#blog_archives ul li{
    background: url(/img/icons/icon_navi.gif) no-repeat left center;
}

/*for IE*/
* html body div#recent_posts ul li, * html body div#blog_categories ul li, * html body div#blog_archives ul li {
    background: url(/img/icons/icon_navi.gif) no-repeat 0 6px;
}

*:first-child+html body div#recent_posts ul li, *:first-child+html body div#blog_categories ul li, *:first-child+html body div#blog_archives ul li {
    background: url(/img/icons/icon_navi.gif) no-repeat 0 6px;
}

head~/* */body div#recent_posts ul li, head~/* */body div#blog_categories ul li, head~/* */body div#blog_archives ul li {
    background: url(/img/icons/icon_navi.gif) no-repeat 0 6px;
}
/**/

/********************************************
             TEXT ALIGN
********************************************/
.left { text-align:left;}
.right { text-align:right;}
.center { text-align:center;}

/********************************************
             Pagination
*********************************************/
.paging div{
    display:inline;
}
.paging {
    margin-top:10px;
    text-align:center;
}



/********************************************
             TABLE
********************************************/
table {
    border-collapse:collapse;
}

th{
    border: 1px solid;
    /*font-size: 9pt;*/
    font-weight: normal;
    padding: 3px;
    background-color:#eee;
}

td{
    /*border: 1px solid #f00;
    font-size: 80%;
    padding: 5px;*/
}

/********************************************
             Flash Message
********************************************/
#flashMessage {
    display:block;
    color: #CC0000;
    border:1px solid #CC0000;
    font-weight:bold;
    margin: 0 0 40px 0;
    padding:15px;
    text-align:center;
}

div#authMessage {
    color: #CC0000;
    font-weight:normal;
}

.message {
    display:block;
    border:1px solid #CC0000;
    /*background-color:#FFFFEE;*/
    font-weight:bold;
    margin:auto;
    padding:15px;
    text-align:center;
}


/********************************************
            Action Buttons
********************************************/
div.actions {
    display:block;
    width:90%;
    border:1px solid #fff;
    margin-bottom:50px;
}

div.actions ul{
    list-style:none;
    margin-top:10px;
}

div.actions li{
    float: left;
    margin: 0;
    padding-left:15px;
}

div.actions a{
    float: left;
    padding: 1px 7px;
    text-decoration: none;
    border:1px solid #eee;
    border-bottom:2px solid #666666;
    border-right:2px solid #666666;
    background-color:#ddd;
    color:#000;
}

div.actions a:hover, div.actions a:active {
    background-color:#999;
}

div.actions a:visited {
    color:#000;
}

/*********************************************
 Action Links
*********************************************/
td.actions {
    width:130px;
    font-size:12px;
    white-space:nowrap;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
}

td.actions a {
    border:1px solid #666;
    padding:2px 4px;
    text-decoration:none;
    background-color:#CCCCCC;
    color:#000;
}

td.actions a:hover {
    background-color:#666666;
}


/*********************************************
               ERROR MESSAGE
*********************************************/
div.error-message {
    color:red;
}


/*********************************************
FORM
*********************************************/
/* 蠢��鬆�岼 */
/*div.required label {

}*/

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

div.encouragement h3{
    font-size: 120%;
    margin: 45px 0 20px 0;
    padding: 1px 8px;
}


div.encouragement h3 span{
    display: block;
    border-left: 4px solid;
    padding-left: 8px;
    margin: 4px 0;
}

.input label {
    float: left;
    width: 140px;
    margin:4px 18px 0 0;
    clear: left;
    text-align: right;
    font-weight: bold;
    display: block;
}

div.textarea{
    margin-top: 15px;
}


textarea#EncouragementMessage {
    width: 300px;
}

div.submit {
    clear: both;
    text-align: center;
    margin-top: 20px;
}

/*
.input-name {
    width: 100px;
}


div.checkbox {
    margin-left:150px;
}

.checkbox label {
    clear:both;
    float:none;
    margin-right:60px;
    width:600px;
    text-align:left;
    font-weight:normal;
    text-decoration:none;
}

div.input select {
    width: auto;
}

div.error-message {
    margin-left: 150px;
}

*/
/*********************************************
               404 ERROR
*********************************************/
div#error {
    text-align: center;
    margin-top: 100px;
}


div#error h2, div#error p{
    margin-bottom: 20px;
}

div#error span{
    font-size: 130%;
}
