@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 author     :hirasawa(admin)
 style info :WEB　MAGAZINE
=================================================================== */

/* -----------------------------------------------------------
	#visual
		ビジュアル
----------------------------------------------------------- */

#visual a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	font-size: 80%;
}

#visual a:hover {
	border-bottom: 1px solid #999;
}

#wrapper {
    width: 650px;
    margin: 25px auto;
	background-color:#FFFFFF;

}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 650px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #ccc;
	background-color:#000000;
}

.scroll {
	overflow: hidden;
	width: 650px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 144px;
	height: 260px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../img/webmagazine/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../img/webmagazine/rightshadow.png) repeat-y;
}

.inside {
	padding: 5px;
	border: 1px solid #999;
	background-color:#000000;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 100px;
}

.inside h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 8px 0;
	color:#FFFFFF;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}


.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}



/* -----------------------------------------------------------
	#waku
		枠内
----------------------------------------------------------- */
.waku {
	float:left;
	width:728px;
}


.waku .subimgbox {
	float:left;
	margin:5px; 
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom:15px;
	font-size:80%;
}

/* -----------------------------------------------------------
	#magazin
		詳細画面
----------------------------------------------------------- */
#magazin {
	margin: 0 auto;
	width:1040px;

}



#mgazin_p1 {
	float:left;
	width:516px;

}
#mgazin_p2 {
	float:left;
	width:516px;
}


#magazin .title {
	margin-bottom:15px;
	font-weight:bold;
}


#magazin  .txt {
	width:476px;
	padding-right:20px;
	padding-right:20px;
	font-size:80%;
}


