@charset "utf-8";

body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#777;
	text-align:center;
	margin:0px;
	padding:0px;
	line-height: 1.5;
	background-image: url(../img/common/bk_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*リンク設定*/
a, a:visited {
	color:#047391;
	background-color:transparent;
	text-decoration: none;
}
a:hover {
	color: #05A2CF;
	background-color:transparent;
	text-decoration: underline;
}

/*■ベース設定（コンテナー・ヘッダー・レフト・メイン・フッター）■■■■■■■■■■■■■■■■■■*/

/*表示コンテンナー・指定*/
#container {
	width:762px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
}
/*ヘッダーH1・指定*/
#header h1 {
	font-size: 12px;
	text-transform:uppercase;
	text-align: right;
	margin:0px;
	font-weight: normal;
	background-color: #99CC01;
	padding: 1px 10px 1px 0;
}

/*ヘッダーリンク設定*/
#header a,#header a:hover,#header a:visited {
	color: #FFF;
	text-decoration:none;
}

/*左メニューテーブル（メインカテゴリ）*/
#container .left_con {
	margin-left:10px;
}
#container .left_con td {
	padding-bottom:5px;
	vertical-align: middle;
}
/*左メニューテーブル（サブカテゴリ）*/
#container .left_sub {
	margin-left:10px;
}
#container .left_sub td {
	padding-bottom: 3px;
	border-bottom: #CCCCCC dotted 1px;
	padding: 3px 0px 3px 8px;
}

/*メイン*/
#mainbody {
	width: 570px;
	padding-left: 7px;
	vertical-align: top;
}

/*フッター・指定*/
#footer {
	width: 762px;
} 
/*フッターリンク*/
#footer ul {
	list-style:none;
	text-align: center;
	margin: 15px 0px 15px 0px;
}

#footer ul li
{
	list-style-type:none;
	display: inline;
	line-height: 20px;
	border-right: #7ECC00 solid 1px;
}
#footer li.bone { border-right: none; }

#footer a {
	margin: 0 0.5em;
	color: #777;
	font-size: 10px;
	text-decoration:none;
}
/*コピーライト*/
#footer_copy {
	font-size: 10px;
	background-color: #00A32F;
	height: 20px;
	width:762px;
}
#footer_copy address {
	text-align: center;
	font-style: normal;
	color: #FFFFFF;
	margin-top: 2px;
	padding-top: 0px;
}

#footer_copy .tnet a:hover, #footer a:hover {
	text-decoration:underline;
}

/*■ページ共通■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*画像リンク・ラインなし*/
a img {
	border:none;
}

/*フォーム・マージンなし*/
form {
	margin:0;
}

/*リンク・設定*/
a:focus {
	outline:none;
}

/*テキスト*/
p {
	line-height: 1.5;
	margin: 5px 0px 5px 0px;
}

/*フォントサイズ10px*/
.f_10 {
	font-size: 10px;
}
/*フォントサイズ14px*/
.f_14 {
	font-size: 14px;
}

/*トップページ・ショップガイドテーブルで使用*/
#frm_guide {
	border: 1px solid #e6e6e6;
}
#frm_guide td {
	border-left:#b4d5de solid 3px;
	padding: 5px;
}

/*灰色ボーダーをつける*/
.border {
	border: 1px solid #E6E6E6;
}

/*ショップガイド・プロフィールで使用*/
.frm_pro {
	width: 550px;
	border-bottom: #339900 dotted 1px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*プロフィール・会社概要テーブルで使用*/
.frm_pro2 th {
	text-align: left;
	font-weight: normal;
	color: #B1D83B;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-repeat: repeat-y;
}
.frm_pro2 td {
	padding: 5px;
	border-bottom: #DAECA2 solid 1px;
}

/*タイトル*/
.ttl_hanakume {
	background-image: url(../img/common/bk_ttl.gif);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	width: 555px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}

/*ショップガイドで使用*/
.b_blue {
	border-left: #B4D5DE solid 3px;
	padding: 5px;
	width: 220px;
}
