/************************************************************************
*																		*
*	Fortuna　フォルチーナ												*
*	全ページ共通スタイルシート											*
*																		*
*	COPYRIGHT c 2009 FORTUNA. ALL RIGHTS RESERVED.						*
*																		*
*************************************************************************/



/************************************************************************
	サイトレイアウト
*************************************************************************/

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #F2D7EB;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.left {
	background-image: url(../images/bg_left.jpg);
	background-repeat: repeat-y;
	width: 10px;
}
.right {
	background-image: url(../images/bg_right.jpg);
	background-repeat: repeat-y;
	width: 10px;
}

.page {
	background-image: url(../images/bg_page.jpg);
	background-repeat: no-repeat;
}

.main {
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	width: 605px;
	background-position: right top;
}
.foot {
	background-image: url(../images/bg_foot.jpg);
	background-repeat: no-repeat;
	height: 151px;
}

.point {
	font-size: 12px;
	line-height: 150%;
	color: #666;
}

.points {
	font-size: 11px;
	line-height: 120%;
	color: #666;
}

a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #2BA488;
	text-decoration: underline;
}

a:active {
	font-size: 12px;
	color: #2BA488;
	text-decoration: underline;
}

