@charset "utf-8"; /* PublishCharset into mt-config.cgi */

* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
}

a,
a:link,
a:visited {
    color: cadetblue;
    text-decoration: none;
}
a:hover {
    color: #222233;
    background-color: #ded;
    text-decoration: underline;
}
a:active {}

a img {
    border: 0;
}

p {
    margin-top: 15px;
    margin-bottom: 15px;
}

ul {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

dl {}
dt {}
dd {
    padding-left: 8px;
}

form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #bbc7c1;
    font-size: 11px;
    line-height: 150%;
    color: #000000;
}
blockquote a,
blockquote a:link,
blockquote a:visited {
    color: #dd7700;
    text-decoration: none;
}

.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

#banner {
    padding: 0px 15px;
    text-align: right;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #bbaaaa;
    font-size: 26px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

#banner h2 {
    color: #bbaaaa;
    font-size: 12px;
}

/* カレンダー */
#calendar {
    text-align: center;
font-size: 10pt;
    background: none;
       color: thistle;
    display:block;;
    margin: 10px 0px;
}

#calendar  caption{
	font-size: 10pt;
       color: thistle;
}

#calendar table {
	border: 0px;
}

#calendar th {
	font-size: 10pt;
       color: thistle;
    padding: 1px 2px;
}

#calendar td {
	font-size: 10pt;
       color: thistle;
    padding: 1px 2px;
}

#calendar .today {
	font-size: 11pt;
	color: #ff9900;
}

#calendar .sat {
	font-size: 10pt;
	color: #000066;
}

#calendar .sun {
	font-size: 10pt;
	color: #990000;
}

#calendar a,
#calendar a:link,
#calendar a:visited {
	font-size: 10pt;
    text-decoration: none;
}


/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    font-size: 10px;
    font-weight: bold;
    color: #dddddd;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0px 0px 15px;
/*   color: #bbaaaa; */
    color: #ddcccc;
    background: #151a15;
    filter: alpha( style=0, opacity=70 );
    -moz-opacity:0.8;
    font-size: 11px;
    line-height:150%;
    word-break: break-all;
    padding:  5px 8px;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
    margin: 5px 0 0;
    color: #ff9966;
    font-size: 10px;
    font-weight: bold;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #aaaadd;
    font-size: 9px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 30px 10px 10px 10px;
    text-align: center;
    font-size: 12px;
    color: #86cadc;
    text-align: right;
}

/* サイドメニュータイトル */
.sidetitle {
    color: #444444;
    text-align: center;
    font-size: 10px;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
    border-left: 15px solid #dd7700;
    background-color: #ccc7c1;
    display:block;
    padding: 2px 10px 2px 3px;
    margin-top: 10px;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #dddddd;
    font-size: 10px;
    line-height: 150%;
    padding: 3px;
}

.side #mag {
    margin: 10px 0 10px;
    color: #ffffdd;
    font-size: 12px;
}
.side #mag a,
.side #mag a:link,
.side #mag a:visited {
    color: #ff9966;
	font-size: 10pt;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #bbbbbb;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    text-align: left;
    color: #bbbbbb;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
    float: none;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

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

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

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

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
	color: #bbaaaa;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #444444;
    background: #ccc7c1;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #bbaaaa;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}


body.layout-three-column {
    margin-bottom: 20px;
    text-align: center;
    background-color: #000000;
    background-repeat: no-repeat;
    background-image: url(http://mttb.no22.tk/mt-static/images/kyousitu.jpg);
}

.layout-three-column #container {
    margin-bottom: 10px;
}

.layout-three-column #box {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    text-align: left;
}

.layout-three-column #content {
    float: left;
    width: 755px;
    margin: 0 0 0 0;
}

.blog {
   margin: 30px 0 0 0;
    float: left; 
    width: 530px;
    padding: 12px 10px;
    font-size: 10px;
    color: #36414d;
}


.layout-three-column #links-left{
    float: right;
    margin: 10px;
    width: 174px;
}

.layout-three-column #links-side-box {
    float: right;
    width: 195px;
}

.layout-three-column #links-right {
    float: right;
    margin: 10px;
}

.layout-three-column #google {
    padding: 10px;
}

.layout-three-column #footer {
    clear: both;
    width: 100%;
    padding: 0 0 0 0;
	border-top: 1px solid #888888;
    color: #aaaaaa;
    font-size: 10px;
	text-align: center;
    margin: 10px 5px 5px 0;
}

.layout-three-column #footermenu {
    clear: both;
    width: 100%;
    padding: 0 0 0 0;
    color: #aaaaaa;
    font-size: 10px;
    text-align: center;
    margin: 0px 0px 0px 0;
}



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

.layout-three-column #yahoo {
    float: right;
}
#navcontainer {
position: absolute;
top: 35px;
left: 250px;
font-size: 11px;
}
#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: transparent ;
text-align: left;
font: normal 11px;
text-decoration: none;
color: #666;
}

#navcontainer ul li a:hover
{
background: transparent ;
color: #999;
}

#navcontainer ul li a#current
{
background: transparent ;
color: cadetblue;
}

.report {
    color: #ff9966;
   font-size: 12pt;
}

.report2 {
    color: #ffffdd;
   font-size: 11pt;
}

#marqueecontainer{
position: relative;
width: 162px; /*marquee width */
height: 120px; /*marquee height */
background-color: black;
overflow: hidden;
border: none;
padding: 0px;
padding-left: 4px;
color: white;
font-size: 12px;
}
