@charset "UTF-8";
/*
Theme Name: 七星ソース
Theme URL: http://www.mec-com.co.jp
Description: meccommunications
Author: Mec
Author URI: http://www.mec-com.co.jp
*/

/*全体の設定*/
* {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
}
/*リンク画像の枠を消す、テキストのセンターに配置*/
img {
	border-width: 0px;
	vertical-align: middle;
}
body {
	font-size: 12px;
	line-height:16px;
	font-family:"Verdana","ＭＳ Ｐゴシック", Osaka;
	color: #333333;
	background:#F1E9DC url(css/bg.gif) center repeat-y ;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
	font-size: 12px;
	line-height:18px;
	color:#333333;
	width:580px;
	margin:0px;
	font-family:"Verdana","ＭＳ Ｐゴシック", Osaka;
}
table td{
	vertical-align: middle
}
table a{
	color: #CC0000;
	text-decoration: none
}
table b {
	font-weight: normal
} 

em{
	font-style:italic;
}
strong{
	font-weight: bold;
}

/*標準のリンク*/
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}


/* 左右分けレイアウト*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* H要素基本*/
h2,h3,h4,h5,h6{
	font-size:12px;
	line-height:16px;
	font-weight: normal
}

/*レイアウト枠：全体の枠と横幅・背景色*/
#page {
	text-align: center;
}
/*--------------------------------------------ヘッダー*/
#header {
	margin: 0px auto;
	width: 820px;
	text-align: justify;
	 background: url(css/head.gif) top no-repeat;
}
#header h1{
	 font-size:10px;
	 line-height:18px;
	 font-weight: normal;
	 text-indent:10px
}
#header h1 a{
	color:#FFFFFF;
}
/*ヘッダーロゴ*/
#header-logo p a{
	width:200px;
	height:50px;
	background: url(css/logo.gif);
	text-indent:-700em;
	display:block;
	margin:4px 10px;
}
/*グローバルナビ*/
#global-nav ul{
	width:800px;
	height: 38px;
	background:#C5A077;
	margin:0px 10px;
}
#global-nav li {
	float: left;
}
#global-nav ul li a {
	height: 36px;
	width: 100px;
	text-indent: -700em;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block
}
#global-nav ul li a:hover {
	background-position: 0px -36px
}
/* グローバルナビ個別 */
#global-nav ul li#menu01 a{ background-image: url(css/menu_01.gif)}
#global-nav ul li#menu02 a{ background-image: url(css/menu_02.gif)}
#global-nav ul li#menu03 a{ background-image: url(css/menu_03.gif); width:150px}
#global-nav ul li#menu04 a{ background-image: url(css/menu_04.gif); width:150px}
#global-nav ul li#menu05 a{ background-image: url(css/menu_05.gif)}
#global-nav ul li#menu06 a{ background-image: url(css/menu_06.gif)}
#global-nav ul li#menu07 a{ background-image: url(css/menu_07.gif)}


/*--------------------------------------------コンテンツ*/
#contents {
	margin: 0px auto;
	width: 800px;
	text-align: justify;
	 padding:0;
}
/* --------------------------------------------パンくず*/
#path {
	padding:5px 0px 15px 0px;
	font-size: 10px;
	color:#999999;
}
#path a {
	background: url(css/path.gif) no-repeat right;
	padding-right: 18px;
	color: #CC0000;
}
#path a:hover{
	text-decoration:underline
}
/* --------------------------------------------ページトップへ戻るためのリンク*/
#up-link {
	margin: 20px auto 0px auto;
	width: 800px;
	text-align: justify;
	 padding:0;
	 line-height:15px;
}
#up-link a {
	width:110px;
	height:15px;
	background: url(css/ue.gif);
	text-indent:-700em;
	display:block;
	text-decoration:none;
	margin-left:690px;
}
#up-link a:hover {
	background-position: 0px -15px;
}

/* --------------------------------------------フッター*/
#footer {
	width:800px;
	margin:0px auto;
	text-align: justify;
	padding-top:10px; 
}
/*ナビ*/
#foot-nav ul {
	background:#592905;
	margin:5px 0px 8px 0px;
	line-height:20px
}
#foot-nav li {
	display: inline;
}
#foot-nav li a{
	color:#FFFFFF;
	padding:0px 10px;
}
#foot-nav li a:hover{
	background:#996633;
}

/*住所等*/
#footdata p{
	font-size:10px;
	line-height:14px;
	color:#666666;
	text-indent:10px
}
#footdata p a{
	color:#0033CC;
	text-decoration:underline
}
#footdata p a:hover{
	color:#00CCFF;
}
#footdata p#name{
	font-size:14px;
	color:#CC0000;
	margin-bottom:3px
}

/*コピーライト*/
#copyright{
	font-size:9px;
	color:#CC0000;
	margin-bottom:3px;
}


/* 編集する*/
p.hensyu{margin:8px; text-align:center}
.hensyu a {background:#FFFF99; border:1px solid #FFCC66; color:#993300; padding:0px 5px; ;text-decoration: none}
.hensyu a:hover{background:#FFCCCC; border:1px solid #FF9999; color:#660000; text-decoration:none}
