@charset "UTF-8";

/* CSS Infomation =======================================================
Filename	: trials.css
Description	: Style for ELIC
Version		: 1.0
Modified	: 09/03/24
Content		:
	* Main Visual(Flash)
	* Contents List
	* News
========================================================================= */

@import "../_common/_css/basestyle.css"; /* サイト共通スタイル取り込み */

/* ---------------------------------------------------------------------- */
/* ヘッダ背景個別スタイル */
/* ---------------------------------------------------------------------- */
body
{
	background-image: url(_images/body_bg.gif);
}


/* ---------------------------------------------------------------------- */
/* 個別スタイル */
/* ---------------------------------------------------------------------- */
div#main div.content
{
	position: relative;
	clear: both;
	margin-left: 0;
}

div#main div.content img
{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.content a /* ボックス下付け */
{
	position: absolute;
	bottom: 0;
	right: 240px;
	padding-left: 25px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	background-image: url(../_common/_images/icon_point.gif);
	background-repeat: no-repeat;
}


/* ---------------------------------------------------------------------- */
/*  */
/* ---------------------------------------------------------------------- */
