/* ------------------------------------------------ page layout ------------------------------------------ */

/* .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; }
.pkg { display: block; }


html {
	margin: 0;
	padding: 0;
}

body
{
   margin: 0;
   padding: 0;
   font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
   font-size: 100%;
   color: #000000;
   background-color: #ffffff;
}

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

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   font-weight: normal;
   margin: 0;
   margin-top: 0;
   margin-bottom: 0;
   padding: 0;
}
em {
	font-style: normal;
	font-weight: bold;
}

.blk {
	color: #000000;
}
.min1 {
	font-size: 95%;
	font-weight: normal;
	line-height: 1.2em;
}
.min2 {
	font-size: 90%;
	font-weight: normal;
	line-height: 1.2em;
}
.bgblack{
   width:100px;
   font-weight:bold;
   color: #FFFFFF;
   background-color: #000000;
   padding:3px;
}

/* パンくずリスト */
#snavi{
	margin: 1px 0 1px 0;
	padding: 1px 0 1px 10px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	background-color: #ffffff;
	font-size: 12px;
	text-align: left;
	}
#container {
   position: relative;
   width: 100%;
   margin: 0;
   margin-bottom: 20px;
   background: #fff;
}
#entarchive #container {
   margin-bottom: 0;
}
#container-inner
{
   position: static;
   width: 100%;
   border-width: 0;
   border-style: solid;
   border-color: #292e33;
}

#pagebody {
   position: relative;
   width: 100%;
   background-image: url(./images/mainbg.jpg);
   background-position: top left;
   background-repeat: repeat-x;
}
#pagebody .pagebody-inner {
float:left;
   position: static;
   width: 190px;
   height:127px;
   margin-left:10px;
   background-image: url(./images/title_arc.gif);
   background-repeat: no-repeat;
   background-position: top left;
}
#pagebody h1 { 
   text-indent: -9999px;
   color: #dddddd;
   font-size: 1px;
}
#pagebody .outline { 
   color: #666633;
   min-height: 62px;
   padding-right: 120px;
   padding-top: 10px;
   margin-left: 28%;
   line-height: 1.3em;
   font-size: 90%;
}


#alpha {
clear:both;
   display: inline;
   position: relative;
   min-height: 1px;
   margin: 0;
   width: 100%;
}
#alpha-inner {
   position: static;
   margin: 20px;
   margin-top: 10px;
   border-bottom: 1px solid #CCCC99;
}
#entarchive #alpha-inner {
   margin: 10px 20px 0 20px;
}

.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry {
   position: static;

   clear: both;
   width: 100%;
   margin-bottom: 20px;
}
#entarchive .entry {
   margin-bottom: 5px;
}

.entry-header {
   margin-top: 0;
   border-left: 5px solid #dae0e6;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 18px;
}

.entry-content {
   position: static;
   clear: both;
   margin: 0;
}
.entry-body {
   line-height: 1.2em;
}

.entry-body .topsub {
   position: relative;
   display: inline;
   width: 27%;
   float: left;
	margin-bottom: 5px;
   background-image: url(./images/title_arc.gif);
   background-repeat: no-repeat;
   background-position: top left;
   }
   .entry-body .topsub_top {
   position: relative;
   display: inline;
   width: 38%;
   float: left;
	margin-bottom: 5px;
}
.entry-body .topsub2 {
   position: relative;
   display: inline;
   width: 38%;
   float: left;
	margin-bottom: 5px;
	   background-image: url(./images/title_arc.gif);
   background-repeat: no-repeat;
   background-position: top left;
}
.entry-body .topsub3 {
   position: relative;
   display: inline;
   width: 25%;
   float: left;
	margin-bottom: 5px;
	   background-image: url(./images/title_arc.gif);
   background-repeat: no-repeat;
   background-position: top left;	

}
.entry-body .topsub-innercopy {
   position: static;
   margin-top: 20px;
   margin-right: 15px;
   font-size: 90%;
   color: #333333;
}
#entarchive .entry-body .topsub-inner {
   position: static;
   margin-top: 150px;
   margin-right: 15px;
   font-size: 90%;
   color: #333333;
  
}
#entarchive .entry-body .topsub-inner_top {
   position: static;
   margin-top: 20px;
   margin-right: 15px;
   font-size: 90%;
   color: #333333;
}
.entry-body .topsub-inner .name{
   border-bottom: 1px dashed #999999;
   margin-bottom: 5px;
   text-align: right;
   padding-right: 5px;
}
.entry-body .topsub-inner_top .name{
   border-bottom: 1px dashed #999999;
   margin-bottom: 5px;
   text-align: right;
   padding-right: 5px;
}
.entry-body .ad {
   margin-top: 15px;
   font-size: 90%;
	 text-align: left;
	 white-space: nowrap;
}
.entry-body .ad img {
   border: solid 1px #333300;
   margin-bottom: 1px;
}
.entry-body .ad a {
   text-decoration: none;
}

.entry-body .topmain {
   position: relative;
   display: inline;
   width: 70%;
}
.entry-body .topmain-inner {
   position: static;
   padding: 0;
   line-height: 1.3em;
}
.entry-body .topmain-inner2 {
float:right;
width:530px;
   padding: 0;
   line-height: 1.3em;
}
.entry-body .topphoto {
   float: left;
   padding-right: 20px;
   margin-bottom: 5px;
}
.entry-body .top2center {
	 width: 550px;
	 margin-left:auto;
	 margin-right:auto;
}
.entry-body .topphoto2 {
   padding-right: 0;
	 float: right;
	 width: 27%;
	 margin-right: 7px;
	 min-width: 250px;
	 margin-bottom: 10px;
	 border: 1px solid black;
	 text-align: center;
}
.entry-body .topphoto3 {
   padding-right: 0;
	 float: right;
	 width: 23%;
	 margin-right: 7px;
	 min-width: 182px;
	 margin-bottom: 10px;
	 border: 1px solid black;
	 text-align: center;
}
.entry-body .topphoto3 h3 {
   margin-top: 5px;
	 font-size: 110%;
}
.entry-body .topphoto img {
   border: 2px solid #333300;
}
.entry-body .topphoto3 img {
	border: 2px solid #333300;
	margin-top: 5px;
	margin-bottom: 5px;
}
.entry-body h2.co {
   border: 2px solid #333300;
   padding: 3px;
   font-size: 100%;
   font-weight: bold;
   margin-left: 28%;
   text-align: center;
   font-size: 110%;
   background-color: beige;
   color: #333300;
}
.entry-body .topphoto2 h2.co {
   font-size: 100%;
   margin-left: 0;
   letter-spacing: -0.05em;
   padding: 3px 2px;
}
.entry-body .topphoto3 h2.co {
   font-size: 100%;
   margin-left: 0;
   letter-spacing: -0.05em;
   padding: 3px 2px;
}
.entry-body h2.pe {
   background-image: url(./images/barbg.gif);
   background-repeat: repeat-x;
   border: 1px solid #333300;
   padding: 3px;
   color: #ffffff;
   margin-left: 28%;
   font-weight: bold;
   text-align: center;
   background-color: #000000;
   font-size: 140%;
	 line-height: 1.3em;
}
.entry-body .topphoto2 h2.pe {
   margin-left: 0;
}
.entry-body .topphoto3 h2.pe {
   margin-left: 0;
}
.hp {
   padding: 3px;
   text-align: right;
   color: #666666;
	 font-size: 95%;
}
.hp3 {
	clear: right;
   text-align: right;
   color: #666666;
	 font-size: 95%;
}
.entry-body h3 {
   color: #663333;
   font-size: 130%;
   font-weight: bold;
   margin-top: 15px;
   margin-bottom: 5px;
   line-height: 1.3em;
}
.entry-body .three {
   clear: right;
}


.catch {
	text-align: center;
	font-weight: bold;
}
.catch h2 {
	margin: 0;
	padding: 0;
}
.catch h3 {
	margin-top: 7px;
	margin-bottom: 15px;
	padding: 0;
	font-size: 180%;
}


.entry-more-link {
   clear: none;
   text-align: right;
   margin: 10px;
}

.entry-footer {
   clear: both;
   margin: 0 0 20px 0;
   border-bottom: 1px solid #999966;
   padding-top: 20px;
}
#entarchive .entry-footer {
   text-align: right;
   border: none;
   margin: 0;
   padding-top: 0;
}


.comment-footer,
.trackback-footer
{
   margin: 20px 0 20px 0;
   border-top: 1px solid #666633;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

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

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


#more {
	border-top: 1px dashed #CCCC99;
	padding-top: 15px;
	clear: both;
}
#more .para {
   border: 1px solid #999966;
   padding: 5px 15px;
   font-weight: bold;
   background-color: beige;
}
#more .intitle {
   color: #663333;
   font-size: 130%;
   font-weight: bold;
   margin-top: 15px;
   margin-bottom: 5px;
   line-height: 1.3em;
   text-indent:0.5em;
      background-color:#E0D6D6;
}
#more .columnarea {
   clear: both;
}
#more .column {
   border-top: 1px solid #999966;
   padding: 10px;
	 padding-top: 15px;
   margin-top: 20px;
}
#more .column .para {
   background-image: url(./images/barbgR.gif);
   border: none;
   padding: 5px 15px;
   font-weight: bold;
   background-color: darkred;
   color: #ffffff;
}
#more .column .cphoto {
   float: right;
   margin: 10px;
	 margin-top: 0;
   margin-right: 0;
   font-size: 90%;
   color: #993333;
   width: 200px;
   line-height: 1.1em;
   border: 1px solid #993333;
   padding: 5px;
   background-color: #ffffff;
}
#more .column .cphoto img {
   margin-bottom: 2px;
}
.cout {
   margin-top: 5px;
   border-top: 1px dashed #CC9966;
   padding: 5px;
}


#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #e6ecf2;
}

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

.module-content {
   position: relative;
   margin: 0;
   padding: 0;
}
#gamma {
   position: relative;
   width: 100%;
   height:100%;
}
#gamma h3 {
   background-image: url(./images/backno.gif);
   background-repeat: no-repeat;
   text-indent: -9999px;
   color: #ffffff;
   font-size: 1px;
   height: 310px;
   width: 40px;
   float: left;
}
#gamma .special {
   font-size: 90%;
   color: #663333;
   text-align: right;
   margin-right: 30px;
   min-height: 20px;
}
#gamma .special img {
   margin-bottom: -3px;
}

#gamma-inner {
   position: relative;
   padding: 0;
   margin-left: 35px;
	margin-bottom: 20px;
   background-color: #ffffff;
   border: 1px solid #999966;
    background-repeat: repeat;
   background-image: url(./images/listbg.gif);
   left: -42px;
}
#gamma-inner .module {
}
#gamma-inner img {
}
#gamma-inner a {
   text-decoration: none;
   font-size: 85%;
   color: #663333;
   display: block;
}
#gamma-inner a:link {
}
#gamma-inner a:hover {
   color: #000000;
}
#gamma-inner a:visit {
}
#gamma-inner a:active {
}
#gamma-inner ul {
}
#gamma-inner li {
   display: block;
   width: 135px;
   height: 130px;
   overflow: hidden;
   float: left;
   border-right: 1px dashed #ffffff;
   border-bottom: 1px dashed #ffffff;
   padding: 3px;
   line-height: 1.1em;
	text-align: center;
	list-style: none;
}
#gamma-inner .category {
   background-image: url(./images/spmk_s.gif);
   background-repeat: no-repeat;
   width: 20px;
   float: left;
   text-indent: -9999px;
   font-size: 22px;
}
#gamma-inner .catedate {
   height: 20px;
   white-space: nowrap;
   text-align: center;
   font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	 font-size: 110%;
}
#gamma-inner .photo {
width:90px;
height:55px;
   text-align:center;
border: 1px solid #663333;
margin-left:auto;
margin-right:auto;
margin-bottom: 2px;
}
#gamma-inner .dm {
   float: right;
   background-image: url(./images/logoy.gif);
	 background-position: top right;
	 background-repeat: no-repeat;
	 width: 400px;
	 height: 120px;
}
#gamma-inner .dm img {
   border:0;
}
.inphoto {
   float: right;
   margin: 10px;
	 margin-top: 0;
   margin-right: 0;
   font-size: 90%;
   color: #993333;
   line-height: 1.1em;
   border: 1px solid #999999;
   padding: 5px;
   background-color: #ffffff;
}
.inphoto150 {
   width: 150px;
   float: right;
   margin: 10px;
	 margin-top: 0;
   margin-right: 0;
   font-size: 90%;
   color: #993333;
   line-height: 1.1em;
   border: 1px solid #999999;
   padding: 5px;
   background-color: #ffffff;
}
.inphoto200 {
   width: 200px;
   float: right;
   margin: 10px;
	 margin-top: 0;
   margin-right: 0;
   font-size: 90%;
   color: #993333;
   line-height: 1.1em;
   border: 1px solid #999999;
   padding: 5px;
   background-color: #ffffff;
}
.inphoto350 {
   width: 350px;
   float: right;
   margin: 10px;
	 margin-top: 0;
   margin-right: 0;
   font-size: 90%;
   color: #993333;
   line-height: 1.1em;
   border: 1px solid #999999;
   padding: 5px;
   background-color: #ffffff;
}
.intext350 {
   width: 350px;
   float: right;
   margin: 10px;
	 margin-top: 0;
   margin-right: 0;
   font-size: 90%;
   color: #333333;
   line-height: 1.3em;
   border: 1px solid #999999;
   padding: 5px;
   background-color: #ffffff;
}
.intext {
clear:both;
   margin: 10px;
	 margin-top: 0;
   margin-right: 0;
   font-size: 90%;
   color: #333333;
   line-height: 1.3em;
   border: 1px solid #999999;
   padding: 5px;
   background-color: #ffffff;
}

.fleft{
 float: left;
 margin-right: 10px;
}
.fright{
 float: right;
 margin-left: 10px;
}
.clearfloat{
clear:both;
}

