A:link {
	color: #000;
}

A:visited {
	color: #c5c6c7;
}

A:hover {
	color: #ff0000;
	text-decoration: underline;
}

.current{
	opacity: 0.5; /* Opera・Safari */
	-moz-opacity:0.5; /* Firefox */
	filter: alpha(opacity=50); /* IE */
	zoom: 1; /* IE */
}

body {
	background-color:#FFFFFF;
	color:#000;
}

p{
	margin:0px 50px;
}

#smart img{
	width: 100%;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	border-bottom:#000 3px solid;

}

#footerLine{
	width: 100%;
	height: 5px;
	background: url(/img/campaign/js5/common/footer_line.gif);
}

#footer{
	margin: 0 auto;
	padding:15px 0 15px 0;
	font-size:12px;
	text-align: left;
	color: #DDD;
}

#smartfooter{
	width:100%;
	margin: 0 auto;
	padding:15px 0 15px 0;
	font-size:12px;
	text-align: center;
}

#footer ul,
#smartfooter ul{
	margin-top: 15px;
}

#footer ul,
#footer li,
#smartfooter li,
#smartfooter ul{
	list-style: none;
	line-height: 1;
	color: #DDD;
}

div#header span.pr {
	position: relative;
	right: 15px;
	float: right;
	display: block;
	width: 56px;
	height: 27px;
	background: url(/img/campaign/js5/common/pr.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/*============================================================================

	header

==============================================================================*/
/*
div#header {
	width: 980px;
	margin: 0 auto;
	height: 54px;
	text-align: left;
	background: #000;
}

div#header:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


div#header h1 {
	display: block;
	float: left;
	width: 223px;
	height: 44px;
	background: url(/img/campaign/js5/common/lab_logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 5px 15px 5px 10px;
	border-right: 2px solid #999;
}

div#header h2 {
	margin: 0px;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
}
*/

div#header {
	height: 54px;
	text-align: left;
	background: #000;
}

div#header:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


div#header h1 {
	display: block;
	float: left;
	width: 112px;
	height: 44px;
	background: url(/img/campaign/js5/common/lab_logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 5px 15px 5px 10px;
	border-right: 2px solid #999;
}

div#header h2 {
	margin: 0px;
	line-height: 54px;
	font-size: 16px;
	color:#FFF;
}

/*============================================================================

	description

==============================================================================*/
div#description {
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #FFF;
	color: #333;
	text-align: left;
}

div#description h2 {
	margin: 0px 0px .3em 0px;
	font-size: 17px;
}

div#description p {
	margin: 0px;
	font-size: 14px;
	line-height: 1.4;
}

div#description img.logo {
	float: right;
	margin-top: 2px;
}

/*============================================================================

	個人情報の扱いに関して

==============================================================================*/
p.privacy {
	font-size: 14px;
	margin: 1em 0px;
	color:#fff;
	text-align: center;
}

/*============================================================================

	締切&配信 日時

==============================================================================*/
p.deadline {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	line-height: 1.3;
	text-align: center;
}

p.deadline strong {
	color: #FF0000;
}

/*============================================================================

	footer

==============================================================================*/
div#footer {
	background: #000;
	text-align: left;
	color: #CCC;
	padding: 15px;
}

/* ご注意
───────────────────────────*/
div#footer p.law {
	margin: auto;
	font-size: 12px;
}

/* copyright
───────────────────────────*/
div#footer p.copyright {
	font-size: 12px;
	padding: 1em 0;
}

img {
   vertical-align:bottom;
}

.chui {
    color: #FFFFFF;
	background-color:#FF0000;
    font-weight: bold;
    font-size: 24px;
    padding:10px 0 0;
    display: block;
    margin:0 110px 30px;
}

.chui p {
	font-size:16px;
	color:#000000;
	font-weight:normal;
	padding:10px;
	line-height:1.4;
	border:#FFD400 1px solid;
	margin:10px 0 0;
	text-align:left;
	background-color:#FFFFC7;
}

.onepoint {
    color: #FFFFFF;
	background-color:#FF9200;
    font-weight: bold;
    font-size: 24px;
    padding:10px 0 0;
    display: block;
    margin:20px 110px;
}

.onepoint p {
	font-size:16px;
	color:#000000;
	font-weight:normal;
	padding:10px;
	line-height:1.4;
	border:#FFD400 1px solid;
	margin:10px 0 0;
	text-align:left;
	background-color:#FFFFC7;
}


