/* 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;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h4, h5, h6 { font-weight: normal; }
h1, h2, 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: 720px;
    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: left;
    min-height: 1px;
}



#alpha-inner, #beta-inner {
    position: static;
}



/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content
 {
    clear: both;
}

.entry-body
 {
    clear: both;
}

.entry-footer
 {
    clear: both;
    margin: 5px 10px 20px 10px;
}


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 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
}


.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;
}


/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */

body {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", verdana, helvetica, arial, sans-serif;
    font-size: 12px;
}

a { color:#0072BC; text-decoration:none;}
a:hover { text-decoration:underline;}

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #0000ff; }
.module-content a:hover { color: #0000ff; }

h1, h2, h4, h5, h6 {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", verdana, helvetica, arial, sans-serif;
}

.module-header {
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0;
	border-left: 0px solid #36414d;
	padding: 5px;
	color: #fff;
	background: url(images/theme/module-header.gif);
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align: left;
}

.module-header a,
.module-header a:hover {
    color: #fff;
}


/* page layout */

body {
    min-width: 1050px;
    color: #000;
    background: url(images/theme/body.gif);
}

#container {
    width: 1050px;
	margin: 0 auto;
    background: #fff;
}

* html #container {
behavior: expression(IEPNGFIX.fix(this));
} 

#container-inner {
    margin: 0 30px;
    background: url(images/theme/beta.gif);
}

#banner {
    width: 400px; /* necessary for ie win */
    height: 100px;
    background:#fff;
	float:left;
}

#banner-right { width:400px; height:100px; float:right;}

#banner-inner {
    padding: 5px 20px 0 10px;
}


#banner-header {
    margin: 0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.125;
}

#alpha { margin: 15px 15px 0 15px; width: 520px; }
#beta { width: 200px; background: #fff; }

#beta-inner
{
	padding: 10px 10px 0 10px;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #fff;
}

#footer
{
   text-align: center;
   background: url(images/theme/footer.gif);
   margin: 15px 0 0 0;
   padding: 15px 0 30px 0;
   color: #333;
}

#footer a { color:#333; text-decoration:none;}

#footer a:hover { text-decoration:underline;}

address
{
   color: #333;
   font-style: normal;
   font-size: 12px;
   margin-top:25px;
}

.entry-content {
    margin: 0;
    line-height: 1.8;
	font-size: 14px;
}


/* modules */

.module {
    margin: 0 0 10px 0;
    border-bottom: 0px solid #f3f6f9;
    background: #fff;
}

.module-content {
    margin: 0 0 5px 0;
    border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
    padding: 10px;
    font-size: 12px;
    line-height: 1.2;
}

.module-search input { font-size: 12px; }
.module-search #search { width: 100px; }

.module-list {
    margin: 0 0 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: #000;
    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;
}

/* one-column tweaks */

.layout-one-column body { min-width: 970px; }
.layout-one-column #container { width: 970px; }
.layout-one-column #banner { width: 940px; } /* necessary for ie win */

.layout-one-column #alpha {
    margin: 0;
    padding: 0;
	width: 940px;
    background: #fff;
}

.layout-one-column #alpha-inner {
    margin: 15px auto;
    padding: 0;
    width: 550px;
}


/* two-column-left tweaks */

.layout-two-column-left #alpha {
    float: right;
    margin: 0;
    padding: 0;
    width: 770px;
    background: none;
}

.layout-two-column-left #alpha-inner {
    padding: 0;
    border-width: 0;
}

.layout-two-column-left #beta {
    float: left;
    margin: 10px 0;
    width: 200px;
    background: url(images/theme/beta_bg.gif);
}

.layout-two-column-left #beta-inner {
    padding: 0px 10px 10px 10px;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
}

.layout-two-column-left #beta a { color:#0072BC; text-decoration:none;}

.layout-two-column-left #beta a:hover { text-decoration:underline;}

/* 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; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0px; display: none; }

/* 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; }




/* text */

.mincho { font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3" }

.gothic { font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" }

.souei { font-family: "HGP創英角ｺﾞｼｯｸUB", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }

.meirio { font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}

.red { color: #ff0000 }

.dark-red { color: #cc0000 }

.orange { color: #ff9900 }

.yellow { color: #ffff00 }

.green { color: #99ff99 }

.blue { color: #0000ff }

.dark-blue { color: #006699 }

.bold { font-weight: bold }

.italic { font-style: italic }

.center { text-align: center }

.right { text-align: right }

.left { text-align: left }

.middle { vertical-align:middle; }

.line-through { text-decoration: line-through }

.underline { text-decoration: underline }

.underline-dashed { border-bottom: 1px dashed #999; }

.small { font-size: 85% }

.smaller { font-size: 80% }

.big { font-size: 110% }

.larger { font-size: 150% }

.larger2 { font-size: 180% }

.headline { color: #cc0000; font-size: 35px; font-weight: normal; font-family: "HGP創英角ｺﾞｼｯｸUB", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; line-height: 1.4; } 

.bg-red { background-color: #ff9999 }

.bg-yellow { background-color: #ffff99 }

.bg-icon-lightbulb { background: url(images/lightbulb.gif) no-repeat ; padding-left: 20px }

.bg-icon-comment { background: url(images/comment.gif) no-repeat ; padding-left: 20px }

.bg-icon-exclamation { background: url(images/exclamation.gif) no-repeat ; padding-left: 20px }

.bg-icon-page_white_text { background: url(images/page_white_text.gif) no-repeat ; padding-left: 20px }

.bg-icon-attach { background: url(images/attach.gif) no-repeat ; padding-left: 20px }

.bg-icon-no_1 { background: url(images/no_1.gif) no-repeat ; padding-left: 35px }

.bg-icon-no_2 { background: url(images/no_2.gif) no-repeat ; padding-left: 35px }

.bg-icon-no_3 { background: url(images/no_3.gif) no-repeat ; padding-left: 35px }

.rollover-red
{
   margin: 30px 0;
   padding: 0;
   font-size: 16px;
   font-family: "HGPｺﾞｼｯｸE", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   text-align: center;
   font-weight: normal;
}

.rollover-red a
{
   margin: 0;
   padding: 8px 24px;
   color: #fff;
   background: #cc0000;
   text-decoration: none;
   border-top: 2px solid #ff6666;
   border-left: 2px solid #ff6666;
   border-right: 2px solid #660000;
   border-bottom: 2px solid #660000;
}

.rollover-red a:hover
{
   color: #fff;
   background: #dd3333;
   text-decoration: none;
   border-top: 2px solid #ff6666;
   border-left: 2px solid #ff6666;
   border-right: 2px solid #660000;
   border-bottom: 2px solid #660000;
}

/* image */

.img-left
{
   float: left;
   margin-right: 10px;
}

.img-right
{
   float: right;
   margin-left: 10px;
}

.clear { clear: both; }


/* box */

.voice
{
   margin: 15px 0;
   padding: 10px;
   background-color: #fff;
   line-height: 1.6;
   border: 2px solid #e3e3e3;
}

.box-red
{
   margin: 15px 0;
   padding: 10px;
   background-color: #fff5f5;
   border: 2px solid #ff9999;
}

.box-blue
{
   margin: 15px 0;
   padding: 10px;
   background-color: #eefaff;
   border: 2px solid #99ccff;
}

.box-yellow
{
   margin: 15px 0;
   padding: 10px;
   background-color: #ffffee;
   border: 2px solid #ffcc99;
}

.box-green
{
   margin: 15px 0;
   padding: 10px;
   background-color: #efffef;
   border: 2px solid #99ff99;
}

.box-pink
{
   margin: 15px 0;
   padding: 10px;
   background-color: #fff9ff;
   border: 2px solid #ffccff;
}

.box-gray
{
   margin: 15px 0;
   padding: 10px;
   background-color: #fff;
   border: 2px solid #e3e3e3;
}


/* list */

.list-check
{
   margin: 15px 0;
   padding: 0px 10px 15px 35px;
   background-color: #ffffee;
   line-height: 1.6;
   border: 2px solid #ffcc99;
   list-style-image: url(images/checkmark.gif);
   list-style-position: outside;
}

.list-check li
{
   margin-top: 10px;
   color: #333;
}

.list-check2
{
   margin: 0;
   padding: 0px 10px 5px 35px;
   background-color: none;
   list-style-image: url(images/arrow_01.gif);
   list-style-position: outside;
}

.list-check2 li
{
   margin-top: 0px;
   color: #333;
}

.list-check3
{
   margin: 0;
   padding: 0px 10px 15px 10px;
   background-color: none;
   list-style-image: url(images/arrow_02.gif);
   list-style-position: inside;
}

.list-check3 li
{
   margin-top: 5px;
   padding-bottom:5px;
   border-bottom:1px dashed #CCCCCC;
   color: #333;
}

.list-non
{
   margin: 0;
   padding:0 0 0 15px;
   background-color: none;
   list-style-image: none;
}

.list-non li
{
   margin-top: 5px;
   color: #333;
}

.list-top
{
   margin: 0;
   padding: 0px 10px 15px 35px;
   background-color: none;
   list-style-image: url(images/checkmark_big.gif);
   list-style-position: outside;
   font-size: 110%;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   font-weight:bold;
}
.list-top li
{
   margin-top: 5px;
   color: #EF8210;
}

/* table */

.legal_notice
{
   border-collapse: collapse;
   width: 95%;
   margin: 0 auto;
   padding: 0;
   border-top: 2px solid #e3e3e3;
   border-left: 2px solid #e3e3e3;
}

.legal_notice th
{
   background: #f5f5f5;
   color: #000;
   font-size: 12px;
   text-align: left;
   font-weight: bold;
   padding: 3px 5px;
   border-right: 2px solid #e3e3e3;
   border-bottom: 2px solid #e3e3e3;
   width: 30%;
}

.legal_notice td
{
   background: #fff;
   color: #000;
   font-size: 12px;
   padding: 3px 5px;
   border-right: 2px solid #e3e3e3;
   border-bottom: 2px solid #e3e3e3;
   width: 70%;
}

/* nav */

#nav {
    margin: 0;
    padding: 0;
    height:45px;
    background-image:url(images/nav/nav_bg.gif);
}

#nav ul {
    list-style: none;
    margin:0;
    padding: 0;
    font-size: 9px;
	
}

#nav ul li {
    float: left;
    height: 45px;
}

#nav ul li a {
    display: block;
    height: 45px;
}

#nav ul li.nav_01 { margin-left:12px;}

#nav ul li.nav_01 a {
    background: url(images/nav/nav_01.gif)
    left top no-repeat;
    text-indent: -9999px;
    width: 91px;
}

#nav ul li.nav_02 a {
    background: url(images/nav/nav_02.gif)
    left top no-repeat;
    text-indent: -9999px;
    width: 150px;
}

#nav ul li.nav_03 a {
    background: url(images/nav/nav_03.gif)
    left top no-repeat;
    text-indent: -9999px;
    width: 150px;
}

#nav ul li.nav_04 a {
    background: url(images/nav/nav_04.gif)
    left top no-repeat;
    text-indent: -9999px;
    width: 135px;
}

#nav ul li.nav_05 a {
    background: url(images/nav/nav_05.gif)
    left top no-repeat;
    text-indent: -9999px;
    width: 107px;
}

#nav ul li.nav_06 a {
    background: url(images/nav/nav_06.gif)
    left top no-repeat;
    text-indent: -9999px;
    width: 136px;
}

#nav ul li a:hover {
    background-position: 0 -45px;}
	
#beta h3 { font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-weight:bold; font-size:120%; background-image:url(images/side/side_title_bg.gif); height:35px; margin-bottom:0;}

#side_title { font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-weight:bold; font-size:120%; background-image:url(images/side/side_title_bg.gif); height:35px;}

#cat_title { font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-weight:bold; font-size:120%; background-image:url(images/cat_title01.gif); padding-top:5px; width:770px; height:44px;}

.item-content { padding:0 10px 0 5px; margin-bottom:25px; width:100%;}

.item-box { width:155px; height:280px; padding:0 10px; border:1px solid #A1A1A1; margin:0 0 10px 10px; float:left;}

.item-box2 { width:145px; padding:0 10px; border:1px solid #A1A1A1; margin:10px auto; background: #fff; font-size:90%;}

.hotitem-content { width:240px; float:left; margin-bottom:15px;}

.mar-right10 { margin-right:10px;}

.mar-right20 { margin-right:20px;}

.mar-top15 { margin-top:15px;}

.mar-top20 { margin-top:20px;}

.mar-top40 { margin-top:35px;}

.mar-bot10 { margin-bottom:10px;}

.mar-top-bottom20 { margin:20px 0;}

.pad-left15 { padding-left:15px;}

.item-pad { padding:15px 50px;}

.top-categorytitle { background-image:url(images/checkmark_big.gif);
                     font-size:120%;
                     font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
                     color:#EF8210;
                     background-repeat:no-repeat;
                     padding-left:35px;
                     margin-top:25px;
                     font-weight:bold;
                   }

.all-item-title { font-size:120%;
                  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
                  color:#EF8210;
                  font-weight:bold;
                  }

.all-item-content { padding:0 25px;}


.side-search { border:solid 1px #333; background-color:#fff; padding:0 10px;}

.item-copy { font-size:180%; color:#cc0000; margin:10px 35px 0px 35px; font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-weight:bold;}

a:hover img { filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }

.img-over a:hover img { filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }

.link01
{
   border-collapse: collapse;
   width: 90%;
   margin: 15px auto;
   padding: 0;
   border-top: 1px solid #e3e3e3;
   border-left: 1px solid #e3e3e3;
}

.link01 th
{
   background: #f5f5f5;
   color: #000;
   font-size: 12px;
   vertical-align:top;
   text-align: left;
   font-weight: bold;
   padding: 8px 10px;
   border-right: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
}

.link01 td
{
   background: #fff;
   color: #000;
   font-size: 12px;
   padding: 8px 10px;
   vertical-align:top;
   border-right: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
}

.top-entry-list
{
   margin: 0 0 10px 0;
   padding: 0;
   list-style: none;
}

.top-entry-list .top-entry-list
{
   margin: 5px 0 0 0;
   padding-left: 10px;
   list-style: none;
}

.top-entry-list-item
{
   background: url(images/entry-header.gif) no-repeat;
   margin-top: 5px;
   padding: 0 0 10px 30px;
   color: #666;
   font-size: 14px;
   line-height: 1.5em;
   border-bottom: 1px dashed #ccc;
}

.tenga-box01 { width:250px; float:left; margin-bottom:15px; margin-right:5px;}

.voice-box { padding:0 20px 0 1px; margin-bottom:15px;}

.voice-style { background-color: #ffffee; padding:10px; font-size:12px; line-height:1.5em; border: 1px solid #ffcc99; margin-bottom:15px;}

.voice-style p { margin:0 0 5px 0;}
