/* 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;*/
    font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
}

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 */
    width: 960px;
    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%; }

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

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    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: 4px;
}*/

.date-header,
.entry-content {
    position: static;
    clear: both;
}
.entry {
	position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
.entry-topImg {
	background-image: url(images/topimg_header_02.gif);
	background-repeat: repeat-x;
	height: 132px;
	overflow: hidden;
}
.entry-toppage {
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 1px;
	margin-top: 10px;
}

.trackbacks,
.archive {
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
.trackbacks,
.comments {
	position: static;
	overflow: hidden;
	clear: both;
	width: 75%;
	margin-bottom: 20px;
	background-color: #F5F5F5;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-body {
	padding-right: 0px;
	padding-left: 0px;
	text-align: justify;
	text-justify: distribute;
	font-size: 10.2pt;
	line-height: 1.5;
}

.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: 240px;
}

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

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

#comment-post {
	font-weight: normal;
	background-color: #FFFFFF;
	font-size: 10pt;
	line-height: 1.4;
	color: #333333;
	letter-spacing: 2px;
}
#comment-preview {
	font-weight: normal;
	background-color: #FFFFFF;
	font-size: 10pt;
	line-height: 1.4;
	letter-spacing: 2px;
	color: #333333;
}

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-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: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, ;
	font-size: 14px;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, ;
}

a { 
	color: #3366CC;/*#f6802e*/
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
}
.top-description a {
	color: #5E4B39;
	text-decoration: underline;
	letter-spacing: 1px;
}
.top-description a:hover {
	color: #FF0000;
	text-decoration: underline;
	letter-spacing: 1px;
}

#banner a {
	color: #000000;
	text-decoration: none;
}
#banner a:hover { color: #fff; }

.top-comment-color {
	color: #605743;
	display: block;
}
.top-comment-color a:link{
	color: #605743;
	text-decoration: none;
}
.top-comment-color a:visited {
	color: #605743;
	text-decoration: none;
}
.top-comment-color a:hover {
	color: #605743;
	text-decoration: underline;
}

.module-content a {
	/*color: #36414d;*/
	color: #605743;
	}
/*.module-content a:hover { color: #a3b8cc; }*/
.module-content a:hover {
	color: #FF3300;
	}
.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a {
				color: #D74109;
}
.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
.archive-header a:hover {
	color: #FF3300;
}
.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: auto;
	w\idth: auto;
	margin: 0;
	color: #D74109;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
}
/*
.module-header {
	text-transform: none;
	}*/


.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 8pt;
}

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


/* page layout */

body {
    min-width: 720px;
    color: #4B555E;
    background: #ffcc33;
}
.text-darkBlue {
				color: #7A8B99;
}

#container {
    width: 960px;
    margin-bottom: 20px;
}

#container-inner {
}

#banner {
	width: 720px;
	background-image: url(images/topimg_header_02.gif);
	background-repeat: repeat-x;
	height: 132px;
	overflow: hidden;
}
#banner h1 {
	font-size: 14pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-left: 10px;
	line-height: 1;
	padding-bottom: 0px;
	}
/*
#banner-inner {
	padding-top: 15px;
	padding-right: 13px;
	padding-left: 13px;
	height: 80px;
	width: 694px;
}*/
#banner-inner {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 132px;
}
#banner-inner #title {
	margin: 0px;
	float: left;
	height: 132px;
	width: 320px;
	overflow: hidden;
}
#banner-inner #rightBox {
	float: right;
	width: 397px;
}

#rightBox #logo {
	overflow: hidden;
	width: 350px;
	margin-top: 25px;
	padding-left: 15px;
	text-align: right;
}
.banner-user {
    width: 70px;
    margin-top: 5px;
    font-size: 10px;
}

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

#banner-header {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-shadow: #36414d 0 2px 3px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: none;
}

#top-description h2,
.top-description h2 {
	font-size: 8pt;
	line-height: 1;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #ffffff;
}
#top-description h1,
.top-description h1 {
	font-size: 8pt;
	line-height: 1;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #ffffff;
}

#top-description {
	text-align: right;
	background-color: #a09c91;/*#999999 aaa698  a09c91*/
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 0px;
	white-space: nowrap;
	margin: 0px;
	display: none;
}
.top-description {
	text-align: right;
	background-color: #ffcc00;/*#999999 aaa698  a09c91*/
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 0px;
	white-space: nowrap;
	margin: 0px;
}
#footer {
	width: 100%;
	text-align: center;
	color: #999999;
	font-size: x-small;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
}
#alpha { 
	/*margin: 15px 15px 0 15px;*/
	width: 720px; /*width: 480px;*/
	background-color: #FFFFFF;
}
#alpha-inner {
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 35px;
	padding-top: 8px;
}
#alpha-inner-top {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
}
#alpha-inner-top2 {
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;/*#ECEE17 #DBCFB7*/
	margin-top: 0px;
}
.column-spacer {
	background-color: #FFCC00;
	height: 8px;
	width: 100%;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}
#border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #798141;
	border-bottom-color: #626734;
}
.border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #798141;
	border-bottom-color: #626734;
}
.border-btmColumn {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #798141;
}
.border-top {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #798141;
}
.borderFooter {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #798141;
	border-bottom-color: #626734;
}
#beta { 
	width: 240px;
}
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner {
	background-image: url(images/menuimg-middle.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#gamma-inner,
#delta-inner {
	padding: 10px 10px 0 10px;
}

.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.entry-header-top {
	margin-top: 8;
	color: #EB7E0E; /*EB7E0E*/
	font-size: 12pt;
	border-left-width: 18px;
	border-left-style: solid;
	border-left-color: #FF6666;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 1;
	margin-bottom: 5px;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
}
.entry-header-top a{
	text-decoration: none;
	color: #ED5C13;/*#EB7E0E*/
}
.entry-header-top a:hover{
	color: #EB7E0E;
	text-decoration: underline;
}

.entry-header {
	margin-top: 8;
	color: #333333; /*EB7E0E*/
	font-size: 12pt;
	border-left-width: 18px;
	border-left-style: solid;
	border-left-color: #FF6666;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 1;
	margin-bottom: 5px;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
}

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

.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;
	margin-left: 1px;
}

.entry-footer,
.comment-footer,
.trackback-footer {
	padding-top: 4px;
	color: #F6802E;
	font-size: 8pt;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4BF97;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, ;
}	
.entry-btm {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4BF97;
}
.entry-name,
.comment-name,
.trackback-name {
	color: #F6802E;
	font-size: 8pt;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka,;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4BF97;
}


.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
    margin-left: 10px;
}
.comment-content {
	padding-bottom: 10px;
}

/*.content-nav { margin-top: 0; }*/

#trackbacks-info {
	margin: 10px 0;
	padding: 0 10px;
	color: #292e33;
	font-size: 11px;
	text-align: center;
	background-color: #EEEADF;
}
.trackBackInfoBox {
	background-color: #EEEADF;
	font-size: 9pt;
	line-height: 1.4;
	border: 1px solid #EEEADF;
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.comments-open-footer {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	padding-left: 25px;
}

/* modules */

.module-content-toppage {
	margin: 0 0 10px 0;
 padding: 10px 10px 0 10px;
	font-size: 11px;
	line-height: 1.2;
	color: #997F4A;
}

.module {
    margin: 0 0 10px 0;
    /*border-bottom: 1px solid #f3f6f9;
    background: #dae0e6;*/
}

.module-content {
	margin: 0 0 10px 0;
	/*border-top: 1px solid #cfd4d9;*/
    padding: 10px 10px 0 10px;
	/*font-size: 10px;*/
				font-size: 11px;
	line-height: 1.2;
	color: #997F4A;
}

/*.module-search input { font-size: 10px; }*/


/*.module-search #search { width: 130px; }*/

.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 15px 10px 15px;
    list-style: disc;
}

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 15px;
    list-style: circle;
}

.module-list-item {
    margin-top: 0;
    color: #666;
    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; }


/* calendar tweaks */

.layout-calendar #alpha { width: 260px; }
.layout-calendar #beta { width: 420px; }

.layout-calendar #gamma,
.layout-calendar #delta {
    width: 190px;
}

.layout-calendar #gamma-inner,
.layout-calendar #delta-inner {
    border: 0;
    padding: 0;
}

.module-mmt-calendar { width: 398px; }
.module-mmt-calendar .module-content {
    margin: 0;
    border-width: 0;
    padding: 10px;
}

.module-mmt-calendar table {
    width: 378px;
    background: #a3b8cc;
}

.module-mmt-calendar th {
    color: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #f3f6f9;
    border-bottom: 1px solid #cfd4d9;
    padding: 2px;
    text-align: right;
    font-weight: bold;
}

.module-mmt-calendar td {
    border-top: 1px solid #fff;
    border-right: 1px solid #f3f6f9;
    border-bottom: 1px solid #cfd4d9;
    padding: 2px;
    text-align: right;
    font-weight: normal;
    background: #e6ecf2;
}

th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42 {
    border-right: none;
}

.module-mmt-calendar td { height: 70px; }

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

.day-photo a {
    border: #cfd4d9 1px solid;
    padding: 1px;
    background: #fff;
}

.day-photo a:hover {
    border-color: #36414d;
    background: #fff;
}

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


/* artistic tweaks */

.layout-artistic #alpha { width: 260px; }
.layout-artistic #beta { width: 420px; }

.layout-artistic #gamma,
.layout-artistic #delta {
    width: 190px;
}

.layout-artistic #gamma-inner,
.layout-artistic #delta-inner {
    border: 0;
    padding: 0;
}


/* moblog1 tweaks */

.layout-moblog1 #alpha {
    margin: 0;
    width: 180px;
    background: #e6ecf2;
}

.layout-moblog1 #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-moblog1 #beta {
    margin: 15px 15px 0 15px;
    width: 320px;
    background: none;
}

.layout-moblog1 #beta-inner {
    padding: 0;
    border-width: 0;
}

.layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

.layout-moblog2 #alpha {
    margin: 0;
    width: 86px;
    background: #e6ecf2;
}

.layout-moblog2 #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-moblog2 #beta {
    margin: 15px 15px 0 15px;
    width: 260px;
    background: none;
}

.layout-moblog2 #beta-inner {
    padding: 0;
    border-width: 0;
}

.layout-moblog2 #delta {
    width: 154px;
}

.layout-moblog2 .module-recent-photos {
    border: 0;
    background: none;
}

.layout-moblog2 .module-recent-photos .module-content {
    padding: 0;
    border: 0;
}

.layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }


/* timeline tweaks */

.layout-timeline #alpha { width: 260px; }
.layout-timeline #beta { width: 420px; }

.layout-timeline #gamma,
.layout-timeline #delta {
    width: 190px;
}

.layout-timeline #gamma-inner,
.layout-timeline #delta-inner {
    border: 0;
    padding: 0;
}


/* one-column tweaks */

.layout-one-column body { min-width: 520px; }
.layout-one-column #container { width: 520px; }
.layout-one-column #banner { width: 510px; } /* necessary for ie win */


/* two-column-left tweaks */

.layout-two-column-left #alpha {
    margin: 0;
    width: 200px;
    background: #e6ecf2;
}

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

.layout-two-column-left #beta {
    margin: 15px 15px 0 15px;
    width: 480px;
    background: none;
}

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


/* three-column tweaks */

.layout-three-column #alpha {
    margin: 0;
    width: 180px;
    background: #e6ecf2;
}

.layout-three-column #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-three-column #beta {
    margin: 15px 15px 0 15px;
    width: 320px;
    background: none;
}

.layout-three-column #beta-inner {
    padding: 0;
    border-width: 0;
}


/*
 *  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; }
.entry-header a:hover { text-decoration: underline; }
    /* Suppress the prev/next nav */
.content-nav {
	margin: 0px;
	font-size: 8pt;
	line-height: 1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, ;
}

/* Search results templates */
.mt-search-results .search-results-header {
	border: 1px solid #8AB3DE;
	background-color: #8AB3DE;
	color: #FFFFFF;
	padding: 3px;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, ;
	font-size: 11pt;
	line-height: 1;
	font-weight: normal;
}

.search-header {
	color: #6296CB;
	padding: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, ;
	font-size: 11pt;
	line-height: 1;
	font-weight: normal;
}

.search-area {
	border: 1px solid #8AB3DE;
	margin-bottom: 25px;
}

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

form input,textarea {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
.input-btn {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	cursor: pointer;
}

/* 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;
	font-size: 9pt;
	line-height: 1;
	font-weight: normal;
	color: #996600;
}


/* 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:440px; }

/* 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 */
.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: auto;
	w\idth: auto;
	color: #000000;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ff9b4b;
	font-size: 12pt;
	margin-top: 3;
	margin-right: 3;
	margin-bottom: 3;
	margin-left: 3;
}

/* 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; }

.menuImgTop {
	height: 120px;
	width: 240px;
	overflow: hidden;
	display: inline;
	margin: 0px;
}
.menuImgBtm {
	height: 70px;
	width: 240px;
	overflow: hidden;
	display: inline;
	margin: 0px;
}
.bg-for-ie {
	background-image: url(images/menuimg_ie.gif);
	background-repeat: no-repeat;
	height: 200px;
}
.clear-all {
	clear: both;
}
.topPageBox-left {
	float: left;
	width: 250px;
	text-align: left;
}
.topPageBox-right {
	float: right;
	width: 380px;
	text-align: left;
	padding-top: 20px;
}
.topPageBox-left-inner {
	padding-right: 0;
	padding-left: 0;
	padding-top: 8px;
}
.topText {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 9pt;
	line-height: 1.5;
	font-weight: normal;
	color: #d87807;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	padding-top: 35px;
}
.topText2 {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 8pt;
	line-height: 1.2;
	font-weight: normal;
	color: #8D694A;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
}
.topText3 {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 9pt;
	line-height: 1.2;
	font-weight: normal;
	color: #5E4B39;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	padding-top: 2px;
}
.topText4 {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 9pt;
	line-height: 1.2;
	font-weight: normal;
	color: #5E4B39;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	padding-top: 0px;
}
.topText-small {
	font-size: 8pt;
}
.text {
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
	font-size: 9pt;
	line-height: 1.5;
	font-weight: normal;
	color: #333333;
	margin-top: 1em;
	margin-bottom: 1em;
}
.top-commentEx {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 9pt;
	line-height: 1.5;
	font-weight: normal;
	color: #65747F;
	margin-top: 1em;
	margin-bottom: 1em;
	/*text-align: justify;
	text-justify: distribute;*/
	padding-right: 15px;
}

.bg-line {
	background-image: url(images/bg_line.gif);
}
.bg-line-dark {
	background-image: url(images/bg_line_dark.gif);
}
.topPageImg-left {
	float: left;
	padding-right: 15px;
}
.top-entry-border {
	/*background-color: #FBFCEC;*/
	background-color: #ffffff;
	/*background-color: #FFFFE7;*/
	/*background-color: #F8F8FA;*/
	padding-right: 25px;
	padding-left: 55px;
	padding-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #FFFFFF;/*#EAE3D7*/
	border-left-color: #ffffff;
}

.text-color-brown {
	color: #C8580A;/*#9E4D0F  #CC6600*/
}
.text-color-brown2 {
	color: #9E4D0F;/*#9E4D0F  #CC6600*/
}

.text-color-brown4 {
	color: #5E4B39;
}
.text-color-brown42 {
	color: #927B65;
}
.text-color-brown5 {
	color: #EB7E0E;
}

.text-color-orange {
	color: #FFFFCC;
}
.text-color-orangered {
	color: #ff4500;
}
.text-color-cadetblue {
	color: #5f9ea0;
}
.about-entry {
	/*color: #009999;*/
	color: #996633;
	font-size: 8pt;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	line-height: 1;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-left: 2px;
}
.text-color-brown3 {
	/*color: #009999;*/
	color: #996633;
	font-size: 8pt;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	line-height: 1;
	padding-bottom: 3px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text-color-Lgray {
	color: #999999;
}
.text-color-Dgray {
	color: #666666;
}


.text-color-paleY {
	color: #FFFFCC;
	letter-spacing: 1px;
	padding-top: 20px;
}
.text-color-white {
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 2px;
	padding-left: 2px;
}
.text-color-bl {
	color: #2C2F37;
	font-size: 10pt;
	line-height: 1.5;
}

.text-date {
	font-size: 8pt;
	color: #81674e;
}

.text-color-dg {
	color: #333333;
}
.h-spacer {
	height: 12px;
	width: 10px;
}
.h3midashi {
	font-size: 14pt;
	line-height: 1.1;
	font-weight: normal;
	color: #f39a00;
	margin: 0px;
}
.h3midashi .small {
	font-size: 9pt;
}
.top-list-ul {
	list-style-image: url(images/list.gif);
	list-style-type: none;
	margin-bottom: 25px;
	margin-top: 8px;
}
.top-list-ul li {
	padding-bottom: 3px;
}
.top-list-ul a {
	color: #d87807;
	text-decoration: none;
}
.top-list-ul a:hover {
	color: #d87807;
	text-decoration: underline;
}
.entry-footer-top {
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
	display: inline;
}
.archive-list-item {
	padding-bottom: 4px;
}
.tag-h4 {
	font-size: 11pt;
	font-weight: normal;
}
.tag-h4 a{
	text-decoration: none;
	color: #ED5C13;/*#EB7E0E*/
}
.tag-h4 a:hover{
	color: #EB7E0E;
	text-decoration: underline;
}
#comments-open-data {
	padding-left: 25px;
}
#comments-open-text {
	padding-left: 25px;
}
.comments-open-moderated {
	padding-left: 25px;
	line-height: 1.4;
	color: #666666;
	padding-right: 25px;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
}
.comments-content {
	background-color: #FFFFFF;
}
.btn-area {
	width: 150px;
	float: right;
}

a.txt-btn:link {
	font-size: 7pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #18A2E0;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #40E2FF;
	border-right-color: #0072EF;
	border-bottom-color: #0072EF;
	border-left-color: #40E2FF;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	display: block;
	white-space: nowrap;
}
a.txt-btn:visited {
	font-size: 7pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #18A2E0;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #40E2FF;
	border-right-color: #0072EF;
	border-bottom-color: #0072EF;
	border-left-color: #40E2FF;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	display: block;
	white-space: nowrap;
}
a.txt-btn:hover {
	font-size: 7pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CBFF;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #40E2FF;
	border-right-color: #33C2D9;
	border-bottom-color: #33C2D9;
	border-left-color: #40E2FF;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	display: block;
	white-space: nowrap;
}

a.txt-btn-atom:link {
	font-size: 8pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #18A2E0;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #40E2FF;
	border-right-color: #0072EF;
	border-bottom-color: #0072EF;
	border-left-color: #40E2FF;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: block;
	width: 40px;
}
a.txt-btn-atom:visited {
	font-size: 8pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #18A2E0;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #40E2FF;
	border-right-color: #0072EF;
	border-bottom-color: #0072EF;
	border-left-color: #40E2FF;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: block;
	width: 40px;
}
a.txt-btn-atom:hover {
	font-size: 8pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CBFF;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #40E2FF;
	border-right-color: #33C2D9;
	border-bottom-color: #33C2D9;
	border-left-color: #40E2FF;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: block;
	width: 40px;
}

a.txt-btn-rss:link {
	font-size: 8pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FF6633;
	border-bottom-color: #FF6633;
	border-left-color: #FFFF00;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: block;
	width: 40px;
}
a.txt-btn-rss:visited {
	font-size: 8pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FF6633;
	border-bottom-color: #FF6633;
	border-left-color: #FFFF00;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: block;
	width: 40px;
}
a.txt-btn-rss:hover {
	font-size: 8pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF99;
	border-right-color: #FF9966;
	border-bottom-color: #FF9966;
	border-left-color: #FFFF99;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: block;
	width: 40px;
}
a.txt-btn-feed:link {
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FF6633;
	border-bottom-color: #FF6633;
	border-left-color: #FFFF00;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: block;
	width: 80px;
}
a.txt-btn-feed:visited {
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FF6633;
	border-bottom-color: #FF6633;
	border-left-color: #FFFF00;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: block;
	width: 80px;
}
a.txt-btn-feed:hover {
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF99;
	border-right-color: #FF9966;
	border-bottom-color: #FF9966;
	border-left-color: #FFFF99;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: block;
	width: 80px;
}
a.txt-btn-track:link {
	font-size: 7pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FF6633;
	border-bottom-color: #FF6633;
	border-left-color: #FFFF00;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: block;
	width: 150px;
}
a.txt-btn-track:visited {
	font-size: 7pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FF6633;
	border-bottom-color: #FF6633;
	border-left-color: #FFFF00;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: block;
	width: 150px;
}
a.txt-btn-track:hover {
	font-size: 7pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF99;
	border-right-color: #FF9966;
	border-bottom-color: #FF9966;
	border-left-color: #FFFF99;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: block;
	width: 150px;
}

.item-L {
	float: left;
}
.item-R {
	float: left;
}
.btn-box {
	padding-top: 10px;
}

.bata-menu-btn {
	font-size: 10px;
	line-height: 1.4;
	font-weight: normal;
	background-color: #FFFF99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CBB07C;
	border-right-color: #D1700C;
	border-bottom-color: #D1700C;
	border-left-color: #CBB07C;
	color: #805740;
	padding-top: 0px;
	cursor: pointer;
	letter-spacing: 1px;
	margin-left: 3px;
	margin-top: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.bata-menu-input {
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFF99;
	border-left-color: #CCCCCC;
	width: 130px;
}
.c-space {
	margin-bottom: 5px;
}
.text-color-brown3 {
	color: #996633;/*#9E4D0F  #CC6600*/
}
.bg-yellow {
	background-image: url(images/bg-yellow.gif);
	background-repeat: repeat-y;
}
.bg-yellow2 {
	background-image: url(images/bg-yellow2.gif);
	background-repeat: repeat-y;
}
.space-10upper {
	margin: 0px;
	height: 10px;
	overflow: hidden;
}
.space-10btm {
	margin: 0px;
	height: 10px;
	overflow: hidden;
}
.space-10 {
	margin: 0px;
	height: 10px;
	overflow: hidden;
}
.pad-50 {
	padding-left: 50px;
}
.mar-50 {
	margin-left: 50px;
}
.content-nav a,
.entry-footer a,
.post-footers a,
.comment-name {
	color: #f6802e;
}

.content-nav a:hover,
.entry-footer a:hover,
.post-footers a:hover,
.comment-name a:hover {
	color: #666666;
	text-decoration: underline;
}

.module-header a {

}

.top-description h1 {
	display: inline;
}
.top-description .btn {
	position: relative;
	display: inline;
	font-size: 8pt;
	line-height: 1;
}
.top-description ul {
	margin: 0px;
	list-style-type: none;
	display: inline;
}
.top-description li {
	display: inline;
	margin: 0px;
	list-style-type: none;
}
a.txt-btn-mpn:link {
	font-size: 8pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7f7f7f;
	text-align: center;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #949494;
	border-right-color: #656565;
	border-bottom-color: #656565;
	border-left-color: #949494;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: inline;
	white-space: nowrap;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	letter-spacing: 0px;
}
a.txt-btn-mpn:visited {
	font-size: 8pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7f7f7f;
	text-align: center;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #949494;
	border-right-color: #656565;
	border-bottom-color: #656565;
	border-left-color: #949494;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: inline;
	white-space: nowrap;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	letter-spacing: 0px;
}
a.txt-btn-mpn:hover {
	font-size: 8pt;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	text-align: center;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FF6633;
	border-bottom-color: #FF6633;
	border-left-color: #FFFF00;
	font-family: verdana, 'trebuchet ms', sans-serif;
	display: inline;
	white-space: nowrap;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	letter-spacing: 0px;
}

.justify {
	text-align: justify;
	text-justify: distribute;
}

/*|||本文用のスタイル  このインポートが最終行となるようにしてください|||*/
@import url("style_pages.css");
/*|||||||||||||||||||||||||||||*/
