@charset "UTF-8";

body {
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg); 
	margin: 0px;
	padding: 0px;
	text-align: center; /* ie６対策 */
}
#contentsbox {
	margin:0px auto;
	padding: 0px;
	width:850px;
	background-color:#FFFFFF;
	}
#contentsbox_other {
	margin:0px auto;
	padding: 0px;
	width:850px;
	background-color:#FFFFFF;
	background-image: url(../img/bg02.jpg); 
	}
#contentsbox_entry {
	margin:0px auto;
	padding: 0px;
	width:850px;
	background-color:#FFFFFF;
	background-image: url(../img/bg03.jpg); 
	}
.honbun {
	font-size: 14px;
	line-height: 180%;
	color: #666666;
}
.honbun_small {
	font-size: 12px;
	line-height: 140%;
	color: #666666;
}
.lead {
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
	color: #666666;
}
.campaign {
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
	color: #FF7979;
}
.blue01 {
	color: #333366;
	font-weight: bold;
}
.blue02 {
	color: #6666FF;
	font-weight: bold;
}
.bird {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000066;
	padding: 0px;
	margin: 0px;
}
.bird_setsumei {
	font-size: 12px;
	line-height: 140%;
	color: #000000;
}
.bold {
	font-weight: bold;
}
.piccredit {
	font-size: 9px;
	line-height: 120%;
	color: #000099;
}
hr {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	color:#000099;
	height:1px;
}
.credit {
	font-size: 12px;
	line-height: 120%;
	color: #000099;
	margin-bottom: 10px;
}
.attention {
	font-size: 14px;
	line-height: 180%;
	color: #FF0000;
}
.attention_small {
	font-size: 12px;
	line-height: 160%;
	color: #FF0000;
}
/* 見出し */
h1 {
	font-size: 20px;
	color: #000066;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #000066;
	text-align:left;
	margin: 30px 0px 10px 0px;
	padding-left:0px;
}
h2 {
	font-size: 16px;
	color: #5480AB;
	text-align:left;
	margin: 20px 0px ;
	padding-left:10px;
}
/* パン屑ナビ */
.breadnavi{
	width: 440px;
	font-size: 70%;
	padding-left:30px;
}
/* 目撃情報 */
.data {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
}
/* マイページ地図表示 */
.maptable {
	border-collapse:collapse;
	border:1px solid #C96846;
	background-color:#FFFFFF;
	}
/* エントリー画面 */
.entry_now {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000066;
	padding: 0px;
	margin: 0px;
}
.entry_other {
	font-size: 14px;
	font-weight: normal;
	color: #000066;
	padding: 0px;
	margin: 0px;
}
/* 囲み */
.entry_boxed {
	background: #FFFFFF;
	padding: 5px;
	margin:10px auto;
	border: 1px solid #D3E9F1;
	width: 600px;
	text-align: left;
	}
/* 囲み中 利用規約にて使用 */
.entry_boxed02 {
	background: #FFFFCC;
	padding: 5px;
	margin:10px 10px 10px 40px;
	border: 1px solid #330000;
	width: 530px;
	text-align: left;
	}
/* 囲み小 参加者募集にて使用 */
.entry_boxed03 {
	background: #D3E9F1;
	padding: 5px;
	margin:10px auto;
	border: 1px solid #000066;
	width: 300px;
	text-align: center;
	}
/* 囲み キャンペーン*/
.campaign_boxed {
	background: #FFFFFF;
	padding: 10px;
	margin:10px 10px 10px 10px;
	border: 1px solid #D3E9F1;
	text-align: left;
	}
/* フォームボタン MYページにて使用 */
.solid{border-left:1px solid;
	border-right:1px solid;
    border-top:1px solid;
	border-bottom:1px solid;
    border-color:#99CCCC;
    background-color:#C4E1E1;
    color:#000000;
    font-size: 12px;
	}
.solid02{border-left:1px solid;
    border-right:1px solid;
    border-top:1px solid;
    border-bottom:1px solid;
    border-color:#99CCCC;
    background-color:#FFFFFF;
    color:#666666;
    font-size: 12px;
	}
/* 2010/04/28 miura takeshi wrote */
#news {
}
#news h2 {
margin:10px;
padding:0px;
}
#news dl {
width:380px;
height:90px;
overflow:auto;
font-size:14px;
line-height:18px;
text-align:left;
margin:0px 10px 0px 0px;
padding:5px;
/* border:1px solid #ddd; */
background-color:#eee;
}
#news dt {
display:block;
clear:both;
float:left;
width:70px;
}
#news dd {
display:block;
margin:0px;
float:left;
width:290px;
}
.br_clear {
clear:both;
}
