﻿@charset "utf-8";
/*==============================================*/
/* CSS for Websense.com           		*/
/* http://example.com/                          */
/* (c) WebSense All Rights Reserved. */
/* written by S.Takagi  2009/01/10              */
/*==============================================*/


/* ============================= */
/*  初期化（ALL CLEAR）          */
/* ============================= */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
	        margin: 0;
	        padding: 0;
	        border: 0;
	        outline: 0;
	        font-size: 100%;
	        vertical-align: baseline;
	        background: transparent;
		font-color: #333333;
	        font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック" sans-serif;
		font-size: 10pt;
		font-weight:normal;
		line-height:1.4;
	}

	*{
		margin: 0;
		padding: 0;
	}


	body {
	        line-height: 1;
	}

	ol, ul {
	        list-style: none;
	}

	blockquote, q {
	        quotes: none;
	}

	:focus {
	        outline: 0;
	}

	ins {
	        text-decoration: none;
	}

	del {
	        text-decoration: line-through;
	}

	table {
	        border-collapse: collapse;
	        border-spacing: 0;
	}

	caption, th {
	        text-align:left;
	        font-weight:normal;
	}

	input {
	        vertical-align:middle;
	}

	a img {
	        border:none;
	}

	a {
		color:#D95700;
	}

	a:hover {
		color:#FF9B59;
	}


/* ============================= */
/*  　　　デザイン共通化         */
/* ============================= */

	html {
	        height:100%;
	}

	body {
		background: url(../images/header_line.jpg) repeat-x top left;
		font-color: #333333;
	        font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック" sans-serif;
	        font-weight:normal;
		font-size: 10pt;
	}

/* メインタイトル */
	#main_title h1{
		font-size: 10px;
		color: #D9D9D9;
		margin:10px 0 0 300px;
	}

	#header_navi{
		height:30px;
		margin:32px 0 0 300px;
	}

	#header_navi li{
		display:inline;
		list-style-type:none;
	}


	#header_navi li a{
		height:30px;
		display:block;
		float:left;
		text-indent:-9877em;
		text-decoration:none;
		overflow:hidden;
	}

	/* IE6以下 */
	* html #header_main{
		margin:27px 0 0 0;
	}

	/* IE7のみ */
	*:first-child+html #header_main{
		margin:27px 0 0 0;
	}


	/* IE以外 */
	html>/**/body #header_main{
		margin:24px 0 0 0;
	}


/* footer */

	/* IE6以下 */
	* html #footer_navi{
		height:15px;
		padding:100px 0 0 300px;
	}

	/* IE7のみ */
	*:first-child+html #footer_navi{
		height:15px;
		padding:100px 0 0 315px;
	}

	/* IE以外 */
	html>/**/body  #footer_navi{
		height:15px;
		padding:100px 0 0 500px;
	}

	#footer_navi li{
		display:inline;
		list-style-type:none;
	}


	#footer_navi li a{
		height:15px;
		display:block;
		float:left;
		text-indent:-9877em;
		text-decoration:none;
		overflow:hidden;
	}



/* ==================================== */
/*  画面領域レイアウトの設定（共通化）  */
/* ==================================== */

/* ==== オブジェクト全体の設定 ==== */
	#wrapper{
		width: 800px;
		margin: auto;
		padding:auto;
		margin-left:auto;    /* 左側マージンを自動的に空ける */
		margin-right:auto;   /* 右側マージンを自動的に空ける */
		text-align:left;     /* 中身を左側表示に戻す */
	}

	/* ---- 左サイド及び中央コンテンツ域設定 ---- */
	#container{
		width:800px;
		margin:20px 0 0 0; /* 余白 */
	}

	/* ---- 左サイドバー域設定 ---- */
	#sidebar{
		float: left;
		width: 300px;
	}
	
	#side_navi{
		margin:5px 0 0 0;
		width:200px;
		background:url(../images/side_navi.gif) no-repeat 0px 0px;
	}

	#side_navi li{
		display:inline;
		list-style-type:none;
	}

	#side_navi li a{
		width:200px;
		display:block;
		text-indent:-9877em;
		text-decoration:none;
		overflow:hidden;
	}

	/* ---- 中央コンテンツ域設定 ---- */
	#contents{
		float: left;
		width: 500px;
		margin:0 0 20px 0; /* 余白 */
 	}

/* ====　フッター領域設定 ==== */
	#footer{
		margin:30px 0 0 0;
		background: url(../images/footer_line.gif) repeat-x top left;
		clear:both;
		height:170px;
		width:100%;
	}

	#footer_contents{
		width: 800px;
		margin-left:auto;    /* 左側マージンを自動的に空ける */
		margin-right:auto;   /* 右側マージンを自動的に空ける */
	}

	/* ライン */
	.line_250{
		margin:5px 0 5px 0;
		height: 5px;
		width: 250px;
		background: url(../images/line_250.gif) no-repeat;
	}

	/* 検索 */
	#find{
		margin:10px 0 5px 0;
		padding:10px 0 0 10px;
		height: 52px;
		width: 260px;
		background: url(../images/find.gif) no-repeat;
	}

	#find_button{
		float:left;
		margin:10px 0 5px 0;
	}


/* ==================================== */
/*  ナビゲーション（共通化）  		*/
/* ==================================== */

/*  上部ナビ */
	/*------off*/
	#header_navi li.g_navi01 a{
		width:80px;
		height:30px;
		background:url(../images/header_navi.gif) no-repeat 0px 0px;
	}
	#header_navi li.g_navi02 a{
		width:80px;
		height:30px;
		background:url(../images/header_navi.gif) no-repeat -80px 0px;
	}
	#header_navi li.g_navi03 a{
		width:80px;
		height:30px;
		background:url(../images/header_navi.gif) no-repeat -160px 0px;
	}
	#header_navi li.g_navi04 a{
		width:80px;
		height:30px;
		background:url(../images/header_navi.gif) no-repeat -240px 0px;
	}
	#header_navi li.g_navi05 a{
		width:80px;
		height:30px;
		background:url(../images/header_navi.gif) no-repeat -320px 0px;
	}
	#header_navi li.g_navi06 a{
		width:80px;
		height:30px;
		background:url(../images/header_navi.gif) no-repeat -400px 0px;
	}
	/*------on*/
	#header_navi li.g_navi01_on a{
		width:80px;
		height:30px;
		background:url(../images/header_navi.gif) no-repeat 0px -30px;
	}
	#header_navi li.g_navi02_on a{
		width:80px;
		height:30px;
		background:url(../images/header_navi.gif) no-repeat -80px -30px;
	}
	#header_navi li.g_navi03_on a{
		width:80px;
		height:30px;
		background:url(../images/header_navi.gif) no-repeat -160px -30px;
	}
	#header_navi li.g_navi04_on a{
		width:80px;
		height:30px;
		background:url(../images/header_navi.gif) no-repeat -240px -30px;
	}
	#header_navi li.g_navi05_on a{
		width:80px;
		height:30px;
		background:url(../images/header_navi.gif) no-repeat -320px -30px;
	}
	#header_navi li.g_navi06_on a{
		width:80px;
		height:30px;
		background:url(../images/header_navi.gif) no-repeat -400px -30px;
	}

	/*------off hover*/
	#header_navi li.g_navi01 a:hover{
		background:url(../images/header_navi.gif) no-repeat 0px -30px;
	}
	#header_navi li.g_navi02 a:hover{
		background:url(../images/header_navi.gif) no-repeat -80px -30px;
	}
	#header_navi li.g_navi03 a:hover{
		background:url(../images/header_navi.gif) no-repeat -160px -30px;
	}
	#header_navi li.g_navi04 a:hover{
		background:url(../images/header_navi.gif) no-repeat -240px -30px;
	}
	#header_navi li.g_navi05 a:hover{
		background:url(../images/header_navi.gif) no-repeat -320px -30px;
	}
	#header_navi li.g_navi06 a:hover{
		background:url(../images/header_navi.gif) no-repeat -400px -30px;
	}


	/*------on hover*/
	#header_navi li.g_navi01_on a:hover{
		background:url(../images/header_navi.gif) no-repeat 0px -30px;
	}
	#header_navi li.g_navi02_on a:hover{
		background:url(../images/header_navi.gif) no-repeat -80px -30px;
	}
	#header_navi li.g_navi03_on a:hover{
		background:url(../images/header_navi.gif) no-repeat -160px -30px;
	}                                                           
	#header_navi li.g_navi04_on a:hover{                        
		background:url(../images/header_navi.gif) no-repeat -240px -30px;
	}                                                           
	#header_navi li.g_navi05_on a:hover{                        
		background:url(../images/header_navi.gif) no-repeat -320px -30px;
	}                                                           
	#header_navi li.g_navi06_on a:hover{                        
		background:url(../images/header_navi.gif) no-repeat -400px -30px;
	}


/*  左サイドナビ */
	/*------off*/
	#side_navi li.g_s_navi01 a{
		width:200px;
		height:40px;
		background:url(../images/side_navi.gif) no-repeat 0px 0px;
	}
	#side_navi li.g_s_navi02 a{
		width:200px;
		height:40px;
		background:url(../images/side_navi.gif) no-repeat 0px -40px;
	}
	#side_navi li.g_s_navi03 a{
		width:200px;
		height:40px;
		background:url(../images/side_navi.gif) no-repeat 0px -80px;
	}
	#side_navi li.g_s_navi04 a{
		width:200px;
		height:40px;
		background:url(../images/side_navi.gif) no-repeat 0px -120px;
	}
	/*------on*/
	#side_navi li.g_s_navi01_on a{
		width:200px;
		height:40px;
		background:url(../images/side_navi.gif) no-repeat -200px 0px;
	}
	#side_navi li.g_s_navi02_on a{
		width:200px;
		height:40px;
		background:url(../images/side_navi.gif) no-repeat -200px -40px;
	}
	#side_navi li.g_s_navi03_on a{
		width:200px;
		height:40px;
		background:url(../images/side_navi.gif) no-repeat -200px -80px;
	}
	#side_navi li.g_s_navi04_on a{
		width:200px;
		height:40px;
		background:url(../images/side_navi.gif) no-repeat -200px -120px;
	}

	/*------off hover*/
	#side_navi li.g_s_navi01 a:hover{
		background:url(../images/side_navi.gif) no-repeat -200px 0px;
	}
	#side_navi li.g_s_navi02 a:hover{
		background:url(../images/side_navi.gif) no-repeat -200px -40px;
	}
	#side_navi li.g_s_navi03 a:hover{
		background:url(../images/side_navi.gif) no-repeat -200px -80px;
	}
	#side_navi li.g_s_navi04 a:hover{
		background:url(../images/side_navi.gif) no-repeat -200px -120px;
	}


	/*------on hover*/
	#side_navi li.g_s_navi01_on a:hover{
		background:url(../images/side_navi.gif) no-repeat -200px 0px;
	}
	#side_navi li.g_s_navi02_on a:hover{
		background:url(../images/side_navi.gif) no-repeat -200px -40px;
	}
	#side_navi li.g_s_navi03_on a:hover{
		background:url(../images/side_navi.gif) no-repeat -200px -80px;
	}
	#side_navi li.g_s_navi04_on a:hover{
		background:url(../images/side_navi.gif) no-repeat -200px -120px;
	}



/*  下部ナビ（フッター） */
	/*------off*/
	#footer_navi li.g_navi01 a{
		width:50px;
		height:15px;
		background:url(../images/footer_navi.gif) no-repeat 0px 0px;
	}
	#footer_navi li.g_navi02 a{
		width:50px;
		height:15px;
		background:url(../images/footer_navi.gif) no-repeat -50px 0px;
	}
	#footer_navi li.g_navi03 a{
		width:50px;
		height:15px;
		background:url(../images/footer_navi.gif) no-repeat -100px 0px;
	}
	#footer_navi li.g_navi04 a{
		width:50px;
		height:15px;
		background:url(../images/footer_navi.gif) no-repeat -150px 0px;
	}
	#footer_navi li.g_navi05 a{
		width:50px;
		height:15px;
		background:url(../images/footer_navi.gif) no-repeat -200px 0px;
	}
	#footer_navi li.g_navi06 a{
		width:50px;
		height:15px;
		background:url(../images/footer_navi.gif) no-repeat -250px 0px;
	}
	/*------on*/
	#footer_navi li.g_navi01_on a{
		width:50px;
		height:15px;
		background:url(../images/footer_navi.gif) no-repeat 0px -15px;
	}
	#footer_navi li.g_navi02_on a{
		width:50px;
		height:15px;
		background:url(../images/footer_navi.gif) no-repeat -50px -15px;
	}
	#footer_navi li.g_navi03_on a{
		width:50px;
		height:15px;
		background:url(../images/footer_navi.gif) no-repeat -100px -15px;
	}
	#footer_navi li.g_navi04_on a{
		width:50px;
		height:15px;
		background:url(../images/footer_navi.gif) no-repeat -150px -15px;
	}
	#footer_navi li.g_navi05_on a{
		width:50px;
		height:15px;
		background:url(../images/footer_navi.gif) no-repeat -200px -15px;
	}
	#footer_navi li.g_navi06_on a{
		width:50px;
		height:15px;
		background:url(../images/footer_navi.gif) no-repeat -250px -15px;
	}

	/*------off hover*/
	#footer_navi li.g_navi01 a:hover{
		background:url(../images/footer_navi.gif) no-repeat 0px -15px;
	}
	#footer_navi li.g_navi02 a:hover{
		background:url(../images/footer_navi.gif) no-repeat -50px -15px;
	}
	#footer_navi li.g_navi03 a:hover{
		background:url(../images/footer_navi.gif) no-repeat -100px -15px;
	}
	#footer_navi li.g_navi04 a:hover{
		background:url(../images/footer_navi.gif) no-repeat -150px -15px;
	}
	#footer_navi li.g_navi05 a:hover{
		background:url(../images/footer_navi.gif) no-repeat -200px -15px;
	}
	#footer_navi li.g_navi06 a:hover{
		background:url(../images/footer_navi.gif) no-repeat -250px -15px;
	}


	/*------on hover*/
	#footer_navi li.g_navi01_on a:hover{
		background:url(../images/footer_navi.gif) no-repeat 0px    -15px;
	}                                                           
	#footer_navi li.g_navi02_on a:hover{                        
		background:url(../images/footer_navi.gif) no-repeat -50px  -15px;
	}                                                           
	#footer_navi li.g_navi03_on a:hover{                        
		background:url(../images/footer_navi.gif) no-repeat -100px -15px;
	}                                                           
	#footer_navi li.g_navi04_on a:hover{                        
		background:url(../images/footer_navi.gif) no-repeat -150px -15px;
	}                                                           
	#footer_navi li.g_navi05_on a:hover{                        
		background:url(../images/footer_navi.gif) no-repeat -200px -15px;
	}                                                           
	#footer_navi li.g_navi06_on a:hover{                        
		background:url(../images/footer_navi.gif) no-repeat -250px -15px;
	}


/* ==================================== */
/*  ユーザー定義域       		*/
/* ==================================== */

	/* こだわり */
	#index_info{
		margin:10px 0 0 40px;
	}

	#index_info h3{
		margin:10px 0 0 0;
	}


	/* お問い合わせ */
	#ask_banner{
		width:250px;
		height:170px;
	}

	#ask_banner a{
		display:block;
		text-indent:-9877em;
		text-decoration:none;
		overflow:hidden;
		width:250px;
		height:170px;
		background:url(../images/ask_banner.gif) no-repeat 0px 0px;
	}

	#ask_banner a:hover{
		width:250px;
		height:170px;
		background:url(../images/ask_banner_on.gif) no-repeat 0px 0px;
	}

	/* お問い合わせ（小） */
	#ask_small_banner{
		margin:20px 0 0 0;
		float:right;
		width:215px;
		height:60px;
	}

	#ask_small_banner a{
		display:block;
		text-indent:-9877em;
		text-decoration:none;
		overflow:hidden;
		width:215px;
		height:60px;
		background:url(../images/ask_small_banner.gif) no-repeat 0px 0px;
	}

	#ask_small_banner a:hover{
		width:215px;
		height:60px;
		background:url(../images/ask_small_banner_on.gif) no-repeat 0px 0px;
	}


	/* バナー１０００円 */
	#banner_make{
		margin:10px 0 5px 0;
		width:250px;
		height:105px;
	}

	#banner_make a{
		display:block;
		text-indent:-9877em;
		text-decoration:none;
		overflow:hidden;
		width:250px;
		height:105px;
		background:url(../images/banner_make_banner.gif) no-repeat 0px 0px;
	}

	#banner_make a:hover{
		width:250px;
		height:105px;
		background:url(../images/banner_make_banner_on.gif) no-repeat 0px 0px;
	}

	/* お問い合わせ半額 */
	#ask_half{
		margin:10px 0 5px 0;
		width:245px;
		height:103px;
	}

	#ask_half a{
		display:block;
		text-indent:-9877em;
		text-decoration:none;
		overflow:hidden;
		width:245px;
		height:103px;
		background:url(../images/banner_ask_half.gif) no-repeat 0px 0px;
	}

	#ask_half a:hover{
		width:245px;
		height:103px;
		background:url(../images/banner_ask_half_on.gif) no-repeat 0px 0px;
	}



	/* キャンペーンボックス */
	.campain_box{
		margin:20px 0 0 40px;
		width:460px;
		height:310px;
		background:url(../images/campain_box.gif) no-repeat;
	}

	.campain_box h3{
		padding:20px 0 0 50px;
	}


	/*実績紹介ボックス */
	#result_box{
		margin:10px 0 0 40px;
		width:460px;
		height:322px;
		background:url(../images/result_box.gif) no-repeat;
	}

	/*製作実績ボックス */
	#works_box{
		margin:10px 0 0 40px;
		width:455px;
		height:229px;
		background:url(../images/works_box.gif) no-repeat;
	}

	#works_box h4{
		color:#DD5800;
		font-size:14px;
	}

	/*料金表ボックス */
	#price_box{
		margin:10px 0 0 20px;
		padding:10px 0 0 0;
		width:471px;
		height:1270px;
		background:url(../images/price_box.gif) no-repeat;
	}

	#price_box h3{
		margin:10px 0 0 10px;
		color:#FF8D42;
		font-size:16px;
		font-weight:bold;
	}



	#price_box table{
		margin:10px 0 0 20px;
		border-bottom:solid 1px #FF8D42;
	}

	#price_box table th{
		font-size:12px;
		border-bottom:solid 1px #FF8D42;
		font-weight:bold;
	}



	/* IE6以下 */
	* html #price_box table td{
		height:35px;
		font-size:11px;
	}
	/* IE7のみ */
	*:first-child+html #price_box table td{
		height:35px;
		font-size:11px;
	}
	/* IE以外 */
	html>/**/body #price_box table td{
		height:30px;
		font-size:11px;
	}


	#price_box img{
		margin:0 0 0 10px;
	}

	#price_info{
		color:#FE5E8D;
		margin:20px 0 0 30px;
	}


	/* ----- 見出し ------ */
	/* IE6以下 */
	* html #price_title1 dt{
		margin:10px 0 0 50px;
		float:left;
	}

	/* IE7のみ */
	*:first-child+html #price_title1 dt{
		margin:10px 0 0 70px;
		float:left;
	}

	/* IE以外 */
	html>/**/body #price_title1 dt{
		margin:10px 0 0 80px;
		float:left;
	}
	/* ------------------- */


	/*　制作フロー */

	#flow {
		margin:0 0 0 40px;
	}

	#flow h3{
		color:#FF8D42;
		font-weight:bold;
		font-size:14px;
		margin:20px 0 0 0;
	}


	#flow h4{
		margin:10px 0 0 13px;
	}

	/*スタッフボックス */
	#staff_box1{
		margin:10px 0 0 10px;
		padding:50px 0 0 10px;
		width:455px;
		height:270px;
		background:url(../images/staff_box_no1.gif) no-repeat;
	}

	#staff_box1 h3{
		color:#FE5E8D;
		font-weight:bold;
		font-size:18px;
		margin:30px 0 20px 20px;
	}

	#staff_box1 h4{
		color:#FE5E8D;
		margin:10px 0 10px 20px;
	}



	#staff_box2{
		margin:10px 0 0 20px;
		padding:50px 0 0 20px;
		width:455px;
		height:270px;
		background:url(../images/staff_box_no2.gif) no-repeat;
	}

	#staff_box2 h3{
		color:#4B9403;
		font-weight:bold;
		font-size:18px;
		margin:10px 0 20px 20px;
	}

	#staff_box2 h4{
		color:#4B9403;
		margin:10px 0 10px 20px;
	}



	#staff_box3{
		margin:10px 0 0 20px;
		padding:50px 0 0 20px;
		width:455px;
		height:270px;
		background:url(../images/staff_box_no3.gif) no-repeat;
	}

	#staff_box3 h3{
		color:#0066CC;
		font-weight:bold;
		font-size:18px;
		margin:10px 0 20px 20px;
	}

	#staff_box3 h4{
		color:#0066CC;
		margin:10px 0 10px 20px;
	}

	/* お問い合わせ */

	.ask_width{
		width:200px;
	}

	.ask_color{
		background-color:#E3E3E3;
	}



	#ask{
		margin:20px 0 0 50px;
	}

	#ask h3{
		color:#FE5E8D;
		margin:10px 0 0 0;
	}

	#ask table{
		margin:10px 0 0 0;
		color:#F76300;
	}


	#ask tr{
		height:30px;
	}

	#ask td{
		padding:5px 0 0 20px;
		border:solid #ffffff 1px;
		width:100px;
	}

	#ask textarea{
		height:100px;
		width:200px;
		margin:0 0 0 20px;
	}

	#ask input{
		margin:0 0 0 20px;
	}


	/*SEOボックス */
	#seo_box{
		margin:10px 0 0 20px;
		padding:30px 0 0 20px;
		width:455px;
		height:2111px;
		background:url(../images/seo_box.gif) no-repeat;
	}

	#seo_box h3{
		color:#F76300;
		font-weight:bold;
		font-size:16px;
	}

	#seo_box h4{
		color:#F76300;
		font-weight:bold;
		font-size:14px;
		margin:20px 0 0 0;
	}

	#seo_box h5{
		margin:10px 0 0 20px;
	}

	#seo_cate_box1{
		margin:10px 0 0 0;
		padding:5px 0 0 10px;
		width:400px;
		height:120px;
		background:url(../images/seo_cate_box1.jpg) no-repeat;
	}

	#seo_cate_box2{
		margin:10px 0 0 0;
		padding:5px 0 0 10px;
		width:400px;
		height:100px;
		background:url(../images/seo_cate_box2.jpg) no-repeat;
	}

	#seo_devo_box{
		float:left;
		margin: 10px 0 0 20px;
		padding:5px 0 0 0;
		width:228px;
		height:220px;
		background:url(../images/seo_devo_box.jpg) no-repeat;
	}

	/*SEMボックス */
	#webmark_box{
		margin:10px 0 0 0;
		padding:30px 0 0 20px;
		width:479px;
		height:1370px;
		background:url(../images/webmark_box.jpg) no-repeat;
	}

	#webmark_box h3{
		color:#F76300;
		font-weight:bold;
		font-size:16px;
	}

	#webmark_box h4{
		color:#F76300;
		font-weight:bold;
		font-size:14px;
		margin:20px 0 0 0;
	}

	#webmark_box h5{
		margin:10px 0 0 20px;
	}



	/*CMSボックス */
	#cms_box{
		margin:10px 0 0 20px;
		padding:30px 0 0 20px;
		width:460px;
		height:1400px;
		background:url(../images/cms_box.gif) no-repeat;
	}

	#cms_box h3{
		color:#F76300;
		font-weight:bold;
		font-size:16px;
	}

	#cms_box h4{
		color:#F76300;
		font-weight:bold;
		font-size:14px;
		margin:20px 0 0 0;
	}

	#cms_box h5{
		margin:10px 0 0 20px;
	}

	/*FAQボックス */
	#faq_box{
		margin:10px 0 0 15px;
		padding:30px 0 0 25px;
		width:460px;
		height:1421px;
		background:url(../images/faq_box.gif) no-repeat;
	}

	#faq_box h3{
		color:#F76300;
		font-weight:bold;
		font-size:16px;
	}

	#faq_box h4{
		color:#F76300;
		font-weight:bold;
		font-size:14px;
		margin:20px 0 0 0;
	}

	#faq_box h5{
		margin:10px 0 0 20px;
	}



	/*Copyright */
	#copyright p{
		color:#ffffff;
		font-size:10px;
		margin:10px 0 0 500px;
	}

	.footer_link_on a:link    {color:#00FF00;text-decoration:none;}
	.footer_link_on a:visited {color:#00FF00;text-decoration:none;}
	.footer_link_on a:hover   {color:#00FF00;text-decoration:underline;}
	.footer_link_on a:active  {color:#ffffff;text-decoration:none;}


	.footer_link a:link    {color:#ffffff;text-decoration:none;}
	.footer_link a:visited {color:#ffffff;text-decoration:none;}
	.footer_link a:hover   {color:#00FF00;text-decoration:underline;}
	.footer_link a:active  {color:#ffffff;text-decoration:none;}




