/* 基本レイアウト */


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 W7";
}


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


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

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

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


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


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


#header {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    width: 780px;
    _width: 800px;
    height: 80px;
    text-align: left;
    background: url(img/head.gif) no-repeat center #fff ;
}


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


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


#ss
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.25;
    position:absolute; top:5px; left: 10px;
    color: #666;
}


#banner {
    position: relative;
    margin: 0;
    padding: 0;
    width: 550px;
    height: 230px;
    background: url(img/bbg.gif) ;
}

#banner div {
    position: relative;
    margin: 0;
    padding: 20px 5px 10px 160px;
    _padding: 30px 10px 10px 160px;
    width: 390px;
    _width: 550px;
    height: 222px;
    _height: 220px;
    background: url(img/banner.gif) no-repeat;
}

#banner h2 {
    width: 370px;
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
    position:absolute; top: 10px; left: 175px;
}

#banner p
{
    margin: 0 ;
    padding: 0;
    width: 250px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: normal;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    color: #333;
    text-align: left;
    letter-spacing: 0;
    background: none ;
    position:absolute; top: 75px; left: 30px;
}


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


#container
{
    position: relative;
    width: 780px;
    _width: 800px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    background: url(img/bbg.gif) #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: 550px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
}

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

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

#side
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 200px;
    padding: 0;
    margin: 10px 0 0;
    background: url(img/2.jpg)  no-repeat left ;
    font-family: "メイリオ","Meiryo";
}


/* 記事部分見出し */


.header {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 10px 0;
    line-height: 40px;
    padding: 0 5px 0 20px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    background: url(img/h.gif) no-repeat top right;
}

.header1 {
    /* ie win (5, 5.5, 6) bugfix */
    margin: 10;
    line-height: 40px;
    padding: 20px 5px 10px 10px;
    font-size: 1.8em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-left: 5px solid #ffcc00;
    background: url(img/hm.gif) no-repeat top right;
    letter-spacing: 0.4em;
}


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

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


p {
    margin: 15px 0;
    padding: 0;
    font-family: "メイリオ","Meiryo";
}

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

.entry1
{
 _width: 100%;
 margin: 2px 0 10px 0;
 border: 1px dotted #006699;
 background: #ffffff;
 min-height: 115px;
 padding: 10px;
}

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

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

.entry1 p.more
{
 text-align: right;
 background: url(img/more.gif) no-repeat right;
 line-height: 30px;
 padding-right: 35px;
 margin: 0 0px 5px 0 ;
 }


/* フッター */


#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 820px;
    height: 150px;
    text-align: center;
    font-size: 0.9em;
    clear: both;
    background: url(img/foot.gif) bottom left no-repeat;
}


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

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

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

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


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


#side li
{
    width: 200px; 
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid #ccc;
}


#side li a
{
    width: auto; 
    _width: 100%; 
    font-size: 0.9em;
    padding: 8px 3px 8px 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    margin: 2px 0 1px;
    text-decoration: none;
    border-left: 5px solid #ccc;
    background: url(img/li.gif) ;
}


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



#side li.sidetitle
{
    width: auto;
    height: 38px;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
    font-size: 1em;
    line-height: 36px;
    display: block; 
    background: url(img/st.gif) no-repeat;
    border-left: none;
    text-indent: 10px;
}

#side li.sidetitle a
{
    width: auto;
    height: 38px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1em;
    line-height: 36px;
    display: block; 
    background: url(img/st.gif) no-repeat;
    border-left: none;
    text-indent: 10px;
}

#side li.sidetitle a:hover
{
    background: url(img/sth.gif) ;
    border-left: none;
}


.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: url(img/boxbg.gif) no-repeat right bottom #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;
}


.click a
{
    position:absolute; bottom: 5px; right: 5px;
    min-height: 30px;
    _height: 30px;
    margin: 0;
    padding: 0 25px 0 0;
    background: url(img/go.gif) no-repeat right top;
}


.click a:hover
{
    background: url(img/goh.gif) no-repeat right top;
}


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


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


#side p
{
    margin: 10px 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: 15px;}
img { border: none; }
table {
    font-size: 0.8em;
    margin: 0;
    background: #ccc;
}
td { background: #fff;}

form
{
    width: auto;
    _width: 100%;
    margin: 10px 0 ;
    padding: 10px;
    font-size: 0.9em;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #f8f8f8;
    clear: both;
    text-align: center;
}


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

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

.checkbox {
	height		: 24px;
	margin		:20px 0 20px 120px;
	padding		: 0px 0 0 40px;
	color		:#333;
	font-size	:15px;
	font-weight	: normal;
	text-align	: left;
	font-family	: "メイリオ","Meiryo","HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W8";
	background	: url(./img/checkbox.gif) no-repeat left;
}

.kobetu     {
	color: #00f;
	font-size: 18px;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-weight: normal;
	padding: 0;
	float: right;
	}

.sbtn a {
    display: block;
    text-indent: -1000px;
    height: 120px;
    width: 200px;
    margin: 0 auto 15px;
    background: url(img/red_btn2.gif) no-repeat;

}

.sbtn a:hover {
    display: block;
    height: 120px;
    width: 200px;
    background: url(img/orange_btn2.gif) no-repeat;
}

.bt a{
	clear: both;
    display: block;
    height: 70px;
    width: 520px;
	margin: 20px auto;
    background: url(img/bt.gif) no-repeat;
    text-indent: -9999px;
    }


.bt a:hover {
    display: block;
    height: 70px;
    width: 520px;
    background: url(img/bta.gif) no-repeat;
    text-indent: -9999px;
	}

.bts {
	padding: 0px 0px 0px 10px;
	}

.bts a{
	clear: both;
    display: block;
    height: 50px;
    width: 280px;
    background: url(img/bts.gif) no-repeat;
    text-indent: -9999px;
    }


.bts a:hover {
    display: block;
    height: 50px;
    width: 280px;
    background: url(img/btsa.gif) no-repeat;
    text-indent: -9999px;
	}

.btminfx a{
	clear: both;
    display: block;
    height: 70px;
    width: 520px;
	margin: 20px auto;
    background: url(./img/btminfx.gif) no-repeat;
    text-indent: -9999px;
    }

.btminfx a:hover {
    display: block;
    height: 70px;
    width: 520px;
    background: url(./img/btminfxa.gif) no-repeat;
    text-indent: -9999px;
	}


/* 文字装飾 */

.bb /* 大・太字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}


.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbg /* 大・太字・緑 */
{
    color: #009900;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.red { color: #dc0000; }
.blue { color: #006699; }
.green { color: #009900; }
.orange { color: #ff9900; }
.pink { color: #ff66cc; }
.b { font-weight: bold; }
.line { background: #ffff66; }

.noteline{
	background-image: url(./img/note_line.gif);
	margin: 10px 0px 5px 0px;
	padding: 6px 5px 5px 5px;
	line-height: 25px;
}

/* テーブル */

table, tr, td{
	font-size: 13px;
	font-family: "メイリオ","Meiryo";
}

.sp{
	width: 100%;
	margin: 0 10px 0 0px;
	border: 1px solid #999;
	border-collapse: collapse;
}


.sp th{
	text-align: center;
	padding: 4px 5px;
	color: #333;
	margin:0;
        background: #f2f2f2;
	border: 1px solid #999;
	border-collapse: collapse;
}

.sp tr{
	margin:0;
}

.sp td{
	padding:0 4px 0 10px;
	margin:0;
	text-align: left;
	border: 1px solid #999;
	border-collapse: collapse;
}