@charset "utf-8";

/* ■■　ベーススタイルシート　■■ */
* {
	margin:0px;
	padding:0px;
}

html{
    height: 100%;
}


/*************************************************************
* Body共通設定
*************************************************************/
body {
	font-style: normal;
	font-weight: normal;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'Lucida Grande', 'ＭＳ Ｐゴシック', sans-serif;

}


/*************************************************************
* アンカーテキスト共通設定
*************************************************************/
a, a:hover, a:visited {
	font-style: normal;
	font-weight: bolder;
	vertical-align:baseline;
}


/*************************************************************
* IEの改行コード(br)バグ設定
*************************************************************/
br {
	letter-spacing: 0;
}


/*************************************************************
* 見出しタグ共通設定
*************************************************************/
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
}

h1 {
	z-index: 1;
}


/*************************************************************
* イメージ共通設定
*************************************************************/
img {
	margin:2px;
	padding:2px;
	border: none;
}

a img {
	border: none;
	text-decoration: none;
}


/*************************************************************
* テーブル共通設定
*************************************************************/
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*************************************************************
* 強調表示設定
*************************************************************/
em {
	margin:0 2px 0 2px;
	font-weight: bold;
	text-decoration: underline;
}

strong {
	margin: 0 2px 0 2px;
	font-weight: bold;
}


/*************************************************************
* 区切り線(hr)の設定
*************************************************************/
hr {
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
	height: 0;
	color: #999;
	border: #999 1px solid;
}


/*************************************************************
* 住所、引用、コード、出典関連タグの共通設定
*************************************************************/
address, blockquote, q, caption, code, cite, menu {
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}

code {
	display: block;
	width: 93%;
	overflow: auto;
	white-space: pre;
	padding: 4px 10px 4px 4px;
	margin: 5px 0 5px 5px;
	border: 1px solid #bbb;
	background-color: #eee;
}


/*************************************************************
* リスト共通設定
*************************************************************/
ul, ol {
	display: block;
	margin: 12px 10px 18px 20px;
}


/*************************************************************
* 定義型リスト共通設定
*************************************************************/
dl {
	margin: 4px 8px 4px 2px;
}
dt {
	font-size:14px;
	font-weight:bold;
}
dd {
	line-height: 150%;
	padding: 2px 4px 2px 5px;
	margin: 0 8px 6px 25px;
}


/*************************************************************
* 斜体セレクタのためのフォント変更
*************************************************************/
.i { font-family: Verdana, 'Lucida Grande','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif; }


/* ■■　design-sidebar-right.css　■■ */

body {
	height: 100%;
	text-align: center;
}

a,
a:visited {
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
}

/* Container Start */
#container {
	position: relative;
	height: auto;
	font-size: 13px;
	text-align: left;
	width: 840px;
	margin: 0 auto 0 auto;
	padding: 0 0 40px 0;
}

	/* Top Link Menu Start */
	#toplink {
		position: absolute;
		top: 0px;
		right: 4px;
		text-align: right;
		clear: both;
		height: 30px;
		margin: 0;
		padding: 0;
	}
		#toplink h1 {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		#toplink h1 {
			float: left;
			font-size: 11px;
			line-height: 22px;
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
		#toplink h1 a {
			display: block;
			margin: 0;
			padding: 0 10px 0 10px;
			text-decoration: none;
			font-weight: normal;
		}
	/* Top Link Menu(widget) End */


	/*------------------------------------------------
	Header Title(H1) Area Main Start
	------------------------------------------------*/
	#sitetitle {
		padding: 0;
		margin: 0;
		height: 70px;
	}
	#sitetitle h2 {
		font-size: 24px;
		font-weight:bold;
		line-height: 24px;
		padding: 38px 0 0 14px;
	}
	#sitetitle h2 a {
		font-weight: bold;
		text-decoration: none;
	}
	/*------------------------------------------------
	Header Title(H1) Area Main End
	------------------------------------------------*/


	/*------------------------------------------------
	Site Header Main Start
	------------------------------------------------*/
	#site-header {
		position: absolute;
		top: 108px;
		width: 840px;
		height: 200px;
	}
		
		/*------------------------------------------------
		Site Header Page Title(h2)
		------------------------------------------------*/
		#site-header h1 {
			font-size: 16px;
			font-weight: bold;
			padding: 10px 4px 12px 8px;
		}

		/*------------------------------------------------
		Site Header Description
		------------------------------------------------*/
		div#headertext {
			font-size:11px;
			padding: 10px 0 0 0 ;
			line-height:140%;
		}
	/*------------------------------------------------
	Site Header Main End
	------------------------------------------------*/


	/*------------------------------------------------
	Main Menu List Start
	------------------------------------------------*/
	#mainmenu {
		position: absolute;
		top: 70px;
		left: 0;
		clear: both;
		width: 100%;
		height: 36px;
		margin: 0;
		padding: 0;
		background: url(./img/bg_grey_x.png) top repeat-x;
	}

	#mainmenu a, 
	#mainmenu a:hover {
		text-decoration: none;
		font-weight: normal;
	}

		#mainmenu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		#mainmenu ul li {
			float: left;
			font-size: 12px;
			line-height: 36px;
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
		#mainmenu ul li a {
			display: block;
			margin: 0;
			padding: 0 20px 0 20px;
		}
			#mainmenu ul li ul {
				display:none;
			}
			#mainmenu ul li:hover ul {
				display: block;
				position: absolute;
				z-index: 100;
			}
			#mainmenu ul li ul li {
				float:none;
				margin:0;
			}
	/*------------------------------------------------
	Main Menu List End
	------------------------------------------------*/


	/*------------------------------------------------
	Page Navigation Link (Pankuzu List)
	------------------------------------------------*/
	.pagenavi {
		width: 90%;
		position: relative;
		top: 250px;
		left: 0;
		margin: 0px auto;
		padding: 5px 0;
		font-size:11px;
		text-align: right;
	}
	.pagenavi a {
		font-weight:normal!important;
	}


	/*------------------------------------------------
	Central Content Area Start
	------------------------------------------------*/
	#content {
		position: relative;
		top: 250px;
		width: 830px;
		line-height:190%;
		padding: 0;
		margin: 0 5px 250px 5px;
		float: left;
	}

	/* 段落間のマージン(下) */
	#content p {
		margin-bottom: 2px;
	}

		/*------------------------------------------------
		Main Side Start
		------------------------------------------------*/
		#mainside {
			width: 546px;
			margin: 0 5px;
			float: right;
		}
		
		/* TOP新着記事一覧設定ここから */
		#whatsnew {
			clear:both;
			margin:0;
			padding: 0;
			-moz-box-shadow: #777 0px 2px 2px;	/* Firefox */
			-webkit-box-shadow: #777 0px 2px 2px;	/* Safari, Chrome */
			box-shadow: #777 0px 2px 2px;
		}

		/* タイトル */
		#whatsnew .top {
			width:auto;
			height:40px;
			line-height:40px;
			font-size:17px;
			font-weight:bold;
			padding: 0 6px 0 8px;
			margin:0;
		}

		#whatsnew .body {
			overflow: auto;
			height: 100px;
			width: 100%;
			margin: 10px 0 0 0;
		}

			#new-entry ul {
				margin-left: 8px;
			}
			
				#new-entry li {
					display: block;
					font-size:12px;
					line-height:170%;
					padding:1px 5px 2px 18px;
					list-style: none;
				}
		/* TOP新着記事一覧設定ここまで */
		
		
		/* ページタイトル設定ここから */
		.pagetitle {
			font-size:11pt;
			font-weight:bold;
			text-align:right;
			width:95%;
			padding:5px 0 5px 8px;
			margin:0 0 25px 10px;
		}
		/* ページタイトル設定ここまで */
		
		
		/*------------------------------------------------
		Post Main Area Start
		------------------------------------------------*/

		/* ### Under IE6 Only ### */
		* html .post {
			width: 497px;
		}
		
			#mainside h3 {
				display: block;
				font-size:16px;
				font-weight:bold;
				line-height:28px;
				padding: 8px 6px 4px 8px;
				margin: 0;
			}

			#mainside h3 a {
				font-weight:bold;
				text-decoration: none;
				padding: 0;
			}

			#mainside h3 a:hover {
				text-decoration: underline;
			}


					/* 記事内の段落タグ(p)設定ここから */
					#mainside p{
						line-height:170%;
						padding: 0;
					}
					/* 記事内の段落タグ(p)設定ここまで */


					/* 記事内のアンカーテキスト設定ここから */
					#mainside a,
					#mainside a:visited {
						font-weight:normal;
						text-decoration: none;
					}
					
					#mainside a:hover {
						text-decoration: underline;
					}
					/* 記事内のアンカーテキスト設定ここまで */


					/* 記事内の見出し設定ここから */
					#mainside h2,
					#mainside h3,
					#mainside h4,
					#mainside h5,
					#mainside h6 {
						font-weight:bold;
						line-height:170%;
						padding:6px 8px 0 8px;
						margin:14px 0 10px 0;
						-moz-box-shadow: #777 0 2px 3px;	/* Firefox */
						-webkit-box-shadow: #777 0 2px 3px;	/* Safari, Chrome */
						box-shadow: #777 0px 2px 3px;
					}
					#mainside h2 {
						font-size:22px;
					}
					
					#mainside h3 {
						font-size:20px;
					}

					#mainside h4 {
						font-size:16px;
					}
						
					#mainside h5 {
						font-size:13px;
					}
					
					#mainside h6 {
						font-size:12px;
					}

					#mainside h2 a, 
					#mainside h3 a, 
					#mainside h4 a, 
					#mainside h5 a, 
					#mainside h6 a {
						text-decoration: none;
					}

					#mainside h2 a:hover, 
					#mainside h3 a:hover, 
					#mainside h4 a:hover, 
					#mainside h5 a:hover, 
					#mainside h6 a:hover {
						text-decoration: underline;
					}
					/* 記事内の見出し設定ここまで */


					/* TOP/アーカイブ用の[続きを読む]リンクの設定ここから */
					.readmore {
						font-size: 14px;
						line-height: 200%;
						padding: 6px 0 8px 0;
					}
					/* TOP/アーカイブ用の[続きを読む]リンクの設定ここまで */


					/* 記事内のイメージ設定ここから */
					#mainside img {
						margin: 3px;
						padding: 4px;
					}
					/* 記事内のイメージ設定ここまで */
			

					/* 記事内のリスト設定ここから */
					#mainside ul {
						margin: 0 10px 0 10px;
						padding: 0 3px 10px 3px;
						list-style: none;
					}

					#mainside ol {
						margin: 0 10px 0 10px;
						padding: 0 3px 10px 3px;
						list-style-type: decimal;
					}

					#mainside ul li {
						display: block;
						line-height:180%;
						margin: 3px 5px 3px 0;
						padding: 0 5px 0 18px;
					}

					#mainside ol li {
						line-height:180%;
						margin:3px 5px 5px 22px;
						padding:0 5px 0 0;
					}
					/* 記事内のリスト設定ここまで */



					/* 記事内の引用設定ここから */
					#mainside blockquote, #mainside q {
						margin: 8px 5px 15px 5px;
						}
					/* 記事内の引用設定ここまで */
		
		
					/* 関連記事リスト/タグの設定ここから */	
					.tagbar, .relatedposts  {
						font-weight:bold;
						margin:15px 0 0 0;
						padding:0 7px;
					}
					
					.st-related-posts {
						margin:5px 0 12px 8px!important;
					}
					/* 関連記事リスト/タグの設定ここまで */
		/*------------------------------------------------
		Post Main Area End
		------------------------------------------------*/
		
			
			
			/*------------------------------------------------ 
			Next Previous Page Navigation Start
			------------------------------------------------*/
			.contents_right {
				font-size:11px;
				text-align:right;
			}
			
			.contents_left {
				font-size:11px;
				text-align:left;
			}
			
			.navialign {
				float: right;
				text-align: right;
		font-size:11px;
			}			
			.navialign a {
				padding: 4px 8px 4px 8px;
			}
			.navialign a:hover {
				text-decoration: none;
			}
			
			/* For WP PageNavi Plugin */
			.wp-pagenavi,
			.wp-navigation {
				text-align:center;
				padding:5px 0 5px 0;
				margin:8px 0 25px 0;
			}
			/*------------------------------------------------ 
			Next Previous Page Navigation End
			------------------------------------------------*/
		

			/* Read More Start */
			.readmore {
				padding-left: 18px;
			}
			/* Read More End */
			
			
			/*-------
			* Top Posts Table And Categories Area Start
			* (If posts table show)
			-------*/
			ul#top-posts-ul,
			ul#top-cat-ul {
				width: 100%;
				margin: 10px 5px 12px 0;
				padding: 2px 3px 2px 3px;
				list-style:none;
			}
			
			ul#top-posts-ul li {
				min-height: 270px;
			}
			ul#top-cat-ul li {
				min-height: 130px;
			}
			
			ul#top-posts-ul li,
			ul#top-cat-ul li {
				display: block;
				float: left;
				height: auto;
				width: 47%;
				background-position: 0 4px;
				line-height: 170%;
				margin:3px 0 25px 0;
				padding:0 0 0 10px;
			}
			h3.top-tbl-title {
				padding-left: 20px;
			}
			h3.top-tbl-title a {
				font-size: 13px;
				font-weight: bold;
			}
			p.top-tbl-more {
				clear: both;
				margin: 6px 4px 2px 0;
			}
			p.top-tbl-more a {
				font-size: 11px;
				font-weight: normal;
			}
			ul#top-posts-ul li p,
			ul#top-cat-ul li p {
				font-size: 11px;
				padding: 0 0 0 12px;
			}
			/*-------
			* Top Posts Table And Categories Area End
			* (If posts table show)
			-------*/
			
		/*------------------------------------------------
		Main Side End
		------------------------------------------------*/



		/*------------------------------------------------
		Side Bar Area Start
		------------------------------------------------*/
		/* Sidebar */
		#sidebar {
			width: 260px;
			float: left;
			margin: 0 5px;
			padding: 0 2px;
			overflow: hidden;
		}

		/* Each Widget Box */
		.menubox {
			margin: 0 0 12px 0;
			font-size: 11px;
			line-height:164%;
			-moz-box-shadow: #777 0px 2px 2px;	/* Firefox */
			-webkit-box-shadow: #777 0px 2px 2px;	/* Safari, Chrome */
			box-shadow: #777 0px 2px 2px;
		}
			.menubox a {
				font-weight:normal;
			}

			/* Inner div tag in "widget-box" */
			.menubox p {
				margin-bottom:12px;
			}
			
			/* Widget Title(h3) */
			#sidebar h4 {
				font-size:12px;
				font-weight:bold;
				line-height: 168%;
				padding: 5px 3px 5px 8px;
			}


			/* List Style In "widget-box" Class Start */
			.menubox ul {
				list-style:none;
				margin: 0;
				padding: 10px;
			}
				.menubox ul li {
					background-position: 0 3px;
					margin:0 0 4px 0;
					padding: 6px 15px;
					line-height: 180%;
				}
		/*------------------------------------------------
		Category Start
		------------------------------------------------*/
		.menubox ul li{
					font-size:12px;
					font-weight: bold;
			background: url(./img/list.png) left center no-repeat;
			padding-left: 20px ;
						border-bottom: 1px dotted #ccc;
		}
		#sidebar .l2{
					font-size:12px;
					font-weight: bold;
			background: url(./img/list_footer.png) 3px center no-repeat;
			padding-left: 25px ;
		}
		#sidebar .l3{
					font-size:12px;
					font-weight: bold;
			background: url(./img/list_footer.png) 10px center no-repeat;
			padding-left: 30px ;
		}
		.menubox ul li a:hover {
			background-color: #ffffff;
			text-decoration: none;
		}
		/*------------------------------------------------
		Category End
		------------------------------------------------*/
				
			/* List Style In "widget-box" Class End */
		

		/*------------------------------------------------
		Side Bar Area End
		------------------------------------------------*/
	/*------------------------------------------------
	Central Content Area End
	------------------------------------------------*/
/* Container End */


/*------------------------------------------------
Footer Start
------------------------------------------------*/
#footer {
	position: relative;
	bottom: 0;
	clear: both;
	margin: 0 auto 0 auto;
}


#footer a, 
#footer a:hover, 
#footer a:visited {
	font-weight:normal;
	text-decoration:none;
}

#footer-content {
	clear: both;
	padding: 18px 0 10px 0;
	text-align:center;
	font-size: 10px;
}

	/*------------------------------------------------
	Footer Widget Area
	------------------------------------------------*/
	#ft-widget-container {
		margin: 0 auto 0 auto;
		text-align: center;
	}
	#ft-widget-content {
		margin: 0 auto 0 auto;
		text-align: left;
		width: 840px;
	}
	#ft-widget-content h3 {
		display:block;
		padding: 0 4px 2px 20px;
		font-size: 14px;
		font-weight:bold;
		line-height:18px;
	}

	/*------------------------------------------------
	Footer widget Each Area
	------------------------------------------------*/
	div#ft-widget-area1,
	div#ft-widget-area2 {
		width: 410px;
		float: left;
		margin: 0 0 8px 0;
		padding: 0 6px 0 0;
		font-size: 11px;
	}
	div#ft-widget-area1 ul,
	div#ft-widget-area2 ul {
		list-style-type: none;
		margin-left: 5px;
	}
	div#ft-widget-area1 li,
	div#ft-widget-area2 li {
		display: block;
		padding-left: 18px;
	}
		div#ft-widget-area1 li ul,
		div#ft-widget-area2 li ul {
			margin-left: 4px;
		}
	div#ft-widget-area1 a:hover,
	div#ft-widget-area2 a:hover {
		text-decoration: underline;
	}

		div#ft-widget-area1 div,
		div#ft-widget-area2 div {
			padding: 8px 2px 4px 6px;
		}
		
	div#gototop {
		position: absolute;
		top: -29px;
		right: 10px;
		font-size: 12px;
	}
	/* ### Under IE6 Only ### */
	* html div#gototop {
		top: -28px;
	}
	div#gototop a {
		display: block;
		line-height: 30px;
		width: 95px;
	}
/*------------------------------------------------
Footer End
------------------------------------------------*/


/*------------------------------------------------
Search Form Start
------------------------------------------------*/
#hd_searchform {
	position: absolute;
	top: 32px;
	right: 0;
}
#searchform {
	display: block;
	position: relative;
	width: 220px;
	height: 22px;
	margin: 2px 4px 2px 4px;
}
input#s	{
	width: 180px;
	position: absolute;
	top: 4px;
	left: 6px;
}
#searchsubmit {
	position: absolute;
	top: 4px;
	_top: 1px;
	left: 195px;
}
*:first-child + html #searchsubmit {
	top: 1px;
}
/*------------------------------------------------
Search Form End
------------------------------------------------*/


/*-------------------------------------------------------------------
For ClearFix
-------------------------------------------------------------------*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */



/* サイトマップ */

#sitemaps{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sitemaps ul{
	margin:0;
	padding:0;
}

#sitemaps li{
	list-style-type: none;
	list-style-image: none;
	background: #efefef;
}

#sitemaps .sbox1, #sitemaps .sbox2 {
	width: 47%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#sitemaps .sbox1 {
	float: left;
	clear: left;
	background: #efefef;
}

#sitemaps .sbox2 {
	float: right;
	clear: right;
	background: #efefef;
}

#sitemaps .l1{
background: url(img/list.png) left center no-repeat;
padding-left: 15px;
}
#sitemaps .l2{
background: url(img/list_.png) left center no-repeat;
padding-left: 15px;
margin-left: 20px;
}
#sitemaps .l3{
background: url(img/list_footer.png) left center no-repeat;
padding-left: 15px;
margin-left: 40px;
}

.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}

#categorylist .cbox{
	margin: 0px 20px 5px;
	line-height: 180%;
}

#space1,#space2,#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10{
			clear:both;
			margin: 0 0 50px 0;
			-moz-box-shadow: #777 0px 2px 2px;	/* Firefox */
			-webkit-box-shadow: #777 0px 2px 2px;	/* Safari, Chrome */
			box-shadow: #777 0px 2px 2px;
			letter-spacing: 0.1em;
			word-break: break-all;
			padding:20px 15px 30px 15px;
			border-left:#ccc 1px solid;
			border-right:#ccc 1px solid;
			border-bottom:#ccc 1px solid;
}





/*	画像リンク */
#mainside a img{background:none!important}
#mainside a:hover img{
	opacity:0.6;
	filter:"alpha(opacity=60)";
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}


#entrylist dl{
margin: 10px;
border:1px #ccc;
}
#entrylist dt{
font-weight: bold;
padding-left: 25px;
background: url(img/list.png) 10px center no-repeat;
font-size: 12px;
font-weight: bold;
}
#entrylist dd{
margin: 0 20px 10px;
font-size: 10px;
}
#categorylist .more{
text-align: right;
margin-bottom: 10px;
padding-right: 10px;
}
#categorylist .bottom{
margin: 0;}

#space3,#space4{
padding: 10px;}
#categorylist .desc{
font-size: 11px;
padding:5px 10px 0;}



/* ■■　カラー変更用各色カラーのCSSを当てなおして下はグレー　■■ */
body {
	color:#2D2D2D;
	/*------------------------------------------------
	背景イメージ
	------------------------------------------------*/
	background:#fff url(./img/bg_grey_x.png) left top repeat-x;
}


/* アンカーテキスト設定ここから */
a, a:visited {
	color:#0674c8;
}

a:hover {
	color:#078ef5;
}
/* アンカーテキスト設定ここまで */



/* Container Start */
#container {
	background-color: #fff;
}
	/* Top Link Menu(widget) Start */
	#toplink h1 a {
		color: #2d2d2d;
	}
	#toplink h1 a:hover {
		color: #fff;
		background: #919191 url(./img/toplink_hover_grey_x.png) left top repeat-x;
	}
	/* Top Link Menu(widget) End */
	/*------------------------------------------------
	Header Title(H1) Area Main Start
	------------------------------------------------*/
	#sitetitle {
		background:#fff url(./img/bg_site_title_grey.png) left top repeat-x;
	}
		/*------------------------------------------------
		H1 Title Color
		------------------------------------------------*/
		#sitetitle h2,
		#sitetitle h2 a,
		#sitetitle h2 a:hover {
			color: #444;
			/* Except IE */
			text-shadow: 0px 1px 2px #888;
		}
	/*------------------------------------------------
	Header Title(H1) Area Main End
	------------------------------------------------*/


	/*------------------------------------------------
	Main Menu List Start
	------------------------------------------------*/
	#mainmenu {
		background: #fff url(./img/bg_menu_grey.png) top left repeat-x;
		border-bottom:1px solid #c9c9c9;
		border-top:1px solid #fff;
		color:#333333;
	}
	/*------------------------------------------------
	Main Menu List End
	------------------------------------------------*/


	/*------------------------------------------------
	サイトヘッダー部の設定ここから
	------------------------------------------------*/
	#site-header {
		color: #ddd;
		/*------------------------------------------------
		サイトヘッダー画像
		------------------------------------------------*/
		background: #10100F url(./img/header.jpg) no-repeat;
	}

		/*------------------------------------------------
		Site Header Right Area Start
		------------------------------------------------*/

		/*------------------------------------------------
		ヘッダーのサイトタイトル(H2)カラー
		------------------------------------------------*/
		#site-header h2 {
			color: #ddd;
		}


	/*------------------------------------------------
	Page Navigation Link (Pankuzu List)
	------------------------------------------------*/
	.pagenavi a {
		color: #494949;
	}
	.pagenavi a:hover {
		color: #078ef5;
	}
	/*------------------------------------------------
	Central Content Area Start
	------------------------------------------------*/

		/*------------------------------------------------
		Main Side Start
		------------------------------------------------*/
			
			/* TOP新着記事一覧設定ここから */
			#top-free,
			#whatsnew {
				border:1px solid #ccc;
			}
				#whatsnew .top {
					color:#494949;
					background: #f5f5f5 url(./img/wn.png) left center no-repeat;
					border-top:1px solid #fff;
					border-bottom:3px solid #5c5c5c;
				}
				#whatsnew ul li {
					background: #fff url(./img/list.png) 0 3px no-repeat;
				}
				#whatsnew ul li a {
					color: #212121;
				}
				#whatsnew ul li a:hover {
					color:#078ef5;
				}
			/* TOP新着記事一覧設定ここまで */
		
		
			/* ページタイトル設定ここから */
			.pagetitle {
				color:#858482;
				border-bottom:1px dotted #ccc;
			}
			/* ページタイトル設定ここまで */
		
		
			/* 個別記事のボックス設定ここから */
			.post {
				background: #fff url(./img/area_footer_grey_x.png) left bottom repeat-x;
				border:1px solid #ccc;
			}
				
					/* 記事本文の設定 */
					
						/* 中央コンテンツの見出し設定ここから */
						#mainside h2,
						#mainside h4,
						#mainside h5,
						#mainside h6 {
							background: #fff url(./img/bg_navi_grey.png) left bottom repeat-x;
							border: 1px solid #ccc;
							color:#494949;
						}

						#mainside h2 a, 
						#mainside h4 a, 
						#mainside h5 a, 
						#mainside h6 a {
							color: #494949;
						}

						#mainside h2 a:hover, 
						#mainside h4 a:hover, 
						#mainside h5 a:hover, 
						#mainside h6 a:hover {
							color: #078ef5;
						}
						/* 中央コンテンツの見出し設定ここまで */
			
				/* 記事タイトル設定ここから */
				#mainside h3 {
					color:#494949;
					background: #f5f5f5 url(./img/bg_post_title_grey_x.png) repeat-x;
					border-top:1px solid #fff;
			border-top:1px solid #ccc;
			border-left:1px solid #ccc;
			border-right:1px solid #ccc;
					border-bottom:3px solid #5c5c5c;
					margin: 0;
				}
				
				#mainside h3 a, #mainside h3 a:visited {
					color:#494949;
				}
				
				#mainside h3 a:hover {
					color:#686868;
					text-decoration: none;
				}
				
				
				#text1 h3,#text2 h3,#text3 h3,#text4 h3,#text5 h3,#text6 h3,#text7 h3,#text8 h3,#text9 h3,#text10 h3 {
				background: #fff url(./img/bg_navi_grey.png) left bottom repeat-x;
				border: 1px solid #ccc;
				color:#494949;
				margin: 10px 0;
				}
				/* 記事タイトル設定ここまで */
				
						/* 中央コンテンツのリスト設定ここから */
						#mainside ul li {
							background: transparent url(./img/list.png) 0 4px no-repeat;
						}
						#mainside li {
							color: #333;
						}
						/* 中央コンテンツのリスト設定ここまで */


						/* 中央コンテンツの引用設定ここから */
						#mainside blockquote, #mainside q {
							background: #f9f9f9 top left url(./img/quote_grey_l.png) no-repeat;
							border-top:1px dotted #ccc;
							border-bottom:1px dotted #ccc;
						}
						#mainside blockquote p, #mainside q p {
							background: bottom right url(./img/quote_grey_r.png) no-repeat;
}
						/* 中央コンテンツの引用設定ここまで */
						
						
						/* 関連記事リスト/タグの設定ここから */
						.st-related-posts {
							border:none!important;
						}
						
						.st-related-posts li { 
						color:#2d2d2d!important; 
						}
						/* 関連記事リスト/タグの設定ここまで */
					/* 記事本文の設定ここまで */
					
			/* 個別記事のボックス設定ここまで */
		
					
		

			/*------------------------------------------------ 
			Next Previous Page Navigation End
			------------------------------------------------*/
			
			
			/* Read More Start */
			.readmore {
				background: transparent url(./img/more.png) 0 8px no-repeat;
			}
			/* Read More End */


			/*-------
			* Top Posts Table And Categories Area Start
			* (If posts table show)
			-------*/
			h3.top-tbl-title {
				background: transparent url(./img/square_grey.png) left 2px no-repeat;
			}
			h3.top-tbl-title a {
				color: #212121;
			}
			h3.top-tbl-title a:hover {
				color:#078ef5;
			}
			/*-------
			* Top Posts Table And Categories Area End
			* (If posts table show)
			-------*/
			
		/*------------------------------------------------
		Main Side End
		------------------------------------------------*/
		/*------------------------------------------------
		Side Bar Area Start
		------------------------------------------------*/
		.menubox {
			background: #fff url(./img/area_footer_grey_x.png) left bottom repeat-x;
			border: 1px solid #ccc;
		}
		
		#sidebar h4 {
			color:#494949;
			background: #f5f5f5 url(./img/bg_widget_title_grey_x.png) repeat-x;
			border-top:1px solid #ccc;
			border-bottom:2px solid #5c5c5c;
			border-left:1px solid #ccc;
			border-right:1px solid #ccc;
			-moz-box-shadow: #777 0px 2px 2px;	/* Firefox */
			-webkit-box-shadow: #777 0px 2px 2px;	/* Safari, Chrome */
			box-shadow: #777 0px 2px 2px;
		}
		
		
		/*------------------------------------------------
		Side Bar Area End
		------------------------------------------------*/
		
	/*------------------------------------------------
	Central Content Area End
	------------------------------------------------*/
/* Container End */


/*------------------------------------------------
Footer Start
------------------------------------------------*/
#footer {
	background: #222;
	border-top:1px solid #949494;
	color:#cfcfcf;
}

#footer a, #footer a:hover {
	color:#fff;
}

#footer-content {
	border-top:1px solid #949494;
}
	/*------------------------------------------------
	Footer Widget Area
	------------------------------------------------*/
	#ft-widget-container {
		background: #414141 url(./img/bg_footer_widget_container_grey.png) left top repeat-x;
		border-bottom:1px solid #252525;
	}
	#ft-widget-content {
		color: #cfcfcf;
	}

	#ft-widget-content h3 {
		color: #fff;
		background: transparent url(./img/square_grey.png) left 0 no-repeat;
		border-bottom: 1px dotted #a0a0a0;
	}
	/*------------------------------------------------
	Footer widget Each Area
	------------------------------------------------*/
	div#ft-widget-area1,
	div#ft-widget-area2,
	div#ft-widget-area3 {
		color: #cfcfcf;
	}
	div#ft-widget-area1 a,
	div#ft-widget-area2 a,
	div#ft-widget-area3 a {
		color: #fff;
	}
	div#ft-widget-area1 a:hover,
	div#ft-widget-area2 a:hover,
	div#ft-widget-area3 a:hover {
		color: #2ac1f8;
	}
	div#ft-widget-area1 ul li,
	div#ft-widget-area2 ul li,
	div#ft-widget-area3 ul li {
		background: transparent url(./img/list_footer.png) 0 2px no-repeat;
	}
	div#gototop {
		background: #333 url(./img/bg_gototop_grey.png) left center no-repeat;
	}
	div#gototop a {
		color: #fff;
	}
	div#gototop a:hover {
		color: #2ac1f8;
	}
/*------------------------------------------------
Footer End
------------------------------------------------*/


/*------------------------------------------------
Search Form Start
------------------------------------------------*/
#searchform {
	background: #eee url(./img/bg_navi_grey.png) left bottom repeat-x;
	border: 1px solid #b2b2b2;
}
input#s {
	border: none;
	background: none;
	color: #2d2d2d;
}
/*------------------------------------------------
Search Form End
------------------------------------------------*/


/* ■■ 多分コモンスタイル〜サイトマップ前まで ■■ */

/* 共通 */
.rank1,.rank2,.rank3,.rank4,.rank5,.point,.point1,.point2,.point3,.point4,.point5,.point6,.point7,.point8,.point9,.point10{
	font-family: sans-serif;
	font-weight:bold;
	_zoom: 1;
	overflow: hidden;
}

#mainside h4{
	clear:none;
}

h4,h5,h6,ul,ol{
	_zoom: 1;
	overflow: hidden;
}

.lbg{
	line-height:140%;
}



/* ランキング */

#mainside .rank1,#mainside .rank2,#mainside .rank3,#mainside .rank4,#mainside .rank5 {
	background-repeat: no-repeat;
	height: 25px;
	font-size: 18px;
	margin:10px 0 15px 0;
	padding: 35px 0 5px 65px;
	color: #333;
	border-bottom:dotted 1px #666;
	clear: both;
}

#mainside .rank1{
	background-image: url(img/rank1_a.gif);
}
#mainside .rank2{
	background-image: url(img/rank2_a.gif);
}
#mainside .rank3{
	background-image: url(img/rank3_a.gif);
}
#mainside .rank4{
	background-image: url(img/rank4_a.gif);
}
#mainside .rank5{
	background-image: url(img/rank5_a.gif);
}

/* ポイント */

#mainside .point1,#mainside .point2,#mainside .point3,#mainside .point4,#mainside .point5 ,#mainside .point6 ,#mainside .point7 ,#mainside .point8 ,#mainside .point9 ,#mainside .point10 {
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 46px;
	font-size: 16px;
	margin-top: 10px;
	padding-top: 14px;
	margin-bottom: 10px;
	border-bottom:dotted 2px #CCC;
	color: #3F3F3F;
	background-position: 4px top;
	clear: both;
}


#mainside .point {
	font-size: 15px;
	color: #333;
	background-image: url(img/point.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	margin-bottom: 5px;
	line-height:130%;
}

#mainside .point1{
	background-image: url(img/point1.gif);
}
#mainside .point2{
	background-image: url(img/point2.gif);
}
#mainside .point3{
	background-image: url(img/point3.gif);
}
#mainside .point4{
	background-image: url(img/point4.gif);
}
#mainside .point5{
	background-image: url(img/point5.gif);
}
#mainside .point6{
	background-image: url(img/point6.gif);
}
#mainside .point7{
	background-image: url(img/point7.gif);
}
#mainside .point8{
	background-image: url(img/point8.gif);
}
#mainside .point9{
	background-image: url(img/point9.gif);
}
#mainside .point10{
	background-image: url(img/point10.gif);
}


/* 矢印 */

.arrow_blue,.arrow_orange,.arrow_black,.arrow_red{
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 160%;
	font-size: 16px;
	background-position: left center;
	padding-left: 25px!important ;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family:sans-serif;
	_zoom: 1;
	overflow: hidden;
}

.arrow_blue {
	background-image: url(img/arrow_blue.gif);
}
.arrow_orange {
	background-image: url(img/arrow_orange.gif);
}
.arrow_black {
	background-image: url(img/arrow_black.gif);
}
.arrow_red {
	background-image: url(img/arrow_red.gif);
}


/* 文字装飾 */

#mainside blockquote {
	font-size:12px;
	color:#666666;
	border: 2px dotted #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 15px;
	line-height: 130%;
}

#mainside .alert,#mainside .accept,#mainside .attention,#mainside .thint{
	font-size: 12px;
	line-height: 130%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 32px;
	_zoom: 1;
	overflow: hidden;
}

#mainside .alert {
	background-color: #FFEFEF;
	background-image: url(img/alert.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	color: #A2462F;
	border: 1px solid #FABDA7;
}

#mainside .accept {
	border: 1px solid #C2E39B;
	background-color: #EFFADA;
	background-image: url(img/accept.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	color: #346F15;
}

#mainside .attention {
	border: 1px solid #FFDC80;
	background-color: #FEFECB;
	background-image: url(img/attention.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	color: #804900;
}

#mainside .thint {
	border: 1px solid #C5D7ED;
	background-color: #EFF4FA;
	background-image: url(img/thint.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	color: #2C4F7A;
}

#mainside  .user1,#mainside .user2 {
	font-size: 12px;
	line-height: 130%;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	background-color: #EFF4FA;
	border: 1px solid #C5D7ED;
	min-height: 70px;
	_height:70px;
	_zoom: 1;
	overflow: hidden;
}

#mainside  .user1{
	background-image: url(img/user1.png);
}

#mainside  .user2{
	background-image: url(img/user2.png);
}

#mainside .noimage{
	padding-left:12px;
	background-image: none;
	min-height:15px;
}

.ylw{
	background-color:#FFE566;
	font-weight:bold;
	padding:2px;
}


/* ボックス */

#mainside .nmlbox,#mainside .dottbox,#mainside .ylwbox,#mainside .graybg{
	padding:15px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}

#mainside  .graybg{
	background-color:#EBEBEB;
}

#mainside .dottbox{
	border:dotted 1px #666;
}
#mainside .nmlbox {
	border: 2px solid #CCCCCC;
}
#mainside .ylwbox {
	background-color: #FFFFD2;
	border: 2px solid #CC0000;
}


/* 水平線 */

.border1,.border2,.border3,.borderdot,.borderdot2{
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	height: 1px;
	_zoom: 1;
	overflow: hidden;
}

.border1 {
	border-bottom:solid 1px #999;
}
.border2 {
	border-bottom:solid 1px #990000;
}

.border3 {
	border-bottom:solid 1px #003366;
}

.borderdot {
	border-top:dotted 1px #999;
}

.borderdot2 {
	border-top:dotted 2px #999;
}

.layout_l{
	float:left;
}

.layout_r{
	float:right;
}

.hd,.hd:hover,.hd:visited{
	color:#333;
	text-decoration:none;
}


/* 角丸 */

.rnd1{
	padding: 15px;
	margin: 15px auto 15px auto;
}

.rnd1{
	position:relative;
	z-index:1;
	padding: 15px;
	margin: 15px auto 15px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://aqc7ayvn.tubakurame.com/css/PIE.htc);
}



.rbox1 {
	background-color: #f0f0f0;
	border: 1px solid #d7d7d7;
}

.rbox2 {
	background-color: #FFF;
	border: 2px solid #FF843F;
}

.rbox3 {
	background-color: #FFF;
}

.rbox4 {
	background-color: #F5F5F5;
}


/* シャドウ */

.shadow1,.shadow2,.shadow3{
	padding: 15px;
	margin: 15px auto 15px auto;
}

.shadow1{
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	behavior: url(http://aqc7ayvn.tubakurame.com/css/PIE.htc);
}

.shadow2{
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	behavior: url(http://aqc7ayvn.tubakurame.com/css/PIE.htc);
}


/* FAQ */

.question1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 130%;
	margin: 15px auto 4px auto;
	padding: 5px 0 6px 50px;
	background-image: url(img/q1.png);
	background-repeat: no-repeat;
	background-position: 10px top;
}

.answer1 {
	position:relative;
	font-size: 13px;
	line-height:140%;
	border:solid 1px #CCC;
	background-color:#F5F5F5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 5px auto 35px auto;
	padding: 20px 20px 20px 60px;
	background-image: url(img/a1.png);
	background-repeat: no-repeat;
	background-position: 12px 18px;
	behavior: url(http://aqc7ayvn.tubakurame.com/css/PIE.htc);
}

.question2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 130%;
	margin: 20px auto 4px auto;
	padding: 5px 0 6px 50px;
	background-image: url(img/q2.png);
	background-repeat: no-repeat;
	background-position: 10px top;
}

.answer2 {
	position:relative;
	font-size: 13px;
	line-height:140%;
	margin: 5px auto 15px auto;
	padding: 10px 10px 20px 50px;
	background-image: url(img/a2.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	border-bottom:dotted 1px #CCC;
}



/* 吹き出し */

.bln{
	font-size:13px;
	line-height:130%;
	_zoom: 1;
	overflow: hidden;
	padding:0;
	margin: 0;
	color: #333333;
}

.b_body{
	margin:0;
	width:auto;
	padding:12px 19px;
	_zoom: 1;
	overflow: hidden;
}


.balloon1 .b_body{
	background-color:#F5F5F5;
	border:solid 1px #CCC;
}

.balloon2 .b_body{
	background-color:#FFF;
	border:solid 1px #CCC;
}

.balloon3 .b_body{
	background-color:#EBEBEB;
}

.balloon4 .b_body{
	background-color:#EAF1FF;
	border:solid 1px #6AA3F9;
}

.balloon5 .b_body{
	background-color:#FFEAEA;
	border:solid 1px #F96565;
}

.balloon6 .b_body{
	background-color:#FFF;
	border:solid 2px #CC0000;
}

.balloon7 .b_body{
	background-color:#FFF;
	border:solid 2px #0080B8;
}

.balloon8 .b_body{
	background-color:#FFF;
	border:solid 2px #FF8201;
}

.balloon9 .b_body{
	background-color:#FFF;
	border:2px solid #739221;
}



.bln .img-l{
	position:relative;
	z-index:100;
	background-image:url(img/balloon.png);
	top: 18px;
	left:1px;
	float:left;
	width: 28px;
	height: 19px;
	margin:0;
}

.bln .img-r{
	position: relative;
	z-index:100;
	background-image:url(img/balloon.png);
	top: 18px;
	right:1px;
	float:right;
	width: 28px;
	height: 19px;
	margin:0;
}
.bln .img-t{
	position: relative;
	z-index:100;
	background-image:url(img/balloon.png);
	top:1px;
	left: 30px;
	width: 22px;
	height: 22px;
	float:none;
	margin:0;
}
.bln .img-b{
	position: relative;
	z-index:100;
	background-image:url(img/balloon.png);
	bottom:1px;
	left: 30px;
	width: 22px;
	height: 22px;
	margin:0;
}


div.bln:after{height:0; visibility: hidden; content: ".";   display: block; clear: both;}
.balloon1 .img-b{ background-position: 0 0;} 
.balloon1 .img-l{ background-position: 0 -72px;} 
.balloon1 .img-r{ background-position: 0 -139px;} 
.balloon1 .img-t{ background-position: 0 -206px;} 
.balloon2 .img-b{ background-position: 0 -278px;} 
.balloon2 .img-l{ background-position: 0 -350px;} 
.balloon2 .img-r{ background-position: 0 -417px;} 
.balloon2 .img-t{ background-position: 0 -484px;} 
.balloon3 .img-b{ background-position: 0 -556px;} 
.balloon3 .img-l{ background-position: 0 -628px;} 
.balloon3 .img-r{ background-position: 0 -695px;} 
.balloon3 .img-t{ background-position: 0 -762px;} 
.balloon4 .img-b{ background-position: 0 -834px;} 
.balloon4 .img-l{ background-position: 0 -906px;} 
.balloon4 .img-r{ background-position: 0 -973px;} 
.balloon4 .img-t{ background-position: 0 -1040px;} 
.balloon5 .img-b{ background-position: 0 -1112px;} 
.balloon5 .img-l{ background-position: 0 -1184px;} 
.balloon5 .img-r{ background-position: 0 -1251px;} 
.balloon5 .img-t{ background-position: 0 -1318px;} 
.balloon6 .img-b{ background-position: 0 -1390px;bottom:2px;} 
.balloon6 .img-l{ background-position: 0 -1462px;left:2px;} 
.balloon6 .img-r{ background-position: 0 -1531px;right:2px;} 
.balloon6 .img-t{ background-position: 0 -1600px;top:2px;} 
.balloon7 .img-b{ background-position: 0 -1672px;bottom:2px;} 
.balloon7 .img-l{ background-position: 0 -1744px;left:2px;} 
.balloon7 .img-r{ background-position: 0 -1813px;right:2px;} 
.balloon7 .img-t{ background-position: 0 -1882px;top:2px;} 
.balloon8 .img-b{ background-position: -78px 0;bottom:2px;} 
.balloon8 .img-l{ background-position: -78px -72px;left:2px;}
.balloon8 .img-r{ background-position: -78px -141px;right:2px;}
.balloon8 .img-t{ background-position: -78px -210px;top:2px;}
.balloon9 .img-b{ background-position: -78px -282px;bottom:2px;} 
.balloon9 .img-l{ background-position: -78px -354px;left:2px;} 
.balloon9 .img-r{ background-position: -78px -423px;right:2px;} 
.balloon9 .img-t{ background-position: -78px -492px;top:2px;} 

/* ■■ table.css ■■ */

table{
	width:100%;
	_width:95%;
	font-size:13px;
	margin-top:10px;
	margin-bottom:10px;
}

th{
	background-color:#EBEBEB;
}

td{
	background-color:#FFFFFF;
}

#menu .ritem td,#rmenu .ritem td{
	border:none;
}

/*　共通スタイル */

.rtitle  {
	height: 44px;
	text-align: center;
	overflow: hidden;
	padding: 4px;
}

.rimg {
	text-align: center;
}
.price {
	color: #CC0000;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 120%;
	text-align: center;
}

.tdesc {
	text-align: left;
	vertical-align: top;
}


/* 商品陳列型 */
.ritm
{
	background-color:#FFFFFF;
}

.ritm th,.ritm td
{
	padding:6px;
	width:auto;
	line-height: 120%;
	border:solid 1px #CCC;
	vertical-align:top;
	text-align: center;
}

.col1 td ,.col1 th{
	width: 100%;
}

.col2 td ,.col2 th{
	width: 50%;
}

.col3 td ,.col3 th{
	width: 33%;
}

.col4 td ,.col4 th{
	width: 25%;
}

/* 特定取引法に関する表記 */

.tokusho {
	background-color: #CCCCCC;
}

.tokusho th, .tokusho td {
	padding: 8px;
}

.tokusho th {
	background-color: #E3E3E3;
	width: 30%;
}

/* 商品説明 */

.ritm_desc {
	border: 1px solid #CCCCCC;
}
.ritm_desc td {
	vertical-align: top;
	padding: 10px;
}
.ritm_desc .title {
	background-color: #EBEBEB;
	padding: 5px;
	margin-bottom: 8px;
	text-align:left;
	line-height:120%;
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
}

.ritm_desc .title a{
	color:#333;
}

.ritm_desc .title a:hover{
	color:#FF0000;
}

.ritm_desc .desc{
	padding:20px;
}

.ritm_desc .price {
	text-align: left;
	padding: 0px;
}
.ritm_desc  .img {
	width: 20%;
}
.ritm_desc .more, .ritm_desc .price, .ritm_desc .review {
	line-height: 25px;
	height: 25px;
	margin-right: 5px;
	margin-left: 5px;
}


/* ▼1/18以降追加分 */

/* ランキング1 */

.rnk1item {
	border: 1px solid #CCCCCC;
}
.rnk1item  th {
	background-color: #FFFFFF;
	width: 70px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.rnk1item td {
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 12px;
	line-height: 130%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.rnk1item .ttitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 130%;
}

.rnk1item th, .rnk1item td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.rnk1item .timg {
	width: 130px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	vertical-align: middle;
}
.rnk1item .alt th, .rnk1item .alt td {

}
.rnk1item p {
	margin: 0px;
	padding: 0px;
}


/* ランキング型2 */

.rnk2item {
	font-size: 12px;
}

.rnk2item .timg, .rnk2item .tdesc {
	padding: 15px;
}
.rnk2item td {
	padding: 0px;
	vertical-align: top;
}
.rnk2item .ttitle {
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
	font-size: 16px;
}

.rnk2item  .timg {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width:130px;
}

.rnk2item .timg img {
	padding-bottom: 10px;
}

.rnk2item .tdesc {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	line-height: 160%;
}

.rnk2item .ttable {
	width:100%;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	border: 1px solid #cccccc;
}
.ttable th, .ttable td {
	padding: 8px;
	width: auto;
	text-align: center;
}

/* ▼1/25追加分 */

/* ランキング型3 */

.rnk3item {
	border: 1px solid #CCCCCC;
}
.rnk3item  th {
	text-align: left;
	padding: 8px;
	font-size: 17px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
}
.rnk3item th img {
	vertical-align: bottom;
	margin-right: 6px;
}

.rnk3item td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.rnk3item .timg {
	text-align: center;
	width: 150px;
}

/* 価格比較型1 */

.prc1item {
	border: 1px solid #CCCCCC;
}

.prc1item th {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 6px;
	text-align: center;
}
.prc1item td {
	text-align: center;
	padding: 6px;
}
.prc1item .alt td {
	background-color: #F5F5F5;
}

.prc1item .price {
	text-align: right;
	width: 120px;
}

/* 項目説明型 */

.dsc1item,.dsc2item {
	background-color: #CCCCCC;
}
.dsc1item  th, .dsc1item  td,.dsc2item th, .dsc2item td {
	padding: 6px;
}
.dsc1item th , .dsc2item th {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.dsc1item td , .dsc2item td {
	font-size: 95%;
	vertical-align: top;
}

.dsc1item th{
	width: 30%;
}

.dsc2item .col2 th{
	width: 50%;
}

.dsc2item .col3 th{
	width: 33%;
}

.dsc2item .col4 th{
	width: 25%;
}

/* メニュー型 */

.tblmenu1item td {
	font-size: 12px;
	line-height: 130%;
	border: 1px solid #CCCCCC;
	vertical-align:top;
}
.tblmenu1item  td  .ttitle {
	background-color: #EEEEEE;
	font-weight: bolder;
	padding: 7px;
	margin-bottom: 8px;
	font-size: 13px;
}

.tblmenu1item .col1{
	width:100%;
}

.tblmenu1item .col2{
	width:50%;
}

/* ■■ 口コミ画像追加 ■■ */

#mainside .user1,#mainside .user2,#mainside .user3,#mainside .user4,#mainside .user5,#mainside .user6{
	font-size: 12px;
	line-height: 130%;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	background-color: #EFF4FA;
	border: 1px solid #C5D7ED;
	min-height: 70px;
	_height:70px;
	_zoom: 1;
	overflow: hidden;
}

#mainside  .user1{
	background-image: url(./img/userm_1.png);
}

#mainside  .user2{
	background-image: url(./img/userf_1.png);
}

#mainside  .user3{
	background-image: url(./img/userm_2.png);
}

#mainside  .user4{
	background-image: url(./img/userm_3.png);
}

#mainside  .user5{
	background-image: url(./img/userf_2.png);
}

#mainside  .user6{
	background-image: url(./img/userf_3.png);
}




body{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}

h1,h2,h3,h4,h5,h6{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

.rank1,.rank2,.rank3,.rank4,.rank5,.point,.point1,.point2,.point3,.point4,.point5{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}
