﻿@charset "UTF-8";

/* CSS 設置パス/ファイル名 */
/* 使用目的 */
/* 説明 */
/* 制作日時・制作者 */
/* インポート先 */

/* /link/css/link.css */
/* サービス内容のスタイルを定義 */
/* 2008/04/16 Kouta Itagaki */
/* /business/ディレクトリ以下のHTMLファイル */


/* Side Navigation */
/* add start[2008/04/16 itagaki] */
ul li.menu{
	list-style: none inside;
	background: url('../../img_common/snv_ic_m.gif') left center no-repeat;
	border-bottom: dotted 1px #008080;
	margin-left: 2em;
	padding : 0.5em 1em;
	font: 110%;
	font-weight: normal;
}

ul li.link{
	list-style: none inside;
	background: url('../img/point_link.gif') left center no-repeat;
	border-bottom: dotted 1px #008080;
	margin-left: 2em;
	padding : 0.5em 2.5em;
	font: 120%;
	font-weight: normal;
}
/* add end[2008/04/16 itagaki] */


/* add start[2010/03/04 saito] */
div.imglink p {
	float:left;
	margin:1px;
	padding:2px;
	width:150px;
	height:100px;
	vertical-align:middle;
	text-align:center;
}
/* add end  [2010/03/04 saito] */



