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

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: #ff9900; }

#header a { color: #333; text-decoration: none; }
#header a:hover { color: #999; }

/* ---------------------------------------------------------
■ ページレイアウト
--------------------------------------------------------- */

body {
	width: 900px;
	text-align: center;
	margin: 0px auto 5px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5;
	font-family: "メイリオ","ＭＳ Ｐゴシック";
	position: relative;
	background-color:#FEF0C0;
}

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

#header {
	position: relative;
	margin: 0px auto 0px;
	width: 900px;
	height: 70px;
	text-align: left;
	background-color:#fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#headernavi {
	position: relative;
	margin: 0px auto 0px;
	text-align: left;
	width: 900px;
	height: 37px;
	background-color:#fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#headernavi img {
	margin: 0px -6px 0px 0px;
	padding: 0px;
}

#headernavi a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
}

#header2 {
	position: relative;
	margin: 0px auto 0px;
	_margin: 0px auto -1px;
	padding: 1px 1px 1px 1px;
	_padding: 1px 1px 0px 1px;
	width: 898px;
	background-color:#fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.kensaku {
	position:absolute; top: 38px; left: 680px;
}

#entry #header {
	position: relative;
	margin: 40px auto 0px;
	padding: 0;
	width: 900px;
	height: 1px;
	text-align: left;
	background: #fff ;
	border-bottom: 1px solid #ccc ;
}

#entry table {
	font-size: 1.0em;
	border-style: solid;
	border-width: 0px;
	text-align: center;
	border-color: #ffffff;
	width: 640px;
	margin: 0;
}

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

#header h1 a {
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.25;
	position:absolute; top: 28px; left: 20px;
	font-family: "メイリオ","HGPｺﾞｼｯｸE", "ヒラギノ角ゴ Pro W6";
	color: #333;
        letter-spacing: 0px;
}

#header p {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3;
	position:absolute; top: 3px; left: 10px;
	font-family: "メイリオ","HGPｺﾞｼｯｸE", "ヒラギノ角ゴ Pro W6";
	color: #666;
}

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

#banner {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	width: auto;
	min-height: 200px;
	_height: 200px;
	background: url(img/banner.jpg) no-repeat center;
	border: 1px dotted #ccc;
}

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

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

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

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


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

#banner4 {
position: relative;
margin: 0px 0px 20px 0px;
padding: 0;
width: auto;
min-height: 200px;
_height: 200px;
background: url(banner.jpg) no-repeat center;
border: 1px dotted #ccc;
}

#banner4 h2{
font-size: 1.3em;
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 10px;
color: #333;
border-bottom: 1px dotted #ccc;
font-family:"メイリオ","HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
}

#banner4 div {
width: 370px;
position: relative;
margin: 0;
padding: 10px 0px 0px 0px;
}

#banner4 ul {
margin: 10px 0px 10px 25px;
padding: 0;
line-height: 1.6;
font-size: 0.9em;
}

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

#container {
	position: relative;
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


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

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

#main {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	text-align: left;
	width: 780px;
	_width: 770px;
	margin: 10px 40px 0px 50px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #ccc ;
}

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

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

/* ---------------------------------------------------------
■ メインコンテンツ基本レイアウト（サイドメニュー）
--------------------------------------------------------- */

#side { 
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 200px;
	padding: 0;
	margin: 0px 3px 0px -3px;
	font-family:"メイリオ","HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
}


.sidetop {
	margin: 10px 0px -3px 0px;
}

.sidetop a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


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

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


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

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



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

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

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

.entry {
	_width: 100%;
	margin: 0px 0px 0px 0px;
	min-height: 130px;
	padding: 0px 10px 0px 10px;
}

.entry img {
	margin: 10px;
}

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


.entry li {	font-size: 1.0em;
}


.entry0 {
	_width: 100%;
	margin: 10px 0px 20px 0px;
	min-height: 130px;
	padding: 5px 5px 3px 10px;
background :#E6EDF7; 
}


.box1 {
	position: relative;
	width: auto;
	_width: 100%;
	line-height: 1.5;
	margin: 15px 10px 15px 10px;
	padding: 0;
	font-size: 0.9em;
	border: 1px solid #204671;
	background: #;
}

#main .box1 p {
	border-bottom: 1px solid #204671;
	margin: 0;
	padding: 3px 0 3px 5px;
	background: #204671;
}

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

.entry1 {
	_width: 100%;
	margin: 0px 0px 0px 0px;
	min-height: 130px;
	padding: 0px 10px 0px 10px;

}

.entry1 img {margin: 10px ;}


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


.entry3 {
	margin: 0px 5px 20px 5px;
}

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

#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 150px;
	text-align: center;
	font-size: 0.9em;
	clear: both;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

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

.copy { 
	margin: 0;
	padding: 60px 0 0;
	color: #666;
	font-size: 0.9em;
}

.f-navi {
	text-align: center;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	border-bottom: 1px solid #ccc ;
}


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

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



#side li {
	width: 200px; 
	display: block;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	text-decoration: none;
	color: #666;
	font-family:"メイリオ","HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
}

#side li a {
	width: auto; 
	_width: 100%; 
    font-size: 14px;
    font-weight:nomal;
    padding: 5px 0px 5px 25px;
    color: #000000;
    display: block;
    margin: 2px 0px 0px 0px;
    text-decoration: none;
    background: url(http://chicchi.xsrv.jp/imghoujinhp/up-orange.gif); background-repeat: no-repeat;
}


*:first-child+html #side li a  {
    padding: 5px 0px 2px 25px;
    margin: 0px 0px 0px 0px;
} /* for ie7 */


#side li a:hover {
    color:#FF0000;
    background: url(http://chicchi.xsrv.jp/imghoujinhp/down-orange.gif) ;
background-repeat: no-repeat;
}

#side li a:active {
    color:#A64E3A;
    background: url(http://chicchi.xsrv.jp/imghoujinhp/up-orange.gif) ;
background-repeat: no-repeat;
}



#side li.sidetitle {
	width: auto;
	_width: 100%; 
	font-family: "メイリオ","HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
    font-size:18px;
	font-weight:bold;
    padding: 4px 0px 4px 28px;
    color: #ffffff;
    display: block;
    margin: 13px 0px 3px 0px;
    text-decoration: none;
    background: url(http://chicchi.xsrv.jp/imghoujinhp/midachi-orange.gif); background-repeat: no-repeat
}


#side li.sidetitle a{
    font-size: 18px;
	font-weight:bold;
    color: #ffffff;
    display: block;
    margin: -4px 0px 0px -30px;
    padding: 3px 0px 0px 30px;
    text-decoration: none;
    background: url(http://chicchi.xsrv.jp/imghoujinhp/midachi-orange.gif); 
background-repeat: no-repeat;
}

#side li.sidetitle a:hover {
    font-size: 18px;
	font-weight:bold;
    color: #ffffff;
    display: block;
    margin: -4px 0px 0px -30px;
    padding: 3px 0px 0px 30px;
    text-decoration: none;
    background: url(http://chicchi.xsrv.jp/imghoujinhp/midachi.gif); 
background-repeat: no-repeat;
}


/* ---------------------------------------------------------
■ コンテンツ装飾
--------------------------------------------------------- */

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

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

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


.more { text-align: right; }

.more a {
	min-height: 30px;
	_height: 30px;
	margin: 0;
	padding: 0;
}


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

.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:0px; float: left; }
.imgr { margin:0px; float: right; }
.imgt { margin:0px 10px; float: left; }

img { border: none; }

table {
	font-size: 1.0em;
	border-style: solid;
	border-width: 0px;
	text-align: center;
	border-color: #ffffff;
	width: 770px;
	margin: 0;
}

table caption {
	font-size: 1.1em;
	font-weight: bold;
}

th { 
background :#FEE387;
	font-weight: normal;
	border-style: solid;
	border-width: 0px;
}


td { 
background :#FEF0C0; 
	text-align:left;
	border-style: solid;
	border-width: 0px;
}


.box {
	position: relative;
	width: 315px;
	line-height: 1.5;
	margin: 15px 10px;
	padding: 0;
	font-size: 0.9em;
	border: 1px solid #dcdcdc;
	background: #f8f8f8;
       float:left;
}

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

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

.box1 {
	position: relative;
	width: 580px;
	line-height: 1.5;
	margin: 15px 10px;
	padding: 0;
	font-size: 0.9em;
	border: 1px solid #dcdcdc;
	background: #f8f8f8;
}

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

.box1 ul {
	margin: 10px 0 10px 25px;
	padding: 0;
	line-height: 1.5;
}
.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 

.redbold { color: #cc0000; font-weight:bold;} /* 赤 */ 
.bluebold { color: #003399; font-weight:bold;} /* 青 */ 
.greenbold { color: #339900; font-weight:bold;} /* 緑 */ 
.orangebold { color: #ff9900; font-weight:bold;} /* オレンジ */ 

.linemizu { background: #80FFFF; } /* 背景マーカー処理 */
.linepink { background: #FFB0D8; } /* 背景マーカー処理 */ 
.lineyellow { background: #ffff00; } /* 背景マーカー処理 */ 

.linemizubold { background: #80FFFF;  font-weight:bold;} /* 背景マーカー処理 */
.linepinkbold { background: #FFB0D8;  font-weight:bold;} /* 背景マーカー処理 */ 
.lineyellowbold { background: #ffff00;  font-weight:bold;} /* 背景マーカー処理 */ 

 
.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; } 
.rnk {
	font-size:2em;
	display:block;
	color:#777;
	font-family: "Arial Black","Trebuchet MS";
}


.archive-list li{
	margin: 10px 0px;
	border-bottom: 1px dotted #ddd;
	list-style-type: square;
}

.seo  {
	text-decoration: none;
	font-size: 0.6em;
	text-align: right;
	color: #bbb;
    padding: 5px 0px 0px 0px;
}

.seo a {
	text-decoration: none;
	color: #bbb;
}

.hako {
	border: 1px solid #ccc;
	background: #f8f8f8;
    padding: 0px 10px 0px 10px;
}

.sen {
	border-bottom: 1px solid #ccc;
}

.linkichiran{
	font-size: 0.8em;
	border-style: solid;
	border-width: 0px;
	text-align: center;
	border-color: #ffffff;
	width: 760px;
	margin: 0;
}


.linkichiran th { 
background :#FEE387;
	font-weight: normal;
	text-align: center;
	border-style: solid;
	border-width: 0px;
}


.linkichiran td { 
background :#FEF0C0; 
	text-align: center;
	border-style: solid;
	border-width: 0px;
}
