div.error {
	font-weight: bold;
	color: #990000;
	padding: 10px;
}
#contents .contents_box {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin: 0px;
	clear: both;
	float: none;
}
#contents .contents_box h1 {
	font-size: 180%;
	line-height: 1.2em;
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
	text-align: left;
	clear: both;
	float: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#contents .contents_box h2 {
	color: #FFFFFF;
	background-color: #999999;
	padding: 3px;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 150%;
	line-height: 1.2em;
}
#contents .contents_box h2 a {
	color: #FFFFFF;
}

#contents .contents_box h3 {
	font-size: 120%;
	line-height: 1.2em;
	color: #003399;
	margin-top: 20px;
	margin-bottom: 10px;
}

.pink_big {
	font-size: 120%;
	line-height: normal;
	font-weight: bold;
	color: #FF3366;
}
.orange_big {
	font-size: 110%;
	line-height: normal;
	font-weight: bold;
	color: #FF6600;
}
.big_110 {
	font-size: 110%;
	line-height: 1.2em;
}
.big_150 {
	font-size: 150%;
	line-height: normal;
}
.red {
	color: #CE0000;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
table.wak {
	margin-top: 10px;
	margin-bottom: 15px;
	border: none;
}
table.wak td {
	line-height: 1.4em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}
table.wak th {
	line-height: 1.4em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #DFEFFF;
	border: 1px solid #CCCCCC;
}
table .odd {background: #F5F5F5}


.img_right {
	clear: left;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.contents_box .activity {
	font-size: 120%;
	line-height: 1.3em;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}
.contents_box .activity dl {
	clear: right;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 300px;
}
.contents_box .activity dl dt {
	font-size: 90%;
	color: #0066CC;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}
.contents_box .activity dl img {
	padding: 0px;
	clear: right;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 0px;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}.small_80 {
	font-size: 80%;
	line-height: normal;
}

/*汎用グレーボタン*/
a.btn_gray{
	font-size: 14px;
	color: #ffffff;
	padding: 3px 0px;
	background: #999999 left top;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b8b6b8),
		to(#707070));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #8c898c;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0.4),
		inset 0px 2px 3px rgba(255,255,255,0.8);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0.4),
		inset 0px 2px 3px rgba(255,255,255,0.8);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0.4),
		inset 0px 2px 3px rgba(255,255,255,0.8);
	text-shadow:
		0px 0px 0px rgba(000,000,000,1),
		0px 0px 0px rgba(255,255,255,0.2);
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.bp_contest{
width:700px;
margin:0;
padding:0 0 40px 0;
clear:both;
}


.bp_contest h3 {
	color               : #0066CC;
	margin              : 0 0 10px 0;
	padding             : 0;
	border: none;
	font-size: 110%;
}
.bp_contest_left{
width:150px;
margin:0;
padding:0 20px 0 0;
float:left;
}
.bp_contest_right{
width:509px;
margin:0;
padding:0 0 0 20px;
float:left;
border-left:1px solid #ccc;
}
#contents .bpc_box p{
padding:10px 20px;
margin:0;
}

#mailmagazine_box {
 clear               : both;
 margin              : 0;
 padding             : 0 0 80px;
 width               : 700px;
}
.bpc_box {
	clear               : both;
	margin              : 0;
	margin             : 0 0 40px;
	width               : 700px;
	background-color: #FFFDE8;
}

#joblist {
	width               : 750px;
	clear             : both;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#joblist ul {
 list-style          : none;
 margin              : 0px;
 padding             : 0px;
 zoom                : 1;
}
#joblist ul li {
 background-color    : #fff;
 border              : 1px solid #CCCCCC;
 float               : left;
 font-size           : 12px;
margin:10px 10px 0 0;
 text-align          : left;
 width               : 333px;
}


.joblist_top{
padding:10px;
font-size:0.9em;
}
.joblist_bottom{
border-top:1px solid #ccc;
background-color:#EEFBFF;
padding:5px;
clear:both;
}
#joblist dl,
#joblist dt,
#joblist dd{
margin:0;
padding:0;
}
.joblist_top_left{
width:200px;
padding:0 10px 0 0;
margin:0;
float:left;
}
.joblist_top_right{
width:100px;
padding:0;
margin:0;
float:left;
}
span.nolink{
	color: #666666;
}
.pdf a:active,
.pdf a:link,
.pdf a:visited {
	color             : #FFFFFF;
	background-color: #CC0000;
	border-right: 1px solid #990000;
		border-bottom: 1px solid #990000;
	margin:10px 0 0 0;
	padding: 5px 3px 3px 3px;
	text-decoration:none;
	font-size:0.9em;
	line-height:1;
}
.pdf a:hover {
 color             : #ffffff;
 	background-color:#660033;
	text-decoration:none;
	font-size:0.9em;
}


#contents dl.guinness dd.comment {
 margin              : 0;
 padding             : 0 0 0 20px;
 font-weight         : bold;
}#contents dl.guinness dd.block {
 border-bottom       : 1px dotted #cccccc;
 margin              : 0 0 10px 0;
 padding             : 0 0 10px 20px;
}
#contents dl.guinness dt {
 font-weight         : bold;
 margin              : 0;
 padding             : 0;
 color:#cc0000;
}

#gMenu {
	clear: both;
	float: none;
	padding-bottom: 40px;
}
#gMenu li {
	position: relative;
	float: left;
	margin: 0;
	width: 140px;
	height: 20px;
	border: solid 1px #cccccc;
	line-height:1.4em;
	text-align: center;
	padding-top: 5px;
	cursor: hand;
	display: block;
}
#gMenu li:hover,#gMenu li:hover a {
	color: #ffffff;
	background-color:#CCCCCC;
	text-decoration: none;
}
#gMenu li a {
	text-decoration: none;
	cursor: hand;
	color: #333333;
}
#gMenu li ul {
	display: none;
	position: absolute;
	top: 25px;
	left: -1px;
	width: 140px;
	background-color:#999999;
	border: solid 1px #cccccc;
}
#gMenu li ul li {
	margin: 0;
	padding: 0;
	width: 140px;
	text-align: left;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	line-height: 1.2em;
}
#gMenu li ul li a {
	display: inline-block;
	width: 130px;
	height: 18px;
	text-decoration:none;
	color:#FFFFFF;
	line-height:1.4em;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
#gMenu li ul li a:hover {
	background-color:#FFFFFF;
	color:#333333;
	text-decoration:none;
	border: none;
}

ul#tab_g{
	height: 30px;
	border-top: 1px #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
ul#tab_g li{
	clear: right;
	float: left;
	text-align: center;
	width: 120px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 25px;
}
ul#tab_g .select {
  background: yellow;
}
.disnon {
  display: none;
}
.disshow {
  display: block;
}
