/* 基本レイアウト */


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: #333; text-decoration: none; }
#header a:hover { color: #333; }

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


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


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


#header {
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    width: 800px;
    _width: 810px;
    height: 100px;
    text-align: left;
    background: url(img/main_img1.jpg) ;

}


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



#header h1 a {
        color: #FFFFFF;
        font-size: 30px;
        font-weight: bold;

        text-decoration: none;
        display:block;
        height:50px;
	}
#header h1
{
	 font-size: 24px;
	 font-weight: bold;
         color: #999;
         margin-bottom: 3px;
	 padding: 25px 0px 0px 0px;
         text-indent:-9999px;
}

#banner {
	padding:0;
	background: #FFFFFF;
	margin:0 15px 30px 15px;
        text-align:left;
        font-size:14px;
}

#banner h2 {
        background: #000066;
        background: url(./img/h2_back.jpg);
        color: #FFF;
        font-size: 1.2em;
        margin:10px 0 15px;
        font-family:"HG創英角ｺﾞｼｯｸUB";
        font-weight:normal;
        padding:2px 0 2px 15px;
        text-align:left;
}


#banner p
{
        padding:10px;
        margin:0;
}

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


#container
{
    position: relative;
    width: 800px;
    _width: 810px;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
    background: url(img/bbg.gif) repeat-y ;
}


#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: 570px;
    margin: 0 10px 0 0;
    padding: 0;
}

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

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


/* 記事部分見出し */


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

.index #main .header {
    /* ie win (5, 5.5, 6) bugfix */
    margin: 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;
    color: #666;
}

.header1 {
        border-left:15px solid #FF6600;
        border-bottom:1px solid #FF6600;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold; 
        margin: 15px 0 5px;
	padding:1px 0 1px 10px;
	background-color: #f8f8f8;
	}

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

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


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

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

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

p.more
{
 text-align: right;
 }

#main h4 a {
	color: #333;
	text-decoration: none;
	}

.cm {
margin:10px 0px 10px 0px;
padding:10px 0px 3px 10px;
text-align:left;
}
.cm p {margin: 0px; line-height: 80%;}
.cm p.link a{font-size: 12px;color: #0000ff;font-weight: bold;}
.cm p.text{font-size: 12px;color: #333;}
.cm p.url{margin-top: 3px: font-size: 9px;color: green;text-decoration: 
none;margin-bottom:17px;}
.cm p.url a{font-size: 10px;color: green;text-decoration: none;}
}

/* フッター */


#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    width: 800px;
    _width: 810px;
    height: 140px;
    text-align: center;
    font-size: 0.9em;
    clear: both;
    background: url(img/footer.gif) bottom 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 10px;
    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 .sidetitle
{
    width: auto;
    height: 38px;
    margin: 5px 0 0;
    padding: 0 0 0 10px;
    text-align: left;
    font-size: 1em;
    line-height: 36px;
    display: block; 
    background: url(img/st.gif) no-repeat;
}

#powered {
       font-family: Verdana, Arial, sans-serif;
       font-size:11px;
	color: #333;
       font-weight:normal;
       text-align:left;
       padding:20px 20px 7px 10px;
	}
#powered a {
	color: #333;
	text-decoration: 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) #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: 520px;
    min-height: 520px;
}


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

.clear
{
	clear: both;
}
.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; }
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: url(img/boxbg.gif) #f9f9f9;
    clear: both;
    text-align: center;
}
.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 

strong {
font-weight: normal;
}
em {
font-style: normal;
}
.af a{text-decoration: underline; 
 color:#00f;
 font-weight: bold;
 font-size:18px;}

.af-center {text-align: center;}
.af-right {text-align: right;}
.af-left {text-align: left;}


.af-center a{text-decoration: underline; 
 color:#00f;
 font-weight: bold;
 font-size:18px;
 }

.af-right a{text-decoration: underline; 
 color:#00f;
 font-weight: bold;
 font-size:18px;
 }

.af-left a{text-decoration: underline; 
 color:#00f;
 font-weight: bold;
 font-size:18px;
 }
