@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;
}
html{
	height:100%;
}
body {
	background: url(css/bg.gif) top repeat-x ;
	font-family:"Verdana","ＭＳ Ｐゴシック", Osaka;
	color: #555555;
	font-size:62.5%;
	height:100%;
	text-align:center;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
em{
	font-style:italic;
}
strong,strong span{
	font-weight: bold;
}

/*標準のリンク*/
a:link {
	color: #0033FF;
	text-decoration: none;
	outline:none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
	outline:none;
}
a:active {
	color: #000099;
	text-decoration: underline;
	outline:none;
}


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

.clearfix {
  min-height: 1px;
}

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

/*レイアウト枠：全体の枠と横幅・背景色*/
#page {
	width: 960px;
	text-align: center;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -139px auto;
}
/*--------------------------------------------ヘッダー*/
#header {
	margin: 0px auto;
	text-align: left;
	width: 960px;
	height: 100px;
	font-size:12px;
	line-height:14px;
}
/*ヘッダーロゴ*/
#header h1{
	float:left;
	width:372px;
}
/* ナビ枠*/
#nav{
	float:right;
	width:588px;
}
#assist-nav1{
	padding-top:10px;
	text-align:right;
}
#assist-nav1 a{
	background:url(css/head-ya.gif) left no-repeat;
	padding-left:20px;
	color:#FFFFFF;
}
#assist-nav2{
	padding:15px 0 5px 0;
	text-align:right;
}
#assist-nav2 a{
	color:#000000;
}
/*グローバルナビ*/
#global-nav ul{
}
#global-nav li {
	float: left;
	padding-left:7px
}

/*--------------------------------------------コンテンツ*/
#contents {
	margin: 0px auto;
	text-align: left;
	width: 960px;
	padding-bottom:140px;
}
/* --------------------------------------------本文*/
#main {
	width: 700px;
	float:left;
}
/* --------------------------------------------サイドバー*/
#sidebar {
	width: 240px;
	float: right;
}
#sidebar li a:hover{
	text-decoration:none
}
/*--------------------------------------------携帯サイト*/
#side-mobile {
	margin-top:5px;
	padding:18px;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
	background:#000000 url(css/qr.gif) 150px center no-repeat;
}
#side-mobile02 {
	margin-top:-0px;
	padding:18px;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
	background:#000000 url(css/qr.gif) 150px center no-repeat;
}

/* --------------------------------------------ページトップへ戻るためのリンク*/
#up-link {
	margin: 0px auto;
	width: 960px;
	text-align:right;
	height:40px;
}
/* --------------------------------------------フッター*/
#footer {
	background:#FFFFFF url(css/foot-bg.gif) top repeat-x ;
	height:100px;
	text-align:center;
	font-size:12px;
	line-height:13px;
}
/*ナビ*/
#foot-nav{
	padding:7px 0 20px 0;
	letter-spacing:1px;
}
#foot-nav a{
	padding:0 10px;
	color:#FFFFFF;
	font-weight:bold;
}
/*名称*/
#foot-name{
	font-size:14px;
	font-weight:bold;
}
/*住所*/
#foot-adress{
	padding:5px 0 ;
}
/*コピーライト*/
#copyright{
	font-size:10px;
	color:#999999;
}
#copyright a{
	color:#777777;
}


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