@charset "UTF-8";
/*
Theme Name: 神戸セミナー
Description: meccommunications
Author: Mec
Author URI: http://www.mec-com.co.jp
*/


/*tinymceの設定
-----------------------------------------------------------------------------------------*/
* {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
}
body {
	background:#FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	color: #000000;
	font-size:16px;
	line-height:30px;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#ED1C24;
}
a{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
h2,h3,h4{
	margin-top:20px;
	margin-bottom:5px;
}
h2{
	font-size:20px;
	line-height:35px;
	font-weight:bold;
	margin-bottom:20px;
}
h3{
	font-size:18px;
	line-height:32px;
	font-weight:bold;
	color:#ED1C24;
}
h4{
	padding:2px 12px;
	background:#08A6EA;
	color:#FFF;
}
ul{
	margin:5px 0 20px 0;
}
ul li{
	margin:5px 0 5px 25px;
	list-style-type:disc;
	line-height:25px;
}
img{
	display:block;
	margin:30px auto;
}
em{
	color:#ED1C24;
}
