@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	background:#ffffff url(img/nt-top_3.jpg) repeat;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:12px;
	color:#000000;
}
a {
	color:#2f71ed;
	text-decoration:none;
}
a:link,
a:visited {
	color:#fof8ff;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#000099;
}
a img {
	border:none;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #666666;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

table{
	width : 800px;
	border : none;
	line-height : 1.7em;
	cellspacing : 0;
	cellpadding : 15px;
}

table.event{
	width: 720px;
	border: 0;
	border-collapse: separate;
	border-spacing: 20px 5px;
}

/*参加イベント告知スペース(固定)
---------------------------------------- */
#event-top {
	float:left;
	width:100%;
	height:16px;
	overflow:hidden;
	position:fixed;
	margin:0;
	padding:5px 10px;
	font-size:11px;
	text-align:left;
	color:#00106d;
	background:#baddf9;
	border:none;
	z-index:1;
}

/*wrapper(全体) 
---------------------------------------- */
#wrapper {
	width:100%;
	margin:0 auto;
	float:left;
}

/*ヘッダ
---------------------------------------- */
#header {
	width:100%;
	background:#ffffff;
	margin-top:26px;
	overflow:hidden;
	position:fixed;
	z-index:2;
}
#header h1 {
	width:250px;
	margin:5px 0;
	padding:10px;
	line-height:1.6em;
	font-size:17px;
	text-align:right;
	text-shadow: 0 0 3px #5d94ce;
	letter-spacing:0.1em;
}
#header h1 a {
	text-decoration:none;
	color:#5d94ce;
}

/*メニュー
---------------------------------------- */
#navi {
	width:100%;
	background:#ffffff;
	list-style-type:none;
	align:right;
	margin-top:80px;
	overflow:hidden;
	position:fixed;
	z-index:2;
}
#navi li {
	list-style-type:none;
}
#navi li a {
	float:left;
	display:block;
	width:100px;
	padding:4px 10px;
	line-height:2em;
	background-color:#ffffff;
	text-align:center;
	text-decoration:none;
	color:#030a4c;
	letter-spacing:0.1em;
}
#navi li a:hover {
	background-color:#baddf9;
}

/*メイン表示部分
---------------------------------------- */
#contents {
	width:1100px;
	min-height:500px;
	margin-top:110px;
	padding-bottom:30px;
	background:none;
}

/*トップページメイン部分（ブログ形式）
---------------------------------------- */
#top-main {
	position:relative;
	margin:0;
	padding:40px 20px 30px 30px;
	color:#333333;
	border:none;
	background-color:rgba(255,255,255,0.7);
	z-index:0;
}
#top-main h2 {
	margin-bottom:10px;
	font-size:15px;
	line-height:1.8em;
	font-weight:bold;
}

/*メイン（トップページ以外表示）
---------------------------------------- */
#main {
	position:relative;
	min-height:400px;
	margin:0;
	padding:40px 20px 30px 30px;
	color:#000000;
	background-color:rgba(255,255,255,0.7);
	border:none;
	z-index:0;
}
#main h2 {
	margin-bottom:10px;
	font-size:12px;
	line-height:1.8em;
	font-weight:bold;
}
#main h3 {
	margin-bottom:10px;
	font-size:15px;
	line-height:1.8em;
	font-weight:bold;
}
#main h4 {
	margin-bottom:7px;
	font-size:13px;
	line-height:1.8em;
	font-weight:bold;
}
#main img {
	border:0;
	margin:10px 0 15px 20px;
}

/*twitterボタン
---------------------------------------- */
.twitter {
	width:800px;
	text-align:right;
	margin:15px 30px;
}

/*フッター
---------------------------------------- */
#footer {
	clear:both;
	height:18px;
	padding-top:2px;
	background:none;
}
#footer address {
	font-size:8px;
	font-style:normal;
	float:right;
	text-align:right;
	color:#FFFFFF;
}
.contact {
	margin-bottom:20px;
	padding:15px;
	background-color:#88BCCB;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	line-height:1.5em;
}
.contact strong {
	font-weight:bold;
}