/*東亜観光様専用スタイルシート*/
/*ページ基本構造
最背面…wrapper
メニューボックス上…nav
メニューボックス左…nav2
メイン内容案内部分…contentbox
*/

/*基準値設定*/	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{
margin:0;
padding:0;
font-weight:normal;
font-size:100%;
color:#696969;
}


/*リンクされた文字*/
a{ color:#000066; font-style:normal; text-decoration: none;}
/*未訪問のリンク*/
a:link { color: #000066; font-style:normal; text-decoration: none;}
/*訪問後のリンク*/
a:visited { color: #3366FF; text-decoration: none;}
/*マウスをのせたとき*/
a:hover { color: #000099; font-style:normal; text-decoration:none;}


/*ボディー記述設定*/
body{font-family:"MS PGothic","Osaka",Arial,sans-serif;line-height:1.22;font-size:0.75em;word-break:break-all;*font-size:small;*font:x-small;*line-height:1.05;text-align:center;}
img{border:0;}


/*最背面枠組み*/

#wrapper{
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
	margin: auto;
	margin-top: 10px;
	}


/*コンテンツ上段枠組み【ロゴ・サイトマップ・問い合わせ】【サイトメインイメージ】【メニューボタン（横）】*/
#topcontents{
	width: 800px;
	height: auto;
	}
	
#maincontents{
	width: 800px;
	height: auto;
	background-color: #0099CC;
	clear: both;
	}
	
/*タイトル表記枠組み*/	
#toptittle{
	width:800px;
	height: 50px;
	background-color: #CC0000;　　/*ここでトップ部分のラインの色を調整*/　　
	padding-top: 4px; 			 /*ここでトップ部分のラインのサイズを調整*/
	clear: both;
	}
	
/*ロゴ表記枠組み*/	
#rogo{
	width:600px;
	height:50px;
	background-color:#FFFFFF;
	float: left;
	}
	
/*右上サイトマップ・お問合せ表記枠組み*/
#sitemap{
	width: 185px;
	height: 20px;
	color: #666666;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 15px;
	text-align: left;
	float: left;
	}
	
/*右上グーグルサイト内検索表記枠組み*/
#sitesearch{
	width: 200px;
	height: 25px;
	background-color: #FFFFFF;
	float: left;
	}
	
/*右上グーグルサイト検索ボタンプロパティ*/
.imgstyle01{
	vertical-align: text-bottom;
	}
	
/*トップイメージ*/	
#topimage{
	width: 800px;
	height: 150px;
	background-image: url(img/topimg.jpg);
	}
	
/*トップイメージ*/	
#topflashbox{
	width: 800px;
	height: 245px;
	}
	
/*##########メニューナビ上部ボタン##########*/

#nav{
	width: 800px;
	height: 40px;
	background-color: #FFFFFF;
	clear:both;
	padding-top: 3px;
	}

/*メニューボタン【ホーム】部分*/
#linkbox1 a{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_home.jpg') no-repeat;
	float:left;
}


/*メニューボタン【ホーム】ロールオ−バー*/
#linkbox1 a:hover{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_homeh.jpg') no-repeat;
	float:left;
}


/*メニューボタン【企業情報】部分*/
#linkbox2 a{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_company.jpg') no-repeat;
	float:left;
}


/*メニューボタン【企業情報】ロールオーバー*/
#linkbox2 a:hover{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_companyh.jpg') no-repeat;
	float:left;
}


/*メニューボタン【店舗情報】部分*/
#linkbox3 a{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_store.jpg') no-repeat;
	float:left;
}


/*メニューボタン【店舗情報】ロールオーバー*/
#linkbox3 a:hover{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_storeh.jpg') no-repeat;
	float:left;
}


/*メニューボタン【採用情報】部分*/
#linkbox4 a{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_recruit.jpg') no-repeat;
	float:left;
}

/*メニューボタン【採用情報】ロールオーバー*/
#linkbox4 a:hover{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_recruith.jpg') no-repeat;
	float:left;
}


/*メニューボタン【トピックス】部分*/
#linkbox5 a{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_topic.jpg') no-repeat;
	float:left;
}

/*メニューボタン【トピックス】ロールオーバー*/
#linkbox5 a:hover{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_topich.jpg') no-repeat;
	float:left;
}

/*メニューボタン【リンク】部分*/
#linkbox6 a{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_link.jpg') no-repeat;
	float:left;
}

/*メニューボタン【リンク】ロールオーバー*/
#linkbox6 a:hover{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_linkh.jpg') no-repeat;
	float:left;
}


/*メニューボタン【企業情報】ボタンＯＮ*/
#linkboxoncompany{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_companyh.jpg') no-repeat;
	float:left;
}


/*メニューボタン【採用情報】ボタンＯＮ*/
#linkboxonrecruit{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_recruith.jpg') no-repeat;
	float:left;
}

/*メニューボタン【トピック】ボタンＯＮ*/
#linkboxontopic{
	display:block;
	width:100px;
	height:40px;
	background:url('img/btn/btn_topich.jpg') no-repeat;
	float:left;
}


/*右バナー*/
#rightbn{
	width:400px;
	height:40px;
	float:left;
	background:url('img/btn/btn_right.jpg') no-repeat;
	}

/*##########メニューナビ部分END##########*/


/*##########メインコンテンツ部分は各ページに埋め込み##########*/
	


/*##########アンダーコンテンツ部分##########*/

#undercontents{
	width: 800px;
	height:12px;
	padding-top: 3px;
	background-color: #EE0000;
	color: #FFFFFF;
	}
	
/*コピーライト部分枠組み*/
#copyright{
	width: 800px;
	height:15px;
	background-color: #FFFFFF;
	text-align:right;
	padding-top:3px;
	}


/*プライバシーポリシー　サイトの利用にあたって*/
#privacy a{
	width: 130px;
	text-align: center;
	float:left;
	font-size: 10px;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	padding-left: 5px;
	paddiong-right: 5px;
	color: #999999;
	}
	
#privacy a:hover{
	width: 130px;
	text-align: center;
	float:left;
	font-size: 10px;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	padding-left: 5px;
	color: #990000;
	}

/*リンク部分*/
#underlinkbn{
	width: 800px;
	height: 50px;
	background-color:#ffffff;
	}
/*リンクバナー設定*/
#underlinkbtn{
	width:120px;
	height: 50px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	background-color:#ffffff;
	}
	

