/***  全体的な設定  ***/
body {
	background-image: url(images/bg1.gif);
	padding: 0px;
	margin: 0px;
	font-size: smaller;
}
p,h1,h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/***  リンク  ***/
a:visited {
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #660033;
	position: relative;
	top: 1px;
	left: 1px;
	overflow: hidden;
}
a:hover img {
	position: relative;
	top: 0px;
	left: 0px;
}
a.static:hover {
	position: relative;
	top: 0px;
	left: 0px;
}

/***  ヘッダーとフッター ***/
h1#header {
	font-size: 10px;
	color: #999999;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}
h2#footer {
	font-size: 10px;
	color: #999999;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: normal;
}

/***  外枠  ***/
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
}
.main {
	line-height: 1.5em;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 18px;
	margin-top: 5px;
}
.side {

	line-height: 1.2em;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	margin-top: 10px;
}

/***  回り込み  ***/
.float_r {
	line-height: normal;
	float: right;
	padding-left: 10px;
}

/***  枠  ***/
.box1 {
	background-image: url(images/bg_p.jpg);
	border: 1px solid #999999;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 11px;
	color: #666666;
	padding-bottom: 5px;
}
.box2 {
	padding: 5px;
}
.box3 {
	padding: 10px;
	line-height: 1.2em;
}
.box4 {
	border: 1px solid #996699;
}
.box5 {
	background-image: url(images/bg_p.jpg);
	border: 1px solid #999999;
	font-size: 1.1em;
	color: #660033;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
}

/***  余白  ***/
.margin_l5 {
	margin-left: 5px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_t5 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_l15 {
	margin-left: 15px;
}

/***  背景  ***/
.bg_y {
	background-repeat: repeat-y;
}
.bg_x {
	background-repeat: repeat-x;
}
.bg_info {
	background-image: url(images/info/bg_info.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_recomm {
	background-image: url(images/recommend/bg_recomm.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_menu {
	background-image: url(images/menu/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_access {
	background-image: url(images/access/bg_access.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/***  テーブル線  ***/
.t_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996699;
}

/***  フォント  ***/
.point {
	font-size: 10px;
	color: #660033;
}
.font_bb {
	font-size: 1.1em;
	font-weight: bold;
}
.font_rbb {
	font-size: 1.1em;
	font-weight: bold;
	color: #660033;
}

/***  ライン高  ***/
.line_n {
	line-height: normal;
}

/***  インデント  ***/
.ind_1em {
	padding-left: 1em;
}
.ind_b1em {
	padding-left: 1em;
	text-indent: -1em;
}
