/* 基本レイアウト */

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


/* 見出し */

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

h3	{
	color		:#FFFFFF;
	font-size	:18px;
	margin		:0px 0 0px 1px;
	padding: 5px 0 0 10px;
	text-align	:left;
	clear		:left;
	height: 30px;
	background: url("h3back.jpg") no-repeat;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-weight: normal;
	}


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

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

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


/* ●バナー画像入れ替え● */

#banner {
    background: url(img/banner.jpg) no-repeat bottom left;
}

/* ●タイトル背景色● */

#header, #banner h2
 {
    background:  	#499FD5;
}

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


body {
    min-width: 880px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 0.8em;
    color: #333;
    background: #f5f5f5;/* 背景色 */
    line-height: 1.5;
    font-family: "ＭＳ Ｐゴシック";
    position: relative;
}


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


#header {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 880px;
    height: 35px;
    text-align: left;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
}

#banner {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 880px;
    height: 180px;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    text-align: left;
}

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

#header h1
{
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; top: 5px; left: 8px;
    color: #fff;
}

#banner h2
{
    width: 880px;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    position:absolute; top: 0px; left: 0px;
    color: #fff;
    z-index: 2;
    text-indent: 8px;
}

#banner p { margin:0 }

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


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


#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: 660px;
    _width: 650px;
    margin: 0;
    padding: 0;
}

#content
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 430px;
    _width: 415px;
    margin: 0;
    padding: 5px;
    _padding: 0;
}


.contents
{
    position: relative;
    min-height: 1px;
    text-align: left;
    margin: 0 0 5px;
    padding: 0;
    _padding: 0;
    border: 1px solid #eee;
    background: #fcfcfc;
}

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




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

#side { float: right; }
#left { float: left; }


/* 記事部分見出し */


.header1
{
 position: relative;
 width: auto;
 _width: 100%;
 margin: 2px;
 padding: 12px 0 12px 10px;
 border-top: 3px solid #006699;/* 大見出し上部ライン色 */
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 line-height: 1.25;
 font-size: 1.4em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 text-transform: uppercase;
 clear: both;
 letter-spacing: 0.7em;
 background: url(img/li.gif);
}

.header1 .date
{
 display: block;
 font-size: 0.6em;
 color: #666;
 letter-spacing: 0em;
 margin: 0;
 padding: 0;
 position:absolute; top: 5px; right: 5px;
}

.header2
{
 position: relative;
 margin-top: 10px;
 border-left: 5px solid #666;
 padding: 2px 0 2px 10px;
 font-size: 1.1em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 line-height: 1.25;
}

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


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


.entry
{
 line-height: 1.5;
 margin: 15px 10px;
 padding-bottom: 10px; 
 border-bottom: 1px dotted #dcdcdc;
}

.more
{
 text-align: right;
 margin: 5px;
 }


/* フッター */


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


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


.copy
{ 
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 0.9em;
    position:absolute; top: 40px; right:15px;
}

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

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


#side ul, #left ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}


#side li, #left li
{
    width: 198px; 
    _width: 200px; 
    display: block;
    line-height: 20px;
    margin: 2px 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #666;
    background: url(img/li.gif) ;
}


#side li a, #left li a
{
    width: auto; 
    _width: 100%; 
    font-size: 0.9em;
    padding: 5px 3px 5px 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    margin: 0;
    text-decoration: none;
    border-left: 3px solid #ddd;
    border-bottom: 1px dotted #ccc;
}


#side li a:hover, #left li a:hover
{
    border-left: 3px solid #b01c69;
    color: #b01c69;
    background: url(img/lih.gif) ;
}

.side-header
{
 position: relative;
 width: auto;
 height: 30px;
 _height: 40px;
 margin: 5px 0 0;
 padding: 10px 0 0;
 color: #333;
 background: url(img/st.gif) no-repeat;
 font-size: 11px;
 line-height: 20px;
 text-align: center;
 letter-spacing: 1em;
}

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

.gotop
{
    height: 18px;
    text-align: right;
    margin: 15px;
    padding: 0 20px 0 0;
    background: url(img/gotop.gif) no-repeat right;
    clear: both;
}

#side p, #left p
{
    margin: 5px 0;
    padding: 0;
}


.center { text-align: center; }


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


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


.img { margin: 0 10px 10px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
.line { border-top: 1px dashed #ccc; clear: both; margin: 0 5px; font-size: 5px;}
img { border: none; }
#left table {
    width: 190px;
    font-size: 0.9em;
    margin: 0 auto 4px;
}

#left th { padding: 2px 0; text-align: center;
border: 1px solid #ddd;
background: #eee;
}
#left td { padding: 2px 0; text-align: center;
border: 1px solid #ddd;
background: #fff;
}

#left dl { margin: 5px; }

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

.photo, .sidesearch, .magmag
{ text-align: center; }

.sidesearch
{
    margin: 5px 0 10px;
    height: 30px;
    _height: 60px;
    padding: 30px 5px 0px;
    background: url(img/searchbg.gif) no-repeat;
}
.magmag
{
    height: 105px;
    _height: 140px;
    padding: 35px 5px 0px;
    background: url(img/mmbg.gif) no-repeat;
    margin: 5px 0 10px;
}

.rss
{ text-align: left; }

#side .rss p
{
    margin: 5px 0;
    padding: 0;
}

.side2
{
    margin: 0;
    padding: 0;
    width: 200px;
    min-height: 200px;
    _height: 200px;
    background: url(img/side2.gif) no-repeat right;
    text-align: center;
}
.side-cont
{
    margin: 1px 0 10px;
    border: 1px solid #eee;
    padding: 0;
    background: #fcfcfc;
}

#side .side-cont p
{
    margin: 5px;
    padding: 0;
}



#contener {
	margin: 20px 0 15px 0;
	}


#ad1 {
	text-align: center;
	margin: 10px 25px 0 25px;
	padding :0;
	}


#contener p
	{text-align	:left;
	margin		: 10px 70px 10px 70px;
	line-height: 24px;
	}


#kiji01 {
	margin: 20px 0 40px 0;
	}

#kiji02 {
	margin: 20px 0 40px 0;
	}

#kiji03 {
	clear: both;
	margin: 20px 0 40px 0;
	}

#kiji04 {
	clear: both;
	margin: 20px 0 40px 0;
	}

#kiji05 {
	clear: both;
	margin: 20px 0 40px 0;
	}

#kiji06 {
	clear: both;
	margin: 20px 0 40px 0;
	}

#img1 {
	margin: 10px 10px 20px 7px;
	padding: 0;
	float: right;
	}

#img2 {
	margin: 10px 10px 20px 7px;
	padding: 0;
	float: left;
	}

#img3 {
	margin: 10px 10px 20px 7px;
	padding: 0;
	float: left;
	}

#img4 {
	margin: 10px 10px 20px 7px;
	padding: 0;
	float: left;
	}

#img5 {
	margin: 10px 10px 20px 7px;
	padding: 0;
	float: left;
	}


.red { color: #ff0000; }
.blue { color: #006699; }
.green { color: #009900; }
.orange { color: #ff9900; }
.pink { color: #ff66cc; }
.b { font-weight: bold; }
.line { background: #ffff66; font-size: 12px;}
.br { color: #dc0000; font-weight: bold; } /* 赤・太字 */


/* ボタン */
.bt a {
 margin-left: 25px;
 display: block;
 width: 358px;
 height: 50px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("bt.jpg") no-repeat;
 }

.bt a:hover {
 background-position: 0 -55px;
 }


.bt1 a {
 margin-left: 25px;
 display: block;
 width: 358px;
 height: 50px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("bt1.jpg") no-repeat;
 }

.bt1 a:hover {
 background-position: 0 -55px;
 }


.bt2 a {
 margin-left: 25px;
 display: block;
 width: 358px;
 height: 50px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("bt2.jpg") no-repeat;
 }

.bt2 a:hover {
 background-position: 0 -55px;
 }

h3#no1 {
    position: relative;
    margin: 5px 0 5px;
    padding: 0px 0 2px 48px;
    color: #000;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 2.0;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    background: url(img/1s.gif) no-repeat left;
}

h3#no2 {
    position: relative;
    margin: 5px 0 15px;
    padding: 16px 0 2px 45px;
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 2.0;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    background: url(img/2s.gif) no-repeat left;
}

h3#no3 {
    position: relative;
    margin: 5px 0 15px;
    padding: 16px 0 2px 45px;
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 2.0;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    background: url(img/3s.gif) no-repeat left;
}

h3#no4 {
    position: relative;
    margin: 5px 0 15px;
    padding: 18px 0 2px 45px;
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 2.0;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    background: url(img/4s.gif) no-repeat left;
}

h3#no5 {
    position: relative;
    margin: 5px 0 15px;
    padding: 18px 0 2px 45px;
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 2.0;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    background: url(img/5s.gif) no-repeat left;
}

/* ボタン */
#bt a {
 margin-left: 75px;
 display: block;
 width: 358px;
 height: 50px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("img/bt.jpg") no-repeat;
 }

#bt a:hover {
 background-position: 0 -55px;
 }


