/* CSS Document */

/*----------------------------------------------------------------
■スタイルシートの設定となります。ＨＴＭＬにはＳＥＯを意識し
テキストのみを記載していますがここで画像や色等の設定を行います
今あなたが読んでいるテキストはコメントアウトと言って説明用
に書き出しているものです。このテキストのように色がグレーに
なっている部分は説明だけなので取ってしまっても問題ありません。
またスタイルシートの設定は初心者には多少難しいのでＨＴＭＬのみ
テキストをいじることだけをオススメします。
ご自分で設定をいじる場合はそれが何を意味するか忘れないように
書いておいてもいいかもしれません。
----------------------------------------------------------------*/
/*-------------------------------------------------------------------
全称セレクタやリンクの基本カラー
--------------------------------------------------------------------*/
* {
	font-family:"ＨＧ創英角ｺﾞｼｯｸＵＢ","ＭＳ Ｐゴシック", sans-serif;
	padding:0;
	margin:0;
}a:link{
	color:#0033FF;
	text-decoration:underline;
    text-decoration : none;
}a:visited{
	color:#800080;
    text-decoration : none;
}a:hover{
	color:#d66666;
    text-decoration : none;
}


body{
   font-size:15px;
   }



/*--------------------------------------------------------
■ＳＥＯ上重要なヘッド部分をここで設定しています
--------------------------------------------------------*/

h1{
 position: absolute;
	left: 18px;
	top: 7px;
	text-align:left;
	font-size: 10pt;
	color: #d66666;
	}

/*●ヘッドの画像サイズ等の設定をしています*/
#headwaku{
	position: absolute;
	left: 18px;
	top: 25px;
	width: 97%;
	height: 100px;
	background-color:#cc9933;
}
/*	background-image:url(img/topbanner.png);
}


/*●ヘッドイラストです。*/
#headillust{
	position: absolute;
	top: 10px;
	left: 80px;
}
/*●ヘッドテキスト設定です。”タイトルを入れます〜”
となっている部分ですね*/
#headtitle{
	position: absolute;
	top: 20px;
	left: 360px;
	text-align: center;
	color: #000000;
	font-size:26px;
	font-weight: bold;
}
#headtitle a{
	color: aqua;
}

/*●ヘッドの右側テキスト設定です*/
#headright{
	position: absolute;
	top: 80px;
	left: 400px;
	color: #000000;
	font-size:12pt;
}


/*--------------------------------------------------------
■アフィリエイト枠の設定
--------------------------------------------------------*/

#affiliwaku{
position: absolute;
top: 140px;
height: 15;
	width: 97%;
font-size:17pt;
}


/*--------------------------------------------------------
■左のメニューバー等の設定を行っています
--------------------------------------------------------*/

#leftmenu{
position: absolute;
left: 18px;
top: 180px;
width: 220px;
background-color: gray;
}

#leftmenu .menu1{
    font-size:13px;
	background-color: #ffffff;
	/* background-image:url(img/leftback.png); */
	color: #000000;
	border: 1px solid #639DCB;
	width: 200px;
	margin-left: 9px;
}

#leftmenu .rss{
    padding: 5px 2px 25px 2px;
    text-align:center;
	} 
	
	

#leftmenu .menu2{
	background-color: #ffffff;
	text-align: left;
	color: #000000;
	border: 1px solid #639DCB;
	width: 200px;
	margin-left: 9px;
}

#leftmenu .title{
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	border: 0px solid #639DCB;
	width: 200px;
}


/*--------------------------------------------------------
■真ん中本コンテンツの設定
--------------------------------------------------------*/

#mainmenu{
	width: 76%;
position: absolute;
left: 245px;
top: 180px;
line-height : 150%;
}


#mainmenu .mainkotei{
/*	width: 100%; */
background-color: #faf0e6;
border: 1px dashed #ffa07a;

}

#mainmenu .mainsetsumei{
color: #CC0000;
}

#mainmenu .mainmenu0{
border: 1px solid #d3d3d3;/*枠線の色指定*/
	background-color: #ffffff;
  /*  background-image:url(img/mainback.png); */
  line-height : 150%;
  text-align: center;
  font-size:x-large;
}

#mainmenu .mainmenu1{
border: 1px solid #d3d3d3;/*枠線の色指定*/
	background-color: #ffffff;
   /* background-image:url(img/mainback.png);  */
  line-height : 120%;
}


#mainmenu .menubar1{
background-color: #990000;
color: #FFFFFF;
font-size:18px;
text-align:center;
}

#mainmenu .footer{
text-align: center;
}

