﻿@charset "utf-8";
/*Copyright 2011 FSFIELD All Rights Reserved.*/

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

内部向けページでのみ使用されているスタイルシートをまとめています。

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

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

common

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

/* global_navi
---------------------------------------------- */


/* promotion
---------------------------------------------- */

div#promotion{
	background:url(../official/img/bg_promotion01.jpg) no-repeat 0 0;
	width:920px;
	height:148px;
	margin-bottom:20px;
}


/* ul
---------------------------------------------- */

/* index */

ul.index{border-top:1px dotted #333;}

ul.index li{
	background:url(../img/ico_arrow03.gif) no-repeat 0 top;
	padding:10px 0 10px 27px;
	border-bottom:1px dotted #333;
}

ul.index li a{
	color:#000;
	text-decoration:none;
}

ul.index li a:hover{
	color:#0C8BAB;
	text-decoration:underline;
}

ul.index li strong{font-size:160%;}

