@charset "utf-8";
/*------------------------------------------------------
【履歴】2009/8/20	新規作成

【機能】サイト内メインCSS
【備考】文字コード	utf-8
------------------------------------------------------*/

/* CSS Document */

/*------------------------------------------------------
■タグ
------------------------------------------------------*/
/*Body*/
/*
	***重要！***
	IEでは文字コード（charsetの指定と実際のファイルの保存状態）が
	正しくない場合、font-familyでマルチバイト文字（全角かな）を使っていると以下のCSSを一切読み込まなくなる
*/
body {
	text-align: center;
	width: 100%;
	font-family: "Osaka", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-image: url(../../img/check.jpg);
	background-repeat: repeat;
}
/*アンカー*/
a:link {
	color: #000066;
}
a:visited {
	color: #FF0099;
}
a:hover {
	color: #FFFF99;
	background-color: #3366CC;
}
/*強調文字*/
h1 {
	font-size: 14px;
	color: #099;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #099;
}
h3 {
	font-size: 16px;
	padding: 0px;
	color: #333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-size: 12px;
}
p {
	margin: 0px;
	padding: 0px;
}
strong {
	color: #F00;
	font-weight: bold;
}
small {
	font-size: 9px;
	color: #666;
	font-weight: bold;
}
em {
	font-weight: bold;
	color: #66F;
	font-style: normal;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*------------------------------------------------------
■メインID
------------------------------------------------------*/
/*コンテナ*/
#container {
	width: 1024px;
	text-align: left;
	margin: 0px auto;
	top: 10px;
	background-color: #FFF;
	overflow: hidden;
}
#container h1 {
	font-size: 14px;
	padding: 0px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/*------------------------------------------------------
■ヘッダ
------------------------------------------------------*/
/*サイトキーワード*/
#head {
	background-color: #B9E9FB;
	text-align: right;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
/*------------------------------------------------------
■ナビゲーション
------------------------------------------------------*/
/*ナビゲーションバー*/
#navigation {
	width: 1024px;
	background-color: #006;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin: 0px;
}
#navigation .image_box_left {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	width: 170px;
	overflow: hidden;
}
/*パン屑リスト*/
#blead {
	background-color: #CCF;
	margin: 0px;
	padding: 0px;
}
#blead h2 {
	font-size: 12px;
	color: #06F;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 24px;
	margin: 0px;
}
/*------------------------------------------------------
■メインスペース
------------------------------------------------------*/
/*メイン*/
#main_space {
	margin: 5px;
}

/*------------------------------------------------------
■メインスペース（トップページを除く）
　※IE6では別ファイルにすると下位classが認識されない
------------------------------------------------------*/
/*メイン2*/
#main_space_2 {
	margin: 7px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main_space_2 .format {
	list-style-image: url(../../img/arrow_r_14.png);
}

#main_space_2 .format2 {
	list-style-image: url(../img/circle_triangle_b_14.png);
}

#main_space_2 .attention {
	margin-top: 8px;
	margin-left: 8px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-left-color: #F00;
	float: right;
	clear: none;
	padding-left: 8px;
	margin-right: 8px;
	width: 654px;
	border-bottom-width: 1px;
	border-bottom-color: #F00;
}

#main_space_2 .users_box {
	height: 120px;
	width: 600px;
	overflow: scroll;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFC;
	border: 1px dashed #A88600;
	margin-right: 20px;
	margin-left: 20px;
}
/*------------------------------------------------------
■フッタ
------------------------------------------------------*/
/*フッタ*/
#footer {
	text-align: center;
	width: 1024px;
	font-size: 12px;
	overflow: auto;
	float: none;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*会社情報*/
#company {
	font-size: 10px;
	color: #333;
	background-color: #CCC;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 12px;
}

/*コピーライト*/
#copyright {
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	top: 0px;
	width: 1024px;
	overflow: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*------------------------------------------------------
■汎用クラス
------------------------------------------------------*/
/*ページ内タイトル用*/
.detail {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
	color: #666;
}
.detail2 {
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
	color: #666;
}
.detail3 {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: center;
	line-height: 36px;
}
.solution_detail {
	float: left;
	overflow: hidden;
	width: 160px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFC;
	height: 140px;
	padding-right: 10px;
	padding-left: 10px;
}
.solution_button {
	float: left;
	overflow: hidden;
	width: 300px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	height: 48px;
}
.solution_button2 {
	float: left;
	overflow: hidden;
	width: 300px;
	margin-top: 5px;
	margin-right: 80px;
	margin-bottom: 5px;
	margin-left: 80px;
	height: 48px;
}
.information_space {
	font-weight: bold;
	color: #CAE4FF;
	background-image: url(../../img/blue_frame.png);
	clear: none;
	float: left;
	height: 200px;
	width: 320px;
	margin-top: 8px;
	margin-right: 75px;
	margin-bottom: 8px;
	margin-left: 75px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 12px;
}
.size_big {
	font-size: 32px;
}
.float_left {
	margin: 8px;
	float: left;
	overflow: hidden;
}
.float_right {
	margin: 8px;
	float: right;
	overflow: hidden;
}
/*フロートの解除用セレクタ*/
.eracer_both {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	width: 1px;
}
.eracer_left {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: none;
	width: 1px;
}
.eracer_right {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: none;
	width: 1px;
}
