/* ***********************************************/
/*DATE: 2005/11/10
TITLE: IRISH PUB The Smugglers / スマグラーズ
FILE_NAME: top.css
AUTHER: FOIS */
/*************************************************/

/*=====各属性のスタイル===========================*/

body {
	color: #000000;
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #362000;
}

table {
	font-size: 12px;
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	line-height: 140%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, img, p, div {
	border:0px;
	margin: 0px;
	padding: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a {
	color:#BD0000;
	text-decoration : underline; 
}

a:hover {
	color:#FF0000;
	text-decoration : underline; 
}

.main-link a {
	background-image: url(../img/common/com_ico_y.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color:#BD0000;
	text-decoration : underline;
}

.main-link a:hover {
	color:#FF0000;
	text-decoration : underline; 
}

/*====ヘッダー用スタイル====*/
#header {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
	background-image: url(../img/common/com_back_head.gif);
	background-repeat: no-repeat;
	background-color: #FAF2BB;
	color: #FFFFFF;
}

.header-logo {
	padding: 12px 0px 0px 33px;
}

#navi-link-box {
	position: relative;
	top: -50px;
	margin-left: 810px;
}

.ico-link {
	display: inline;
	background-image: url(../img/common/com_ico_gr.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 20px
}

#navi-link-box a {
	color:#ffffff;
	text-decoration : none; 
}

#navi-link-box a:hover {
	color:#FF0000;
	text-decoration : none; 
}

#navi-box {
	text-align: right;
	clear: both;
	margin-right: 30px;
	position: relative;
	top: -44px;
	font-size: 0px;
	line-height: 0px;
}

#navi-box li {
	display: inline;
	/*Win IE対応*/
	_margin-left: -1px;
}

/*====レイアウト用ボックス====*/
#contents {
	background-color: #FAF2BB;
	width: 1000px;
	text-align: left;
	margin: -30px auto 0px;
}

#mein-box {
	padding: 10px 60px 30px 60px;
}

/*大見出し*/
.cp-l {
	padding: 0px 30px 0px;
}

/*小見出し*/
.cp-s {
	font-size: 14px;
	font-weight: bold;
	color: #1A451B;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 10px;
	border-left: 5px solid #1A451B;
	border-bottom: 1px solid #1A451B;
}

/*パンクズ*/
.pankuzu {
	text-align: right;
	padding: 5px 30px 0px 0px;
}

.pankuzu a {
	color:#BD0000;
	text-decoration : underline;
	background-image: url(../img/common/com_ico_y.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

/*ページTOPへ戻る*/
#page-top {
	text-align: right;
	padding: 10px 0px;
	background-color: #FAF2BB;
	width: 1000px;
	margin: 0px auto;
}

#page-top p {
	margin-right: 30px;
}

/*====フッター用スタイル====*/
#footer {
	color: #ffffff;
	text-align: center;
	padding: 5px 0px;
	background-color: #1A451B;
	width: 1000px;
	margin: 0px auto;
}

address {
	font-style: normal;
}

/*テキスト用*/
.text-top10px {
	margin-top: 10px;
}

.text-green {
	color: #1A451B;
	font-weight: bold;
}

.link-text {
	text-decoration : underline;
	background-image: url(../img/common/com_ico_w.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
