@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      contents.css
 Author:         MIYA
 Style Info:     コンテンツ内のスタイル
----------------------------------------------------------- */

/* --------------------------------- Contents Area Style --*/

.sample1 a	{
	text-decoration: none;
	color: #2D88B3;
}
.sample1 a:hover	{
	text-decoration: underline;
	color: #2D88B3;
}


.sample2 a	{
	display: block;
	width: 100%;
	color: #2D88B3;
}
.sample2 a:hover	{
	background: #000;
	color: #2D88B3;
}


.sample3 a	{
	text-decoration: none;
	color: #2D88B3;
}
.sample3 a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
