﻿@charset "UTF-8";

/* WGHキャンペーン  基本スタイルテンプレート

   ページテンプレート
---------------------------------------------
製作者　kubota
作成日　2009/10/21
=============================================*/

body, div,
ul, li, 
h1, h2, h3, h4, h5, h6, 
dl,dt,dd,
form, textarea, p, td {
	margin:0pt;
	padding:0pt;
}
/* safariのmarginを0に設定するため↑
---------------------------------------------*/
html   {
	border: none;
}

body   {  
	font:13px/1.22 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ',Meiryo, 
	'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	background-image:url("../img/background.gif");
	font-size: 87%;
	letter-spacing:1px;
	line-height:1.5;
	color: #333;
    text-align: justify; 
    text-justify: distribute;
}

/*  safari only  */
/*html:\66irst-child body {
	font-size:12px; 
}*

/* 画像の下の隙間を消す*/
img    {
	border:0;
	vertical-align: top;
}

/*ul,ol {
	list-style-type: none;
}*/



/* リンク#4E9BE7
---------------------------------------------*/
a:link     {
	text-decoration:none;
	color: #0033CC;
}
a:visited  {
	text-decoration:none;
	color: #0033cc;
}
a:hover    {
	 color:#0033CC;
	text-decoration:underline;
}
a:active   {
	text-decoration:none;
	color: #000099;                
}

/* ヘッダー
---------------------------------------------*/

#container {
	width: 800px;
	border-right:solid 1px #B9B9B9;
	border-left:solid 1px #B9B9B9;
	background-color: #fff;   
	margin: 0 auto;          
}

#header {
    width: 800px;
}

#nav    {
	width: 800px;
    height: 28px;
    background-color: #333399;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #B9B9B9;
}
 
#navbox {
	margin-top: 3px;
	margin-left: 550px; 
	width:245px;
}
#navbox_c {
	margin-top: 3px;
	margin-left: 400px; 
	width:395px;
}
#navbox_r {
	margin-top: 3px;
	margin-left: 370px; 
	width:425px;
}

/* リンク　オンマウス タイトル文字　白
---------------------------------------------*/
#title2 a:link     {
                    text-decoration:none;
                    color: #fff;
}
#title2 a:visited  {
                    text-decoration:none;
                    color: #fff;
}
#title2 a:hover    {
                    color:#fff; text-decoration:underline;
}
#title2 a:active   {
                    text-decoration:none;                 
}


/* 背景からテキストが出ないようにハック
---------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/* フッター
---------------------------------------------*/
#footer {	
	clear: both;
	margin-top: 20px;
	text-align:center;
	font-size: 0.9em;
	background-color: #fff;   
   
}

#pan li {
	display: inline;
}

#copyright {
	margin-top: 5px;
    width: 800px;
    background-color: #333399;
    border-top: solid 1px #999999;    
}

address {
    padding: 3px 0;
    font-style: normal;
   	color: #fff;
}

