@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 641px){

/*----------------------------------------------------
	全体の基本設定
----------------------------------------------------*/

/*--- 基本設定クリア ---*/

*{
	margin: 0;
	padding: 0;
}

/*--- body設定 ---*/

body {
	background-color: #f5f5f5;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 13px;
	text-align: center;			/*--- サイト外枠を中央に寄せる(IE6) ---*/

}

/*--- 画像の枠線消去 ---*/

img {
	border: none;
}


/*--- リンク文字の設定 ---*/

a:link{color:#6666ff;}
a:visited{color:#cc00ff;}
a:hover{color:#ff0000;}
a:active{color:#c0c0c0;}


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

/*--- h1の設定 ---*/

h1{
	float: right;			/* 指定した要素は右側に配置、続く内容は左側に回り込ませる。 */
	margin-top: 35px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	color: #000000;
	font-weight: normal;
	font-size: 13px;
}


h2 {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 7px;
	padding-top: 7px;
    padding-bottom: 7px;
	padding-left: 10px;
    border-left: 6px solid #ff69b4;
	border-top: 1px solid #ff69b4;
	border-right: 1px solid #ff69b4;
	border-bottom: 1px solid #ff69b4;
	border-left: 6px solid #ff69b4;
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #ffffff;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #000000;
    font-size: 17px;
    font-weight: bold;
}



h3 {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 8px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom: 4px solid #ff69b4;
	color: #000000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: bold;
	font-size: 16px;
}


/*----------------------------------------------------
	レイアウト
----------------------------------------------------*/

/*--- サイト全体の外枠の設定 ---*/

#container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #ffffff;
	text-align: left;
}


/*--- ヘッダ部 ---*/

#header {
	width: auto;
	height: 60px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: 5px solid #ff69b4;
	background-color: #ffffff;
	color: #000000;
}

/*--- タイトルロゴ(左寄せ) ---*/

#titlelogo {
	float: left;				/* 指定した要素を左側、続く要素を右側に回り込み */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5px;
	padding: 0;
	background-color: #ffffff;
}



/*--- clearfix ---*/

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}


/*--- パンくずリスト ---*/

#pankuzu {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 14px;
}

/*--- メインコンテンツ部 ---*/

#contents {
	float: left;				/* 指定した要素を左側、続く要素を右側に回り込み */
	width: 695px;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	border-right: 1px solid #ff69b4;
	border-bottom: 1px solid #ff69b4;
	border-left: 1px solid #ff69b4;
	background-color:#ffffff;
}


/*--- 右サイドバー全体を囲む枠部分 ---*/

#sidebar {
	float: right;			/* 指定した要素を右側、続く要素を左側に回り込み */
	width: 230px;
	height: auto;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 1px;
	background-color:#ffffff;
}


/*--- サイドバーの各タイトル部分 ---*/

#sidebar .titles {
	line-height: 1.7;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #ff69b4;
	border-right: 1px solid #ff69b4;
	border-bottom: 1px solid #ff69b4;
	border-left: 1px solid #ff69b4;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px; 
	background-color: #ff69b4;
	color: #fffafa;
	font-weight: bold;
	text-align: center;
}



/*--- サイドバーの上段部分のBOX ---*/

#sidebar .top_box {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#sidebar .top_box2 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;	
	padding-left: 0;
	border: 1px solid #ff69b4;
}

/*--- サイドバーの中段部分のBOX ---*/

#sidebar .middle_box {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	/* border: 1px solid #000000; */
}

#sidebar .middle_box2 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;	
	padding-left: 0;
	border: 1px solid #ff69b4;
}

/*--- サイドバーの下段部分のBOX ---*/

#sidebar .bottom_box {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*--- サイドバーの設定 ---*/

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li a {
	display: block;
	width: auto;
	height: auto;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 23px;
	border-right: 1px solid #ff69b4;
	border-bottom: 1px solid #ff69b4;
	border-left: 1px solid #ff69b4;
	background-color: #ffffff;
	color: #666666;
	font-size: 13px;
	text-decoration: none;
	background-image: url("../img/arrow.gif");
	background-position: 2% 46%;
    background-repeat: no-repeat;
}

#sidebar ul li a:hover {
	background-color: #f5f5f5;
	text-decoration: underline;
	color: #ff0000;
}

#sidebar .middle_box2 ul li a {
	display: block;
	width: auto;
	height: auto;
	line-height: 1;
	padding-top: 7px;
	padding-bottom: 4px;	
	padding-left: 17px;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	border-left: 1px solid #006400;
	background-color: #ffffff;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	background-image: url("../img/square.gif");
	background-position: 2% 46%;
    background-repeat: no-repeat;
}

#sidebar .middle_box2 ul li a:hover {
	background-color: #f5f5f5;
	text-decoration: underline;
	color: #ff0000;
}


/*--- フッタ部 ---*/

#footer {
	clear: both;
	width: auto;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 3px;
	border: 1px solid #ff69b4;
	background-color :#ff69b4;
	color: #fffafa;
	text-align: center;
}


/*----------------------------------------------------
	共通設定
----------------------------------------------------*/

/*--- コンテンツ部分の設定 ---*/

#contents p {
	line-height: 1.6;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 15px;
	text-align: left;
}

#contents ul {
	margin-bottom: 15px;
}

#contents li {
	margin-bottom: 0;
	margin-left: 35px;
	padding-bottom: 0;
	list-style-image: url("../img/arrow.gif");
	font-weight: bold;
	font-size: 14px;
}

.site_info .site_name {
	font-size: 16px;
	font-weight: bold;
}

/*--- 記事のボックス ---*/

#contents .entry_top_box {
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;	
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #f5f5f5;
	border: 1px solid #696969;
}

#contents .entry_top_box table {
	width: 100%;
	margin-top: 0;
	padding: 0;
	background-color: #ffffff;
}

#contents .entry_top_box th {
	padding-right: 5px;
	padding-bottom: 0;
}

#contents .entry_top_box td {
	padding-right: auto;
	padding-bottom: 0;
}


#contents .entry_top_box td p {
	line-height: 1.5;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 14px;
	text-align: left;
}


/*--- 記事のボックス ---*/

#contents .entry_top_box {
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;	
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #f5f5f5;
	border: 1px solid #696969;
}


/*--- フォントの設定 ---*/

.bold {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.fontlarge {
	font-size: 17px;
}

.fontlarge2 {
	font-size: 20px;
}

.fontlarge3 {
	font-size: 25px;
}

.fontlargelink {
	font-size: 20px;
}

.fontlargelink2 {
	font-size: 25px;
}

.entry_f {
	font-weight: bold;
	font-size: 17px;
}

.fontemphasis{
  background-color: #ffff00;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.font_underline {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

/*--- テーブルの設定 ---*/

.list {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-collapse: collapse;
}

.list th {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 1px solid #cccccc;
	background-color: #eaeaea;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
}

.list td {
	line-height: 1.3;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #cccccc;
	font-size: 13px;
}


.list_normal {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 13px;
}

.list_normal th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eaeaea;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.list_normal td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #cccccc;
}

.list_normal td p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 1.3em;
}


.list_top {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 13px;
}

.list_top th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eaeaea;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.list_top th.last  {
	border-bottom: 1px solid #cccccc;　/*テーブルの一番下のボーダー色変更*/ 
}

.list_top td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #cccccc;
}

.list_top td p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 1.3em;
}

.list_webmaster {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.3em;
}

.list_webmaster th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eaeaea;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.list_webmaster th.last  {
	border-bottom: 1px solid #cccccc;　/*テーブルの一番下のボーダー色変更*/ 
}

.list_webmaster td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #cccccc;
}

.list_webmaster td p {
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.av_bottom {
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 0 solid #000000;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 15px;
}

.av_bottom th {
	padding-top: 0;
	padding-right: 4px;
	padding-left: 4px;
	text-align: left;
	vertical-align: bottom;
}

.av_bottom td {
	margin-top: 0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
	border: 0 solid #cccccc;
}


.time {
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 13px;
    padding-left: 13px;
    font-size: 14px;
    font-weight: normal;
	text-align: right;
    line-height: 1.8em;
	color: #000000;
    background: #ffffff;
}

/*--- コメント ---*/

.comments {
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	border-bottom: 2px solid #696969;
    padding-left: 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8em;
	color: #fffafa;
    background: #8fabbe;
}

/*--- コメントのライン ---*/

hr.comline {
height: 1px;
border: none;
border-top: 1px dashed #000000;
}


/*--- blockquote ---*/

blockquote {
    width: auto;
    margin: 10px 20px 10px 10px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 1.5;
}


/*---
blockquote {
    width: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;	
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 1.5;
}
---*/



/*--- マウスオーバー画像半透明 ---*/

a:hover img {
    filter: alpha(opacity=60); 		/*-- IE6,IE7 --*/
    -ms-filter: "alpha( opacity=60 )"; 		/*-- IE8 --*/
    -moz-opacity: 0.6;	/*-- FireFox --*/
    opacity: 0.6;	/*-- Chrome,Opera,Safari --*/
}


}







@media screen and (max-width:640px){



/*----------------------------------------------------
	全体の基本設定
----------------------------------------------------*/

/*--- 基本設定クリア ---*/

*{
	margin: 0;
	padding: 0;
}

/*--- body設定 ---*/

body {
	background-color: #b0c4de;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 14px;
	text-align: center;			/*--- サイト外枠を中央に寄せる(IE6) ---*/

}

/*--- 画像の枠線消去 ---*/

img {
	border: none;
	max-width: 100%;
    height: auto;
}


iframe {
            max-width: 100%; !important;
			height: auto;
}


/*--- リンク文字の設定 ---*/

a:link{color:#6666ff;}
a:visited{color:#cc00ff;}
a:hover{color:#ff0000;}
a:active{color:#c0c0c0;}


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

/*--- h1の設定 ---*/

h1{
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 8px;
	padding: 0;
	color: #000000;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 14px;
}



h2 {	
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 8px;
	padding-top: 7px;
    padding-bottom: 7px;
	padding-left: 10px;
    border-left: 6px solid #ff69b4;
	border-top: 1px solid #ff69b4;
	border-right: 1px solid #ff69b4;
	border-bottom: 1px solid #ff69b4;
	border-left: 6px solid #ff69b4;
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #ffffff;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #000000;
    font-size: 17px;
    font-weight: bold;
}



h3 {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 8px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom: 4px solid #ff69b4;
	color: #000000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: bold;
	font-size: 16px;
}


/*----------------------------------------------------
	レイアウト
----------------------------------------------------*/

/*--- サイト全体の外枠の設定 ---*/

#container {
	width: 97%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
	background-color: #ffffff;
	text-align: left;
}


/*--- ヘッダ部 ---*/

#header {
	width: auto;
	height: auto;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: 5px solid #ff69b4;
	background-color: #ffffff;
	color: #000000;
}

/*--- タイトルロゴ(左寄せ) ---*/

#titlelogo {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5px;
	padding: 0;
	background-color: #ffffff;
}




/*--- clearfix ---*/

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}


/*--- パンくずリスト ---*/

#pankuzu {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 1.3em;
}


/*--- メインコンテンツ部 ---*/

#contents {
	width: auto;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-right: 1px solid #ff69b4;
	border-bottom: 1px solid #ff69b4;
	border-left: 1px solid #ff69b4;
	background-color:#ffffff;
}


/*--- 右サイドバー全体を囲む枠部分 ---*/

#sidebar {
	width: auto;
	height: auto;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 1px;
	background-color:#ffffff;
}


/*--- サイドバーの各タイトル部分 ---*/

#sidebar .titles {
	line-height: 1.7;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #ff69b4;
	border-right: 1px solid #ff69b4;
	border-bottom: 1px solid #ff69b4;
	border-left: 1px solid #ff69b4;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px; 
	background-color: #ff69b4;
	color: #fffafa;
	font-weight: bold;
	text-align: center;
}



/*--- サイドバーの上段部分のBOX ---*/

#sidebar .top_box {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#sidebar .top_box2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border: 1px solid #ff69b4;
}


/*--- サイドバーの中段部分のBOX ---*/

#sidebar .middle_box {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	/* border: 1px solid #000000; */
}

#sidebar .middle_box2 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border: 1px solid #ff69b4;
}


/*--- サイドバーの下段部分のBOX ---*/

#sidebar .bottom_box {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*--- サイドバーの設定 ---*/

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li a {
	display: block;
	width: auto;
	height: auto;
	line-height: 1.4;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 30px;
	border-right: 1px solid #ff69b4;
	border-bottom: 1px solid #ff69b4;
	border-left: 1px solid #ff69b4;
	background-color: #ffffff;
	color: #666666;
	font-size: 15px;
	text-decoration: none;
	background-image: url("../img/arrow.gif");
	background-position: 2% 46%;
    background-repeat: no-repeat;
}

#sidebar ul li a:hover {
	background-color: #f5f5f5;
	text-decoration: underline;
	color: #ff0000;
}

#sidebar .middle_box2 ul li a {
	display: block;
	width: auto;
	height: auto;
	line-height: 1;
	padding-top: 7px;
	padding-bottom: 4px;	
	padding-left: 30px;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	border-left: 1px solid #006400;
	background-color: #ffffff;
	color: #666666;
	font-size: 15px;
	text-decoration: none;
	background-image: url("../img/square.gif");
	background-position: 2% 46%;
    background-repeat: no-repeat;
}

#sidebar .middle_box2 ul li a:hover {
	background-color: #f5f5f5;
	text-decoration: underline;
	color: #ff0000;
}


/*--- フッタ部 ---*/

#footer {
	clear: both;
	width: auto;
	height: 50px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 3px;
	border: 1px solid #ff69b4;
	background-color :#ff69b4;
	color: #fffafa;
	text-align: center;
}


/*----------------------------------------------------
	共通設定
----------------------------------------------------*/

/*--- コンテンツ部分の設定 ---*/

#contents p {
	line-height: 1.6;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 15px;
	text-align: left;
}

#contents ul {
	margin-bottom: 15px;
}

#contents li {
	margin-bottom: 0;
	margin-left: 35px;
	padding-bottom: 0;
	list-style-image: url("../img/arrow.gif");
	font-weight: bold;
	font-size: 14px;
}

.site_info .site_name {
	font-size: 16px;
	font-weight: bold;
}

/*--- 記事のボックス ---*/

#contents .entry_top_box {
	width: auto;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 2px;	
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-color: #f5f5f5;
	border: 1px solid #696969;
}

#contents .entry_top_box table {
	width: 100%;
	margin-top: 0;
	padding: 0;
	background-color: #ffffff;
}

#contents .entry_top_box th {
	padding-right: 5px;
	padding-bottom: 0;
}

#contents .entry_top_box td p {
	line-height: 1.4;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	font-size: 13px;
}


#contents .entry_top_box th img {



}


/*--- フォントの設定 ---*/

.bold {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.fontlarge {
	font-size: 17px;
}

.fontlarge2 {
	font-size: 20px;
}

.fontlarge3 {
	font-size: 25px;
}

.fontlargelink {
	font-size: 20px;
}

.fontlargelink2 {
	font-size: 25px;
}

.entry_f {
	font-weight: bold;
	font-size: 15px;
}

.fontemphasis{
  background-color: #ffff00;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.font_underline {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}




/*--- テーブルの設定 ---*/

.list {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-collapse: collapse;
}

.list th {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 1px solid #cccccc;
	background-color: #eaeaea;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
}

.list td {
	line-height: 1.3;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #cccccc;
	font-size: 14px;
}


.list_normal {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 14px;
}

.list_normal th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eaeaea;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.list_normal td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #cccccc;
}

.list_normal td p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 1.3em;
}


.list_top {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 14x;
}

.list_top th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eaeaea;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.list_top th.last  {
	border-bottom: 1px solid #cccccc;　/*テーブルの一番下のボーダー色変更*/ 
}

.list_top td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #cccccc;
}

.list_top td p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 1.3em;
}

.list_webmaster {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 14px;
	border-collapse: collapse;
	line-height: 1.3em;
}

.list_webmaster th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eaeaea;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.list_webmaster th.last  {
	border-bottom: 1px solid #cccccc;　/*テーブルの一番下のボーダー色変更*/ 
}

.list_webmaster td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #cccccc;
}

.list_webmaster td p {
	line-height: 1.3em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


.av_bottom {
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 0;
	border: 0 solid #000000;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 15px;
}

.av_bottom th {
	padding-top: 0;
	padding-right: 4px;
	padding-left: 4px;
	text-align: left;
	vertical-align: bottom;
}

.av_bottom td {
	margin-top: 0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
	border: 0 solid #cccccc;
}

.av_bottom img {
    width: 100%;
    height: auto;
}



/*--- 日付 ---*/

.time {
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 13px;
    padding-left: 13px;
    font-size: 14px;
    font-weight: normal;
	text-align: right;
    line-height: 1.8em;
	color: #000000;
    background: #ffffff;
}

/*--- コメント ---*/

.comments {
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	border-bottom: 2px solid #696969;
    padding-left: 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8em;
	color: #fffafa;
    background: #8fabbe;
}

/*--- コメントのライン ---*/

hr.comline {
height: 1px;
border: none;
border-top: 1px dashed #000000;
}


/*--- blockquote ---*/

blockquote {
    width: auto;
    margin: 10px 20px 10px 10px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 1.5;
}



/*--- マウスオーバー画像半透明 ---*/

a:hover img {
    filter: alpha(opacity=60); 		/*-- IE6,IE7 --*/
    -ms-filter: "alpha( opacity=60 )"; 		/*-- IE8 --*/
    -moz-opacity: 0.6;	/*-- FireFox --*/
    opacity: 0.6;	/*-- Chrome,Opera,Safari --*/
}



}

