body{
	margin		: 20px auto;
	color		: #000000;
	background-color: #009999;

	text-align	: center;
}
a{		color	: #6666cc;}
a:active{	color	: #cc66ff;}
a:visited{	color	: #999999;}

.clear:after{
	clear	: both;
	content	: "";
}


/*----- ページの囲み	-----*/
div.contentsbox{
	border		: 1px dotted #000000;
	background-color: #FFFFFF;
	width		: 600px;
	margin		: 8px auto 64px auto;
/*
	margin-bottom	:  64px;
*/
}


/*----- 区切り線	-----*/
.Line{
	background-image	: url(./image/line.gif);
	background-position	: bottom;
	background-repeat	: repeat-x;
}


/*----- 謎Flash		-----*/
#Notice{
	display			: block;
	width			: 100%;
	height			: 12px;

	margin			: 0px;
	padding			: 2px 0px;

	background-color	: #cccccc;
}


/*----- NACCロゴ	-----*/
#Header{
	padding		: 2px;
}


/*----- メニュー	-----*/
#Menu{
	display		: block;
	width		: 100%;
	height		: 24px;
	font-size	: 12px;
	font-weight	: bold;
}
#Menu ul{
	display		: block;
	width		: 360px;
	margin		: 12px auto;
	list-style-type	: none;
}
#Menu li{
	float		: left;
	margin		: 0px 8px;
}


/*----- おしらせ	-----*/
#Info{
	display		: block;
	padding		: 32px 0px;
}
.Issue{
	border		: solid 1px #000;
}


/*----- なかみ		-----*/
#Content{
	display		: block;
	margin		: 0px;
	padding		: 24px 8px;

	font-size	: 12px;
}


/*----- バナー		-----*/
#Banner{
	display		: block;
	width		: 240px;
	float		: left;
	position	: relative;
	top		: 35%;
	margin		: 4px 16px 0px;
}
.Banner{
	display		: block;
	width		: 200px;
	height		:  40px;
	border		: none;
	margin-left	: auto;
	margin-right	: auto;}


/*----- 更新情報	-----*/
#Update{
	display		: block;
	width		: 280px;
	height		: 400px;
	overflow-y	: scroll;
	margin		: 8px 0px 0px 0px;
	padding		: 16px 8px;
	font-size	: 12px;
	background-color: #efefef;
}

#Update ul{
	display		: block;
	margin		: 0px;

	list-style-type	: none;
	text-align	: left;
	font-size	: 14px;
}


/*----- え		-----*/

.Illust{

}

.Illust img{
	border		: solid 1px #000000;
}

.Illust span{
	display		: block;
	margin		: 8px 8px;
	padding		: 4px;
	text-align	: right;
}

.Illust span:before{
	display			: block;
	margin-bottom		: 4px;
	padding			: 4px;
	background-image	: url(./image/gallery_line.png);
	background-position	: bottom;
	background-repeat	: no-repeat;
}


.IllustDate{
}
.IllustDate:before{
	content	: "日付";
}

.IllustTitle{
}
.IllustTitle:before{
	content	: "タイトル";
}

.Illustrator{
	font-size	: 16px;
}
.Illustrator:before{
	content		: "なまえ";
	font-size	: 12px;
}

.IllustComment{
}
.IllustComment:before{
	content	: "コメント";
}



hr.Separate{
	border		: none;
	border-bottom	: dashed 3px #cccccc;
	margin		: 16px;
}


/*----- フッター	-----*/
#Footer{
	display			: block;
	width			: 100%;
	height			: 16px;

	margin			: 0px;
	padding			: 2px 0px;

	font-size		: 12px;
	background-color	: #cccccc;
}


/*----- 共通		-----*/
h2{
	font-size	: 16px;
}
h3{
	font-size	: 14px;
}
h4{
	font-size	: 12px;
}

.center{
	text-align	: center;
	margin-left	: auto;
	margin-right	: auto;
}



