@charset "utf-8";

/* 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,
		Arial,
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
    font-size: 13px;
   line-height:140%;
}

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: 5px;
    margin-bottom:3px;
}

ul,li{
list-style:none;
}


/* 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: 820px;
height: auto;
    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 {
    display: inline; /* ie win bugfix */
    position: relative;
    float:right;
    min-height: 1px;
}


#alpha-inner, #beta-inner {
    position: static;
}


/* content */


.entry-content {
    position: static;
    clear: both;
}

.entry,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
   margin-top:15px;
    margin-bottom: 20px;
}

.entry-content {
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}



img.image-full { width: 100%; }


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;

}

.module-content {
    position: relative;
    margin: 0 0 5px 0x;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-bottom: 7px;
_height:20px;/* ie */
padding-bottom:5px;;
}


ul.pickup{
margin-top:10px;
padding-left:0;
margin-left:0;
margin-bottom:10px;
}

ul.pickup li{
margin-right:10px;
margin-bottom: 7px;
padding-left:5px;
padding-bottom:5px;
}


/* 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; }
/* */



.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 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;
}


/* basic page elements */

body {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    font-size: 13px;
}

a { color: #1641be; text-decoration: underline; }
a:hover { color: #68aac5;  text-decoration: none;}

#banner a { color: #333; text-decoration: none; }
#banner a:hover { color: #fed443;}

.module-content a { color: #d75981; text-decoration:underline; }
.module-content a:hover { color: #68aac5;  text-decoration: underline;}

.pickup a { color: #d75981; text-decoration:underline; }
.pickup a:hover { color: #68aac5;  text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    color: #333;
height:35px;
padding-left:50px;
padding-top:8px;
_padding-top:11px;  /* ie */
    background:url(images/module-header.gif) no-repeat;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
   
}

.module-header a,
.module-header a:hover {
    color: #333;
}


.commenter-profile img { vertical-align: middle; }


ul.site-list{
padding-top:5px;
}


ul.site-list li{
font-size:13px;
padding-bottom:5px;
 padding-left:22px;
background: url(images/arrow.gif) no-repeat; 
}

h2.sitemap{
    margin: 0;
height:35px;
padding-top:5px;
 padding-left:50px;
    color: #333;
    font-weight:bold;
font-size:13px;
background:#fff url(images/map.gif) no-repeat; 
   
}


h3.sitemap-description{
width:200px;
font-size:13px;
padding-left:5px;
margin-top: 10px;
margin-left: 20px;
margin-bottom:5px;
}

/* パンくず */
.pan{
font-size:11px;
margin-bottom: 20px;
}


/* page layout */

body {
    min-width:820px;
    color: #333;
background:url(images/grad.jpg) repeat-x ; 
}

#container {
    width: 820px;
    background: #fff   url(images/bgc.gif) repeat-y;
border-left:1px solid #cecece;
border-right:1px solid #cecece;
}

#container-inner {
    border-width: 0 0 0 0;
    border-style: solid;
}

#banner {
 width: 820px; 
__width:821px; 
height:210px;
background:#fff  url('images/header.jpg') top center no-repeat;
}

#banner-inner {
    padding: 0 0;
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: #333;
}



#banner-header {
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    text-shadow: #36414d 0 2px 3px;
padding-left:15px;
padding-top:10px;
text-align:left;
}

#banner-description {
    color: #333;
background: none;
margin-top:15px;
margin-left:25px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.14;
    text-shadow: #36414d 0 1px 2px;
text-align:left;
}


/*navi*/

ul.aboutus {
margin:0; 
padding-left:0;
background: url(images/mbg.gif) repeat-x;
height:28px;
font-size:12px;
}


ul.aboutus li {
 margin: 0;
padding: 0;
float: left; 
}

ul.aboutus a { 
display:block;
  padding:5px 20px; 
_padding:4px 20px;
  font-weight:bold; 
  background: url(images/navi_off.gif) top right;
  color: #333;
  text-decoration: none; 
}

ul.aboutus  a:hover {
  color: #a78d49;
  background: url(images/navi_on.gif) top right;
}


#alpha { 
margin: 5px 10px 0 10px; 
width: 540px;
}

#beta { 
width: 240px; 
}

#beta-inner {
	padding: 25px 0 0 0;
}


.entry-header {
    margin-top: 10px;
    border-left: 7px solid #f7b018;
  border-bottom:1px solid #f7b018;
    padding: 3px 0 4px 10px;
    color: #333333;
    font-size: 18px;
}

.entry-content {
    margin: 0;
    line-height: 1.5;
}

.entry-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}





/* mainimage */

#mainimage{
background:#fff url(images/top.jpg) no-repeat; 
width:540px;
}

.maintext{
font-size:13px;
padding-left:0;
padding-top:290px;
width:540px;
}

#maintext p{
padding-top:1px;
color:#333333;
}

/* rss */

#rss{
margin-top:20px;
margin-bottom:20px;
line-height:140%;
}




/* news */
ul.news{
 width: 100%;
margin-left:0;
padding-left:0;
}




/* modules */

.module {
margin: 0 10px 10px 0;
}

.module-content {
 margin: 0 0 10px 0;
padding: 0 10px 0 0;
_padding:0 0 0 0;
    font-size: 10px;
    line-height: 1.2;
}


.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;
}


.module-list {
    margin: 0 0 10px 0;
    list-style: disc;
}


.module-list-item {
padding-left:5px;
    margin-top: 0;
    color: #333;
    line-height: 1.3;
font-size:13px;
}

.typelist-thumbnailed .module-list {
    margin: 0 0 5px 0;
    list-style: none;
}

.typelist-thumbnailed .module-list-item {
    margin: 1px 0;
    padding: 0;
    background: #fff;
}


.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;
}






/*
 *  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; }




/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 13px; }
.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: 100%;
    w\idth: auto;

    margin: 0;
height:35px;
padding-top:5px;
    padding-left:70px;
    color: #333;
    font-weight:bold;
font-size:13px;
    background: #fff url(images/map.gif) no-repeat;

}

/*フッター*/

#footer {
clear: both;
color: #333;
font-size: 12px;
text-align: center;
height:70px;
background:#f899b7;
background-repeat: no-repeat;
background-position: center 0;
}



#footer a { color: #333; text-decoration: underline; }
#footer a:hover { color: #cce9f7;  text-decoration: none;}


address {
padding-top:30px;
	font-size: 12px;
	text-align: center;
	font-style: normal;
}




#banbox {
	text-align: center;
	margin-bottom: 15px;
	margin-right: 10px;
}
