﻿@charset "utf-8";

/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 		/*全要素のマージン・パディングをリセット*/
}

body {
	background-color:#dddddd;		/*ページ全体の背景色*/
	   								/*★★　削除：　ウェブページ全体の背景画像*/
	font-size:95%;		/* フォントサイズを95%にする */
	font-family: "メイリオ",sans-serif;	/* フォントの種類をゴシック系にする */
	line-height:1.5;	/*行の高さを1.5倍にする*/
	color:#333333;		/*文字色を濃い目のグレーにする*/
}
div#pagebody {
	width:1000px; margin:0 auto;	/*内容全体をセンタリング*/
	background-color:#ffffff;		/*内容全体の背景色*/
	background-image:url("/_Images/common_pic/logo_banner/bg_pagebody.png");	/*コンテンツ全体の背景画像*/
	background-repeat:repeat-y;			/*背景画像を縦方向に繰り返す*/
}

img {border:0;} 				/*画像のボーダーを0にする*/
p {
	width:920px;		/*幅の指定*/
	margin:10px;		/*マージン*/
	text-indent:0em;		/*インデント幅*/
}
hr {
	clear:both;		/*フロート配置をクリアする*/
	width:960px;		/*幅の指定*/
	margin:10px 0px;		/*マージン*/
	border:1px dotted #cccccc;	/*内容の区切りをグレーの点線表示にする*/
}

/*============================================
ヘッダ
============================================*/
div#header {
	height:80px;				/*ヘッダ部分の高さ*/
}
div#header p {
	padding:10px 0px 5px 20px;		/*見出しの位置調整*/
	margin:0px;
	font-size:18px;				/*フォントのサイズ*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
}
div#header p a {text-decoration:none;} 	/*リンクの下線を無くす*/

/*============================================
メインメニュー
============================================*/
ul#menu {
	width:960px; height:50px; 	/*メインメニュー部分の幅と高さ*/
	margin:0px 20px; 		/*上下マージン0px、左右マージン20px*/
}

#menu li {
	list-style-type:none;		/*リストマーカー無しにする*/
	display:inline;			/*リスト項目をインライン表示にする*/
	float:left;			/*リスト項目を横に並べる*/
}

#menu li a {
	background-color:navy;	/*背景色*/
	color:#ffffff;		/*文字色*/
	display:block;			/*リンク部分をブロック表示にする*/
	width:240px; height:35px;	/*幅と高さ*/
padding:15px 0px 0px 0px;	/*上パディング*/
	text-align:center;		/*テキストをセンター揃えにする*/
	text-decoration:none;		/*リンク部分を下線無しにする*/
	background-image:url(../images/bg_menu1.png);	/*背景画像を指定*/
	background-repeat:no-repeat; 			/*背景画像を繰り返さない*/
}
#menu li a:hover {
	background-color:#000060; 	/*リンクにマウスが乗ったら背景色を変更する*/
	background-image:url(../images/bg_menu2.png); 	/*リンクにマウスが乗ったら背景画像を変更する*/
}

/*==============
★★　メインメニュー下のバナー
==============*/

#area-billboard p {
	display:inline;
	width:960px; height:50px;	/*トップページのバナーの表示サイズを指定*/
	margin:5px 20px;		/*マージン*/
	padding:15px,0px,0px,10px;
	background-color: #1813F8;
	border-radius: 3px;
	border-bottom: 15px, #000000; 
	color: #ffffff;
	clear:both;	
}

/*============================================
ヘッダ画像
============================================*/
#img_index {
	width:960px; height:185px;	/*トップページのヘッダ画像の表示サイズを指定 (RSLLCバナーsize合わせ）*/
	margin:5px 20px;		/*マージン*/
}
#img_subpage {
	width:960px; height:240px;	/*トップページ以外のヘッダ画像の表示サイズを指定*/
	margin:5px 20px;		/*マージン*/
}

/*============================================
サブメニュー（左カラム） --->>左カラムなし Deleted
============================================*/
/*　左カラム　関連レポート欄　---＞左カラムなし　deleted　*/

/*============================================
コンテンツ（カラム）
============================================*/
div#contents {
	width:960px;		/*幅の指定*/
	margin: 5px 20px;
	padding:10px 20px 0px 0px;		/*パディング*/
}

div#contents h1 {
	font-size:1.3rem;
}

div#contents h2 {
	font-size:1rem;
}

div#contents h3 {
	font-size: 14px;			/*文字サイズ*/
	width: 920px;			/*横幅*/
	padding: 10px 20px 10px 20px;		/*パディング*/
	background-color: #003399;		/*背景色*/
	color: #ffffff;			/*文字色*/
	border-radius: 5px;			/*角丸にする*/
	margin: 10px 0px; 
}

/*不使用削除*/
/* ＝＝＝＝サンプル、お問い合わせ ＝＝＝＝*/
/*---レポート紹介---*/
/*---レポートTOC---*/

.infoimg_index {
	width:200px; height:150px;	/*画像の表示サイズを指定*/
	margin:0px 0px 20px 20px;	/*マージン*/
	float:right;			/*画像を右寄せにする*/
}
.infoimg_subpage {
	width:400px; height:300px;		/*画像の表示サイズを指定*/
	margin:0px 20px 20px 0px;		/*マージン*/
	float:left;				/*画像を左寄せにする*/
}
.infoimg_tel {
	display:block;		/*ブロック表示にする*/
	width:400px; height:80px;	/*画像の表示サイズを指定*/
}

.infoimg_report_thumbnail {
	width:　; height:　;	/*画像の表示サイズを指定*/
	margin:0px 0px 20px 20px;	/*マージン*/
	float:right;			/*画像を右寄せにする*/
}

.float_clear {				/*フロート配置をクリアする*/
	clear:both;
}

.hr { 
 padding:0px 0px 10px 0px; border-top:1px dotted #000000; clear:both;   /*レポート一覧の区切り線だが転用可*/
}

hr {
	clear:both;			/*フロート配置をクリアする*/
}

/*============================================
備考情報
============================================*/
div.remarks {
	margin:0px 10px 10px 10px;
}
h4 {
	color:#000066;
}

/*============================================
フッタ
============================================*/
div#footer {
	clear:both;			/*回り込みを解除する*/
	height:40px;			/*高さの指定*/
	padding:10px 0px 0px 0px;	/*パディング*/
	font-size:x-small;		/*フォントサイズを小さくする*/
	text-align:center;		/*センタリング*/
}