body { 
text-align:center;
line-height:1.6;
margin:0;
padding:0;
background-color:#F0F8FF;                       /* 外側背景色 */
} 
#outline { 
background-color:#FFFFFF;                     /* サイト背景色 */
}


/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:875px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:510px;                                          /* 中央 */
float:right; 
border:#AEEEEE 0px solid;               /* 外枠の色/太さ/実線 */
padding: 4px 8px 0px 8px; 
} 
#center_con { 
border:#AEEEEE 1px solid;               /* 外枠の色/太さ/実線 */
padding: 4px 8px 0px 8px; 
}
#left { 
width:155px;                                            /* 左 */
float:left; 
padding: 0px 0px 0px 5px; 
} 
#right { 
width:160px;                                            /* 右 */
float:right; 
padding: 0px 5px 0px 0px; 
} 
#center-left {             /* 計算して設定してください ------ */
width:700px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
#news {             /* 計算して設定してください ------ */
width:900px;                                         /* 全体 */
margin:0 auto; 
} 
#gleft { 
width:740px;                                            /* 左 */
float:left; 
padding: 0px 0px 0px 5px; 
} 
#gright { 
width:120px;                                            /* 右 */
float:right; 
padding: 0px 5px 0px 0px; 
} 
/******************************************* ▲ サイトの幅 ▲ */

img {border : none;}   

/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link {
color:#333333;
text-decoration:underline;
}
a:active {
color:#333333;
text-decoration:underline;
}
a:visited {
color:#333333;
text-decoration:underline;
}
a:hover {
color:#333333;
text-decoration:underline;
}
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:1px solid #6495ED;                     /* 外枠の色     */
margin:10px 0px 0px;                           /* ヘッダ間隔 */
}
#header_body { 
background-image: url(./images/top.gif); 
background-repeat: no-repeat; 
background-color:#6495ED;                     /* 背景色       */
border:1px solid #6495ED;                     /* 内枠の色     */
} 
/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:14pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:10px 10px 5px; 
}

/* ▽ブログタイトルリンク▽ */
h1 a:link {
color:#FFFFFF;
text-decoration:none;
}
h1 a:active {
color:#FFFFFF;
text-decoration:none;
}
h1 a:visited {
color:#FFFFFF;
text-decoration:none;
}
h1 a:hover {
color:#FFFFFF;
text-decoration:underline;
}
/* △ブログタイトルリンク△ */

/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:10pt;                                 /* 文字サイズ */
color:#FFFFFF;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:0px 10px 10px; 
font-weight:normal;
}
/***************************************** ▲ サイト紹介文 ▲ */



/********************************************* ▼ ヘッダーメニュー ▼ */
.menu{
color:#9FB6CD;
font-size:9pt;
margin:0px 0px 0px 0px;
padding:0px 10px;
text-align:left;
height:20px;
border-top: 2px #5d83e0 solid;
border-bottom: 1px #5d83e0 solid;
background:#6495ED;
}
.menu ul{
margin: 0px;
padding: 3px 0px;
text-align: center;
line-height: 150%;
width: 100%;
float: left;
}
.menu li{
float: left;
list-style-type: none;
margin: 0px;
padding: 0px 2px;
text-align: center;
}

/* ▽ヘッダーメニューリンク▽ */
.menu a:link{
color:#9FB6CD;
text-decoration:none;
}
.menu a:visited{
color:#9FB6CD;
text-decoration:none;
}
.menu a:hover{
color:#9FB6CD;
text-decoration:underline;
}
/* △ヘッダーメニューリンク△ */
.u_menu{
margin:0px 0px 10px 0px;
background_image
}
/********************************************* ▲ ヘッダーメニュー ▲ */



/************************************************* ▼ ヘッダー広告 ▼ */
.banner{
clear:both;
font-size:10pt;
color:#000000;
margin:5px 0px 10px 0px;
width:486px;                      /* ★広告サイズに合わせて数値を変えてください★ */
height:60px;                       /* ★広告サイズに合わせて数値を変えてください★ */
text-align:center;
background:#FFFFFF;
}
/********************************************* ▲ ヘッダー広告 ▲ */


/********************************************* ▼ フッター ▼ */
#footer_outline {
border-top:1px solid #6699FF;                       /* 外枠の色   */
background-color:#FFFFFF;                       /* 背景色     */
border-top: 2px #5d83e0 solid;
border-bottom: 2px #5d83e0 solid;
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#000000;                                  /* 文字色     */
padding:2px; 
} 
                                              /* リンク       */
#footer_body a:link    { color:#6699FF; }     /* 通常         */
#footer_body a:active  { color:#6699FF; }     /* 実行中       */
#footer_body a:visited { color:#6699FF; }     /* 訪問済み     */
#footer_body a:hover   { color:#6699FF;}     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */

/********************************************* ▼ フッター2 ▼ */
#footer_outline2 {
border-top:0px solid #000000;                       /* 外枠の色   */
background-color:#6699FF;                       /* 背景色     */
background-image: url(./images/under.gif); 
background-repeat: no-repeat; 
background-position: right bottom;
}
/********************************************* ▲ フッター2 ▲ */

/********************************************* ▼ テキスト広告 ▼ */
/* メニュー下広告バック */
#top_back {
padding: 2px 2px; 
border-top: 2px #5d83e0 solid;
}

/* コンテンツ下広告バック */
#con_back {
padding: 1px 1px; 
background-color:#AEEEEE;    
}

/* 一番下広告バック */
#under_back {
padding: 4px 4px; 
background-color:#6699FF;  
border-top: 2px #5d83e0 solid;  
}
/********************************************* ▲ テキスト広告  ▲ */

/********************************************* ▼ 枠 ▼ */
.box02 {
background-image:url(./images/box02.gif);
background-repeat:repeat-y;
}
.box04 {
background-image:url(./images/box04.gif);
background-repeat:repeat-x;
}
/********************************************* ▲ 枠  ▲ */

/*** その他 ***/
h3 {color: #FFFFFF;font-size:10pt;font-weight:normal;}
hr {color: #cccccc; width:90%;}
p { margin: 2px 0; }
ul { margin:2px 0 5px 0; padding:0; list-style-type: none;} 
li { margin-left:0px; margin-bottom:3px; } 
form { margin:0; }
img { border:0px; }
table { font-size:10pt; }
.c-both { clear:both; } 
.readmore { margin-top: 10px; } 
.readclose { margin: 10px 0; } 
.page_navi { margin:10px 0; font-size:9pt; }
.style1 {color: #CC3300; font-weight: bold;}
.style2 {color: #FFFFFF;}
.style3 {color:#C94093;}
.t_link {
color: #0066FF;
font-weight: bold;
}
.font9 {font-size:9px;}
.rank {font-size:10px;color: #CC3300; font-weight: bold;}

blockquote {
margin-right: 2em;
margin-left: 2em;
padding: 10px;
border: solid 1px #000000;
width: auto;
color: #000000;
}