/* レイアウト */

/*↓css3使うなら、この一文を最後に入れればIE6でもOK！*/
/*behavior: url(/css3_PIE-1.0.0/PIE.htc);*/

header{
	display: none;
}

body{
	background-color:#f2f2fc;
	background-image:url(../images/bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

/*　リンク　*/
a:link {
	color: #d882e4;
	text-decoration:none;
}
a:visited {
	color: #d882e4;
	text-decoration:none;
}
a:active {
	color: #d882e4;
	text-decoration:none;
}
a:hover {
	color: #444444;
	text-decoration:none;
}


section{
	margin:50px 0 50px 240px;
	
}
article{
	margin:0;
	clear:both;
}


div.box{
	width:280px;
	height:260px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	padding:15px 15px 5px 15px;
	float:left;
	font-size:11px;
	line-height:130%;
}

div.boxLink{
	width:280px;
	height:260px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	background-image:url(../images/point_blank.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:15px 15px 5px 15px;
	float:left;
	font-size:11px;
	line-height:130%;
}

div.boxFree{
	margin-right:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	padding:15px;
	float:left;
	font-size:11px;
	line-height:130%;
}

.panel{
	margin-bottom:7px;
	/*border:solid 1px #e1e1e1;*/
	background-image:url(../images/line.gif);
	padding:5px;
	height:180px;
}

/*「jquery.mousewheel.min.js」でプロパティ名として使用*/
.trimmedScroll{
}

.cTxt{
	margin:2px 0;
	font-size:11px;
	line-height:130%;
	color:#444444;
}
.cTxt span{
	background-color:#333333;
	color:#FFFFFF;
	padding:1px;
}
.cTxt span.icon{
	background-color:#ffffff;
	padding-left:5px;
}
.cTxt span.partner{
	background-color:#ffffff;
	color:#bbbbbb;
}

ul.Box01{
	list-style-type:disc;
	list-style-position:outside;
	margin:5px 0 0 15px;
}


