@charset "shift_jis";

/*=============================================================
■基本設定スタイルシート
---------------------------------------------------------------
・レイアウト
・ヘッダ
・ナビゲーション
・コンテンツ
・フッタ
・リンク
・その他
=============================================================*/

/* = レイアウト
---------------------------------------------------------------*/
html,body {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	text-align: center;
}
#wrap {
	width: 800px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#top_bg {
	background: url(http://www.pitata.jp/img/top_bg.jpg) no-repeat 0 0;
	padding:15px 14px 0 13px;
}
#top {
	padding:0 14px 15px 13px;
}
#p32_bg {
	background: url(http://www.pitata.jp/img/p32_bg.jpg) no-repeat 0 0;
	padding:15px 14px 0 13px;
}
#p32 {
	padding:0 14px 15px 13px;
}
#cho_bg {
	background: url(http://www.pitata.jp/img/cho_bg.jpg) no-repeat 0 0;
	padding:15px 14px 0 13px;
}
#cho {
	padding:0 14px 15px 13px;
}
#qa_bg {
	background: url(http://www.pitata.jp/img/qa_bg.jpg) no-repeat 0 0;
	padding:15px 14px 0 13px;
}
#qa {
	padding:0 14px 15px 13px;
}

/* = ヘッダ
---------------------------------------------------------------*/
#header {
	height:36px;
	margin: 0;
	padding: 0;
	background: url(http://www.pitata.jp/img/headerlogo-on.gif) no-repeat 0 0;
}
#header a {
	display:block;
	width:101px;
}

#langbt {
	width:80px;
	float:right;
}


#langbte {
	background: url(../img/english-on.gif) no-repeat 0 0;
}



/* = メインイメージ
---------------------------------------------------------------*/
#mainimg {
	height:285px;
	margin-bottom:27px;
}
#qa_bg #mainimg {
	height:105px;
	margin-bottom:15px;
}


/* = ナビゲーション
---------------------------------------------------------------*/
/*----ナビゲーション1----*/
ul#banner {
	height: 115px;
	margin: 0 0 27px 0;
	padding: 0;
}
ul#banner li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float:left;
}
ul#banner li a {
	display: block;
	width: 197px;
}

li.btn01 {
	width: 210px;
	background: url(http://www.pitata.jp/img/btn01_on.gif) no-repeat 0 0;
}
li.btn02 {
	width: 210px;
	background: url(http://www.pitata.jp/img/btn02_on.gif) no-repeat 0 0;
}
li.btn03 {
	width: 197px;
	background: url(http://www.pitata.jp/img/btn03_on.gif) no-repeat 0 0;
}

/* = コンテンツ
---------------------------------------------------------------*/
/*----#content----*/
#contents {
	margin: 0;
	margin-left: 156px;	/*エレベーターメニューの幅を確保*/
}

/* = フッタ
---------------------------------------------------------------*/
/*----#footer----*/
#footer {
	width:100%;
	text-align:right;
	font-size:85%;
	margin-top:2em;
}

/* = リンク
---------------------------------------------------------------*/
a:link,a:visited {
	color: #e4007f;
	text-decoration:underline;
}
a:hover {
	color: #ef66b2;
	text-decoration: none;
}



/* = その他
---------------------------------------------------------------*/
/*---- フロートクリア ----*/
/*for modern browser*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*for IE5-mac,IE7*/
.clearfix {
	display: inline-block;
}

/* Hides from IE5-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* Hides from IE5-mac */


/*---- 画像下にできるスペースを削除する　20090902 ----*/
img {
vertical-align : bottom;
display : block;
}

/*---- リンクの点線を消す　20090902 ----*/
a {
  overflow:hidden;
  outline:none;
}

/*---- マウスオーバーでボタン画像を隠す ----*/
a:hover { border: none; } /* IE6対策 */
a:hover img { visibility: hidden; }


