@charset "shift_jis";
body {
	font-family: arial,sans-serif;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	text-align:center;	/* IE5.5以下とIE6互換モードでの中央ぞろえバグ(margin auto)回避 */
	font-size:small;
}
div,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li{
	margin:0;
	padding:0;
}

/************　全体を内包する最も外側のDIV要素　************/
#container{
	width: 1000px;
	margin: 10px auto 0px auto;	/* autoは中央ぞろえのため */
	text-align: left;
}

/********　ヘッダ部　*******/
/*　ヘッダ全体　*/
#header {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	height: 80px;
	background-image: url(./img/headerline.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	font-size:12px;
}

/*　ヘッダ部分上(ロゴ)　*/
#header_top_right{
	width: 400px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height: 20px;
    float:right;
	text-align:right;
}
#header_top_right a:hover {
	background-color:#FF9900;
}
/*　ヘッダ部分下(メインメニュー)　*/
#header_btm{
	width:1000px;
	height:60px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#header_left{
    background-image: url(./img/header.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:450px;
	height:80px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	text-align: left;
}
#header_btm_right{
	width:550px;
	height:60px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float:left;	
}
/******　コンテンツ部分(トップ画像orFlash、ニュース等を含む)　******/

/* パンくずリスト */
#pankuzu{
	width: 1000px;
	height:22px;
	margin:0px 0px 0px 0px;
	font-size:80%;
}
#pankuzu p{
	font-size:12px;
	margin:3px 0px 0px 18px;
	padding:0px 0px 0px 0px;
	color:#333333;
}

/* 左ペイン */
#main_left {
	background-image:url(./img/topmsgback.jpg);
	background-repeat:no-repeat;
	width: 250px;
	padding:200px 0px 0px 0px;
	float:left;
	display:inline;	/* IEでmarginが倍になるバグを回避 */
}
#pickup {
	background-image:url(img/pickup.gif);
	background-repeat:no-repeat;
	font-size:24px;
	text-indent:-9999em;
	margin-top:10px;
	padding-top:10px;
}
#main_left ul {
	list-style-type:none;
	margin:0px 0px 20px 10px;		/* IE用 */
	padding:0px 0px 20px 10px;	/* Gecko,Webkit用 */
	font-size:12px;
}
#main_left li{
	line-height:300%;
}
a.lf{
	line-height:150%;
}
#main_left li a{
	width:210px;	/*ここを適正な値にしないとIE6でカラム落ちする*/
	display:block;
}
a.pdf{
	background-image:url(img/pdficon_small.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
}
a.inlink {
	background-image:url(img/inlink.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
}
a.outlink{
	background-image:url(img/outlink.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
}
#main_left a:hover {
	background-color:#FF9900;
}
/* メインの文章が入る部分 */
#main_right {
	width: 750px;
	float:right;
	display:inline;	/* IEでmarginが倍になるバグを回避 */
	color:#333333;
}
#main_right_top {
	width:750px;
	height: 200px;
	text-align: right;
}
#main_right_btm {
	width:750px;
	display:inline;	/* IEでmarginが倍になるバグを回避 */
}
#main_right_btm a:hover {
	background-color:#FF9900;
}
a.link{
	background-image:url(img/outlink.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
}
/******　フッタ部(著作権表記等)　******/
#footer{
	width: 1000px;
	height:63px;
	background-image:url(./img/footer.gif);
	background-repeat: no-repeat;
	text-align:right;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	clear:both;
}
#footer a:hover {
	background-color:#FF9900;
}
#footerout{
	width:1000px;
	text-align:right;
	font-size:12px;
}
#footerout a{
	color:#AAAAAA;
}
#footerout a:hover {
	text-decoration: none;
	color: #0000FF;
}

/****************** ここまで段組みのレイアウトデザイン *****************/

/****************** ここから中身についてのデザイン　********************/
/* リンク文字 */
a{
	text-decoration:underline;
	color:#0000FF;
    overflow:hidden;
    outline:none;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}

/* 文字位置 */
.tleft{
	text-align:left;
}
.tcenter{
	text-align:center;
}
.tright{
	text-align:right;
}
/* 回り込み */
.fleft{
	float:left;
}
.fright{
	float:right;
	clear:right;
}
.fclear{
	clear:both;
}
.noindent{
	text-indent:0em !important;
}
.wbold{
    font-weight:bold;
}
/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* トップへもどるロゴのリンク */
#logo{
	width: 400px;
	height:80px;
	display:block;
	text-decoration:none;
	text-indent:-9999em;
}
/* 横一列のメインメニュー */
#mainmenu{
	margin:20px 0px 0px 0px;
	list-style-type:none;
	width:520px;
	height:40px;
	float:right;
}
#mainmenu li{
	width:130px;
	height:40px;
	float:left;
	line-height:0px;
}
a.btnservice {
	background-image:url(img/nbbtnservice2.gif);
	display:block;
}
a.btnline {
	background-image:url(img/nbbtnline2.gif);
	display:block;
}
a.btnschedule {
	background-image:url(img/nbbtnschedule2.gif);
	display:block;
}
a.btnprofile {
	background-image:url(img/nbbtnprofile2.gif);
	display:block;
}
a.en_btnservice {
	background-image:url(img/en_nbbtnservice2.gif);
	display:block;
}
a.en_btnroute {
	background-image:url(img/en_nbbtnroute2.gif);
	display:block;
}
a.en_btnschedule {
	background-image:url(img/en_nbbtnschedule2.gif);
	display:block;
}
a.en_btnprofile {
	background-image:url(img/en_nbbtnprofile2.gif);
	display:block;
}

#mainmenu a:hover {
	width:130px;
	height:40px;
	text-indent:-9999em;
}



/* 右側部分テキストエリアについて */
.textarea{
	margin-bottom:10px;
	padding-bottom:10px;
	letter-spacing:0px;
}
.textarea h1{
	/*background-color:#9BB5EA;*/
	background-image:url(./img/h1back.gif);
	background-repeat:repeat-x;
	background-position:left center;
	margin:5px 0px 0px 2px;
	padding:5px 5px 5px 10px;
	color:#003CB4;
	font-size:24px;
	font-weight:300;
	text-align:left;
	border-left:10px #FF6600 solid;
	/*border-bottom:4px #003CB4 solid;*/
}
.textarea h2{
	font-size:26pt;
	text-indent: -9999em;
	margin:10px 0px 5px 10px;
	background-repeat:no-repeat;
}
.textarea h3{
	margin-left:30px;
	padding:5px;
	font-size:medium;
	border-left:4px #0066FF solid;
	border-bottom:1px #CCCCCC solid;
}
.textarea h4{
	font-size:small;
	font-weight:100;
}
.textarea h5{
	font-size:small;
	font-weight:100;
}
.textarea p{
	margin-left:30px;
	line-height:200%;
	text-indent: 1em;
	margin: 10px 15px 15px 15px;
	line-height:150%;
	font-size:small;
}
.pshort{
	width:520px;
	float:left;
}
.textarea ul{
	margin-left:30px;
	padding-left:30px;
	padding-right:20px;
	line-height:200%;
	list-style-type:none;
}

/* テキストアリア内のテーブルについて */
.textarea table{
	margin:0px 0px 0px 0px;
	border: 0;
	line-height:150%;
	border-collapse:collapse;
}
.textarea td{
	border:0;
	margin:0;
	padding:0;
}

/* リストスタイルを決める */
.square {
	background-image:url(img/square.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
}

/* 画像について */
img{
	margin: 0;
	padding: 0;
	border-width: 0px;
}

/* IE以外のブラウザで、Flashで余白が生じないための対策 */
object,embed{
	vertical-align: top;
}

