@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 86%;
	line-height: 1.4;
	background-image: url(back_pict.gif);

}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


a:link {
	color:#F60;
	text-decoration: underline;
}
a:visited {
	color: #F60;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #3C9;
}
.main_img{
    margin: 25px auto;
    width: 500px;
}
.content table {
	margin-left: 25px;
	margin-top: 15px;
}
.blog {
	margin-left: 25px;
	margin-top: 15px;
}

.container {
	width: 800px;
	max-width: 1260px;
	min-width: 780px;
	background: #FFF;
	margin: 0 auto; 
	overflow: hidden; 

}

.sidebar1 {
	float: right;
	width: 210px;
	padding-bottom: 10px;
	background-color: #CF6;
	background-image: url(images/side_back.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	background-position: bottom;
}

#footer {
	background-color: #000;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 0.7em;
	color: #FFF;
	padding: 10px;
	clear: both;
}
.content {
	width: 590px;
	float: right;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
#nav {
	list-style-type: none;
	width: 210px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
#nav li {
	width: 210px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: inline;
}
#nav a {
	text-indent: -9999px;
  text-decoration: none;
	display: block;
	width: 210px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(images/menu.gif);
}
#menu1 a { background-position: 0 0; } 
#menu2 a { background-position: 0 -50px; }
#menu3 a { background-position: 0 -100px; }
#menu4 a { background-position: 0 -150px; }
#menu5 a { background-position: 0 -200px; }
#menu6 a { background-position: 0 -250px; }
#menu7 a { background-position: 0 -300px; }

#nav a:hover { 
text-decoration: none;
  background-image: url(images/menu.gif);
  background-repeat: no-repeat;
}

#menu1 a:hover { background-position: -210px 0; } 
#menu2 a:hover { background-position: -210px -50px; }
#menu3 a:hover { background-position: -210px -100px; }
#menu4 a:hover{ background-position: -210px -150px; }
#menu5 a:hover{ background-position: -210px -200px; }
#menu6 a:hover{ background-position: -210px -250px; }
#menu7 a:hover{ background-position: -210px -300px; }
.nav2 {
	list-style-type: none;
	margin-left: 15px;
}
.nav2 li {
	line-height: 2.2em;
}
.nav2 li a {
	font-size: 12px;
	color: #060;
}

/* ~~ その他の float/clear クラス ~~ */

.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、.container で overflow:hidden が削除されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.float
      {
         float: left;
         margin-right: 1em;
      }
.floatclear
      {
         clear: both;
      }
.count {
	font-size: small;
	margin-left: 25px;
	color: #666;
}
.box {
	display: block;
	border: solid 1px #EDEBEB;
	margin: 25px;
	padding: 5px;	
}
.box strong {
	color: #136F38;
}



.info {
	display: block;
	margin: 25px;
	padding: 5px;	
    border: 1px solid red;
	color: red;
	font-weight:bold;
	font-size: 1.2em;}
.info a {
	font-weight:bold; 
	color: red;
	text-decoration: underline;
}

.info dt{
  float: left;
}

.info dd{
  margin-left: 120px;
}

.pd_bnr1{
	width: 180px;
}
.pd_bnr1 img{
	width: 100%;
}
.s_b_bnr{
	margin-top: 10px;
}





/* リダイレクト用 */

.redirect{

	padding: 50px 50px;
	font-size: 18px;
	font-weight: 600;
}
.pading{
	display: block;
	padding: 80px;
}