@charset "shift_jis";
/* CSS Document */

/* ========================== stationery story ====================== */

/* -----------------------------
  共通
------------------------------*/
ul li, ol li {
	list-style-type: none;
}

a:link,
a:visited {
	color: #483A35;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #483A35;
	text-decoration: none;
}

/* for safari */
/*\*/
html:\66irst-child body {
 font-size: 70%;}
/* end */

/* 余白 */
.mgb30{	margin-bottom:30px;}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* -----------------------------
  feature-theme
------------------------------*/
#feature-theme {
	width:950px;
}

	#feature-theme * {
		margin: 0;
		padding: 0;
	}

	#feature-theme a {
		border: 0;
	}
	
	/* recommend */
	#feature-theme #recommend {
		margin: 0 0 30px 0;
	}
	
		#feature-theme #recommend h2 {
			margin: 0 0 15px 0;
		}
	
		#feature-theme #recommend ul {
			margin: 0 0 30px 0;
		}
	
		#feature-theme #recommend li {
			float: left;
			width: 226px;
			padding: 0 0 5px 0;
		}
	
			#feature-theme #recommend li#recommend-item04 {
				width: 222px;
			}
		
			#feature-theme #recommend li div {
				padding: 0 0 5px 0;
			}
		
			#feature-theme #recommend li div.ni {
				padding: 10px 0 5px 11px;
			}
		
			#feature-theme #recommend li h3 {
				padding: 0 0 5px 0;
				font-size: 100%;
				line-height: 1.6;
				font-weight: bold;
			}
		
			#feature-theme #recommend li h3 a {
				display: inline-block;
				padding: 0 0 0 25px;
				color: #0066CC;
				background: url(../image/theme-arw01.gif) no-repeat top left;
			}
		
			#feature-theme #recommend li p {
				padding: 0 15px 0 11px;
				font-size: 100%;
				line-height: 1.6;
			}
	
	/* kokuyo-stationery */
	#feature-theme #kokuyo-stationery {
	}
	
		#feature-theme #kokuyo-stationery h2 {
			margin: 0 0 15px 0;
		}
	
		#feature-theme #kokuyo-stationery ul {
			margin: 0 0 30px 0;
		}
	
		#feature-theme #kokuyo-stationery li {
			float: left;
			width: 226px;
		}
	
			#feature-theme #kokuyo-stationery div {
				padding: 10px 0 10px 11px;
			}
	
			#feature-theme #kokuyo-stationery li#kokuyo-stationery-item04,
			#feature-theme #kokuyo-stationery li#kokuyo-stationery-item08 {
				width: 222px;
			}
	
	/* special-list */
	#feature-theme #special-list {
	}
	
		#feature-theme #special-list h2 {
			margin: 0 0 15px 0;
		}
	
		#feature-theme #special-list ul {
			margin: 0 0 30px 0;
		}
	
		#feature-theme #special-list li {
			float: left;
			width: 226px;
		}
	
			#feature-theme #special-list div {
				padding: 10px 0 10px 11px;
			}
	
			#feature-theme #special-list li#special-list-item04 {
				width: 222px;
			}
	

	
