﻿/* ================================================================================ */
/*      floatによるブラウザ間のバグ対策                                             */
/* ================================================================================ */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

/* --------------------------
  ページデフォルトスタイル
-------------------------- */

body {
	background-color: #CCCCCC;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	text-align: center;
}

/* メインメニュー */
div#main_menu
{
    border-top:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
    border-left:solid 1px #CCCCCC;
    background-color: #FFFFFF; 
    text-align:left;
    margin:0px auto;
    width:780px;
}

div#f-source-menu
{
    position:relative;
    background-color: #E9E9E9;
    /*layer-background-color: #E9E9E9;*/
    border: 1px none #000000;
}

/* メインコンテンツ */
div#contents 
{
    width:780px;
    
    border-bottom:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
    border-left:solid 1px #CCCCCC;
    background-color: #FFFFFF; 
    text-align:left;
    margin:0px auto;
    
	color: #333333;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}

* html div#contents 
{
    width:782px;
}

div#contents_body
{
    margin:0px 50px;
    text-align:left;
}

/* フッター */
div#footer
{
    border:solid 1px #000000;
    width:748px;
	color: #FFFFFF;
	background-color:#001F3E;
	padding: 5px 15px 0px 15px ;
	clear:both;
}

* html div#footer
{
	width:100%;
}

div#footer p
{
    margin:5px;
}

div#footer p span
{
    text-align:center;
    font-size:11px;
	color: #FFFFFF;
}

div#footer p span a
{
    color:#FFFFFF;
    text-decoration:none
}

div#footer p span a:hover
{
    text-decoration:underline
}


/* --------------------------
        汎用スタイル
-------------------------- */

/* 会社ロゴ */
h1.nextage
{
    display:block;
    width:150px;
    height:48px;
    text-indent:-3000px;
	background-repeat:repeat-x;
    background-image:url(../images/nxtg.png);
    margin:0px;
}

/* align */
.center_align
{
    text-align:center;
}

.left_align
{
    text-align:left;
}
.right_align
{
    text-align:right;
}
.center_align
{
    text-align:center;
}


/* パンくずリスト */
.breadcrumbs{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.breadcrumbs a{
	color:#453A32;
	text-decoration:underline;
	font-weight:normal;
	font-size:11px;
}


/* 項目タイトル */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 16pt;
	color: #000000;
}

h2 {
	font-size: 14pt;
	line-height: 1.3em;
	color: #000000;
	background-image: url(../images/name_yoko.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
}

h3 {
	font-size: 12pt;
	line-height: 0.8em;
	color: #000000;
	background-image: url(../images/name_yoko2.png);
	background-repeat: no-repeat;
	padding-left: 18px;
}

h4 {
    font-weight:bold;
}


/* 文章 */
p.text
{
    letter-spacing: 1pt;
}

hr.line
{
    border:solid 1px #CCCCFF;
}

/* 項目リスト */
ul.detail{
    margin:0px;
}


/* noshade hr */
h1.line,
h2.line,
h3.line,
h4.line
{
    font-size:11px;
    line-height:1.1em;
    text-align:center;
    margin:0px auto;
    width:95%;
    color:#AAAAFF;
    display:block;
    border-bottom:solid 3px #CCCCFF;
}

/* リンク */
a{
	color:#00A3ED;
	text-decoration:underline;
}
a:hover{
	text-decoration: none;
}

/* アウトライン */
.outline {
	font-size: 0.8em;
	color:#676767;
	line-height: 1.5em;
	border: 1px solid;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	width:95%;
}