/* 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 {

}
.discrip_text{
font-size:x-small;
}

/* 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: 780px;
    text-align: center;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#info { 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;
}

#footerimage { position: relative; clear: both;}
#footerimage-inner { position: static; }

/* content */

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

.date-header,
.body-header,
.entry-content {
    position: static;
    clear: both;
}
.honbun,
.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 32px;
}
#banner-header,
#banner-description {
	text-indent:-9999px;
	margin:0;
	padding:0;
}

.entry-content,
.body-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;
}


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





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

/* basic page elements */

body {
    font-family: verdana, 'trebuchet ms', sans-serif;
	color:#333333;
}

A:link		{ color : #0000FF ; }
A:visited	{ color : #990099 ; }
A:hover		{ color : #FF0033 ; }
A:active	{ color : #FF0033 ; }

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


h1, h2, h3, h4, h5, h6 {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}
p{
  margin:0px;}
.green{
  color:#669900;
}

.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-left: 5px solid #36414d;
    padding: 5px;
    color: #fff;
    background: #a3b8cc;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}


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

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


/* page layout */

body {
	color: #4B4B4B;
	background-color: #EFEDEE;
}

#container {
	width: 780px;
	margin-bottom: 10px;
	background:url(../images/back.jpg) center repeat-y;
}


#container-inner {
    width: 740px;
	margin-right: 20px;
	margin-left: 20px;
}

#banner {
    width: 740px; /* necessary for ie win */
	margin:0 0 19px 0;
}

#banner-inner {
	background:url(../images/banner.gif);
	padding:0;
	margin:0;
	height:101px;
}


#alpha { width: 530px; }

#beta { width: 180px; margin-right:30px; margin-top:8px;}


#beta-inner {
}
#module{
    position: relative;
    overflow: hidden;
    width: 100%;
	margin-bottom:7px;
}

#t_index {
	height:27px;
	width: 180px;
	background: url(../images/t_index.gif) no-repeat;
}
/*login*/
#login_space{
	text-align:left;
	margin:7px 0;
	padding-left:10px;
	font-size:small;
}
#menu{
    border:solid 1px #CCCCCC;
	text-align:left;
	background-color:#E5E5E5;
	width: 178px;
	}

/*menu*/
#menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
	
}
#menu li{
	padding: 8px 0 10px 15px;
	background:url(../images/menuul_img.gif) repeat;
	line-height: 1.15;
	border-bottom:dotted 1px #999999;
	margin-bottom:3px;
	font-size:small;
}
#menu li.pickup{
	background:url(../images/menuul_img_important.gif) repeat;
}

#image_banner{
	text-align:left;
	padding-left:10px;
	font-size:small;
}

#image_banner img{
	margin-top:10px;
}

#footer{
	width:740px;}
#footer-inner
{
	width: 740px;
	padding:7px 0 0 0;
	border-top:solid 4px #676466;
	background-color: #FFFFFF;
	font-size:small;
}

#adress{
	width: 740px;
	text-align:center;
	border-top: dotted #676466 1px;
	border-bottom: dotted #676466 1px;
	margin:7px 0;
	padding:5px 0;
	font-size:x-small;
	line-height: 1.2;
	background-color: #F5F6EF;

}
#copyright{
	width: 740px;
	text-align:right;
	font:xx-small 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}
#footerimage{
	width:780px;}
#footerimage-inner
{
    width:780px;
	height:20px;
	background-image: url(../images/page_footer.jpg);
	background-repeat: no-repeat;
}
.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.indextitle-header {
	padding-top:2px;
	padding-left:20px;
    margin-top: 6px;
	margin-bottom:8px;
	text-align:left;
	width: 510px;
	height:25px;
	background:#669900;
	color:#FFFFFF;
    font-size: 120%;
	background:url(../images/title_image.gif) left;
}
.title-header {
	padding-top:2px;
	padding-left:20px;
    margin-top: 6px;
	margin-bottom:32px;
	text-align:left;
	width: 510px;
	height:25px;
	background:#669900;
	color:#FFFFFF;
    font-size: 120%;
	background:url(../images/title_image.gif) left;
}
.s_bbs-header {
	padding-left:24px;
	margin-bottom:15px;
	text-align:left;
	width: 226px;
	height:20px;
    font-size: small;
	background:url(../images/t_midashi.gif) no-repeat;
}


.entry-header {
	padding-left:24px;
	margin-bottom:15px;
	text-align:left;
	width: 506px;
	height:20px;
    font-size: small;
	background:url(../images/t_midashi.gif) no-repeat;
}
.s_bbs-content,
.entry-content,
.comment-content,
.trackback-content {
    margin: 0 0 0 24px;
    line-height: 1.5;
	text-align:left;
	font-size:small;
}

/*no leftmargin*/
.honbun-content {
    margin: 0;
    line-height: 1.5;
	text-align:left;
	font-size:small;
}

.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    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; }

#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;
}
/*toppageheadline*/
ul.topnewsheadline{
    margin: 0;
    padding: 0;
    list-style: none;
}
li.topnewsheadline{
    margin: 0 0 5px 0;
    padding: 0 0 0 14px;
	background:url(../images/t_headline_img.gif) no-repeat;
}
/*bbs*/
.s_bbs1{
	width:250px;
	margin-right:30px;
	float:left;}
	
.s_bbs2{
	width:250px;
	float:left;}
	
.s_bbs{
    margin: 0;
    padding: 0;
    list-style: none;
}
.s_bbsimage1{
    margin: 0 0 5px 0;
    padding: 0 0 0 14px;
	background:url(../images/t_headline_img_r.gif) no-repeat;
}

.s_bbsimage2{
    margin: 0 0 5px 0;
    padding: 0 0 0 14px;
	background:url(../images/t_headline_img_o.gif) no-repeat;
}

/*warning to use*/
#use_title {
	background:#E9F4B9;
	border:dotted 1px #99CC00;
	color:#99CC00;
	padding: 3px 3px 3px 6px ;
	font-size:small;
}
#use_content {
	border-right:dotted 1px #99CC00;
	border-bottom:dotted 1px #99CC00;
	border-left:dotted 1px #99CC00;
	padding: 2px 2px 2px 6px ;
}
#use_content ul{
    margin: 0;
    padding: 2px 0 0 17px;}
#use_content li{
    margin: 0 0 5px 0;
    padding: 0;
	font-size:small;
}
/*infonavi*/
#info{
	padding:5px 0 0 0;
	border-top:solid 4px #676466;
	margin: 0;
}
#info-inner ul{
	list-style: none;
	margin: 0;
	padding: 0;
	height:14px;
}
#info-inner li{
	margin: 0;
	padding: 0;
	text-indent:-9999px;
}
#info-inner li a{
	text-decoration:none;
	display:block;
	height:14px;
}

#info-inner li#faq{
	float:right;
	width:52px;
	background: url(../images/img_faq01.jpg) no-repeat;
}
#info-inner li#sitemap{
	float:right;
	width:89px;
	background: url(../images/img_sitemap01.jpg) no-repeat;
}
#info-inner li#otoiawase{
    float:right;
	width:91px;
	background: url(../images/img_otoiawase01.jpg) no-repeat;
}
#info-inner li#login{
    float:right;
	width:76px;
	background: url(../images/img_login01.jpg) no-repeat;
}
#info-inner li#logout{
    float:right;
	width:76px;
	background: url(../images/img_logout01.jpg) no-repeat;
}
#info-inner li#reminder{
    float:right;
	width:129px;
	background: url(../images/img_reminder01.jpg) no-repeat;
}

#info-inner li#faq a:hover{
	float:right;
	width:52px;
	background:url(../images/img_faq02.jpg) no-repeat;
}
#info-inner li#sitemap a:hover{
	float:right;	
	width:89px;
	background: url(../images/img_sitemap02.jpg) no-repeat;
}
#info-inner li#otoiawase a:hover{
	float:right;
	width:91px;
	background: url(../images/img_otoiawase02.jpg) no-repeat;
}

#info-inner li#login a:hover{
    float:right;
	width:76px;
	background: url(../images/img_login02.jpg) no-repeat;
}
#info-inner li#logout a:hover{
    float:right;
	width:76px;
	background: url(../images/img_logout02.jpg) no-repeat;
}
#info-inner li#reminder a:hover{
    float:right;
	width:129px;
	background: url(../images/img_reminder02.jpg) no-repeat;
}
/*form*/

fieldset {
  margin:  0.7em 0 0 0;
  padding: 0;
  border: none;

}
fieldset#dotted {
  border-width: 1px;
  border-color: #726d6b;
  border-style: dotted none dotted none;
}

.dotted-line{
  clear: left;
  margin: 0.7em 0 0.3em 0;
  border-top: 1px dotted #726d6b;
}
.label {
  clear: left;
  display: block;
  padding-left: 12px;
  line-height: 2em;
  float: left;
  width: 160px;
  padding-top: 0.8em;
  font-size:small;
}
.control {
 display: block;
 margin: 0px 0 0 172px;
 line-height: 2em;
 padding-top: 0.8em;
 font-size:small;
}
.s_button {
 display: block;
 margin: 0px 0 0 169px;
 line-height: 2em;
 padding-top: 0.8em;
 font-size:small;
}
.s_button_f {
  clear: left;
  display: block;
  padding-left: 9px;
  line-height: 2em;
  float: left;
  text-align:right;
  width: 147px;
  padding-top: 0.8em;
  font-size:small;
}
.s_button2 {
 display: block;
 margin: 0px 0 0 9px;
 line-height: 2em;
 padding-top: 0.8em;
 font-size:small;
}
.s_button3 {
 display: block;
 margin: 0px 0 0 322px;
 line-height: 2em;
 padding-top: 0.8em;
 font-size:small;
}
p.m {
  clear: left;
  color:#669900;
  font-weight:bold;
  line-height: 2em;
  padding-top: 0.8em;
}
p.m_mark {
  clear: left;
  padding-left: 12px;
  color:#669900;
  font-weight:bold;
  background: url(../images/hissu.gif) no-repeat 0px 1.3em;
  line-height: 2em;
  padding-top: 0.8em;
}
.label-m {
  clear: left;
  display: block;
  padding-left: 12px;
  float: left;
  width: 160px;
  line-height: 2em;
  padding-top: 0.8em;
  background: url(../images/hissu.gif) no-repeat 0px 1.3em;
  font-size:small;
}
input, select, textarea {
	vertical-align: middle;
	color: #000000;
	background: #F5F6EF;
	border-width: 1px;
	border-style: solid;
	border-color: #9D989E #C5C1C6 #C5C1C6 #9D989E;
}
input.image{
  vertical-align: middle;
  border-style: none;
  background: transparent;
  margin-right:7px;
}
input.radio {
  vertical-align: middle;
  border-style: none;
  color: #000000;
  background: transparent;
}

#kiyakutext {
  width: 350px;
  height:150px;
  overflow:auto;
  display: block;
  margin: 15px 0 0 0;
  padding: 5px;
  font-size: 10px;
  line-height: 1.5em;
  background: #F5F6EF;
}
html>body #kiyakutext {
  padding: 15px;
}

input:focus, select:focus, textarea:focus {
  background: #ffffff;
}
#city, #number, #bldg, #comment {
  width: 290px;
}
#pass1, #pass2, #mail1, #mail2, {
  width: 145px;
}
#name1, #name2, #name3, #name4 {
  width: 100px;
}
#year, #month, #day {
  width: 65px;
}
#post1, {
  width: 100px;
}
#state {
  width: 120px;
}
#tel1, #tel2, #tel3, #fax1, #fax2, #fax3 {
  width: 60px;
}
/*06.11.13added*/
#subwin_container {
	width: 570px;
	margin-bottom: 10px;
	background:url(../images/subwin_back.jpg) center repeat-y;
}


#subwin_container-inner {
    width: 530px;
	margin-right: 20px;
	margin-left: 20px;
}
#subwin_footer{
	width:530px;}
#subwin_footer-inner
{
	width: 530px;
	padding:7px 0 0 0;
	border-top:solid 4px #676466;
	background-color: #FFFFFF;
	font-size:small;
}

#subwin_copyright{
	width: 530px;
	text-align:right;
	font:xx-small 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}
#subwin_footerimage{
	width:570px;}
#subwin_footerimage-inner
{
    width:570px;
	height:20px;
	background-image: url(../images/subwin_page_footer.jpg);
	background-repeat: no-repeat;
}

