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


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


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


body {
    width: 850px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 0.9em;
    color: #333;
    background: url(img/bg.gif) repeat-x #f2f2f2;
    line-height: 1.5;
    font: normal 100%/1.5 Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    position: relative;
}


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


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


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


#header h1
{
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; bottom: 50px; right: 20px;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
    color: #333;
}

#header h2 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    position:absolute; bottom: 30px; right: 20px;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
    color: #999;
}


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

#navi
{
    width: 550px;
    margin: 0 0 5px;
    padding: 0;
    width: auto;
    height: 36px;
    background: #006699;
    border-bottom: 5px solid #0042b5;
}

#navi ul
{
    height: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#navi li
{
    margin: 0;
    padding: 0;
	list-style: none;
    float: left;
}

#navi li a{
    width: 275px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #006699;
    display: block;
    text-decoration:none;
    text-align: center;
    float: left;
    background: #f5f5f5;
}

#navi li a:hover
{
    background: #cae0ff;
    color: #006699;
}

/* ※グローバルナビゲーション用エントリーID
作成するブログによってIDが変わるので個別に記述してください
サイト作成後、「コンテンツ」カテゴリに投稿した記事のIDを
ナビゲーションのHTMLソースから確認してください */

#index .index, 
#index2 .index2
{
    color: #fff;
    background: url(img/li.gif);
}

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


#container
{
    position: relative;
    width: 890px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: url(img/bbg.gif);
}


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

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


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


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


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


.header {
    /* ie win (5, 5.5, 6) bugfix */
    margin: 0 0 10px;
    line-height: 1.25;
    padding: 2px;
    font-size: 1.2em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W6";
    text-align: right;
    clear: both;
    background: #ccc;
    letter-spacing: 0.2em;
    color: #fff;
}

.header1 {
    /* ie win (5, 5.5, 6) bugfix */
    margin: 0;
    line-height: 35px;
    padding: 5px 5px 5px 10px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W6";
    text-align: left;
    clear: both;
    border-bottom: 1px solid #006699;
    border-left: 5px solid #006699;
    background: url(img/h.gif) repeat-x;
    letter-spacing: 0.2em;
}

.header2 {
    /* ie win (5, 5.5, 6) bugfix */
    margin: 0;
    line-height: 1.5;
    padding: 5px 5px 5px 10px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W6";
    text-align: left;
    clear: both;
    border-bottom: 1px solid #006699;
    border-left: 5px solid #006699;
    background: url(img/h.gif) repeat-x;
    letter-spacing: 0.2em;
}

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


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


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

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

.rankbox
{
 width: 550px;
 margin: 2px 0 10px 0;
 border: 1px dotted #ccc;
 background: #fff;
 min-height: 115px;
 padding: 10px;
}

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

.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;
 background: url(img/more.gif) no-repeat right;
 line-height: 30px;
 padding-right: 35px;
 margin: 0 0px 5px 0 ;
 }

.btn { text-align: center; }
.btn a {
    display: block;
    height: 50px;
    width: 520px;
    margin: 0 auto 15px;
    background: url(img/btn1.gif) no-repeat #ff0000;
    text-decoration: none;
}

.btn a:hover {
    display: block;
    height: 50px;
    width: 520px;
    background: url(img/btn2.gif) no-repeat #ff9900;
}

.btn a span {
    display: block;
    line-height: 50px;
    width: 520px;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
    font-weight: normal; 
    font-size: 1.4em;
    text-align: center;
    color: #fff;
}


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


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


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

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

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


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

#side ul
{
    width: 270px;
    margin: 0 0 15px;
    padding: 1px 0 15px;
    list-style: none;
    background: url(img/side.gif)  no-repeat bottom ;
}

#side li
{
    width: 240px;
    display: block;
    height: 22px;
    line-height: 22px;
    margin: 0 15px;
    padding: 0;
    color: #666;
    font-size: 14px;
    border-top: 1px dotted #ccc;
    padding: 3px;
    font-weight: bold;
}

#side li a
{
    margin: 0;
    padding: 0;
    line-height: 16px;
    font-size: 12px;
    padding: 2px 5px;
    font-weight: normal;
}

#side li a:hover
{
    color: #cc0000;
}

.sidetitle
{
    width: 250px;
    * width: 270px;
    margin: 10px 0 0 0;
    padding: 15px 0 7px 20px;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.3;
    display: block; 
    background: url(img/sidetitle.gif) no-repeat top;
    color: #fff;
    border-left: none;
}

.sidetitle a
{
    font-weight: bold;
    color: #fff;
}

.bc { background: #f5f5f5; }

/*-------------------------------------------------------
■ その他
-------------------------------------------------------*/

.box1
{
    position: relative;
    width: 550px;
    height: 80px;
    line-height: 1.25;
    margin: 5px 0 10px;
    padding: 0;
    font-size: 0.9em;
    background: url(img/box1.gif);
}

.box
{
    position: relative;
    width: 550px;
    height: 145px;
    line-height: 1.25;
    margin: 5px 0 15px;
    padding: 0;
    font-size: 0.9em;
    background: url(img/box.gif);
}

#main .box p
{
    margin: 0;
    padding: 70px 20px 0;
}
#main .box1 p
{
    margin: 0;
    padding: 20px 20px 0;
}

.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 W6";
    font-weight: normal; 
    font-size: 1.2em;
}
.bb {
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
    font-weight: normal; 
    font-size: 1.4em;
}
.red { color: red; }
.blue { color: blue; }
.green { color: green; }
.orange { color: orange; }

.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 {
    margin: 10px 0;
}
table table {
    margin: 0;
}
td {
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
}
table p { margin: 10px 0; }

table#no1 { border: 1px solid #ffcccc;}
table#no1 .rkn { font-size: 55px; color: #ff9999;}
table#no1 th { background: #ffeeee; border-color: #ffcccc;}
table#no2 { border: 1px solid #98b4d4;}
table#no2 .rkn { font-size: 40px; color: #6699ff;}
table#no2 th { background: #ccccff; border-color: #98b4d4;}
table#no3 { border: 1px solid #ffdd00;}
table#no3 .rkn { font-size: 40px; color: #ff9900;}
table#no3 th { background: #ffffcc; border-color: #ffdd00;}

.star { color: #ff6600; }

.rkn {
	width: 60px;
	font: bold 30px/1 Helvetica, sans-serif;
	color: #99cc66;
	text-align: center;
}

table h3 { margin: 0;}
table p { font-size: 75%; line-height: 1.25; }
table { border: 1px solid #ddd;}
table th { background: #f0fff0; border: 1px solid #ccffcc; border-bottom: 1px solid #ccffcc; text-align: center;}

.data { font-size: 0.8em; }
img { border: 0;}
.ss { text-align: center; margin: 20px 0;}
.s { font-size: 0.7em; } 
.center { text-align: center; }

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