@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;
	font-size:64%;
	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:#ABD2DB url(css/bg.gif) 0 90px  repeat-x;
	text-align: center;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -139px auto;
}
/*--------------------------------------------ヘッダー*/
#headerbg {
	background:#F7F7EF url(css/headerbg.gif) top repeat-x ;
	margin: 0px auto;
	text-align: center;
	padding-top:19px;
}
#header {
	margin: 0px auto;
	text-align: left;
	width: 920px;
	font-size:12px;
	line-height:14px;
}
/*ヘッダーロゴ*/
#header h1{
	float:left;
	width:470px;
}
/* ナビ枠*/
#nav{
	float:right;
	padding-top:32px;
}
/*グローバルナビ*/
#global-nav ul{
}
#global-nav li {
	float: left;
}
#global-nav li#gaibu {
	padding-left: 6px;
}
/*--------------------------------------------コンテンツ*/
#contents {
	background: url(css/maru-c.gif) top left no-repeat;
	margin: 0px auto;
	text-align: left;
	width: 920px;
	padding-bottom:140px;
}
/* --------------------------------------------本文*/
#main {
	background:#FFFFFF url(css/main-t.gif) top no-repeat;
	padding-top:20px;
	width: 560px;
	margin:20px 0;
	float:left;
}
/* --------------------------------------------サイドバー*/
#sidebar {
	width: 350px;
	padding:20px 0;
	float: right;
}
#sidebar li a:hover{
	text-decoration:none
}


/* --------------------------------------------フッター*/
#footer {
	background:#FFFFFF;
	height:140px;
	text-align:center;
}
#footer p{
	margin: 0px auto;
	text-align:left;
	font-size:10px;
	line-height:16px;
	width: 920px;
}
/* ページトップへ戻るためのリンク*/
#footer p#up-link {
	text-align:right;
	margin-bottom:-14px;
}
/*名称*/
#footer p#foot-name{
	font-size:14px;
	font-weight:bold;
}
/*主催・後援*/
#footer p#foot-syusai{
	padding:4px 0 5px 0;
	background:url(css/foot-dot.gif) bottom repeat-x
}
/*住所*/
#footer p#foot-adress{
	padding:4px 0 5px 0;
	background:url(css/foot-dot.gif) bottom repeat-x
}
/*コピーライト*/
#footer p#copyright{
	text-align:right;
	color:#999999;
}
#footer p#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}

