/*============================================================*
* Comment Title a:hover
*  Text
*  Text
*  Text
*============================================================*/
a:hover{
		text-decoration: none;
		color: #66FFFF;
		/*background-color: #11FFFF;*/
		/*background-color: yellow;*/
		}

/*============================================================*
* Comment Title a:link
*  Text
*  Text
*  Text
*============================================================*/
a:link{
		text-decoration: none;
		color: #00008B;
		}

/*============================================================*
* Comment Title a:visited
*  Text
*  Text
*  Text
*============================================================*/
a:visited{
		text-decoration: none;
		/*color: #696969;*/
		}

/*============================================================*
* Comment Title body
*  Text
*  Text
*  Text
*============================================================*/
body{
		text-align: center;
margin: 20px 0px 20px 0px;
		/*background-color: #FFFFCC;*/
		background: url("img/logo8.jpg");
		color: #333333;
		/*margin: 0px;*/
		/*font-family: Verdana, Helvetica, sans-serif;*/
font-family:"MS PGothic", verdana, chicago, osaka;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
#container{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background-color: white;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
img{
		border: 0;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
.center{
		text-align: center;
		}

/* 以下ヘッダー部分 */

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
#header{
		/*background-color: #FFFFCC;*/
		/*color: #333333;*/
		background: url("img/logo02.jpg");
		height: 100px;
		/*border: 1px solid #FF9933;*/
		padding :0px 0px 0px 0px;
		margin: 0px 0px 20px 0px;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
#header h1{
		font-size: 20px;
		margin: 0;
		padding: 0;
		color:  #ffffff;
		text-align: left;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
#header h1 a{
		text-decoration: none;
		margin: 5px;
		padding: 5px;
		/*color: #666600;*/
color: #696969;

		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
#header p{
		font-size: 12px;
		text-align: right;
		padding-top: 20px;
color: #696969;
/*padding :30px 0px 0px 0px;*/
/*margin: 0px 0px 0px 0px;*/
		/*color: #663300;*/
		}

/* 左サイド部分 */

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
.sidebar{
		width: 198px;
		padding-left: 5px;
		margin-left: 0px;
		float: left;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
.sidebar h3{
		font-size:14px;
		/*font-family: Verdana, Helvetica;*/
font-family:verdana, chicago, osaka;
		margin-bottom: 0px;
		padding: 4px 3px 3px 4px;
		color: #696969;
		text-align: center;
		background-color: #8c8cff;
		border: 1px solid #9999ff;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
.sidebar h3 a{
		color: #8c8cff;
		text-decoration: none;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
.menu{
		list-style-type: none;
		margin: 0px 0px 5px 0px;
		padding: 1px 5px 1px 5px;
border: 1px solid #9999ff;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
.sidebar li{
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
		line-height: 150%;
		font-size: 12px;
		margin-bottom: 2px;
		}
/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
.adsenseside{
/*float: left;*/
      width: 120px;
      height: 240px;
      padding: 0px 0px 0px 0px;
      margin: 10px 0px 0px 40px;
      background-repeat: no-repeat;
/*border: 1px solid #9999ff;*/
}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
.adsensesidelong{
/*float: left;*/
      width: 160px;
      height: 600px;
      padding: 0px 0px 0px 0px;
      margin: 10px 0px 0px 20px;
      background-repeat: no-repeat;
/*border: 1px solid #9999ff;*/
}


/* エントリー部分 */

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
#content{
		width: 560px;
		padding-right: 5px;
		margin-right: 0px;
		float: right;
font-size: 85%;
		line-height: 150%;

		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
#content h2, #search h2{
		padding: 5px;
		font-size:14px;
		padding: 4px 3px 3px 4px;
		color:  #696969;
		background-color:;
		/*border: 1px solid #FF9933;*/
border-bottom: 3px solid #9999FF;
      border-top: 3px solid #9999FF;
		text-align: center;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
#content p, #search p{
		font-size: 100%;
		margin-right: 10px;
		margin-left: 10px;
		line-height: 150%;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
#content li{
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
		font-size: 14px;
		margin-bottom: 10px;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
#content img{
		padding: 0 15px 0 0;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
#search{
		width: 790px;
		padding: 10px;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
.adsensecontent{
float: center;
      width: 500px;
      height: 80px;
      padding: 0px 0px 0px 0px;
      margin: 30px 0px 0px 30px;
      background-repeat: no-repeat;
/*border: 1px solid #9999ff;*/
}

/* フッター部分 */

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
#footer{
		border-bottom: 5px solid #9999FF;
		margin-top: 10px;
		clear: both;
		background-color: #C8DDFF;
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
#footer p{
		font-size: 12px;
		color:  #696969;
		text-align: center;
margin: 0px 0px 10px 0px;
		/*margin-top: 0;*/
		/*margin-bottom: 10;*/
		}

/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
.adsensefooter{
            float: left;
      width: 735px;
      height: 25px;
      padding: 0px 0px 0px 0px;
      margin: 20px 0px 0px 30px;
      background-repeat: no-repeat;
/*border: 1px solid #9999ff;*/
}

/* License表記（削除しないでください） */
/*============================================================*
* Comment Title
*  Text
*  Text
*  Text
*============================================================*/
#footer p.yunayuna{
		font-size: 10px;
		color: #A9A9A9;
		text-align: center;
		/*font-family: Alial Narrow, Helvetica, sans-serif;*/
font-family:verdana, chicago, osaka;
		}
#footer p.yunayuna a{
		text-decoration: none;
		color: #A9A9A9;
		}
#footer strong{
		font-weight: lighter;
		}

