﻿@charset "UTF-8";

/* CSS 設置パス/ファイル名 */
/* 使用目的 */
/* 説明 */
/* 制作日時・制作者 */
/* インポート先 */

/* /business/css/business.css */
/* サービス内容のスタイルを定義 */
/* 2008/03/19 Aki Saito */
/* /business/ディレクトリ以下のHTMLファイル */


/* Side Navigation */
ul li.side_nav{
	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;
}
/* add start[2008/04/04 itagaki] */
ul li.main_con{
	list-style: none inside;
	background: url('../pkg/img/list.gif') left center no-repeat;
	margin-left: 1.5em;
	padding : 0.2em 2.5em;
	font: 110%;
	font-weight: normal;
}
/* add end[2008/04/04 itagaki] */

/* add start[2008/04/15 itagaki] */
ul li.top_jpn{
	list-style: none inside;
	background: url('../pkg/img/top_jpn.gif') left center no-repeat;
	margin-left: 1.5em;
	padding : 0.5em 2.5em;
	font: 110%;
	font-weight: normal;
}
ul li.top_thk{
	list-style: none inside;
	background: url('../pkg/img/top_thk.gif') left center no-repeat;
	margin-left: 1.5em;
	padding : 0.5em 2.5em;
	font: 110%;
	font-weight: normal;
}

/* add end[2008/04/15 itagaki] */
/* add start[2008/04/16 itagaki] */

ul li.count{
	list-style: decimal outside;
	margin: 0.5em 0 0.5em 3em;
	font: 110%;
	font-weight: normal;
}
/* add end[2008/04/16 itagaki] */
/* add start[2008/04/04 itagaki] *//*意気込み枠追加*/
div.zeal{
	/*background-color :#ccc;*/
	width :35em;
	margin: 1em 0;
	border-bottom: dotted 1px #fc0;
}

div.side_pic{
	/*background-color :#fcc;*/
	float :left;
	width :8em;
	margin: 2em 1em;
	padding-left : 0.5em 0 0 0.5em;
}

div.side_text{
	/*background-color :#ccf;*/
	float :right;
	margin: 2em 0;
	width :22em;
	padding : 1em 0 0 1em;
}
/* add end[2008/04/04 itagaki] */

div.list_here{
	padding : 0.4em 0 0.4em 2em;
	border-bottom: dotted 2px #008080;
	background: url('../img/snv_ic_here.gif') left center no-repeat;
	font-size: 120%;
	font-weight: bold;
}

table.results {
	width: 30em;
	border: 1px #CCC solid ;
	margin: 0 0 40px 20px;
}

td.results {
	width: 10em;
	padding:5px 7px;
	border: 1px #CCC solid ;
}
td.yellow {
	width: 20em;
	padding:5px 7px;
	border: 1px #CCC solid ;
	background-color:#FC0;
}
div.res_cntent {
	overflow:auto;
	border-bottom:solid 1px #999999;
}
div.web_img {
	float:left;
	margin:1em;
	//padding:0.5em;
	width:13em;
	border:solid 1px #999999;
	text-align:center;
}

div.web_text {
	float:left;
	width:20em;
}

img.img_arrow {
	margin:0.5em;
	vertical-align:middle;
}

/* add end[2009/01/29 itagaki] */
div.main_con p.icon_space{
	margin:7em 0.5em 1em 0.5em;
}
