/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */

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

#banner { position: relative; }
#banner-inner { position: static; }


/* 中央の背景色 */
#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; background-color: #e7e6b7;
    padding: 0 0 10px 0;}

#alpha, #beta, #gamma, #delta,#betaent, #baleft, #baright, #baleft2, #baright2 {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner, #baleft-inner, #baright-1nner {position: static;}


/* banner user/photo */

.banner-user {
    float: left;
    overflow: hidden;
    width: 64px;
    margin: 0 15px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
}

.banner-user-photo {
    display: block;
    margin: 0 0 2px 0;
    border: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.banner-user-photo img {
    width: 64px;
    height: auto;
    margin: 0;
    border: 0;
    padding: 0;
}


/* content */

.content-nav {
    margin: 10px;
    text-align: left;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}


.entry,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    background: #FFF;}

.trackbacks,
.comments{
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    background: #FFF;
    font-size: 90%;
    line-height: 140%;}


/* エントリーのコンテンツ 横幅など */

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
margin: 0px 0px 0px 0px;padding: 10px 20px 10px 20px; width: 580px;background-color: #FFF;     border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #369;
    clear: both;
}



.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

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

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

.comments-open-header {
    clear: both;
}

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

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-in-images {
    text-align: center;
    margin-bottom: 15px;}

.module-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}

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

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac \*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
    width: 14%;
    height: 75px;
    text-align: left;
    vertical-align: top;
}

.day-photo {
    width: 54px;
    height: 54px;
}

.day-photo a {
    display: block;
}

.day-photo a img {
    width: 50px;
    height: 50px;
}




/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */

body {font-family: Verdana, Arial, sans-serif;font-size: 100%;}


    /* リンクの色 */

a {text-decoration: underline;}
a:link {color: #0000D0;}
a:visited {color: #8B0064;}
a:active {color: #DC041B;}
a:hover {color: #FD042B;text-decoration: none;}


#banner a {color: #FFF;text-decoration: none;}
#banner a:hover {color: #FFFF00;text-decoration: none;}

.module-content a { color: #0000D0; }
.module-content a:visited {color: #8B0064;}
.module-content a:active {color: #DC041B;}
.module-content a:hover {color: #FD042B;text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    border-bottom: 0px solid #FFF;
    border-left: 2px solid #FFF;
    padding: 4px 5px 4px 5px;
    color: #333;
    background: #E7E6B7;
    background-image: url(""); /* 画像の指定 */
    font-size: 90%;
    font-weight: bold;
    line-height: 112%;
    text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
    color: #fff;
}

.entry-excerpt,
.entry-body,
.entry-more {
    clear: both;
    font-size: 92%;
    line-height: 140%;}

.entry-more-link,
 {  clear: both;
    font-size: 92%;
    font-weight: bold;
    line-height: 140%;}


.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 85%;
}

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


/* page layout */

body {
        color: #333;
	background-color: #e7e6b7;
	text-align: center;
	background-image: url(""); /* 画像の指定 */
}

#container {
    width: 902px;
    margin-bottom: 10px;}

#container-inner {
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #e7e6b7;
}

/* タイトルの枠 */

#banner {
    width: 898px; /* necessary for ie win */
    margin-top: 6px;
    margin-bottom: 0px;
border-width: 1px 1px 1px 1px; border-style: solid; border-color: #7D7163;
background-color: #FFF;}

#banner-inner {
    padding: 0px 0px;
    border-width: 0px;
    border-style: solid;
    border-color: #CCC;
    margin-left: 0px;
    margin-right: 0px;
background-color: #FFF;}

.banner-user {
    width: 70px;
    margin-top: 5px;
    font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

/* タイトルの文字 */
#banner-header {margin: 0; color: #fff; font-size: 46px; font-weight: bold; line-height: 1; text-shadow: #36414d 0 2px 3px; text-align: left; letter-spacing: -4px;}

/* タイトル説明文の文字 */
#banner-description { margin-top: 5px; margin-bottom: 5px; color: #444; background: none; font-size: 80%; font-weight: bold; line-height: 1.125;}

#beta-inner,
#gamma-inner,
#delta-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #fff;
}

/* 日付の文字 */
.date-header {
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	text-align: right;
	font-weight: bold;
	color: #333;
	padding: 3px 15px 3px 15px;
    margin-top: 20px;
    margin-bottom: 7px;
background-image: url(""); /* 画像の指定 */
    border-bottom: solid 0px #FFF;
    border-right: solid 0px #FFF;
    border-top: solid 0px #FFF;
    border-left: solid 0px #FFF;
    line-height: 120%;
    text-transform: uppercase;}

.hizuke {
    /* ie win (5, 5.5, 6) bugfix */
    text-align: right;
    width: 80%;
    w\idth: auto;
    margin-top: 7px;
    margin-bottom: 7px;
background-image: url("http://"); /* 画像の指定 */
    color: #5A573B;
    font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	font-weight: bold;
    padding: 5px 10px 5px 10px;
    line-height: 140%;
    border-right: 5px solid #857F46;
}



/* エントリーの題名の文字 */
.entry-header {
    color: #000;
    font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
    border-top: solid 1px #FFF;
    border-right: solid 5px #FFF;
    border-bottom: solid 1px #CCC495;
    border-left: solid 5px #FFF;
    padding: 3px 10px 3px 10px;
	background-color: #FFF;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    line-height: 155%;
    font-size: 110%;}

.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
    line-height: 150%;
}

.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;
}

/* エントリー・コメント・トラバのフッターの文字 */
.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 0 0;
    border-top: solid 0px #FFF;
    border-right: solid 0px #FFF;
    border-bottom: solid 1px #CCC495;
    border-left: solid 0px #FFF;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;
    color: #5A573B;
    background: #EAEBD7;
    background-image: url("");
    font-size: 80%;
    text-align: right;
    line-height: 140%;}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
    margin-left: 0px;
}


/* トラバのアドレスの文字 */
#trackbacks-info {
    margin: 0;
    border: 0px dashed #a3b8cc;
    padding: 3px 10px;
    color: #292e33;
    font-size: 88%;
    text-align: center;
    background: #FFF;}

.comments-open-footer {
    margin: 10px 0;
}

/* modules 左メニュー */

.module {
    margin: 0 0 10px 0;
    border-bottom: 0px solid #f3f6f9;
    background: #FFF;}


/* 左メニューの1つ1つの中味 */
.module-content {
    margin: 0 0 0 0;
    border: 1px solid #FFF;
    padding: 10px 10px 10px 10px;
    font-size: 85%;
    line-height: 120%;
    background: #FFF;}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content {
    margin-bottom: 0;
    border: 1px dashed #a3b8cc;
    padding-bottom: 10px;
    color: #292e33;
    background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }


/* 左メニューのリストのスタイル */
.module-list {
    margin: 0 7px 10px 10px;
    list-style: circle;}

.module-list .module-list {
    margin: 5px 0 14px 0;
    padding-left: 9px;
    list-style: none;
    border-left: 3px solid #E7E6B7;}

.module-list-item {
    margin-top: 0;
    color: #444;
    line-height: 1.2;}

.typelist-thumbnailed .module-list {
    margin: 0 0 10px 0;
    list-style: none;
}

.typelist-thumbnailed .module-list-item {
    margin: 1px 0;
    padding: 0;
    background: #f3f6f9;
}

.typelist-thumbnail {
    background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content {
    margin: 0;
    border-width: 0;
    padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item {
    width: 64px; /* mac ie fix */
    margin: 0 10px 10px 0;
    padding: 0;
    background: none;
}

.module-recent-photos .module-list-item a {
    border: #cfd4d9 1px solid;
    padding: 1px;
    background: #fff;
}

.module-recent-photos .module-list-item a:hover {
    border-color: #36414d;
    background: #fff;
}

.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }




/* two-column-left tweaks */

/* ##### 左メニューの ##### */
.layout-two-column-left #alpha { padding: 11px 0px 0px 0px; width: 220px; background: #CCCCCA; border-width: 0px 1px 1px 1px; border-style: solid; border-color: #7D7163; margin: -1px 0px 0px 0px;
background-image: url("http://wallpaper.macbb.com/img/back/back00.gif");background-repeat: repeat-y;background-position: 100%;}

.layout-two-column-left #alpha-inner {
    padding: 0px 11px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #CCCCCA;
}

/* ##### 右メインの ##### */
.layout-two-column-left #beta { padding: 0px 0px 0px 0px; width: 665px;background-color: #CCCCCA; border-width: 1px 1px 1px 1px; border-style: solid;
background-image: url("http://wallpaper.macbb.com/img/back/back00.gif");background-repeat: repeat-y;background-position: 100%;
    border-color: #7D7163; margin: 10px 0px 10px 11px;}
                      /* ##### ↑右上のスキマ ##### */


.layout-two-column-left #betaent {padding: 0px 12px 0px 12px; width: 640px;background-color: #e7e6b7;  border-width: 2px 2px 2px 2px; border-style: solid;
border-color: #FFF; margin: 10px 0px 10px 10px;}

#rin { width:640px; background-color: #CCCCCA; margin: 0px 12px 0px 13px;}

.betakage { background-color: #FFF; height: 1px;}

.layout-two-column-left #beta-inner {
    padding:  0px 0px 0px 0px;
    border-width: 0;}

/* ##### トップページのバナー左側の ##### */
#baleft {  width:567px; height:250px; margin: 0px 0px 0px 0px; border-width: 10px 10px 10px 10px; border-style: solid; border-color: #CCCCCA; background-color: #FFF; background-image: url("http://wallpaper.macbb.com/img/banner/titp006.jpg");background-position: 0% 0%;background-repeat: no-repeat;}

.layout-two-column-left #baleft-inner {
    padding: 0px 10px 10px 10px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #FFF;
}

/* ##### トップページのバナー右側の ##### */
#baright { padding: 0px 0px 0px 0px; width: 300px;height:250px; background-color: #CCCCCA; border-width: 10px 10px 10px 0px; border-style: solid; border-color: #CCCCCA; margin: 0px 0px 0px 0px;}


.layout-two-column-left #baright-inner {padding:  0px 0px 0px 0px; border-width: 0;}


/* ##### アーカイブページのバナー左側の ##### */
#baleft2 { width:747px; height:90px; margin: 0px 0px 0px 0px; border-width: 10px 10px 10px 10px; border-style: solid; border-color: #CCCCCA; background-color: #CCC; background-image: url("http://wallpaper.macbb.com/img/banner/titp101.jpg");background-position: 0% 0%;background-repeat: no-repeat;}

/* ##### アーカイブページのバナー右側の ##### */
#baright2 { padding: 0px 0px 0px 0px; width: 120px;height:90px; background-color: #CCCCCA; border-width: 10px 10px 10px 0px; border-style: solid; border-color: #CCCCCA; margin: 0px 0px 0px 0px;}





/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin: 10px 0px 10px 0px;
    border: solid 1px #CCC495;
    padding: 7px 7px;
    font-size: 75%;
    background: #FFF;}

.content-mokuji { margin: 0px;
    border: solid 1px #404040;
    padding: 10px;
    margin-bottom: 5px;
    background: #DDFFD1;
	line-height: 140%;}


/* Search results templates */
.mt-search-results .search-results-header {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 80%;
    w\idth: auto;

    margin-top: px;
    margin-bottom: 7px;
background-image: url("http://"); /* 画像の指定 */

    color: #000000;
    font-family: Verdana, Arial, sans-serif;
	font-size: 17px;
	text-align: left;
	font-weight: bold;
    padding: 5px 10px 5px 10px;
    line-height: 140%;
    border-bottom: 1px solid #FFF;}


.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.top-page-artop,
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 90%;
    w\idth: auto;

    margin-top: 7px;
    margin-bottom: 7px;
background-image: url("http://"); /* 画像の指定 */

    color: #000000;
    font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	text-align: left;
	font-weight: bold;
    padding: 5px 10px 5px 10px;
    line-height: 140%;
    border-left: 5px solid #9C0204;
}

/* Experimental comment styles
    Not currently in use anywhere in default templates
    For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
    width:36em;
}

#comments-experimental .comment {
    padding: 0px;
    margin: 10px 15px;
    background-color:#eef;
    border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
    position:relative;
    margin:-5px 0 0 -3px;
    background:#f3f3ff;
    border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
    border:1px solid #000;
    background-color: #fff;
}

#comments-experimental .comment a {
    text-decoration: none;
    border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
    color: #333;
    border-bottom: 1px solid #666;
}

#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
    margin-right: 15px;
    font-size: 10px;
    text-align: right;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }



/* ##### サイトヘッダー ##### */
.sitehead {
    font-family: Verdana, Arial, sans-serif;
	background-color: #CCCCCA;
    background-image: url("http://");
	font-size: 100%;
	color: #707070;
	text-align: left;
    padding: 5px 7px 0px 17px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    border-color: #FFF;
    line-height: 120%;
	height: 18px;
}

/* ##### サイトフッター ##### */
.sitefoot {
    font-family: Verdana, Arial, sans-serif;
	background-color: #E7E6B7;
	font-size: 11px;
	color: #707070;
	text-align: center;
    padding: 5px 7px 5px 7px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #555555;
    line-height: 120%;
	height: 16px;
    width: 770px;
}

.pic{ margin: 22px 0px 22px 0px; text-align: center;}
.googlerectangle{ margin: 22px 0px 0px 0px;}

ul.topics {list-style:url("") disc outside ;color:#333;}
li.topi{line-height: 130%;margin-top:10px;}

img.f01{float:left;margin-right:10px;margin-bottom:5px}
img.f02{float:right;margin-left:10px;margin-bottom:5px}

.boxmigi {
	padding: 5px 5px 5px 5px;
	background-color: #FFEECE;
	float:right;
	margin-left:10px;margin-bottom:5px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #999;	}
