@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 {
	font-family:"Verdana","ＭＳ Ｐゴシック", Osaka;
	color: #555555;
	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 {
	background: url(css/bg.gif) center repeat-y ;
	width: 960px;
	text-align: center;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -109px;
}
/*--------------------------------------------ヘッダー*/
#header {
	background:url(css/head-bg.gif) center repeat-x ;
	margin: 0px auto;
	text-align: left;
	width: 940px;
	height: 140px;
}
/*ヘッダーロゴ*/
#header-logo{
	float:left;
	padding:9px 0 7px 20px;
}
#header h1{
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	margin-bottom:7px;
}
/* 補足ナビ*/
#assist-nav{
	float:right;
	padding:7px 20px 0 0;
}
#searchform{
	background:url(css/search.gif) right top no-repeat ;
}
#kensakutx{
	border:0;
	margin-top:2px;
	margin-left:10px;
	width:135px;
	background:#F2F2F2;
	vertical-align: middle; 
}
#searchsubmit{
	width:24px;
	height:24px;
	vertical-align: middle; 
}
#assist-nav p{
	padding-top:10px;
	text-align:right;
}
/*グローバルナビ*/
#global-nav ul{
	padding:0px 19px;
}
#global-nav li {
	float: left;
}


/*--------------------------------------------コンテンツ*/
#contents {
	margin: 0px auto;
	text-align: left;
	width: 900px;
	padding-bottom:120px;
}
/* --------------------------------------------パンくず*/
#path {
	margin:5px 0px 10px 0px;
	font-size: 10px;
	line-height:12px;
	color:#666666;
}
/* --------------------------------------------本文*/
#main {
	width: 660px;
	float:right;
}
.ya-dot a{
	background:url(css/ya-dot.gif) left no-repeat;
	font-size:0.8em;
	padding-left:12px;
	color:#000000;
}

/*--------------------------------------お知らせ・トピックス*/
#category h3{
	font-size:14px;
	line-height:15px;
	color:#000000;
	font-weight:bold;
	padding:10px 0 15px 10px;
	background:url(css/category.gif) no-repeat;
}

/* 個別ページ*/
#single h2{
	font-size:24px;
	font-weight:bold;
	background:url(css/icon-kiji.gif) left no-repeat;
	padding:5px 0px 5px 20px;
	color:#0066CC;
}
#single-kiji{
	background: url(css/kage.gif) top repeat-x;
	padding:15px 30px;
	border-top:2px solid #0066CC
}
#single-kiji img{
	margin:10px 0
}
#single-kiji-copy p{
	line-height:180%;
	font-size:0.875em;
}
#single-kiji p.date {
	font-size:0.6em;
	float:right;
	padding-bottom:30px;
}
#single-kiji p.tags {
	font-size:0.6em;
	padding-bottom:30px;
}
#single-kiji ul li{
	margin:5px 0px 5px 1.5em;
	line-height:1.4em;
	list-style-type:square
}
#single-kiji ol li{
	margin:5px 0px 5px 1.5em;
	line-height:1.4em;
	list-style:decimal outside;
}
/* 参加ご希望ボタン*/
#btn{
	font-weight:bold;
	color:#333333;
	text-align:center;
	margin:2em;
}
#btn img{
	margin-top:5px;
}

/* 個別記事インフォメーション*/
#info{
	margin-top:20px;
	font-size:0.875em;
	line-height:1.2em;
}
#info p {
	margin:0;
}
#info img{
	border:none;
	padding:20px 0 15px 0;
}
#info p.info-mi{
	width:9em;
	padding:0.2em;
	text-align:center;
	background:#999999;
	color:#FFFFFF
}
#info div.info-copy{
	padding:2px;
	margin:-1.6em 0 0.8em 10em
}

/* 一覧のリンクポイント*/
.ichiran {
	margin:-28px 0px 14px 600px;
}
.ichiran a{
	color:#000000;
	font-size:12px;
	line-height:14px;
	background:url(css/ya-dot.gif) left no-repeat;
	padding-left:15px;
	letter-spacing:5px;
}

/* トピックスの一覧表示*/
.topics{
	background:#F2F2F2;
}
.topic{
	background:url(css/icon-kiji.gif) 10px 12px no-repeat;
	padding:12px 10px 12px 30px;
	border-bottom:1px dotted #999999;
}
.topic h2{
	font-size:1em;
	line-height:125%;
	font-weight:bold;
	color:#000000;
}
.topic h2 a{
	font-weight:bold;
}
.topic p {
	color:#444444;
	font-size:0.8em;
	line-height:125%;
}
.topic p.date {
	font-size:0.6em;
	float:right;
}
.topic p.tags {
	font-size:0.6em;
	margin-top:4px;
	color:#777777;
}
.topic p.tags a{
	color:#777777;
}
/* 前ページへと次ページへの表示*/
.hyouji{
	text-align:center;
	word-spacing:10px;
	padding:1em 0;
	font-size:0.8em;
}

/* --------------------------------------------サイドバー*/
#sidebar {
	width: 200px;
	float: left;
}
/*--------------------------------------------カレンダー*/
#calendar {
	text-align:center;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
	padding:10px;
}
#calendar caption{
	border-bottom:5px solid #FFFFFF;
	font-weight:bold;
}
#calendar table{
	font-size:12px;
	width:180px;
}
#calendar #prev,#calendar #next{
	padding-top:5px;
}
/*--------------------------------------------ローカルナビ*/
#local-nav{
	margin-bottom:10px;
	border:1px solid #3399FF
}
#local-nav h2{
	background: url(css/sidebar-title.gif) repeat-x;
	color:#FFFFFF;
	line-height:25px;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
}
#local-nav ul{
	margin:9px;
}
#local-nav li {
	border-bottom:1px solid #E6E6E6;
}
#local-nav a{
	font-size:12px;
	line-height:15px; 
	background: url(css/local-nav.gif) left no-repeat;
	width:165px !important;
	width:180px;
	padding:10px 0px 10px 15px;
	display: block;
}
#local-nav a:hover{
	background: url(css/local-nav.gif) center no-repeat;
	text-decoration:none;
}
#local-nav li.current_page_item a,#local-nav li.current-cat a{
	background: url(css/local-nav.gif) right no-repeat;
}

/*--------------------------------------------お問い合わせ*/
#side-contact{
	margin-bottom:5px;
}
/*--------------------------------------------バナー*/
#side-banner li{
	margin-bottom:5px;
}
/*--------------------------------------------YouTube*/
#side-youtube {
	margin-top:0px;
}
/*--------------------------------------------神戸セミナーについて*/
#side-about {
	margin-top:10px;
	border:1px solid #CCCCCC;
	padding:9px;
	font-size:12px;
	line-height:16px;
}
#side-about img {
	margin-bottom:5px;
}
#side-about p {
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}
#side-school {
	padding-left:20px;
	background:url(css/icon-school.gif) left no-repeat;
	margin-top:5px;
}
#side-google {
	padding-left:20px;
	background:url(css/icon-google.gif) left no-repeat;
	margin-top:5px;
}
#side-access {
	margin-top:5px;
}
#side-access a {
	height: 28px;
	width: 180px;
	text-align:center;
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	color:#000000;
	background:url(css/side-access.gif) top no-repeat;
	display: block;
}
#side-access a:hover {
	background:url(css/side-access.gif) bottom no-repeat;
	text-decoration:none;
}
/*--------------------------------------------本の紹介*/
#side-book p{
	margin-top:10px;
}
/*--------------------------------------------ブログ*/
#side-blog p{
	margin-top:5px;
}
/*--------------------------------------------携帯サイト*/
#side-mobile {
	margin-top:10px;
	border:1px solid #CCCCCC;
	padding:9px 12px;
	font-size:10px;
	line-height:14px;
	background:url(css/qr.gif) 107px center no-repeat;
}
/*--------------------------------------------採用情報*/
#side-recruit p{
	margin-top:5px;
}

/*--------------------------------------------セコムステッカー*/
#side-stickersr {
	margin-top:20px;
	text-align: center;
}

/* --------------------------------------------ページトップへ戻るためのリンク*/
#up-link {
	margin: 0px auto;
	width: 940px;
	text-align:right;
	font-size:12px;
	line-height:15px;
}
#up-link a {
	display: block;
	text-align:right;
	padding:10px 20px;
	height:15px;
}
#up-link a:hover {
	background: #CCCCCC;
}

/* --------------------------------------------フッター*/
#footer {
	background:#FFFFFF url(css/foot-bg.gif) top center no-repeat ;
	margin: 0px auto;
	width: 960px;
	height:75px;
	text-align:center;
}
/*ナビ*/
#foot-nav{
	font-size:12px;
	line-height:13px;
	padding:8px 0 14px 0;
}
#foot-nav a{
	padding:0 6px;
	color:#3366FF;
}
/*住所*/
#foot-adress{
	font-size:12px;
	line-height:18px;
}
/*コピーライト*/
#copyright{
	font-size:10px;
	line-height:18px;
	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}
