@charset "UTF-8";

/* CSS Document */

/***背景***/
body {
	background-image:url(../image/top/top_bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
}

/***リンク設定***/
.lim_color a:link {
	color:rgb(198,0,103);
	text-decoration:none;
}

.lim_color a:visited {
	color:rgb(198,0,103);
	text-decoration:none;
}

.lim_color a:hover {
	color:#FF9999;
	text-decoration:none;
}

/***テキスト設定***/
.top_read_box_l {
	width:500px;
	height:auto;
	margin:auto;
	padding:5px 0px 0px 0px;
	text-align:left;
}

.top_read_box_r {
	width:500px;
	height:auto;
	margin:auto;
	padding:5px 0px 0px 0px;
	text-align:right;
}

.top_read_box {
	width:1000px;
	height:auto;
	margin:auto;
	padding:5px 0px 0px 0px;
}

