
/* 基本レイアウト */

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



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

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


/* リンク色（サイトタイトル） */

#banner a { color: #666; text-decoration: none; }
#banner a:hover { color: #ff9900; }


/* 表示補助 */

.pkg {
    position: static;
    display: block;
    clear: both;
    padding: 10px;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


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

body {
    min-width: 790px;
    text-align: center; /* center on ie */
    font-family: verdana, 'trebuchet ms', sans-serif;
    margin: 0px;
    padding: 0;
    font-size: 0.8em;
    color: #333;
    background: #f5f5f5;
    line-height: 1.5;
}

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

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

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

#header {
    position: relative;
    margin: 0 auto;
    width: 790px; /* necessary for ie win */
    height: 120px;
    background: #fff;
    background: url(img/head.gif)  no-repeat #fff;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

#banner {
    position: relative;
    margin: 0 auto;
    width: 790px;
    height: 240px;
    background: url(img/banner00.jpg)  no-repeat #fff;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 3px solid #db4105;
    border-bottom: 2px solid #db4105;
}

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

#header p
{
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 12px;
    line-height: 1.25;
    position:absolute; top:67px; left: 220px;
}


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


#logo
{
    position:absolute; top: 0px; left: 15px;
}


/* グローバルナビゲーション */

#navi
{
    width: 790px;
    height: 45px;
    margin: 0 auto;
    padding: 0;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background: url(img/navibg.gif)  no-repeat;
}

#navi ul
{
    height: 45px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    background: url(img/navibg.gif)  no-repeat;
}

#navi li
{
    height: 45px;
    margin: 0;
    padding: 0;
    float: left;
}

#navi li a
{
    width: 130px;
    height: 45px;
    background: url(img/nli.gif) ;
    display: block;
    font-size: 12px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
    text-decoration: none;
    float: left;
    color: #fff;
}

#navi li a:hover
{
    background: url(img/li.gif) ;
    color: #fff;
}

#navi li a.selected
{
    background: url(img/lis.gif) ;
    color: #fff;
}


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

#main-index
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 570px; 
    _width: 565px; 
    margin: 0;
    background: #fff;
}

#main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 570px; 
    _width: 565px; 
    margin: 0;
    padding: 5px;
    background: #fff;
}

.content
{
    background: url(img/content.gif)  no-repeat bottom left;
    margin: 0 0 10px;
    padding: 10px 25px 10px 10px;
    _padding: 10px;
}


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

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



/* 記事部分見出し */

#main h2 {
    margin: 0;
    line-height: 1.25;
    padding: 20px 0 0;
    font-size: 1.6em;
    font-weight: normal; 
    font-family: "HGS創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W8";
}
.cattitle p {
    margin: 0;
    padding: 0;
    line-height: 1.25;
}

#main h2.header {
    margin: 0;
    padding: 15px 0 0 20px;
    height: 85px;
    line-height: 1.5;
    font-size: 1.6em;
    font-weight: normal; 
    font-family: "HGS創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W8";
    background: url(img/h.gif)  no-repeat;
}

#main-index h4, #main h3 {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 5px 0 0;
    height: 36px;
    line-height: 36px;
    font-size: 1.4em;
    padding: 0 0 0 20px;
    font-weight: normal; 
    font-family: "HGS創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W8";
    text-align: left;
    clear: both;
    background: url(img/h2.gif)  no-repeat;
}

#main h4 {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 5px 0 0;
    height: 36px;
    line-height: 36px;
    font-size: 1.4em;
    padding: 0 0 0 20px;
    font-weight: normal; 
    font-family: "HGS創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W8";
    text-align: left;
    clear: both;
    background: url(img/h1.gif)  no-repeat;
}

.box h3 {
    /* ie win (5, 5.5, 6) bugfix */
    margin: 0;
    line-height: 1.25;
    padding: 0 0 3px;
    font-size: 1.1em;
    font-weight: normal; 
    font-family: "HGS創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W8";
    text-align: left;
}

#main h2 a { text-decoration: none; }


.bread
{
    margin: 5px 0 5px 5px;
    text-align: left;
}

.entry
{
    margin: 5px;
    text-align: left;
}





.f-navi
{
    margin: 5px 0;
    text-align: center;
    clear: both;
}
.more { text-align: right; margin: 0; padding: 5px;}
.gotop { text-align: right; clear: both;}
.click { float: right; margin: 0; padding: 0;}
.right { float: right; margin: 0; padding: 0 15px 0 0;}
.cattitle {
    height: 99px;
    padding: 0;
    background: url(img/cat.gif) no-repeat right;
    width: 435px;
    _width: 455px;
    padding: 0 10px;
    margin: 0 15px 0 0;
    _margin: 0;
    float: right;
}
.cattitle p { width: 330px;  }

.img
{
    float: left;
    margin: 5px 5px 5px 0;
    text-align: center;
}

.tb-info{ text-align: center;}


.lfm {
    position: relative;
    width: 561px;
    height: 141px;
    background: url(img/lfm_banner.gif) no-repeat;
    padding: 0;
    margin: 0;
}

.lfm p
{
    width: 365px;
    height: 85px;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 12px;
    line-height: 1.25;
    position:absolute; top:50px; left: 10px;
}

/* フッター */

#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 790px; 
    height: 80px;
    font-size: 0.8em;
    clear: both;
    line-height: 60px;
    background: url(img/footer.gif) no-repeat;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}


#footer p
{ 
    font-size: 1em;
    text-align: left;
    padding: 0 10px;
    margin: 0;
    color: #666;
}

#footer-navi a
{
    color: #666;
}


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

.sidetitle
{
    width: auto;
    _width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666;
    background: url(img/sidetitle.gif)  no-repeat;
    margin: 0px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    display: block; 
}

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

#side li
{
    width: auto; 
    _width: 100%; 
    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: 20px 3px 20px 10px;
    display: block;
    line-height: 1.5;
    margin: 2px 0;
    background-color: #f8f8f8;
    border-left: 5px solid #dcdcdc;
    text-decoration: none;
}

#side li a:hover
{
    background-color: #3e3e39;
    color: #a2c9f3;
    border-left: 5px solid #a2c9f3;
}

.koushi
{
    width: 190px; 
    margin: 5px 0;
    padding: 35px 0 0;
    text-align: center;
    background: url(img/koushi.gif)  no-repeat;
}
#side .koushi p
{
    margin: 5px 0 ;
    padding: 0;
}

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


/* ボックス部分 */

.box
{
    width: 275px; 
    margin: 0 5px 15px 0;
    padding: 0;
    background: #fff;
    float: left;
}

.box-content
{
    width: auto; 
    margin: 0;
    padding: 0 5px;
    font-size: 0.9em;
    text-align: left;
}

.new
{
    width: 561px; 
    height: 230px;
    margin: 0;
    padding: 22px 5px 5px;
    background: url(img/whats.gif)  no-repeat;
    clear: both;
}

.new ul
{
   margin: 0 0 0 20px;
   padding: 5px;
   list-style: disc;
}

.new li
{
    line-height: 1.75;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #ccc;
}

.top-cont { text-align: center; margin: 20px 0 10px;}
.center { text-align: center; }

dl
{
   margin: 0;
   padding: 0;
   list-style: none;
}

dt {
    margin-top: 10px;
    padding: 0 0 0 5px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    border-left: 5px solid #999;
    border-bottom: 1px solid #999;
}

dd {
    margin: 0;
    padding: 5px;
    font-size: 0.9em;
    line-height: 1.5;
    background: #f5f5f5;
    border-right: 1px dotted #999;
    border-bottom: 1px dotted #999;
    border-left: 1px dotted #999;
}

.home
{
    position:absolute; top: 45px; right: 230px;
}
.home a
{
    display: block;
    width: 60px; 
    height: 60px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: url(img/home.gif) left no-repeat;
}
.home a:hover
{
    background: url(img/home2.gif) left no-repeat;
}

.mail
{
    position:absolute; top: 45px; right: 90px;
}
.mail a
{
    display: block;
    width: 60px; 
    height: 60px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: url(img/inq.gif) left no-repeat;
}
.mail a:hover
{
    background: url(img/inq2.gif) left no-repeat;
}
.rss
{
    position:absolute; top: 45px; right: 20px;
}
.rss a
{
    display: block;
    width: 60px; 
    height: 60px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: url(img/rss.gif) left no-repeat;
}
.rss a:hover
{
    background: url(img/rss2.gif) left no-repeat;
}
.aboutus
{
    position:absolute; top: 45px; right: 160px;
}
.aboutus a
{
    display: block;
    width: 60px; 
    height: 60px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: url(img/aboutus.gif) left no-repeat;
}
.aboutus a:hover
{
    background: url(img/aboutus2.gif) left no-repeat;
}

.xb{color:#478cb1;
    font-size:16px;}

.red{color:#ff0000;}


#imgright {
	margin: 10px 40px 10px 10px;
	padding: 0;
	float: right;
	}

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

.dai{color:#0088ff;
    font-weight:bold;
    }

.nama{color:#ff9900;
    font-weight:bold;
    }

#kan{
	margin: 5px 20px 10px 10px;
	padding: 0px 10px 5px 10px;
border:1px solid #999
}

.contents
{
    margin: 30px 0;
    background-image: url(img/note.gif);
    line-height: 30px;
}
.contents p
{
    margin: 30px 0;
    line-height: 30px;
    font-size: 1em;
    color: #333;
}

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

.bbr /* 大・太字 */
{
    color: #ff0000;
    font-size: 1.3em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    line-height: 1.8;
}

.bbb /* 大・太字 */
{
    color: #000;
    font-size: 1.3em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    line-height: 1.8;
}


.bb1 /* リスト */
{
    color: #000000;
    font-size: 1.0em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    line-height: 1.8;
}
.line /* マーカー処理 */
{
    background: #ffff00;
}
.bullet /* 直線 */
{
   margin: 30px 20px;
   border: 1px solid #ff0000;
   background-color: #ffffee;
   padding: 5px 15px 20px;
   clear: both;
   line-height: 1.5;
}

.bu-b /* ブレット黒字 */
{
    margin: 20px 0 0;
    color: #000;
    font-size: 1.3em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    line-height: 1.25;
    background: url(img/check.gif) no-repeat;
    padding-left: 25px;
}


.order a {
    display: block;
    height: 89px;
    width: 365px;
    margin: 50px 0 0;
    background: url(img/push.gif) no-repeat #ff0000;
    text-indent: -9999px;
}

.order a:hover {
    display: block;
    height: 89px;
    width: 365px;
    margin: 50px 0 0;
    background: url(img/push_h.gif) no-repeat #ff9900;
}

.order2 a {
    display: block;
    height: 89px;
    width: 365px;
    margin: 10px 0 0;
    background: url(img/push2.gif) no-repeat #ff0000;
    text-indent: -9999px;
}

.order2 a:hover {
    display: block;
    height: 89px;
    width: 365px;
    margin: 10px 0 0;
    background: url(img/push2_h.gif) no-repeat #ff9900;
}

.order3 a {
    display: block;
    height: 65px;
    width: 300px;
    margin: 10px 0 0;
    background: url(img/dpush.gif) no-repeat #ff0000;
    text-indent: -9999px;
}

.order3 a:hover {
    display: block;
    height: 65px;
    width: 300px;
    margin: 10px 0 0;
    background: url(img/dpush_h.gif) no-repeat #ff9900;
}

.hd {
    margin: 50px 0 15px;
    padding: 5px 0;
    color: #db4105;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    background: #ffcc00;
    font-family: "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    clear: both;
}

#t3{font-size:13px;
	width		:520px;
	margin-right : auto;
	margin-left : auto
	}

#m1	{background-color:#ffffff;
	width	:130px;
	padding: 10px;
	color:#333333;
	font-weight:bold;
	background: url("img/tb.png");
	}


#m2	{background-color:#ffffff;
	padding: 5px;
		text-align: left;}



#naiyou{ margin: 0;
    line-height: 0.8;
    padding: 10px 0 20px 30px;
    font-size: 1.em;
    font-weight: normal; 
    font-family: "HGS創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W8";}

.hd1 {
    margin: 50px 0 5px 0;
    padding: 5px 0 3px 20px;
    color: #fff;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.25;
    text-align: left;
    background: #db4105;
    font-family: "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    clear: both;
}

.hd2 {
    margin: 50px 0 50px 0;
    padding: 5px 0 3px 20px;
    color: #000;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.25;
    text-align: left;
    border-bottom: 2px solid #db4105;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    clear: both;
}

#fla{padding: 10px 0 3px 40px;}

.y{ background: #ffff66; }

.b{color:#006699;}

/**** LINK-tag style sheet injection_graph.css ****/

/* Non-http; imported above. */

#dropin
{
     width: 380px;
     height: 60px;
     _width: 420px;
     _height: 360px;
     background: #ffffff;
     padding: 280px 20px 20px 20px;
     text-align: center;
     background: url("img/dropin.gif") no-repeat;
}

#dropin2
{
     position: relative;
     width: 520px;
     height: 355px;
     background: #ffffff;
     text-align: left;
     background: url("img/fp.gif") no-repeat;
}

#fm2 {
    position:absolute; bottom: 50px; left:80px;
}

#close {text-align: center; margin-top: 20px; _margin-top: 0px;}


