@charset "utf-8";

/*-------------------------------------*/
/* メインイメージ */
/*-------------------------------------*/

div#bgColor{
	background: #fff;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

div#mainImgBox{
	margin: 0 auto;
	text-align: left;
	width: 900px;
	min-height:370px;
	height: auto !important;
	height: 370px;
	position: relative;
}

div#mainImgBox div#mainMessageBox{
	width: 277px;
	min-height:370px;
	height: auto !important;
	height: 370px;
	background-color:rgba(255,255,255,0.8);
	border-right: 1px solid #efefef;
	z-index: 2;
	position: absolute;
}

	div#mainImgBox div#mainMessageBox strong{
		font-weight: bold;
		font-size: 17px;
		display: block;
		padding: 55px 20px 0px;
	}
	div#mainImgBox div#mainMessageBox span{
		padding: 0 20px;
		display: block;
		line-height: 1.5;
		font-size: 11px;
	}


/* スライドショー */

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

.slides_container {
	width: 900px;
	height: 370px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container a {
	width:900px;
	height:370px;
	display:block;
}

.slides_container a img {
	display:block;
}

.pagination {
	position:absolute;
	top: 390px;
	right: 5px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(http://pchaning.com/2013_img/top_p_28.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*-------------------------------------*/


div#mainContents{
	width: 900px;
	margin: 10px 0 0 0;
	text-align: left;
	margin-top: 20px;
	padding: 0px 20px 0px;
}
div#mainContents2{
	margin: 10px 0 0 0;
	margin-top: 5px;

}

/*　　　　 ３つのトピックス-1つめ　　　　 */
	div#mainContents div.topicsBox{
		width: 270px;
		height: 214px;
		float: left;
		margin-left: 30px;
		margin-bottom: 20px;
		
	}


	div#mainContents div.firstItem{
		margin-left: 0;
		background: url(http://pchaning.com/2013_img/top_p_4.png) repeat 0 0 ;
	}

	div#mainContents div.topicsBox strong{
		margin-bottom: 5px;
		font-weight: bold;
		display: block;
		font-size: 14px;
		padding: 10px 20px 0px;
	}

	div#mainContents div.topicsBox span{
		line-height: 1.6;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
		font-size: 11px;
		padding: 0px 20px 0px;
	}

/*　　３つのトピックス-2つめ　　*/
		div#mainContents div.topicsBox2{
		width: 270px;
		height: 214px;
		float: left;
		margin-left: 30px;
		margin-bottom: 10px;
		background: url(http://pchaning.com/2013_img/top_p_5.png) repeat 0 0 ;
		
	}

	div#mainContents div.topicsBox2 strong{
		margin-bottom: 5px;
		font-weight: bold;
		display: block;
		font-size: 14px;
		padding: 10px 20px 0px;
	}

	div#mainContents div.topicsBox2 span{
		line-height: 1.6;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
		font-size: 11px;
		padding: 0px 20px 0px;
	}

/*　　３つのトピックス-3つめ　　*/

		div#mainContents div.topicsBox3{
		width: 270px;
		height: 214px;
		float: left;
		margin-left: 30px;
		margin-bottom: 10px;
		background: url(http://pchaning.com/2013_img/top_p_6.png) repeat 0 0 ;
		
	}


	div#mainContents div.topicsBox3 strong{
		margin-bottom: 5px;
		font-weight: bold;
		display: block;
		font-size: 14px;
		padding: 10px 20px 0px;
	}

	div#mainContents div.topicsBox3 span{
		line-height: 1.6;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
		font-size: 11px;
		padding: 0px 20px 0px;
	}


/*　　　　 ３つのトピックスここまで　　　　 */



div#mainContents2{
	width: 900px;
}


/* 　ギャラリー用可動式BOX　 */

div.sample{
width:900px;
margin:0 0 10px 0;
padding:0;
}

div.sample div.top{
background-image:url("http://pchaning.com/2013_img/top_11.gif");
background-repeat:no-repeat;
height:73px;
}

div.sample div.top div.imag5{
float:right;
margin:25px;
}


div.sample div.top2{
background-image:url("http://pchaning.com/2013_img/top_14.gif");
background-repeat:no-repeat;
height:73px;
}

div.sample div.top2 div.imag6{
float:right;
margin:25px;
}

div.sample div.bottom{
background-image:url("http://pchaning.com/2013_img/top_13.gif");
background-repeat:no-repeat;
height:14px;
}

div.sample p{
margin:0px;
padding:1px;
background-image:url("http://pchaning.com/2013_img/top_12.gif");
background-repeat:repeat-y;
}


div.sample p imag{
padding:3px;
}





/* 新着情報 */

div#newTopics{
	float: left;
	background: url(http://pchaning.com/2013_img/top_p_7.png) repeat 0 0;
	width: 532px;
	height:990px;
	}

	div#newTopics strong{
		font-weight: bold;
		margin-bottom: 5px;
		margin-left: 20px;
		display: block;
		font-size: 14px;
		padding: 10px 0px 0px 0px;
		border-bottom: 3px solid #ccc;
		width: 475px;
	}

	div#newTopics dl{
	width: 475px;
	height:970px;
	padding: 0px 20px 5px;
	overflow: auto;   /* スクロール表示 */
	 list-style-type: none;

	
	}

	div#newTopics dl dt,
	div#newTopics dl dd{
		padding: 5px 0;
		
	}

	div#newTopics dl dt{
		width:100px;
		clear:both;
		font-weight: bold;
        border-bottom: 1px dashed #ccc;
	}

	div#newTopics dl dd{
		width:460px;
		margin-left:0px;
		padding-left: 0px;
		border-bottom: 1px solid #ddd;
	}




/* バナーエリア */
div#bannerBox{
	float: right;
	width: 340px;
	padding: 10px 0px 0px 00px;

}

	div#bannerBox ul strong{
		border-bottom: 3px solid #ccc;
	margin-bottom: 5px;
		font-weight: bold;
		display: block;
		font-size: 14px;
		width: 305px;

	
	}
	div#bannerBox ul li{
		margin-bottom: 5px;

	}
	
/* ----ツイッター・ＦＢ----- */
			div#tw{
	float: right;
	width: 340px;
	padding: 10px 0px 0px 00px
	}
	
				div#fb{
	float: right;
	width: 340px;
	padding: 10px 0px 0px 00px
	}






/* 発注について */

div#newTopics2{
	float: left;
	background: url(http://pchaning.com/2013_img/top_23.gif) repeat 0 0;
	width: 438px;
	height:653px;
	}

	div#newTopics2 strong{
		font-weight: bold;
		margin-bottom: 0px;
		display: block;
		font-size: 16px;
		padding: 100px 20px 0px;
		color: #005cac;
	}

	div#newTopics2 dl{
	width: 400px;
	height:600px;
	padding: 5px 25px 5px;
	 list-style-type: none;
	
	}

	div#newTopics2 dl dt{
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
	font-weight: bold;
		}
	div#newTopics2 dl dd{

		color: #666;
		font-size: 11px;
        line-height: 1.5;
		
	}

	div#newTopics2 dl dt{
		float:left;
		width:390px;
		clear:both;
	}

	div#newTopics2 dl dd{
		width:390px;
		margin-left:0px;
		padding-left: 0px;
		border-bottom: 1px solid #ddd;
	}



/* 著作権について */

div#newTopics3{
	float: left;
	background: url(http://pchaning.com/2013_img/top_24.gif) repeat 0 0;
	width: 438px;
	height:653px;
	}

	div#newTopics3 strong{
		font-weight: bold;
		margin-bottom: 0px;
		display: block;
		font-size: 16px;
		padding: 100px 20px 0px;
		color: #005cac;
	}

	div#newTopics3 dl{
	width: 400px;
	height:600px;
	padding: 5px 25px 5px;
	 list-style-type: none;
	
	}

	div#newTopics3 dl dt{
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
	font-weight: bold;
		}
	div#newTopics3 dl dd{
		color: #666;
		font-size: 11px;
        line-height: 1.5;
		
	}

	div#newTopics3 dl dt{
		float:left;
		width:390px;
		clear:both;
	}

	div#newTopics3 dl dd{
		width:390px;
		margin-left:0px;
		padding-left: 0px;
		border-bottom: 1px solid #ddd;
	}


	wan{
		width:900px;
        padding: 0px 100px 5px;
	}
	
		div#pr{
        background: #a0ccd9;
        border-bottom: 1px solid #dedede;
	}
	
			div#pr h1{
        padding: 5px 5px 5px;
        font-size: 11px;
        color:#fff;
	}
	

	
	
body { 
background-image: url(http://pchaning.com/2013_img/top_p_18.png);
 background-repeat: repeat-y;
 background-position:center;
 } 
 
 
 
 
/* （2カラム設定） */



div#newTopics4{
		float: right;
	margin-right:50px;
	margin-left:30px;
		width: 550px;
		margin:20px;
	}
	
	
	

	div#newTopics4 strong{
		font-weight: bold;
		margin-bottom: 5px;
		margin-left: 20px;
		font-size: 14px;
		padding: 10px 0px 0px 0px;
		border-bottom: 3px solid #e3f1f5;
		display: block;
		color:#999966;

	}

	div#newTopics4 dl{

	 list-style-type: none;
	 width:500px;
	 margin-left: 20px;

	
	}

	div#newTopics4 dl dt,
	div#newTopics4 dl dd{
		padding: 5px 0;
		
		
	}

	div#newTopics4 dl dt{
		clear:both;
		font-weight: bold;
	}

	div#newTopics4 dl dd{
		margin-left: 20px;
		line-height: 1.8;
		font-size: 12px;
		padding: 10px 0;
		margin-bottom: 5px;
	}
	
	
		div#newTopics4 dl dd p{
color:#83bbcc;
		font-size: 15px;
		font-weight: bold;
	}
			div#newTopics4 dl dd p2{
color:#83bbcc;
		font-size: 12px;
		font-weight: bold;
	}
	




/* バナーエリア  （2カラム設定）*/
div#bannerBox2{
	float: left;
	width: 273px;
	padding: 20px 0px 0px 00px;
	margin-left:30px;
	

}

	div#bannerBox2 ul strong{
		border-bottom: 3px solid #e3f1f5;
		margin-bottom: 5px;
		font-weight: bold;
		display: block;
		font-size: 14px;
		width: 273px;
		color:#999966;
}
	div#bannerBox2 ul li{

margin-bottom: 5px;

background-image: url(http://pchaning.com/2013_img/top_p_47.png);

	}
	
		div#bannerBox2 ul li p{
				line-height: 1.8;
		font-size: 12px;
		margin-left: 20px;
		margin-bottom: 10px;
		margin: 20px;
	}
	
	
		div#bannerBox2 ul li2{

margin-bottom: 5px;
width: 120px;
	}
	
			div#bannerBox2 ul li2 p2{
				line-height: 1.8;
		font-size: 11px;
		margin-left: 10px;
	}
	
				div#bannerBox2 ul li2 p2 strong2{
		font-size: 12px;
		font-weight: bold;
		color:#eaab4d;
	}
	
	

	
/* ----ツイッター・ＦＢ （2カラム設定）----- */
			div#tw2{
	float: left;
	width: 340px;
	padding: 10px 0px 0px 00px
	}
	
				div#fb2{
	float: left;	width: 340px;
	padding: 10px 0px 0px 00px
	}



/* ----イラスト表示（2カラム設定）----- */






