@charset "UTF-8";
@import url(common_inl.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */

body {
  color: #333333;
  background: #FFFFFF;
	text-align: center;
	background-image: url(../img/body_bg.gif);
}

#all {
	background: transparent;
  	width: 860px;
	margin: 0 auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #FFFFFF;
}

#wrapper {
  width: 860px;
	margin: 0 auto;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}


#index #wrapper {
  width: 860px;
	margin: 0 auto;
	background-image: url(../img/header_top.jpg);
	background-repeat: no-repeat;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分の設定です
 * ---------------------------------------------------------------- */

#index #header {
	margin: 0;
	padding: 0;
	height: 636px;
	position: relative;
}

#header {
	margin: 0;
	padding: 0;
	height: 280px;
	position: relative;
}

h1 {
	display: none;
}

.h2_copy {
	position: absolute;
	left: 20px;
	top: 74px;
	margin: 0;
	padding: 0;
}

.h2_contact {
	position: absolute;
	top: 285px;
	left: 60px;
	margin: 0;
	padding: 0;
}

.logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

#index img { behavior: url("css/iepngfix.htc"); }
img { behavior: url("../css/iepngfix_sub.htc"); }
/* ---------------------------------------------------------------- *
	top部分の設定です
 * ---------------------------------------------------------------- */
 
#consul #top_img {
	background-image: url(../img/consul/top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 150px;
	text-indent: -9999px;
} 

#design #top_img {
	background-image: url(../img/design/top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 150px;
	text-indent: -9999px;
} 

#profile #top_img {
	background-image: url(../img/profile/top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 150px;
	text-indent: -9999px;
}

#inquiry #top_img {
	background-image: url(../img/inquiry/top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 150px;
	text-indent: -9999px;
}

#pan {
	padding-left: 220px;
	font-size: 12px;
	text-align: left;
}


/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定です
 * ---------------------------------------------------------------- */

#navi {
  /* --- 背景を設定してください（短縮プロパティでの設定です） --- */
  background: #FFFFFF url(img/bg.png) repeat-x;
  /* --- マージンを設定してください --- */
  /* Note：上マージンはヘッダの下マージンとの折りたたみが生じます */
  /* Note：下マージンはコンテンツの上マージンとの折りたたみが
           生じます */
  margin-top: 0;
  margin-bottom: 20px;
  /* --- パディングを設定してください --- */
  /* Note：ナビゲーション部分に上下マージンを持つものが含まれる場合，
           上下パディングには正の値を指定してください */
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  /* --- 必要に応じて、ボックスの下線を設定してください（短縮プロパティでの設定です） --- */
  border-bottom: 1px solid #EEEEEE;
}

#navi ul {
  /* --- マージンを設定してください --- */
  margin: 0;
  /* --- パディングを設定してください --- */
  padding: 0;
  /* --- 高さを設定してください --- */
  height: 2.5em;
}

#navi ul li {
  /* --- マージンを設定してください --- */
  margin: 0;
  /* --- パディングを設定してください --- */
  padding: 0;
  /* --- 横並びにさせるためにフロートを指定してください --- */
  float: left;
}

#navi ul li a {
  margin: 0;
  padding: 6px 20px 5px 20px;
  /* --- ナビゲーション１項目あたりのクリッカブル領域をテキスト部分だけでなくボックス単位とするためには display: block;と指定してください --- */
  display: block;
  /* --- ナビゲーション１項目あたりの右側の境界線の線種と色と太さを指定してください（短縮プロパティでの設定です） --- */
  border-right: 1px solid #CCCCCC;
  /* --- ナビゲーション１項目あたりの下側の境界線の線種と色と太さを指定してください（短縮プロパティでの設定です） --- */
  border-bottom: 5px solid #3EBAEE;
  /* --- ナビゲーション１項目あたりの背景画像とリピート方向を指定してください（短縮プロパティでの設定です） --- */
  background: url(img/bg.png) repeat-x;
  /* --- ナビゲーション１項目あたりのフォントの太さを指定してください --- */
  font-weight: bold;
}

#navi a:hover {
  /* --- マウスオーバーしたときの下側の境界線の線種と色と太さを指定してください（短縮プロパティでの設定です） --- */
  border-bottom: 5px solid #0086b9;
  /* --- マウスオーバーしたときの背景色と、横並びリストのリストマーカ画像を設定してください（短縮プロパティでの設定です） --- */
  /* Note：16×16 ピクセル以下のものを使用してください。背景色をあわせて指定している場合は、透過処理されている画像である必要があります */
  background: #EEEEEE url(img/arrow.gif) no-repeat;
  /* 通常のリンクテキストでテキストに下線がついてしまう設定になっているので、ナビゲーションのテキスト下線は不要なためここで指定して上書きしてください */
  text-decoration: none;
}

/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定です
 * ---------------------------------------------------------------- */

#container {
	margin: 10px 0;
	padding: 0px;
	width: 860px;
	overflow: hidden;
	background-color: #FFFFFF;
}

/*\*/
#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/

/* ---------------------------------------------------------------- *
	boxの設定です(レイアウトの関係で特別設定)	
 * ---------------------------------------------------------------- */
.box {
	padding: 0px;
	width: 860px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

/*\*/
.box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .box {
    height: 1em;
    overflow: visible;
}
/**/

/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定です
 * ---------------------------------------------------------------- */

.main_top {
	width: 630px;
	float: left;
	margin-left: 10px;
	padding: 0;
	display: inline;
	height: auto;
}

.main {
	width: 630px;
	float: right;
	margin-right: 10px;
	display: inline;
	height: auto;
	min-height: 720px;
}

/* ---------------------------------------------------------------- *
	サイドメニュー部分の設定です
 * ---------------------------------------------------------------- */

#index .side {
	margin: 0px;
	float: right;
	margin-right: 10px;
	text-align: left;
	width: 200px;
	display: inline;
}

#side {
	margin: 0px;
	width: 200px;
	float: left;
	text-align: left;
	display: inline;
	position: absolute;
	left: 10px;
	top: 270px;
	background-color: #CCCCCC;
	padding-bottom: 5px;
}

.side_campaign {
	background-image: url(../img/navi/sidenavi_bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 5px;
}

.side_contact {
	background-image: url(../img/navi/sidenavi_bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.side_box {
	margin-bottom: 5px;
}

/*********************************
	ナビゲーション
**********************************/

#sidenavi {
	padding: 0px;
	width: 200px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#sidenavi ul { 
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}
#sidenavi li {
	text-indent: -9999px;
	text-decoration: none;
	list-style: none;
	padding :0;
	margin:0;
	padding:0;
}

#sidenavi #menu_01 {
	background: url(../img/navi/menu_01_on.jpg) no-repeat; 
}
#sidenavi #menu_01 a {
	background: url(../img/navi/menu_01.jpg) no-repeat; 
	width:200px; 
	height:40px;
	display:block;
}
#sidenavi #menu_01 a:hover {
	background:none;
}

#sidenavi #menu_02 {
	background: url(../img/navi/menu_02_on.jpg) no-repeat; 
}
#sidenavi #menu_02 a {
	background: url(../img/navi/menu_02.jpg) no-repeat; 
	width:200px; 
	height:40px;
	display:block;
}
#sidenavi #menu_02 a:hover {
	background:none;
}

#sidenavi #menu_03 {
	background: url(../img/navi/menu_03_on.jpg) no-repeat; 
}
#sidenavi #menu_03 a {
	background: url(../img/navi/menu_03.jpg) no-repeat; 
	width:200px; 
	height:40px;
	display:block;
}
#sidenavi #menu_03 a:hover {
	background:none;
}

#sidenavi #menu_04 {
	background: url(../img/navi/menu_04_on.jpg) no-repeat; 
}

#sidenavi #menu_04 a {
	background: url(../img/navi/menu_04.jpg) no-repeat;  
	width:200px; 
	height:40px;
	display:block;
}

#sidenavi #menu_04 a:hover {
	background:none;
}


/* ---------------------------------------------------------------- *
	コンテンツ部分の設定です
 * ---------------------------------------------------------------- */

.contents {
  margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
}

#consul h4 {
	margin: 10px 0;
	padding: 0 0 0 0;
	text-indent: 5px;
	border-bottom: 1px solid #DDD;
	border-left: 5px solid #4279B2;
	color: #666666;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	display: block;
	text-align: left;
}

/* ---------------------------------------------------------------- *
	コンテンツ画像の設定です
 * ---------------------------------------------------------------- */

.contents img.fig {
  float: left;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定です
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- *
	フッタ部分の設定です
 * ---------------------------------------------------------------- */

#footer {
	background: #FFFFFF url(img/foot.gif) no-repeat right top;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.6em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-top: 1px dotted #666;
	text-align: left;
}

#footer ul {
	margin-bottom: 4px;
	padding: 0;
	border-left: 1px solid #CCCCCC;
}

#footer ul li {
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #CCCCCC;
  background-image: none;
}

/* ---------------------------------------------------------------- *
	上部へ戻る設定です
 * ---------------------------------------------------------------- */

.return{
	text-align:right;
	padding:0 10px 0 15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	clear: both;
}

.return a{
	text-align:right;
	padding:0 10px 0 15px;
	background:url(../img/return.gif) no-repeat left top;
}

