@charset "UTF-8";

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 1.4em;
    margin-top: 0px;
    margin-bottom: 0px;
}

img {
    border-style: none;
}

strong {
    color: #ff3300;
    background-color: #ffffff;
}


.none{
    color: #333333;
    background-color: #ffffff;
    display: none;
}


#container {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 718px;
    margin-top: 10px; /*---*/
    background-color: #FFFFFF; /*---*/
}


* html #container {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 720px;
}


#header {
    color: #999999;
    background-color: #ffffff;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

#header h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 120%;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 2px;
    /*border-bottom: 2px solid #CC6633; */
    border-bottom: 1px solid #000;
}

.description {
    font-size: 60%;
    /*font-size: 70%;*/
    color: #333333;
    background-color: #ffffff;
    /*letter-spacing: 0.05em;*/
    line-height: 1.1em;
    /*line-height: 1.2em;*/
    padding: 5px;
    margin-top: 5px;
    /*border: 1px dotted #333;*/
}

#header h1 a {
    text-decoration: none;
    color: #666666; 
    background-color: #ffffff;
}


#header h1 a:link {
    text-decoration: none;
    color: #CC6633; 
    background-color: #ffffff;
}


#header h1 a:link:hover {
    text-decoration: none;
    color: #999999;
    background-color: #ffffff;
}


#header h1 a:link:active {
    text-decoration: none;
    color: #CC6633; 
    background-color: #ffffff;
}


#header h1 a:visited {
    text-decoration: none;
    color: #CC6633; 
    background-color: #ffffff;
}


#header h1 a:visited:hover {
    text-decoration: none;
    color: #999999;
    background-color: #ffffff;
}


#header h1 a:visited:active {
    text-decoration: none;
    color: #999999;
    background-color: #ffffff;
}

#header div.back-home {
    font-size: 75%;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.back-home a {
    text-decoration: none;
    color:#336699;
    background-color: #ffffff;
}

.back-home a:link {
    text-decoration: none;
    color:#336699;
    background-color: #ffffff;
}

.back-home a:link:hover {
    text-decoration: underline;
    color: #ff6633;
    background-color: #ffffff;
}

.back-home a:link:active {
    text-decoration: underline;
    color:#336699;
    background-color: #ffffff;
}

.back-home a:visited {
    text-decoration: none;
    color:#336699; 
    background-color: #ffffff;
}


#left {
    width: 531px;
    float: left;
}

* html #left {
    width: 530px;
    float: left;
}

#main {
    font-size: 75%;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    margin-top: 10px;
    margin-bottom: 0;
    width: 530px;
}

* html #main {
    font-size: 75%;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    margin-top: 0;
    margin-bottom: 0;
    width: 530px;
}

#main a {
    text-decoration: none;
    color:#336699; /*#0033ff*/
    background-color: #ffffff;
}


#main a:link {
    text-decoration: none;
    color:#336699; /*#0033ff*/
    background-color: #ffffff;
}


#main a:link:hover {
    text-decoration: underline;
    color: #ff6633;
    background-color: #ffffff;
}


#main a:link:active {
    text-decoration: underline;
    color:#336699; /*#0033ff*/
    background-color: #ffffff;
}


#main a:visited {
    text-decoration: none;
    color:#336699; /*#0033ff*/
    background-color: #ffffff;
}


#main a:visited:hover {
    text-decoration: underline;
    color: #ff6633;
    background-color: #ffffff;
}


#main a:visited:active {
    text-decoration: underline;
    color:#336699; /*#0033ff*/
    background-color: #ffffff;
}


.pad {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}

#main .date {
    font-size: 90%;
    font-weight: bold;
    color: #333333;
    background-color: #ffffff;
    margin-top: 10px;
    padding-top: 0px;
    padding-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    clear: both;
}


#main h2 {
    font-size: 90%;
    color: #666666;
    margin: 0px;
    padding: 5px;
    text-align: left;
    clear: both;
}

#main h3 {
    font-size: 110%;
    color: #333333;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 5px;
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    clear: both;
    /*border-top: 1px solid #000;
    border-bottom: 1px solid #000;*/
}

#main h4 {
    font-size: 100%;
    margin-top: 10px;
    padding-top: 0px;
    margin-left: 5px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    clear: both;
}



blockquote {
    margin-top: -5px;
    border-width: 1px;
    border-style: dotted;
    border-color: #CCCCCC;
    padding: 5px;
}

pre {
    border-width: 1px;
    border-style: dotted;
    border-color: #CCCCCC;
    padding: 5px;
    margin-top: -5px;
    margin-left: 40px;
    margin-right: 40px;
    overflow: scroll;
}

#main dt {
        padding: 0 0 0 5px;
}


#menu {
    font-size: 100%;
    text-align: left;
    margin-bottom: 15px;
}

#main p {
    margin-top: 8px;
    margin-left: 5px;
    margin-bottom: 8px;
}


#main .imageleft{
    padding-right: 10px;
    float: left;
}


#main .imageright{
    padding-left: 10px;
    float: right;
}


.more {
    margin-top: 3px;
    margin-bottom: 10px;
    float: right;
}


#main li {
    margin-bottom: 5px;
    list-style-type: square;
}

.entry-tags {
    margin: 0 0 10px 10px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}

#main .posted {
    font-family: Verdana, Arial, sans-serif;
    font-size: 90%;
    color: #333333;
    background-color: #ffffff;
    text-align: left;
    line-height: normal;
    padding: 3px;
    margin-bottom: 25px;
    clear: both;
    /*border-top: 1px dotted #000;*/
}


#comment-data {
    float: left;
    width: 180px;
    padding-right: 15px;
    margin-right: 15px;
    text-align: left;
    border-right: 1px dotted #BBB;
    }

textarea[id="comment-text"] {
    width: 80%;
    }

.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
    }

.sign {
    margin-bottom: 10px;
}


.extended {
    display:block;
    float:right;
}

entry-bottom {
    margin-top: 30px;
    margin-bottom: 20px;
}

p.e-cat {
    text-align: left;
    /*margin-top: 20px;*/
}
p.e-cat a {
	text-decoration: none;
}



#right {
    font-size: 80%;
    line-height: 140%;
    width: 179px;
    float: left;
    /*border-left: 1px dotted #000;*/
}

#right .pad {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}



#right a {
    text-decoration: none;
    color: #0033FF;
    /*background-color: #ffffff;*/
}

#right a:link {
    text-decoration: none;
    color:#336699; /*#0033ff*/
    /*background-color: #ffffff;*/
}

#right a:link:hover {
    text-decoration: underline;
    color: #ff6633;
    /*background-color: #ffffff;*/
}

#right a:link:active {
    text-decoration: none;
    color:#336699; /*#0033ff*/
    /*background-color: #ffffff;*/
}

#right a:visited {
    text-decoration: none;
    color:#336699; /*#0033ff*/
    /*background-color: #ffffff;*/
}

#right a:visited:hover {
    text-decoration: underline;
    color: #ff6633;
    /*background-color: #ffffff;*/
}

#right a:visited:active {
    text-decoration: none;
    color:#336699; /*#0033ff*/
    /*background-color: #ffffff;*/
}



#right h2 {
    width: 165px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 0px;
    /*padding-top: 2px;
    padding-bottom: 2px;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 80%;
    color: #333333;
    background-color: #ccc;
    clear: both;
}

#right h2 a {
    text-decoration: none;
    color: #333333;
    background-color: #eee;
    padding-left: 5px;
    display: block;
}

#right h2 a:link  {
    text-decoration: none;
    color: #333333;
    background-color: #eee;
}

#right h2 a:link:hover  {
    text-decoration: none;
    color: #fff;
    background-color: #999;
}

#right h2 a:link:visited  {
    text-decoration: none;
    color: #333333;
    background-color: #eee;
}

#right a:link:active {
    text-decoration: none;
    color: #333333;
    background-color: #ccc;
}

#right a:visited:active {
    text-decoration: none;
    color: #333333;
    background-color: #ccc;
}


#right h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #333333;
    background-color: #ffffff;
    padding-top: 2px;
    padding-left: 0;
    margin-bottom: 5px;
    padding-bottom: 2px;
    clear: both;
}

#right p {
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
} 


#right ul {
    font-size: 80%;
    margin-top: 0px;
    margin-left: 15px;
    padding-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}


#right ul ul {
    font-size: 100%;
    margin-left: 5px;
    margin-bottom: 0px;
}


#right li {
    font-size: 100%;
    color: #333333;
    background-color: #ffffff;
    text-align: left;
    line-height: 120%;
    margin-top: 3px;
    list-style-type: none;
}


#right img,#left img {
    margin-top: 3px;
    margin-bottom: 3px;
    /*border-style: none;
    border: 1px solid #999;*/
    padding: 5px;
    background-color: #fff;
}


.photo {
    text-align: left;
    margin-bottom: 20px;
    }

.link-note {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: #333333;
    background-color: #ffffff;
    text-align: left;
    line-height: 150%;
    padding: 2px;
}

#powered {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: #333333;
    background-color: #ffffff;
    text-align: left;
    line-height: 150%;
    margin-top: 10px;
    margin-bottom: 20px;
}




#footer {
    padding: 5px;
    padding-top: 20px;
    padding-left: 30px;
    clear: both;
}


address {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    text-align: left;
}


#footer a {
    text-decoration: none;
    color: #000099;
    background-color: #ffffff;
}


#footer a:link {
    text-decoration: none;
    color: #000099;
    background-color: #ffffff;
}


#footer a:link:hover {
    text-decoration: none;
    color: #ff6633;
    background-color: #ffffff;
}


#footer a:link:active {
    text-decoration: none;
    color: #ff3300;
    background-color: #ffffff;
}


#footer a:visited {
    text-decoration: none;
    color: #000099;
    background-color: #ffffff;
}


#footer a:visited:hover {
    text-decoration: none;
    color: #ff6633;
    background-color: #ffffff;
}


#footer a:visited:active {
    text-decoration: none;
    color: #ff6633;
    background-color: #ffffff;
}

#footer div.f-link {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #000;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 60%;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    text-align: right;
}

.left{
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}

.clear {
	float: none;
}

img.frame {
    border: 1px solid #999;
}








/* Mac IE テキストエリア文字化け対策 */

select,input,textarea {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

textarea {
    font-size: 100%;
}
