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

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

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

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
}


/* ---------------------------------------------------------
■ リンク色（ページ全体）
--------------------------------------------------------- */

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #c9171e; }

#header a { color: #333; text-decoration: none; }
#header a:hover { color: #999; }
/* ---------------------------------------------------------
■ ページレイアウト
--------------------------------------------------------- */

body {
	width: 820px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 0.9em;
	color: #333;
    background: url(img/back.gif) repeat-x #fff;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック";
	position: relative;
}

/* ---------------------------------------------------------
■ ヘッダー（レイアウト）
--------------------------------------------------------- */

#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
        _width: 800px;
	height: 130px;
	text-align: left;
	background: #fff;
}


#entry #header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
        _width: 800px;
	height:130px;
	text-align: left;
	background: #fff ;
}

/* ---------------------------------------------------------
■ ヘッダー（サイトタイトル）
--------------------------------------------------------- */

#header h1 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25;
	position:absolute; top: 3px; left: 10px;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	color: #666;
}

.bannerimg
{
position:absolute; top: 25px; right: 5px;
	width: 250px;
}
.descript
{
position:absolute; top: 5px; left: 10px;
	width: 520px;
height:150px;
line-height: 18px;
text-align: left;
margin: 5px 0px 0px 0px ;
_margin: 10px 0px 0px 0px ;
	font-size: 0.9em;
}

/* ---------------------------------------------------------
■ バナー
--------------------------------------------------------- */

#banner {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	width: auto;
	min-height: 100px;
	_height: 100px;
	background: #f5f5f5;
	border: 2px dotted #ccc;
}


#banner div {
	position: relative;
	margin: 0;
	padding: 10px;
}

/* ---------------------------------------------------------
■ バナー内部テキスト
--------------------------------------------------------- */

#banner h2{
	color: #333;
	font-size: 1.6em;
	margin: 0 0 5px;
	border-bottom: 1px dotted #ccc;
}

#banner p {
	margin: 0 ;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.25;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	color: #333;
	text-align: left;
	letter-spacing: 0;
	background: none ;
}

/* ---------------------------------------------------------
■ メインコンテンツ全体 基本レイアウト
--------------------------------------------------------- */

#container {
	position: relative;
	width: 790px;
	_width: 800px;
	margin: 0 auto;
	padding: 0px 5px;
	text-align: center;
	background: #fff;
}


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

/* ---------------------------------------------------------
■ メインコンテンツ基本レイアウト（記事部分）
--------------------------------------------------------- */

#main {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 600px;
_width: 600px;
	margin: 10px 2px 0px 2px;
	_margin: 10px 2px 0px 2px;
	padding: 10px;
	border: 1px solid #ccc;
}

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

#main .entry{
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 600px;
_width: 600px;
	margin: 10px 0;
	padding: 0;
	border: 1px solid #fff;
}

.setumei { 
line-height: 2.2;
	font-size: 0.9em;
}

#entry #main p{
	font-size: 0.9em;
}
/* ---------------------------------------------------------
■ メインコンテンツ基本レイアウト（サイドメニュー）
--------------------------------------------------------- */

#side { 
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	text-align: left;
	width: 160px;
	_width: 155px;
	padding: 0px;
	margin: 10px 2px 0px 0px;
}

/* ---------------------------------------------------------
■ 記事部分見出し
--------------------------------------------------------- */

.header {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 10px 0;
	line-height: 1.25;
	padding: 15px 10px;
	font-size: 1.6em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	text-align: center;
	clear: both;
	color: #ff6347 ;
	border-top: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
}

.header1 {
	/* ie win (5, 5.5, 6) bugfix */
	margin: 10px 5px 5px 5px ;
	line-height: 1;
	padding: 0px;
	font-size: 1.1em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	text-align: left;
	clear: both;
	border: 1px solid #ffcc00;
	border-left: 5px solid #ff6347  ;
	letter-spacing: 0.2em;
	color: #003399;
}

.header2 {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 30px 0 5px;
	line-height: 1.25;
	padding: 0 10px;
	font-size: 1.2em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	text-align: left;
	clear: both;
	border-bottom: 1px dotted #999;
	color: #003399;
}

.header a, .header2 a  { text-decoration: none; }

/* ---------------------------------------------------------
■ 記事部分コンテンツ
--------------------------------------------------------- */

p {
	margin: 15px 0;
	padding: 0;
}

.entry {
	line-height: 1.6;
	margin: 5px;
	padding-bottom: 5px; 
	border-bottom: 1px dotted #dcdcdc;
	font-size: 0.8em;
}


#entry #main .entry {
	margin: 30px 70px;
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	line-height: 1.5;
	font-size: 1.2em;
	border-bottom: none;
}

.entry1 { 
	_width: 100%;
	margin: 2px 0 10px 0;
	border: 1px dotted #ffcc00;
	background: #fffff0;
	min-height: 130px;
	padding: 0px 15px;
}

.entry1 .img {margin: 10px 20px 15px 10px; border: 1px solid #ccc;}

.content {
	line-height: 1.5;
	margin: 5px 0;
	padding:  0 0  5px 5px; 
	border-bottom: 1px dotted #dcdcdc;
	font-size: 0.9em;
}

.entry1 p.more {
	text-align: right;
	line-height: 30px;
	padding-right: 5px;
	margin: 0 0 5px 0 ;
	}

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */

#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 50px;
	text-align: center;
	font-size: 0.9em;
	clear: both;
	background: #fff;
}

#footer p { margin: 0; padding: 0; }

.copy { 
	margin: 0;
	padding: 10px;
	color: #666;
	font-size: 0.9em;
	text-align: center;
}

.entry .copy { 
	margin: 0;
	padding: 10px;
	color: #666;
	font-size: 1em;
	text-align: center;
}

.f-navi {
	text-align: center;
	padding: 10px;
}

/* ---------------------------------------------------------
■ サイドメニュー内部
--------------------------------------------------------- */

#side ul {
	margin: 0px 0px 15px 0px;
	padding: 0;
	list-style: none;
}

#side li {
	width: 160px; 
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	text-decoration: none;
	color: #ff1493;
}

#side li a {
	color: #666;
 text-indent: 5px;
 display: block;
 font-size: 12px;
 line-height: 1.25;
 margin: 2px 0;
 padding: 5px 0;
 letter-spacing: 0.1em;
 border: 1px solid #ccc;
 text-decoration: none;
}

*:first-child+html #side li a {
 text-indent: 5px;
 font-size: 12px;
 line-height: 1.25;
 margin: 0px 0;
 padding: 3px 0;
 letter-spacing: 0.1em;
 border: 1px solid #ccc;
 text-decoration: none;
}

#side li a:hover {
	background:#ff1493  ;
	color: #fff ;
}

*:first-child+html #side li a:hover {
	background:#ff1493  ;
	color: #fff ;
}


#side li.sidetitle {
	width: 159px;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	font-size: 0.9em;
	line-height: 31px;
	display: block; 
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	color: #ff6347  ;
	border-left: none;
	text-indent: 10px;
	background: url(img/sideback.jpg) center;
}

*:first-child+html #side li.sidetitle {
	width: 159px;
	height: 30px;
	margin: 10px 0px 2px 0px;
	padding: 0px;
	text-align: left;
	font-size: 0.9em;
	line-height: 31px;
	display: block; 
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	color: #ff6347  ;
	border-left: none;
	text-indent: 10px;
	background: url(img/sideback.jpg) center;
}

.sidetitle {
	background: url(img/sideback.jpg) center;
	width: 159px;
	height: 30px;
	margin: 10px 0 0 0;
	padding: 0px;
	text-align: lwft;
	font-size: 1em;
	line-height: 31px;
	display: block; 
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	color: #ff6347  ;
	border-left: none;
	text-indent: 10px;
}


.add-sidecontents{
	color: #666;
        border-bottom: solid 1px #ff69b4;
	width: 130px; 
	_width: 160px; 
	font-size: 0.8em;
	padding: 12px;
	margin: 2px 0px 1px;
	border-left: 2px solid #ff69b4;
	text-align: center;
}
/* ---------------------------------------------------------
■ コンテンツ装飾
--------------------------------------------------------- */

.box {
	position: relative;
	width: auto;
	_width: 100%;
	line-height: 1.5;
	margin: 10px 5px;
	padding: 5px;
	font-size: 0.9em;
	border: 1px solid #dcdcdc;
	background: #fffaf0 ;
}

#main .box p {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 3px 0 3px 5px;
	background: #fff;
text-align: center; 
}

.box ul {
	margin: 10px 0 10px 25px;
	padding: 0;
	line-height: 1.5;
}

.more { text-align: right; 
}

.more a {
	min-height: 20px;
	_height: 15px;
	margin: 0;
	padding: 0px 10px 0px 0px;
}

.gotop {
	height: 18px;
	text-align: right;
	margin: 15px;
	padding: 0;
	clear: both;
	font-size: 0.8em;
}

.adr {
	margin: 0;
	padding: 0;
	width: 500px;
	min-height: 500px;
}

.center { text-align: center; }

.b {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal; 
	font-size: 1.2em;
}

.img { margin: 0 10px 20px; float: left; }

.entry img { padding: 3px 3px 3px 3px; }

.imgr { float: right; 
margin: 15px;
display;inline:
 }

.imgt { margin: 5px 5px 10px 10px; float: left; }
.imgl { 
padding: 10px;
float: left; }
img { border: none; }

table {
	font-size: 0.8em;
	margin: 0;
	background: #ccc;
}

.table2 {
	font-size: 1em;
text-align: right;
}

td { background: #fff;}

.red { color: #ff6347 ; } /* 赤 */ 
.pink { color: #ff69b4 ; } /* ピンク */
.blue { color: #0000ff; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.silver { color: #eaf4fc  ; } /*銀 */ 

.line { background: #ffff00; } /* 背景マーカー処理 */ 
.u { border-bottom: 1px solid; } /* 下線 */ 
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 

#index .index,
#cat1 .cat1,
#cat2 .cat2,
#cat3 .cat3,
#cat4 .cat4,
#cat5 .cat5,
#cat6 .cat6,
#cat7 .cat7,
#cat8 .cat8,
#cat9 .cat9,
#cat10 .cat10,
#cat11 .cat11,
#cat12 .cat12,
#cat13 .cat13,
#cat14 .cat14,
#cat15 .cat15,
#cat16 .cat16,
#cat17 .cat17,
#cat18 .cat18,
#cat19 .cat19,
#cat20 .cat20,
#cat21 .cat21,
#cat22 .cat22,
#cat23 .cat23,
#cat24 .cat24,
#cat25 .cat25,
#cat26 .cat26,
#cat27 .cat27,
#cat28 .cat28,
#cat29 .cat29,
#cat30 .cat30,
#cat31 .cat31,
#cat32 .cat32,
#cat33 .cat33,
#cat34 .cat34,
#cat35 .cat35,
#cat36 .cat36,
#cat37 .cat37,
#cat38 .cat38,
#cat39 .cat39,
#cat40 .cat40,
#cat41 .cat41,
#cat42 .cat42,
#cat43 .cat43,
#cat44 .cat44,
#cat45 .cat45,
#cat46 .cat46,
#cat47 .cat47,
#cat48 .cat48,
#cat49 .cat49,
#cat50 .cat50,
#cat54 .cat54,
#cat59 .cat59,
#cat60 .cat60,
#cat153 .cat153
{
	background: #ff69b4 ;
	color: #fff ;
	text-decoration: none;
}

/* ---------------------------------------------------------
■ 追加
--------------------------------------------------------- */
.ichioshi{
width:600px;
margin:0px 0px;
text-align: center;

}
.ichioshi th{
	padding: 0px;
	font-size: 1.1em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	color: #ff6347  ;
        background: #ffff00  no-repeat center;
border:none;
}

.ichioshi td{
font-size:1em;
padding: 2px;
}

.bread 
{
font-size:0.9em;
text-align: center;
padding: 0px 0px 0px 0px;
}
.bread2 
{
text-align: center;
padding: 0px 0px 5px 0px;
font-size:1.4em;
}
.kankyo{
width:520px;
margin:20px 40px;
text-align: center;
border-collapse: collapse;
}
.kankyo th{
border:1px solid #666666;
text-align: center;
padding:2px;
background-color: #ffffe0 ;
font-size:1.2em;
}

.kankyo td{
font-size:1.1em;
border:1px solid #666666;
padding: 2px;
}

.tubu{
text-align: center;
margin:20px;
}


.rnk {
	font-size:1.1em;
	color:#ff6347   ;
padding: 0px 0px 0px 10px;
	font-family: "Arial Black","Trebuchet MS";
}
 
.contents-title {
	position: center;
	line-height: ;
       text-align: center;
	padding: 0px;
	clear: both;
border: 1px solid #ccc ;
        background: #ffff00  no-repeat center;
        width: 600px;
        _width: 600px;
        height: 22px;
	letter-spacing: 0.2em;
	margin: 10px 5px 5px 0px ;
_margin:10px 0px 15px 0px
}

.contents-title h2{
	padding: 0px;
	font-size: 1.1em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	color: #ff6347  ;
}

.eheader {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
        _width: 818px;
	height: 150px;
	text-align: left;
	background: #fff;
}

.side-banner{
	position: relative;
	text-align: center;
margin: 0px;
}

.mini-img{ 
margin:10px 15px 0px 15px!important;
_margin:15px 10px 0px 10px;
float: left; 
width: 120px;
height: 140px;
font-size: 0.9em;
text-align: center;
}

.list-box {
float: right; 
height: 150px;
	font-size: 0.9em;
margin:0px 0px 15px 0px!important;
_margin:0px 0px 0px 0px;
}

.list-box p{
margin:5px;
}


.navi-box{ 
height:17px;
width:814px;
_width:814px;
text-align:center;
}

*:first-child+html .navi-box{ 
height:17px;
width:814px;
text-align:center;
}

ul#topnavi {
 margin: 0;
 padding: 0;
 font-weight: bold;
 color:#fff;
 width: 814px;
_width:814px;
}

*:first-child+html ul#topnavi {
 margin: 0;
 padding: 0;
 font-weight: bold;
 color:#fff;
 width: 808px;
}

ul#topnavi::after {
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
 content: ".";
 }

ul#topnavi li {
 margin-right: 3px;
 padding: 0;
 color:#fff;
 float: right;
 width: 198px;
 _width: 198px;
 line-height: 1;
 list-style-type: none;
}

*:first-child+html 
ul#topnavi li {
 margin-right: 2px;
 padding: 0;
 color:#fff;
 float: right;
 width: 199px;
 _width: 198px;
 line-height: 1;
 list-style-type: none;
}

ul#topnavi li a {
 padding: 0.2em 7px;
 display: block;
 position: relative;
 font-size: 12px;
 color: #fff;
 text-align: center;
 text-decoration: none;
 background-color: #ff69b4  ;
}

ul#topnavi li a:hover {
 color: #fff;
 background-color: #ddd;
}


.ichioshi{
width:600px;
margin:0px 0px;
text-align: center;
border:1px solid #ccc;
border-collapse: collapse;
}

.ichioshi th{
	padding: 0px;
	font-size: 1.3em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	color: #ff6347  ;
        background: #ffff00  no-repeat center;
border:1px solid #ccc;
}

.ichioshi td{
font-size:1em;
padding: 2px;
border:1px solid #ccc;
}

.next
{
text-align: center;
padding: 0px 0px 10px 0px;
}


