/* --------------------------------------------------

	SiteName : 香美町商工会（企業情報データベース）
	FileName : style.css
	
	== URL ======================================
	http://www.
	
-------------------------------------------------- */


/* clearfix
================================================== */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/* 共通リンク
================================================== */
a {color:#000;text-decoration:none;}
a:hover {color:#FF0000;text-decoration:underline;}
a img {border:none;}


/* html,body
================================================== */
html {
	height: 100%;
}

body {
	margin: 0 auto;
	font-size: 80%;
	/*font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;*/
	font-family:Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5em;
	color: #000;
	background: #0072B2;
	/*background: #FFF url("../img/back.gif") 0% 0% repeat-x;*/
	height: 100%;
}


#container {
	margin:0px;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

body > #container {
	height: auto;
}

/* ページ
================================================== */
#page {
	width:800px;
	margin: 0 auto;
	padding:10px 10px;
	background: #FFF url("../img/back.jpg") 0% 0% no-repeat;
	margin-top:20px;
	}
#page_in {
	width:800px;
	margin:0px;
	}
	
/* ヘッダー
================================================== */
#header {
	width:800px;
	height:88px;
	background: url("../img/title_back.jpg") 0% 0% no-repeat;
	margin:0px;
	padding:0px;
	}
#header_title {
	width:800px;
	height:31px;
	background: url("../img/header_back.gif") 0% 0% no-repeat;
	margin-top:12px;
	}
	#logo2 {
		float:left;
		}
	#search {
		float:right;
		margin-right:10px;
		margin-top:2px;
		}

/* コンテンツ
================================================== */
#top_p {
	width:800px;
	}
#contents_left {
	width:170px;
	float:left;
	vertical-align:top;
	background:#E4E4E4;
	padding:5px;
	margin-top:10px;
	}
.menu {
	width:168px;
	background:#FFF;
	border:1px;
	border-color:#666666;
	border-style:solid;
	vertical-align:top;
	padding-bottom:10px;
	}
.menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
.menu ul li {
	padding:5px 0px 2px 0px;
	margin:0px 0px 0px 5px;
	background:url("../img/ten.gif") bottom left repeat-x;
	}
.menu ul li a {
	display: block;
	background:url("../img/menu_i.gif") 0% 40% no-repeat;
	padding-left:18px;
	color:#000000;
	}
.menu ul li a:hover {
	display: block;
	background:url("../img/menu_i.gif") 0% 40% no-repeat;
	padding-left:18px;
	color:#0072B2;
	}
/*.menu {
	width:158px;
	background:#FFF;
	border:1px;
	border-color:#666666;
	border-style:solid;
	vertical-align:top;
	margin-bottom:5px;
	padding:5px;
	}
.menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
.menu ul li {
	width:168px;
	background:url("../img/ten.gif") 100% 0% repeat-x;
	}
.menu ul li a {
	display: block;
	background:url("../img/menu_i.gif") no-repeat;
	padding-left:18px;
	color:#000000;
	}
.menu ul li a:hover {
	display: block;
	background:url("../img/menu_i.gif") no-repeat;
	padding-left:18px;
	color:#FF3300;
	}*/

#contents_right {
	width:600px;
	float:right;
	vertical-align:top;
	text-align:left;
	margin-top:10px;
	}
#right_box {
	width:598px;
	vertical-align:top;
	text-align:left;
	background:#FFF;
	border:1px;
	border-color:#666666;
	border-style:solid;
	}
#right_title {
	width:588px;
	height:20px;
	line-height:20px;
	background:#0072B2;
	padding:2px 5px;
	}
#title_left {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	float:left;
	}
#title_right {
	font-size:10px;
	color:#FFF;
	float:right;
	}
#company_list {
	width:578px;
	padding:10px;
	}
.company_name {
	background:url("../img/menu_i.gif") 0% 40% no-repeat;
	border-bottom:1px solid #999999;
	padding-left:18px;
	padding-bottom:3px;
	margin-bottom:5px;
	}


/* 項目検索
================================================== */
#item_title {
	width:588px;
	height:20px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background:#0072B2;
	padding:2px 5px;
	margin-bottom:10px;
	}

table.contact-list{
	border-spacing:0;
	empty-cells:show;
	border-collapse: collapse;
	margin:0px 0px 10px 0px;
	padding: 0px;
	}
.contact-list th{
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	text-align: center;
	color: #000;
	font-weight:normal;
	padding:5px 0px 5px 10px;
	}
.contact-list th.con1 {width:150px; background-color: #F1EACF; text-align:left;}
.contact-list th.con2 {width:427px; background-color: #FFF; text-align:left;}
.contact_txt {
	width:auto;
	text-align:center;
	line-height:1.5em;
	margin-top:10px;
	}

/* 項目検索結果
================================================== */
.item2_name {
	background:url("../img/menu_i.gif") 0% 40% no-repeat;
	border-bottom:1px solid #999999;
	padding-left:18px;
	padding-bottom:3px;
	margin-bottom:10px;
	}

/* 五十音順ソート
================================================== */
.alpha_name {
	background:url("../img/menu_i.gif") 0% 40% no-repeat;
	padding-left:18px;
	padding-bottom:3px;
	margin-bottom:5px;
	}
table.alpha-list{
	border-spacing:0;
	empty-cells:show;
	border-collapse: collapse;
	margin:0px 0px 10px 0px;
	padding: 0px;
	}
.alpha-list th{
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	text-align: center;
	color: #000;
	font-weight:normal;
	padding:5px 5px;
	}
.alpha-list th.con1 {width:150px; background-color: #F1EACF; text-align:center; vertical-align:top;}
.alpha-list th.con2 {width:427px; background-color: #FFF; text-align:left;}
.alpha_txt {
	width:auto;
	text-align:center;
	line-height:1.5em;
	margin-top:10px;
	}

/* 企業概要
================================================== */
#company_title {
	width:588px;
	height:20px;
	line-height:20px;
	background:#FFF;
	border:1px;
	border-color:#666666;
	border-style:solid;
	margin-bottom:10px;
	padding:5px 5px;
	}
#company_left {
	font-size:14px;
	font-weight:bold;
	color:#0072B2;
	float:left;
	}
#company_right {
	font-size:10px;
	color:#000;
	float:right;
	}

/* フッター
================================================== */
#footer {
	width:820px;
	height:40px;
	margin: 0 auto;
	padding:0px 10px;
	text-align:right;
	}
.footer_copy {
	font-size:12px;
	color:#FFF;
	margin-top:5px;
	}

	
/* マージン
================================================== */
.m_b00   {margin-bottom:0px;}
.m_b04   {margin-bottom:4px;}
.m_b05   {margin-bottom:5px;}
.m_b08   {margin-bottom:8px;}
.m_b10   {margin-bottom:10px;}
.m_b15   {margin-bottom:15px;}
.m_b20   {margin-bottom:20px;}
.m_b30   {margin-bottom:30px;}
.m_b40   {margin-bottom:40px;}
.m_b50   {margin-bottom:50px;}
.m_b1em  {margin-bottom:1em;}
.m_b2em  {margin-bottom:2em;}
.m_t05   {margin-top:5px;}
.m_t10   {margin-top:10px;}
.m_t15   {margin-top:15px;}
.m_t20   {margin-top:20px;}
.m_t30   {margin-top:30px;}
.m_t50   {margin-top:50px;}
.m_r05   {margin-right:5px;}
.m_r10   {margin-right:10px;}
.m_l05   {margin-left:5px;}
.m_l10   {margin-left:10px;}
.m_all05 {margin:5px auto;}
.m_all10 {margin:10px auto;}
.m_all15 {margin:15px auto;}
.m_all20 {margin:20px auto;}
.m_all50 {margin:50px auto;}
.m_t08b05 {margin:8px auto 5px;}
.m_t10b10 {margin:10px auto;}
.m_t10b20 {margin:10px auto 20px;}
.m_t10b30 {margin:10px auto 30px;}
.m_t10b40 {margin:10px auto 40px;}
.m_txtbox {margin: 0 5px 5px 0;}


/* iframe
================================================== 
iframe {
	margin: 0 auto 2em;
	border: 1px solid #655335;
}*/


/* 見出しタグ
================================================== */
h3 {
	margin: 2em 0 0.5em;
	color: #3E3524;
	font-size: 130%;
	border-bottom: 1px solid #655335;
	}

/* フォント
================================================== */
/* 段落 */
p {margin:0px;}

/* サイズ */
.txt_b {font-weight: bold;}
.txt_xlarge {font-size:140%;}
.txt_large {font-size:120%;line-height: 1.4;}
.txt_large_b {font-size:120%;line-height: 1.4;font-weight: bold;}
.txt_small {font-size:90%;line-height: 1.4;}
.txt_xsmall {font-size:80%;line-height: 1.4;}
.txt_xsml {font-size:80%;letter-spacing: 0;}

/* 灰色 */
.txt_gray {color:#999;}
.txt_gray_b {color:#999; font-weight:bold;}
.txt_gray_small {color:#999; font-size:90%;}

/* 青色 */
.txt_blue {color:#004495;}
.txt_blue_b {color:#004495; font-weight:bold;}
.txt_blue_large_b {color:#004495; font-size:120%; font-weight:bold;}
.txt_blue_xsmall {color:#004495; font-size:80%;}

/* 赤色 */
.txt_red {color:#CC0000;}
.txt_red_b {color:#CC0000; font-weight:bold;}
.txt_red_lb {color:#CC0000; font-size:120%; font-weight:bold;}
.txt_red_xsmall {color:#CC0000; font-size:80%;}

/* 橙色 */
.txt_orng {color:#F90;}
.txt_orng_b {color:#F90; font-weight:bold;}
.txt_orng_lb {color:#F90; font-size:120%; font-weight:bold;}
.txt_orng_xsmall {color:#F90; font-size:80%;}

/* エラー */
.error {color:#CC0000;font-weight:bold;}
.error_txt {margin:0pt;width:100%;}
