@charset "utf-8";

/*　ポシェール　CSS　*/






/* -------------------------
--     基本レイアウト     --
------------------------- */


#cam_mainimg {
	width: 943px;
	background-image: url(../images/cam_main_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 141px;
}

.cam_001 {
	width: 686px;
}

.cam_002 {
	width: 624px;
}



.cam_001 a:link {
	color: #F65899;
	text-decoration: underline;
}
.cam_001 a:visited {
	color: #F65899;
	text-decoration: underline;
}
.cam_001 a:hover {
	color: #F65899;
	text-decoration: none;
}
.cam_001 a:active {
	color: #F65899;
	text-decoration: underline;
}

/* -------------------------
--     画像回り込み     --
------------------------- */


img.img_right{
float: right;
padding: 5px;
}

div.clear{
clear: both;
margin: 0 0 10px 0;
}


/* -------------------------
--     蛍光ペン     --
------------------------- */

.marker{
 background: linear-gradient(transparent 0%, #fff799 0%);
 font-weight: bold; 
border-radius:6px;
 font-size: 1.3em;
 line-height: 1.3em
 color: #000000;
}


/* -------------------------
--     オレンジ文字     --
------------------------- */

.orange{
 font-size: 1.3em;
 line-height: 1.3em;
 color: #FF7B00;
 font-weight   : bold;
}



/* ------------------------------------- 
 *	りんくバナー
 * -------------------------------------  */





#linkesute a:hover {
	 top:2px;
	  left:2px; 
	  position:relative; }