@charset "Shift_JIS";

/* ----------------------------------------------------
	全体設定
   ---------------------------------------------------- */

/*-- スクロールバーの設定 --*/
html {
    scrollbar-track-color: #ffffff;
    scrollbar-face-color: #ffdcd6;
    scrollbar-shadow-color: #ffffff;
    scrollbar-darkshadow-color: #ffe6c2;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #ffe6c2;
    scrollbar-arrow-color: #b3c1ff;
}


/*-- Bodyタグの設定 --*/
body {
    background-image: url('img/back03.gif');
    background-color: #ffffff;
    color: #663300;
    font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック","Osaka";
	font-size: 12px;
    line-height: 1.4em;
    text-align: center;
}


* {
    margin: 0;
    padding: 0;
}

/* ----------------------------------------------------
	段組みの設定
   ---------------------------------------------------- */
/*-- 全体収納用 --*/
#container {
    width: 940px;
    background-color: #ffffff;
    margin: 0 auto 0 auto;
    text-align: left;
    border-left: 1px #663300 solid;
    border-right: 1px #663300 solid;
}

/*-- ヘッダー（タイトル部分） --*/
#header {
    width: 940px;
    background-color: #ffffff;
    margin: 0px;
    text-align: left;
}

/*-- メイン（本文） --*/
#main {
    width: 940px;
    background-color: #ffffff;
    margin: 0px;
    text-align: left;
    padding: 15px 0px 20px 0px;
}

/*-- フッター（タイトル部分） --*/
#footer {
	clear: both;
	float: none;
    width: 940px;
    background-color: #ffffff;
    margin: 0px;
    text-align: left;
}


/* ----------------------------------------------------
	カラム設定（中央3カラム）
   ---------------------------------------------------- */
/*-- 左メニュー --*/
#menu_left {
	float: left;
	display: inline;
    width: 200px;
    padding: 0px 10px;
    text-align: left;
}

/*-- メイン本文 --*/
#main_center {
	float: left;
	display: inline;
    width: 480px;
    margin: 0px;
    text-align: left;
    padding: 0px 10px 0px 10px;
}

/*-- 右メニュー --*/
#menu_right {
	float: left;
	display: inline;
    width: 200px;
    padding: 0px 10px;
    text-align: left;
}

/* ----------------------------------------------------
	リンクの設定
   ---------------------------------------------------- */
a:link {
    color: #3399CC;
}

a:visited {
    color: #3399CC;
}

a:hover {
    color: #ffcc66;
}

a img{
	border: none;
	vertical-align: bottom;
}


/* ----------------------------------------------------
	アドセンスカモフラージュリンクの設定
   ---------------------------------------------------- */
   
.ad_text{
    line-height: 1em;	
}


/* ----------------------------------------------------
	見出しの設定
   ---------------------------------------------------- */

/*-- 大見出し（記事タイトル - 検索エンジン重視） --*/
h1{
	font-size: 10px;
	color: #ffcc99;
	font-style: normal;
}

/*-- 中見出し（記事のタイトル等に使用） --*/
h2{
	font-size: 12px;
	font-style: normal;
}

.h2_topgreeting{
	padding-top: 30px;
	background-image: url('img/back07.gif');
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 14px;

}

/*-- 小見出し（個別記事のタイトル等に使用） --*/
h3{
	font-size: 12px;
	font-style: normal;
	margin-bottom: 5px;
}

/*-- 小見出し（個別記事のタイトル以下の見出しに使用） --*/
h4{
	font-size: 12px;
	font-style: normal;
	color: #006699;
    background-image: url('img/icon_lamp.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
    margin-bottom: 5px;
    line-height: 20px;
}


h5{
	font-size: 12px;
	font-style: normal;
	color: #663300;
    background-image: url('img/icon_box01.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 12px;
    line-height: 1.8em;
}


/*-- 小見出しタイトル（大） --*/
.headline_480{
	height: 25px;
	width: 480px;
	line-height: 25px;
	margin-bottom: 10px;
  	font-weight: bold;
	background-image: url("img/bar_title01.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	font-size: 12px;
	color: #990000;
}

/*-- 小見出しタイトル（中） --*/

/*-- 120サイズバナー飾り枠 --*/
.banner_waku120{
	width: 172px;
	height: 104px;
	padding: 23px 0px 0px 28px;
	background-image: url("img/waku01_120.gif");
	background-repeat: no-repeat;
	text-align: left;
}


/*--  --*/
.float{
	float: left;
	display: inline;
}




/* ----------------------------------------------------
	リストの設定
   ---------------------------------------------------- */
ul {
    overflow: hidden;
    list-style-type: none;
}

ol {
    overflow: hidden;
    list-style-type: none;
}

li {
    overflow: hidden;
    margin: 0px;
}


.info_box li{
    background-image: url('img/icon_arrow.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding: 0px 0px 0px 16px;
	color: #999999;
	border-bottom: 1px #cccccc dotted;
}



/* ----------------------------------------------------
	表組みの設定
   ---------------------------------------------------- */
table{
	margin-bottom: 15px;
	padding: 5px;
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}

th {
	padding: 5px;
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    background-color: #FFEAEA;	
}

td {
	padding: 5px;
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    line-height: 1.8em;
}

/*-- デフォルトテーブルのデザインを適応しない場合 --*/
table.table01 {
	border-style:none;
	margin-bottom: 15px;;
}

.table01 th {
	border-style:none;	
}

.table01 td {
	border-style:none;
}


/*-- テーブル等の背景色の指定 --*/
.back_blue{
	background-color: #F2FBFF;
}

.back_pink{
	background-color: #FFF8F8;
}


.back_yellow{
	background-color: #FFF9E1;
}

.back_deepyellow{
	background-color: #FFCC00;
}


/*-- 収入ページ表組みの設定 --*/
.mon{
	width: 15px;
}

.day{
	width: 15px;	
}

.site{
	width: 130px;
}

.pre{
	width: 50px;
	text-align: right;	
}

.charge{
	width: 50px;
	text-align: right;
}

.income{
	width: 50px;
	text-align: right;
	background-color: #FFF9E1;
}

.bank{
	width: 80px;
	font-size: 10px;
}


/* ----------------------------------------------------
	囲みの設定
   ---------------------------------------------------- */
.box_01{
	border: 1px #663300 solid;
	background-color: #FFF8F8;
	padding: 10px;
	margin-bottom: 20px;
}


.box_01 li{
    background-image: url('img/icon_apple.gif');
    background-repeat: no-repeat;
    background-position: left;
    background-color: #ffffff;
    padding: 0px 0px 0px 16px;
	color: #663300;
	border-bottom: 1px #cccccc dotted;
	
}

.box_01 ul{
    background-color: #ffffff;
	color: #663300;	
}



/* ----------------------------------------------------
	各種タグの全体設定
   ---------------------------------------------------- */
/*-- より強調したい文字 --*/
strong{
	font-style: normal;
	font-weight: bold;
}

/*-- 強調したい文字 --*/
em{
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	background-color: #FFFFCC;
}

/*--太い文字 --*/
b{
	color: #FF9999;
}

.bold{
	font-weight: bold;
}

/*-- 画像 --*/
img {
	border: none;
    vertical-align: middle;
}

/*-- 段落 --*/
p {
	margin: 0px;
    padding: 0px;
}

/*-- IE6用　イメージ挿入で行間が無視されることの対応策 --*/
* p img {
    margin: 0;
    padding: 4px 0px 4px 0px;
    vertical-align: middle;
}

/*-- IE6以外用　イメージ挿入で行間が無視されることの対応策 --*/
p>img {
    margin: 0;
    padding: 0px;
    vertical-align: middle;
}

/*-- 画像の回り込み（→文字） --*/
.img_right_text{
	float: left; 
	margin: 0px 10px 10px 0px;
}

/*-- 回り込みの解除 --*/
.clear{
	clear: both;
}


/*-- テキストカラー --*/
.color_red{
	color: #ff0000;
	font-weight:bold;
}

.color_pink{
	color: #FF6666;
	font-weight:bold;
}



/*-- テキストアンダーライン（点線） --*/

.under_line{
	padding: 1px 0px 0px 5px;
	line-height: 25px;
	background-image: url("img/line_infoline.gif");
	background-repeat: repeat;
	text-align: left;
	background-color: #ffffff;
}

/*-- テキスト10px --*/
.font_s{
	font-size: 11px;
	line-height: 15px;
}

/*-- テキスト「New!」 --*/
.font_new{
	font-size: 10px;
	color:#ff0000;
	font-weight:bold;
	background-color:#ffcccc;
}


/*-- 左、右、中央寄せ（画像などの） --*/
.align_right{
	width: 100%;
	text-align: right;
}

.align_center{
	width: 100%;
	text-align: center;
}


/*-- 右寄せ（テキストなどの） --*/
.align_text_right{
	text-align: right;
}



/* ----------------------------------------------------
	ヘッダーデザイン
   ---------------------------------------------------- */
/*-- ページ一番上のライン部分 --*/
.top_header{
	width: 850px;
	height: 20px;
	margin: 0px;
	background-color: #FC5741;
	background-image: url('img/top_headerline.jpg');
	background-position: center;
	background-repeat: no-repeat;
	padding-left: 90px;
}

/*-- タイトル左カラムの設定 --*/
.title_left{
	float: left;
	display: inline;
	width: 560px;
    background-color: #ffffff;
    margin: 0px;
    text-align: left;
    padding-bottom: 5px;
}

.title_info{
    background-image: url('img/top_icon_welcome.gif');
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 70px;
	padding: 3px 0px 0px 120px;
	font-size: 10px;
}

/*-- タイトル右カラムの設定（インラインフレームが入る） --*/
.title_right{
	float: left;
	display: inline;
	width: 380px;
    background-color: #ffffff;
    margin: 0px;
    padding-top: 5px;
    text-align: center;

}

/*-- パンくずリスト --*/
.topic_path{
	clear: both;
	width: 940px;
	height: 26px;
	background-image: url('img/top_pankuzu_list_back.gif');
	background-position: center;
	background-repeat: no-repeat;
	background-color: aqua;
}

/*-- パンくずリストolの設定 --*/
.topick_path_info{
	margin-left: 10px;
}

.topick_path_info li{
	display:inline;
	line-height:26px;

}


/* ----------------------------------------------------
	メニューデザイン
   ---------------------------------------------------- */
/*-- メニュータイトルの背景デザイン --*/
.menu_title_back{
	width: 195px;
	height: 28px;
	background-image: url('img/menu_title02.gif');
	background-position: left;
	background-repeat: no-repeat;
	line-height: 28px;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
}

/*-- メニュータイトル文字 --*/
.menu_title{
	background-image: url('img/icon_Sprout.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
    color: #FFFFCC;
    font-size: 10px;	
}

/*-- メニューの個別枠 --*/
.menu_box{
	width: 190px;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 15px;
}

/*-- メニューチャート親タイトル --*/
.menu_chart_title{
	line-height: 19px;
	padding: 0px 0px 0px 12px;
  	font-weight: bold;
	background-image: url("img/icon_flower01.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	vertical-align: bottom;
}

/*-- メニューチャートリストの設定 --*/
.menu_box ul{
	margin-bottom: 10px;
}

.menu_box li{

	line-height: 18px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

/*-- メニューチャート子のデザイン --*/
.menu_chart_children{
	background-image: url("img/menu_chart.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

 
/*-- メニューチャート子最終項目のデザイン --*/
.menu_chart_children_end{
	background-image: url("img/menu_chart_end.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

/*-- メニューチャート孫デザイン --*/
.menu_chart_grandchild{
	background-image: url("img/menu_chart.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
}

/*-- メニューチャート孫最終項目デザイン --*/
.menu_chart_grandchild_end{
	background-image: url("img/menu_chart_end.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
}




/* ----------------------------------------------------
	リンク集デザイン
   ---------------------------------------------------- */
/*-- リンク集リストデザイン --*/
.link{
	background-image: url("img/icon_home.gif");
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
}




/* ----------------------------------------------------
	トップページ(メイン中央）デザイン
	・挨拶
   ---------------------------------------------------- */
/*-- 項目収納ボックス（全ページ共通） --*/
.info_box{
	clear: both;
	padding: 0px 10px 20px 15px;
    line-height: 1.8em;
}



.info_box_underline{
	clear: both;
	padding: 0px 10px 10px 15px;
    line-height: 1.8em;
    border-bottom: 1px #cccccc solid;
}



/*-- 項目収納ボックス（トップページ解説用） --*/
.info_box_top{
	clear: both;
	padding: 10px;
	border: 1px #663300 solid;
	background-color: #ADD8E6;
	margin-bottom: 20px;
	background-image: url('img/back06.gif');
}

.info_box_top_box{
	padding: 5px;
	border: 1px #663300 solid;
	background-color: #FFFFFF;
	line-height: 25px;
	clear: both;
	
}



.info{
	margin-left: 15px;
}

/*-- 外部サービスと繋がる為、別枠 --*/
.blog_info{
	clear: both;
}


/*-- 挨拶タイトル --*/
.info_title{
    background-image: url('img/icon_usagi01.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 16px;	
	line-height: 20px;
	font-weight: bold;
	color: #ff6600;
}

/*-- 挨拶プレートデザイン --*/
.welcome_box{
	width: 100%;
	text-align: center;
}


/* ----------------------------------------------------
	トップページ(メイン中央）デザイン
	・収入公開
	・更新情報
   ---------------------------------------------------- */
/*-- インラインフレーム風囲み --*/

.inlinebox480{
	width : 460px;
	height: 210px;
	overflow: auto;
	margin: 0px 0px 20px 15px;
}

/*-- new、info、upの文章デザイン --*/
.info_new{
    background-image: url('img/icon_new02.gif');
    background-repeat: no-repeat;
    background-position: left;
	padding: 0px 0px 0px 30px;	
}

.info_info{
    background-image: url('img/icon_info02.gif');
    background-repeat: no-repeat;
    background-position: left top;
	padding: 0px 0px 0px 30px;	
}


.info_up{
    background-image: url('img/icon_up02.gif');
    background-repeat: no-repeat;
    background-position: left;
	padding: 0px 0px 0px 30px;	
}

.info_income{
    background-image: url('img/icon_kao_kirakira02.gif');
    background-repeat: no-repeat;
    background-position: left;
	padding: 0px 0px 0px 10px;	
}



/* ----------------------------------------------------
	ページデザイン
   ---------------------------------------------------- */
.page_title{
    background-image: url('img/icon_chou01.gif');
    background-repeat: no-repeat;
    background-position: left;
	font-size: 14px;
	font-weight: bold;
	vertical-align: sub;
	padding: 13px 0px 3px 20px;
	margin: 0px 0px 10px 0px;
	color: #006699;
	border-bottom: 1px #006699 solid;
}


.income_title{
    background-image: url('img/icon_saifu.gif');
    background-repeat: no-repeat;
    background-position: left;
	font-size: 14px;
	font-weight: bold;
	vertical-align: sub;
	padding: 10px 0px 3px 20px;
	margin: 0px 0px 10px 0px;
	color: #006699;
	border-bottom: 1px #006699 solid;
	
}

.page_navi{
	text-align: center;
	padding-bottom: 20px;
}


/* ---------------------------------------------------------------------------------
	トップおすすめプチアフィリ（今すぐプチアフィリをはじめよう）デザイン
   --------------------------------------------------------------------------------- */
#top_osusume{
	line-height: 10px;
	margin-bottom: 20px;
}


#top_osusume img{
	margin: 0px;
	padding: 0px;
}




/* ----------------------------------------------------
	相互リンクデザイン
   ---------------------------------------------------- */
.sougo_link{
	font-size: 10px;
	margin-left: 100px;
	width: 90%;
}


.sougo_link li{
	float: left;
	width: 30%;
	line-height:14px;
	padding-left: 13px;
	background-image: url("img/icon_pin.gif");
	background-repeat: no-repeat;
	
}



/* ----------------------------------------------------
	フッターデザイン
	・コピーライト
   ---------------------------------------------------- */
.copyright{
	width: 940px;
	height: 20px;
	margin: 0px;
	text-align: center;
	font-size: 10px;
	background-color: #FC5741;
	color: #ffcc99;
}


/* ----------------------------------------------------
	begin styles for RSS Feed
	ブログ更新情報のデザイン
   ---------------------------------------------------- */
.rss_box {
	padding: 10px 0px 0px 20px;
	 width: 450px;
	 background-color: #ffffff;
	 
}

.rss_items {
	padding:0px;
	margin-left:0px;
	color:#000000;
}

p.rss_title {padding:0.5em;}

.rss_title {
	text-decoration: none;
	font-size: 10px;
	background-color:#ef9036;
	color:#ffffff;
	font-weight:bold;
	text-align: left;
}

/*-- 本文の表示設定 --*/
.rss_item  {
  font-size: 10px;
  color: #663300;
  font-weight : normal;
  list-style:none;
}

/*-- リンクの表示設定 --*/
.rss_box a {
	height: 30px;
	font-size: 12px;
	font-weight:normal;
    background-image: url('img/icon_arrow.gif');
    background-repeat: no-repeat;
    background-position: left top;
    padding: 2px 0px 0px 18px;
}
	
.rss_box a:visited {

}

/*-- 時間の表示設定 --*/
.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #F60;
	padding-left: 18px;
}






