/* ***********************************

最終更新日　2007年2月10日（土）

　１：　各要素のリセット
　２：　基本レイアウト
　３：　リンク
 
　４：　ヘッダー
　５：　ナビゲーション
　６：　メインコンテンツ
　７：　サイドバー
　８：　フッター
 
　９：　テーブル
　１０:　フォーム
　１１:　アクセシビリティ関連
　１２:　その他

*********************************** */


/*==============================
■１:　各要素のリセット
==============================*/

img {
	border: none;
}

ol {
	margin-left: 25px;
}

pre {
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック";
}

/*==============================
■２:　基本レイアウト
==============================*/

body {
	font-size: 97%;
	line-height: 1.5;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック";
	background: #CCCCCC;
}

#container {
	width: 780px;
	background: url(../img/shadow.jpg) repeat-y;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
}

#content {
	widht: 760px;
	margin-left: 10px;
}

#wrapper {
	margin-left: 70px;
	width: 580px;
}

/*==============================
■３:　リンク
==============================*/

#header a {
	text-decoration: none;
}

#footer a {
	color: #FFFFFF; 
}

/*==============================
■４:　ヘッダー
==============================*/

#header {
	position: relative;
	background: url(../img/head.gif) repeat-x;
	width: 760px;
	margin: 0px 0px 0px 10px;
	height: 125px;
	padding: 0px;
}

h1 {
	position: absolute;
	top: 40px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}

#tNav {
	position: absolute;
	top: 7px;
	right: 10px;
	margin: 0px;
	padding: 0px;
}

#tNav li {
	list-style: none;
	display: inline;
}

#topImg {
	margin-left: 10px;

}

/*==============================
■５:　ナビゲーション
==============================*/

#gNav {
	width: 760px;
	height: 21px;
	position: absolute;
	top: 105px;
	left: 0px;
	margin: 0px 0px 0px 0px;;
	padding: 0px;
}

#gNav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#gNav li {
	float: left;
	width: 190px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#gNav li a {
	display: block;
	overflow: hidden;

	height: 0 !important;
	height /**/: 35px;
	padding-top: 35px;
	background-image: url(../img/gnav.jpg);
}


#nav01 a { background-position: 0px		0px; }
#nav02 a { background-position: -190px 	0px; }
#nav03 a { background-position: -380px 	0px; }
#nav04 a { background-position: -570px 	0px; }

#nav01 a:hover { background-position: 0px		-36px; }
#nav02 a:hover { background-position: -190px	-36px; }
#nav03 a:hover { background-position: -380px	-36px; }
#nav04 a:hover { background-position: -570px	-36px; }

/*==============================
■６:　メインコンテンツ
==============================*/

/* ------共通------ */
#bodyPlan #content h2,
#bodyKonsaru #content h2 {
	background: url(../img/dai.jpg) no-repeat;
	font-size: 105%;
	color: #FFFFFF;
	height: 35px;
	margin-left: -3px;
	padding: 7px 0px 0px 35px;
}

#bodyPlan #content h2.reddai,
#bodyKonsaru #content h2.reddai {
	background: url(../img/dai2.jpg) no-repeat;
	font-size: 105%;
	color: #FFFFFF;
	height: 35px;
	margin-left: -3px;
	padding: 7px 0px 0px 35px;
}

/* ------プラン------ */
#bodyPlan h3 {
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-bottom: 10px;
	text-align: center;
}

#bodyJisseki #wrapper p {
	font-size: 80%;
}


/* ------コンサルパック------ */
ul.netshop {
	background-color: #FFFF99;
	font-size: 105%;
	padding: 20px 40px;
}

.netshop li {
	margin-bottom: 15px;
	list-style-image: url(../img/icon.jpg);
}

.planTitle {
	color: #FF0000;
	font-size: 100%;
	margin-left: 20px;
	font-weight: bold;
}

/* ------実績------ */
#bodyJisseki h2 {
	background: url(../img/dai.jpg) no-repeat;
	font-size: 105%;
	color: #FFFFFF;
	height: 35px;
	margin-left: -3px;
	margin-top: 30px;
	padding: 7px 0px 0px 35px; 
}

#bodyJisseki h3 {
	font-size: 170%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.jissekiBox {
	position: relative;
	margin-bottom: 80px;
}

.jissekiBox img {
	position: absolute;
	top: 40px;
	right: 10px;
}

/*==============================
■７:　サイドバー
==============================*/

/*==============================
■８:　フッター
==============================*/

#footer {
	background-color: #000033;
	height: 25px;
	width: 760px;
	margin-left: 10px;
}

#footer address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
}

/*==============================
■９:　テーブル
==============================*/

/* ------実績の表------ */
#bodyJisseki table th {
	width: 140px;
}

#bodyJisseki dt {
	border-left: 5px solid #CCCCCC;
	height: 21px;
	padding-top: 2px;
	padding-left: 8px;
	font-weight: bold;
	margin-bottom: 5px;
}

#bodyJisseki dd {
	margin-bottom: 5px;
}

table.nokori {
	font-size: 170%;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 50px;
}

table.nokori td {
	color: #FF0000;
	font-weight: bold;
	border: 1px #CCCCCC solid;
	text-align: center;
}

table.nokori th {
	border: 1px #CCCCCC solid;
	text-align: center;
	background-color: #DDDDDD;
}

/*==============================
■１０:　フォーム
==============================*/

#inquiry {
	width: 570px; /* ボックスの幅を指定 */
}

#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}

#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}

#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 180px;
}

#inquiry th.must {
	border-left-color: #D90000;
}

#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}

.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}

.text1 {
	width: 230px;
}

.text2 {
	width: 4em;
}

#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}

#inquiry .submit {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}

/*==============================
■１１:　アクセシビリティ関連
==============================*/


/*==============================
■１２:　その他
==============================*/

/* ------文字の装飾------ */
.redL {
	font-size: 120%;
	color: #CC0000;
	font-weight: bold;
}

#bodyTop .redL {
	font-size: 120%;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

.L {
	font-size: 120%;
	font-weight: bold;
}

#wrapper span {
	font-size: 120%;
	color: #FF0000;
	font-weight: bold;
}

#wrapper p.center {
	text-align: center;
}

.cnt05img {
	margin: 0 auto;
	padding: 10px;
	width: 583px;
	border: 3px solid #CCC;
	border-bottom: none
}

.cnt05 {
	margin: 0 auto;
	padding: 10px;
	width: 583px;
	background-color: #EFEFEF;
	border: 3px solid #CCC;
}

#container .cnt05 p {
	margin: 0 auto 1em;
	padding: 0;
	width: 600px;
	background-color: #EFEFEF;
}

.support5 {
	color:  #000033;
	background-color: #FFFFFF;
	width:525px;
	margin: 60px 10px 30px 10px;
	border: 1px solid #000033;
}
.support5_bg {
	color:  #000033;
	background-color: #000033;
	text-align: center;
	height: auto;
	border: none;
}

.center {
	text-align: center;
}
