@charset "shift_jis";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #3E3E3E;
	background-color: #EBEBEB;
	font-size: 0.875em;
	line-height: 1.6em;
}

div, p, h1, h2, h3, h4, h5, h6 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

h1, h2, h3, h4, h5, h6, .title ,#menu  .menutitle{
	font-style: normal;
	font-weight:normal;
}



/* -------- リンク */

a,a:visited{
	color:#0000FF;
}

a:hover{
	color:#FF0000;
}

a img {
  border: none;
  text-decoration: none;
}




/* ---------------- 画像 */

a img{
	border:none;
}

.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}





/* -------- 強調 */

strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}




/* -------- 斜体 */

em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}


/* ---------------- リスト */

ul, ol {
  display: block;
  _margin-left:0;
  _margin-right:0;
}

dl{
	margin:0;
	padding:0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-left: 20px;
	_padding-left: 20px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 30px;
	_padding-left: 20px;
}

*:first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}

li {
	display: list-item;
	margin: 0;
}

ul li {
	list-style-type: none;
	list-style-image: url(./img/li.gif);
}





p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 140%;
}





/* ---------------- 基本レイアウト */

#container {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
}
#container .inner {
	background-color: #FFFFFF;
	margin-right: 1px;
	margin-left: 1px;
}

#header {
	height: 155px;
	background-image: url(img/header1.bmp);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
}


/*
■ヘッダー・タイトル
左寄せにしたい場合はleftの値を20pxに変更
*/
#header h2 ,#header .title {
	width: 440px;
	font-size: 22px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;	
	position: relative;
	top: 40px;
	left: 320px;
}

/*
■ヘッダー・説明文
左寄せにしたい場合はleftの値を20pxに変更
*/
#header #headertext {
	font-size: 13px;
	width: 440px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	top: 40px;
	left: 320px;
}


/*
■ヘッダー・タイトル、説明文
色を変更したい場合は、colorの値を変更。
非表示にする場合は、text-indentのコメントアウトを削除。
*/
#header  h2  a, #header  h2  a:visited,#header .title a,#header .title a:visited, {
	color: #666666;
		}


#siteNavi {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom:15px;
}


#contents {
	_height:10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(img/contents_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	min-height:400px;
}


#top {
	background-image: url(img/top.gif);
	height: 155px;
}


#main{
	float: left;
	width: 550px;
}


#menu {
	width: 200px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu:after,#contents:after{
    height: 1px;
    overflow: hidden;
    content: "";
    display: block;
    clear: both;
}


#footer {
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #333333;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}


.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}






/* ---------------- 見出し */

h1 {
	font-size: 10px;
	margin: 0px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #333333;
}
#main   h3 , #main    h2     {
	font-size: 17px;
	 font-weight:bold;
padding-left: 20px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	background-image: url(img/h3.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin-bottom: 5px;
	margin-top: 5px;
}

#main    h4  {
	font-size: 16px;
	line-height: 18px;
	background-image: url(img/h4_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 10px;
	background-position: left bottom;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
}
#main  h5{
	background-image: url(img/list.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;

}
#main  h6{
	background-image: url(img/h6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;

}
#main  h5,#main  h6,#entrylist dt  {
	font-size: 15px;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 6px;
}



#sitemaps h4 {
	line-height: 18px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(img/h4.jpg);
	font-family: sans-serif;
	background-repeat: no-repeat;
	background-position: left center;
}

#sitemaps h4 a{
	color:#333333;
	text-decoration:none;
}

#sitemaps h4 a:hover{
	color:#FF0000;
	text-decoration:underline;
}
#sitemaps hr {
	font-size: 2px;
	height: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	margin-bottom: 10px;
	color: #FFFFFF;
}

#menu   h4,#menu  .menutitle {
	font-size:14px;
	padding-left: 15px;
	line-height: 28px;
	background-image: url(img/menuh4.jpg);
	height: 28px;
	color: #FFFFFF;
}





/* ---------------- コンテンツ */

#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10 {
	margin-bottom: 25px;
	padding: 10px;
}

.txt-border {
	background-image: url(img/dott.gif);
	line-height: 22px;
	font-size: 13px;
	margin: 10px;
	padding: 0px;
	background-position: 0px 5px;
}
.txt-border p {
	line-height: 22px;
	font-size: 13px;
}


.txt-grayback {
	border: 1px solid #E4E4E4;
	background-color: #F9F9F9;
	margin-top: 10px;
	margin-bottom: 10px;
}
.txt-colorback {
	border: 1px solid #FFB380;
	background-color: #FFF0E6;
	margin-top: 10px;
	margin-bottom: 10px;
}


#sitemaps , #entrylist{
	padding: 10px;
	margin-bottom:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#sitemaps  dt,#entrylist dt{
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
	margin:10px;
	font-size: 14px;
	background-image: url(img/h4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#entrylist dd{
	margin:0 0 15px 10px;
	padding:0;
	font-size:12px;
	line-height:120%;
}

#space1,#space2{
	margin-bottom: 15px;
	margin-top: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#space3,#space4,#space5,#space6{
	font-size:0.8em;
	line-height:1.3em;
}



/* ---------------- メニュー */

#menu ul {
	list-style-type: none;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}



#space3,#space4,#space5,#space6{
	margin-bottom:15px;
	background-color: #FFFFFF;
	txt-align:center;
}
#menu li {
	margin: 0px;
	display: block;
	background-image: url(img/menu_bg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

#menu li a {
	line-height: 16px;
	margin: 0px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(img/menu_arrow.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
}
#menu li a:hover {
	background-image: url(img/menu_arrow_hover.gif);
	background-color: #F2F2F2;
　　　　　color: #FF0000;
}



.menubox {
	background-color: #E3E3E3;
	width: auto;
}







.tbl_det,.tbl_Pr,.tbl_Ra,.tbl_It {
	width: 100%;
	_width:95%;
	margin-right: auto;
	margin-left: auto;
}

.tbl_det,.tbl_Pr,.tbl_Ra{
	background-color: #999999;
	border: 1px solid #CCCCCC;
}

.tbl_det th,.tbl_Pr th,.tbl_Ra th{
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	background-image: url(img/dott2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


.tbl_Pr td,.tbl_Sp td,.tbl_Ra  td,.tbl_It td {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.tbl_Ra .rnkitem {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 10px;
}

.tbl_det th {
	width: 30%;
}

.tbl_Ra th{
	width:50px;
}

.tbl_Pr td{
	padding:6px;
}

.tbl_Ra th {
	background-color: #FFF;
	color:#333;
	line-height:130%;
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
	font-size:20px;
}

.tbl_Ra td{
	padding:10px;
	vertical-align:top;
	background-image: url(img/dott2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.alt  td{
	background-color:#F5F5F5;
}

.tbl_Ra td{
	background-color:#FFFFFF;
	text-align:left;
}

.tbl_det td {
	padding: 8px;
	font-size: 13px;
	line-height: 130%;
	background-image: url(img/dott2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}

.tbl_It {
	background-color: #FFFFFF;
}

.tbl_Pr a img,.tbl_Sp a img,.tbl_Ra a img,.tbl_It a img {
	border: 0;
}

.tbl_Ra h4{
	width:100%;
	border:0;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.tbl_Pr .price {
	font-size: 15px;
	color: #FF0000;
	text-align: right;
	font-weight: bold;
}


.tbl_Pr .rnk{
	background-color: #EBEBEB;
	font-weight: bold;
}



.tbl_Ra .rnkitem img {
	vertical-align: top;
}


.tbl_It td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
}

.tbl_It .rnkdesc {
	padding-bottom: 15px;
	vertical-align: top;
}
#main table {
	font-size: 0.8em;

}

#main    table h4  {
	text-align:left;
	background-image:none;
	background-repeat: no-repeat;
	font-size: 12px;
	width: 90%;
	margin: 0px;
	line-height: 26px;
	padding: 0px;
}


}

/* -------- トップナビ */
#topnavi {
	background: url(img/navi bg.gif) no-repeat;
	height: 42px;

}

#topnavi li {
	background: url(img/menu_bg_line.gif) no-repeat right;
	float: left;
	height: 42px;
}

#topnavi li a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
         font-weight:bold;
	display: block;
	width: 8em;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 42px;
}

#topnavi li a:hover {
	background-color:#000000;
	color: #FFFFFF;
}

.boxquote {
          border-width:1px ; 
          border-top-style: solid ;
	border-right-style: solid ;
	border-bottom-style: solid ;
	border-left-style: solid ;
	padding: 15px;
          border-color: #cccccc;
          width: auto;
         

 }
.boxquote1 {
          border-top-style: solid ;
	border-right-style: solid ;
	border-bottom-style: solid ;
	border-left-style: solid ;
	padding: 15px;
          border-color: #000000;
          width: auto;
         background-color: #ffffff;
          border-width:1px ;     
 }

.boxquote2 {
          border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding: 15px;
          border-color: #000000;
          width: auto;
         
　　　　　
 }

 *.float
      {
         float: left;
         margin-right: 1em;
      }
      *.floatclear
      {
         clear: both;
      }

}

.rsstc   { font-size: 10px; background-color: #00ccff; margin: 0; padding: 0 }
.rsstc a { color: #0000ff;}
.rsstc em  { font-style: normal; font-weight: bold; margin-left: 10px; padding: 0 }

#contents2{
            
               width: 550px;
}
           
.section {
  width: 560px;
  margin-right: -10px; /* ※1 */
}

.box {
  display: inline; /* ※2 */
  float: left;
  width: 260px;
  min-height: 6.5em;       /* ※3 */
  height: auto !important; /* ※3 */
  height: 6.5em;           /* ※3 */
  margin-right: 10px;
  border: 1px #999999 solid;
}

#box h3, boxtitle {
  font-size:8px;
  color: #FFFFFF;
   padding-left:0;
  }

hr{
display:
}