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

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

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

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


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

img {
	border: none;
}

ol {
	margin-left: 25px;
}

pre {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka";
}

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

body {
	font-size: 100%;
	line-height: 1.5;
	color: #333333;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka";
}

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

#content {
	widht: 760px;
	background: url(../img/content.gif) repeat-y;
	margin-left: 10px;
}

#wrapper {
	margin-left: 90px;
	width: 600px;
}

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

#header a {
   color:#0000ff;
}

#header a.no_underline {
   color: #000000;
   text-decoration: none;
   border: none;
}

#header a:hover {
   color:#ff3333;
   border:0;
   background-color:#ffff99;
}

#footer a {
	color: #FFFFFF; 
}

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

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

h1 {
	position: absolute;
	top: 5px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

div#header p {
	color: #000;
	padding: 50px;
	font-size: 25px;
}

#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: 51px;
	position: absolute;
	top: 50px;
	left: 0px;
	margin: 20px;
	padding: 0px;
}

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

#gNav li {
	float: left;
	width: 190px;
	margin: 20px 0px 0px 10px;
	padding: 0px;
	font-size:80%;
}

#gNav li a {
	height: 0 !important;
	height /**/: 35px;
	margin: 0;
}

#gNav2 li {
	margin: 30px 0px 0px 150px;
}

#gNav2 li a {
	height: 0 !important;
	height /**/: 35px;
	margin: 0;
}

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

/* ------共通------ */
h2 {
	background: url(../img/dai2.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;
}

li {
	font-size: 75%;
}

/* ------プラン------ */
h3 {
	background: url(../img/dai.jpg) no-repeat;
	font-size: 105%;
	color: #FFFFFF;
	height: 35px;
	margin-left: -3px;
	padding: 7px 0px 0px 35px;
}

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


/* ------コンサルパック------ */
ul.netshop {
	background-color: #F0F8FF;
	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;
}

em {
	color:#DD0000;
	font-style:normal;
	font-weight:bold;
	padding:0 3px;
}

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

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

#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: #FF0000;
	font-weight: bold;
}

#bodyTop .redL {
	font-size: 120%;
	color: #FF0000;
	font-weight: bold;
}

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

#small h3 {
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#small p {
	font-size: 70%;
}

#small a.no_underline {
	color: #000000;
	text-decoration: none;
	border: none;
}

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

img.yohaku{margin:10px;}