﻿@charset "UTF-8";

/*================================================
　 画面用CSS Document ：サービス概要専用
================================================*/

/*=========================================
  各ページ共通部用スタイルシートの読み込み
===========================================*/
@import "common.css";

/*================================================
  メイン部
================================================*/

/*キャッチコピー 　大枠の指定はcommon.css
------------------------------------------------*/
#main .page-catch{
	padding:8px 0px 8px 0px;
	margin:2px 0px 1px 0px;
	}
	
* html #main .page-catch{	/*IE6対策*/
	padding:15px 0px 15px 0px;
	}

#main .page-catch p,
#main .page-catch li{
	font-size:100%;
	line-height:1.7em;
	text-align:left;
	}

	
#main .page-catch .p1{
	padding:0px 70px 0px 20px;
	}

#main .page-catch .p2{
	padding:0px 20px 0px 20px;
	}

#main .page-catch ul{
	list-style-type:disc;
	padding:0px 0px 0px 3%;
	}

#main .page-catch li{
	clear:both;
	margin:0px 0px 0px 5%;
	}

/*サービス詳細
------------------------------------------------*/
#main .service-detail{
	clear:both;
	width:685px;
	width:98%;
	min-height:180px;
	background-color:#FFFFFF;
    background-image:url("../img/service-list-back.gif");
	background-position:0px 0px;   /*左・上*/
	background-repeat:no-repeat;
	padding:2px 0px 10px 0px;
	}

*:first-child+html #main .service-detail{	/*IE7対策*/
	padding-top:0px;
	}

#main .service-detail h2{
	font-size:20px;
	color:#000000;
	font-weight:bold;
	min-height:35px;
	padding-left:20px;
	}

* html #main .service-detail h2{	/*IE6対策*/
	height:35px;
	}

#main .service-detail p{
	font-size:16px;
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
	}

/*プレゼンテーション作成・実施
------------------------------------------------*/
#main .service-detail .persentation h2{
    background-image:url("../img/service-title1.gif");
	background-position:0px 0px;   /*左・上*/
	background-repeat:no-repeat;
	padding:6px 0px 0px 80px;
	margin:27px 0px 0px 120px;
	}

#main .service-detail .persentation .p1{
	margin-left:215px;
	}

#main .service-detail .persentation .p2{
	margin-left:225px;
	}

/*企画書作成代行
------------------------------------------------*/
#main .service-detail .kikakusho h2{
    background-image:url("../img/service-title2.gif");
	background-position:0px 0px;   /*左・上*/
	background-repeat:no-repeat;
	padding:8px 0px 0px 80px;
	margin:3px 0px 0px 210px;
	}

#main .service-detail .kikakusho .p1{
	margin-left:250px;
	}

#main .service-detail .kikakusho .p2{
	margin-left:255px;
	}

#main .service-detail .kikakusho .p3{
	margin-left:250px;
	}

/*マーケティング・コンサルティング
------------------------------------------------*/
#main .service-detail .marketing h2{
    background-image:url("../img/service-title3.gif");
	background-position:0px 0px;   /*左・上*/
	background-repeat:no-repeat;
	background-position:0px 0px;   /*左・上*/
	background-repeat:no-repeat;
	padding:7px 0px 0px 80px;
	margin:3px 0px 0px 205px;
	}

#main .service-detail .marketing .p1{
	margin-left:230px;
	}

#main .service-detail .marketing .p2{
	margin-left:205px;
	}

#main .service-detail .marketing .p3{
	margin-left:190px;
	}

/*研修・セミナー・クリエイティブ分野
------------------------------------------------*/
#main .service-detail .seminar h2{
    background-image:url("../img/service-title4.gif");
	background-position:0px 0px;   /*左・上*/
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	padding:6px 0px 0px 80px;
	margin:3px 0px 0px 50px;
	}

#main .service-detail .seminar .p1{
	margin-left:60px;
	}


