@import"../css/common.css";

/* contents
------------------------------------ */

#contents { width: 590px; }

.introduction {
	margin-top: 12px;
}

#featurelist {
	list-style: none;
	width: 570px;
	padding-left: 10px;
	}
	#featurelist li {
	margin-top: 16px;
	padding: 1px;
	border: 1px solid #ccc;
	}
	#featurelist h3 {
	padding: 5px 20px;
	background-color: #4000FF;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	line-height: 120%;
	}

.featureshop {
	padding: 12px 20px;
    overflow: hidden;
	}
	/* floatによるboxのheight: 0;へのフォロー */
	.featureshop:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
	}
	/*\*/
	* html .featureshop{
	height: 1em;
	overflow: visible;
	}
	/**/
	.featureshop dt {
	padding: 5px 15px;
	background-color: #F2F2F2;
	color: #737373;
	line-height: 175%;
	}
	.featureshop dt a {
	font-size: 117%;
	font-weight: bold;
	color: #03c;
	text-decoration: underline;
	}
	.featureshop .image {
	float: right;
	width: 194px;
	margin-top: 10px;
	text-align: center;
	font-size: 85.7%;
	line-height: 125%;
	color: #737373;
	}
		.image img { padding: 6px 0; }
	.featureshop .text {
	width: 320px;
	margin-top: 16px;
	color: #000;
	}
		.text p { padding-bottom: 40px; }
		.text img { padding-top: 5px; }


#linkBox{
	margin: 25px auto 0 auto;
	width: 556px;
	background-color: #f0f0f0;
	border: 1px solid #d1d1d1;
	}

	p#link_text{
	margin: 29px 0px 0px 30px;
	padding: 0px 0px 2px 0px;
	line-height: 12px;
	}
	.featureshop a{
	text-decoration: none;
	}
.featureshop a:link { color: #0000FF; }
.featureshop a:visited { color: #0000FF; }
.featureshop a:hover { color: #0000FF; text-decoration: none;}
.featureshop a:active { color: #0000FF; }
	
	p#link_text a:hover{
	color: #ff5792;
	text-decoration: underline;
	}

dl#linktable{
	margin: 0 auto 22px auto;
	width: 518px;
	height: auto;
	}

	dl#linktable dt{
	margin: 23px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	width: 503px;
	height: 20px;
	line-height: 20px;
	background: #d1d1d1 url(../img/link/mark.gif) left top no-repeat;
	border-bottom: 1px solid #b4b4b4; 
	}
	dl#linktable dd{
	margin: 7px 0px 0px 10px;
	}

	dl#linktable ul{
	list-style: none;
	}
	dl#linktable li{
	padding: 13px 0px 0px 0px;
	}

	dl#linktable p{ color: #333333; }
	dl#linktable strong{ height: 15px; }
	dl#linktable span{ line-height: 14px; }




















