/* ============================ */
/* ======= 宮城ぐるめ探検隊 ======= */
/* ============================ */

* {
	margin : 0;
	padding : 0;
}

body {
	background-color:#ffffff;		/* 背景色： */
	color: #333333;				/* 文字色： */
	font-size: 10px;			/*  フォントサイズ */
	font-family:"Osaka", "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "ＭＳ 明朝", "ヒラギノ明朝 Pro W3", "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;			/* フォントファミリー */
	line-height: 150%;			/* 行幅 */
	text-align: left;			/* 文字揃え */
}

img {
	border: none;
	margin: 0px;
}

h1 {
	font-size: 180%;			/*  フォントサイズ：大見出し */
	font-weight: bold;
	display: none;				/* 大見出しは画像にするからテキストは消します */
}

h2 {
	font-size: 120%;			/*  フォントサイズ：中見出し */
	font-weight: bold;
	display: none;				/* 中見出しも画像にするからテキストは消します */
}

h3 {
	font-size: 100%;			/*  フォントサイズ：中小見出し */
	font-weight: bold;
	display: none;				/* 中小見出しも画像にするからテキストは消します */
}

h4 {
	font-size: 100%;			/*  フォントサイズ：小見出し */
}


a:link {
	color: #3366CC;
}
a:visited {
	color: #3366CC;
}
a:active {
	color: #3366CC;
}
a:hover {
	color: #3366CC;
}

/* ========== グルプレラッパー ========== */
#guruprewrapper {
	/* background: url(img/gurupre_repeatheader.gif) 0px 0px repeat-x; */
	margin: 0;
	padding : 0;
}

#guruprewrapper .body {
	width: 712px;
	margin: 10px 10px;
	font-size: 10px;
	text-align: justify;
	line-height:150%;
}

#guruprewrapper .header {
	margin-bottom: 5px;
	height: 60px;	
	border-bottom: 2px dotted #999999;
}

#guruprewrapper .title {
	padding: 0px;
	margin-bottom: 10px;
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 80px;
	width: 497px;
	margin-left: 10px;
}

#guruprewrapper .button_bknb {
	margin-top: 36px;
	float: right;
}

#guruprewrapper .text {
	float: left;
	width: 460px;
	font-size: 12px;
	line-height: 150%;
	margin: 0px 0px 0px 10px;
}

#guruprewrapper .photo {
	float: right;
	width: 195px;
	margin: 0px 10px 0px 0px;
}

#guruprewrapper .left {
	float: left;
	width: 497px;
}

#guruprewrapper .img {
	float: none;
	width: 712px;
	background-image: url(img/header_gurupre.gif);
	height: 86px;
	padding-left: 242px;
	padding-top: 18px;
	background-repeat: no-repeat;
}

/* ========== ぐる探ラッパー ========== */

#gurutanwrapper {
	margin: 10px;
	padding : 0;
}



/* ========== ヘッダ ========== */

#header {
	width: 712px;
	height: 88px;
	background: url(img/header.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}

#header .banner {
	padding:15px 0 0 440px;
}


/* ========== メニューバー 

#menubar {
	margin: 0 auto;
	height: 29px;
}

#menubar .menu {
	height: 29px;
	padding: 5px 18px;
}

#menubar .arrow_inline {
	margin: 0 5px;
	padding-left: 8px;
	background: url(img/arrow01.gif) center left no-repeat;
}

#menubar .arrow_down {
	margin: 0 5px;
	padding-left: 12px;
	background: url(img/arrow02.gif) center left no-repeat;
}

.aboutbody {
	width: 726px;
	height: 59px;
	background: url(img/about.gif) top left no-repeat;
	margin-left: 3px;
}

.aboutbody .arrow {
	padding: 25px 10px 0 0;
	text-align: left;
}

========== */


/* ========== ラッパー ========== */

#wrapper {
	width:712px;
	margin:0 auto 20px 0;
	padding: 10px 0px;
}


/* ========== サブコンテンツ ========== */

#subcontents {
	width: 160px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* 参加ボタン */

.joinbutton {
	width: 160px;
	height: 180px;
	background: url(img/joinbutton.gif) top left no-repeat;
	cursor: pointer;
}

/* マニュアル */

.manual {
	width: 160px;
	margin-top: 10px;
	margin-bottom: 5px;
	_margin-bottom: 25px;
	background-image: url(img/techou_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 34px;
	height: 140px;
}

.manual li {
	color: #fff500;
	list-style: none;
	padding-left: 32px;
	background:url("img/techou_mid.gif") repeat-y;
	line-height: 250%;
}

.manual a {
	color: #fff500;
	text-decoration: none;
}

.manual a:visited {
	color: #fff500;
}

.manual a:active {
	color: #fff500;
}

.manual a:hover {
	color: #fff500;
	font-size: 10px;
}

.manual ul {
	color: #fff500;
	margin-top: 0px;
}


/* ブログランキング */

.ranking {
	width: 160px;
	background:url("img/tab_ranking.gif") top left no-repeat;
	padding-top: 58px;
	margin-top: -18px;
}

.ranking_key {
	color: #003399;
	margin-top: 0px;
	font-size: 10px;
	line-height: 140%;
	text-align: center;
	padding-top: 10px;
}

.ranking_word {
	font-weight: bold;
	color: #003399;
	margin-top: 12px;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
}

.ranking a {
	color: #000000;
	text-decoration: none;
}

.ranking .border {
	width: 158px;
	border-left: #ffc300 1px solid;	
	border-right: #ffc300 1px solid;
	border-bottom: #ffc300 1px solid;
	
}

.ranking ul {
	list-style: none;
	text-align: left;
	padding: 6px;
	line-height:200%;
}


.ranking li {
	padding-left: 14px;
}

.ranking_item01 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 14px;
	background:url("img/ico_ranking01.gif") no-repeat 0px 2px;
	text-align: left;
}

.ranking_item02 {
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 14px;
	background:url("img/ico_ranking02.gif") no-repeat 0px 3px;
	text-align: left;
}

.ranking_item03 {
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 14px;
	background:url("img/ico_ranking03.gif") no-repeat 0px 3px;
	text-align: left;
}

.ranking_item04 {
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 14px;
	background:url("img/ico_ranking04.gif") no-repeat 0px 3px;
	text-align: left;
}

.ranking_item05 {
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 14px;
	background:url("img/ico_ranking05.gif") no-repeat 0px 3px;
	text-align: left;
}

.ranking img {
	padding: 0px;
}

.hr {
	padding: 0px;

}


.leftbanner {
	margin-top: 10px;
}


/* ========== メインコンテンツ ========== */

#contents {
	width: 542px;
	float: right;
　　　　
}

/* キャンペーン */

.maincontents_title {
	height: 24px;
　　　　text-decoration:none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color :#00519a;
	background: url(img/canpaign_title.gif) top left repeat-x;
	line-height: 200%;
}

.canpaign_banner ul {
	list-style: none;
	margin: 10px 0 10px;
}

.canpaign_banner li {
	margin: 5px 0 10px;
}
/* 隊員検索 */

#seach {
	width: 542px;
}

#seach img {
	padding: 4px;
	border-bottom-color: #FFFA92;
	background-color: #FFFA92;
}


#seach .title {
	height: 35px;
	background:url("img/seach_title.gif") top left no-repeat;
}

#seach .border {
	background-color:#FFFA92;
	width: 540px;
	_width: 542px;
	border-left: #3990da 1px solid;
	border-right: #3990da 1px solid;
	border-bottom: #3990da 1px solid;
}

#seach .body {
	padding: 4px;
	border-color: #FFFA92;
}


#seach dl {
	list-style: none;
	padding-left: 24px;
	margin-bottom: 20px;
	line-height: 175%;
}

#seach dt {
	background:url("img/seach_ico_entry.gif") 0 2px no-repeat ;
	padding-left: 16px;
	margin-top: 10px;
	border-bottom: 1px dotted ;
	font-size: 120%;
}

#seach dd {
	padding-left: 16px;
	margin-bottom: 10px;
	display: inline;	
}

#seach dd.date {
	background:url("img/seach_ico_date.gif") 0 2px no-repeat ;
}

#seach dd.blogtitle {		
	background:url("img/seach_ico_blogtitle.gif") 0 2px no-repeat ;
}

#seach dd.author {
	background:url("img/seach_ico_author.gif") 0 2px no-repeat ;
}




.pickupblog {
	float: left;
	width: 73px;
	height: 63px;
	margin: 5px 0px 3px 10px;
}

/*マップテーマ*/

#theme {
	width:240px;
	float: right;
	margin: 0px 7px 0px 0px;
	height: 100px;
	padding: 0px;
}

#theme ul{
	list-style: none;
	width: 240px;
	margin: 0px;
	line-height:200%;
	background-color: #FFFFFF;
	padding: 5px 0px 5px 0px;
}

#theme img {
	padding: 0px;
	margin: 0px;
}

#theme li {
	padding-left: 10px;
	line-height: 180%;
}

.go {
	float: right;
	margin-right: 20px;
	height: 96px;
}
	

/*マップ*/
.map {
	margin: 0px;
	text-align: center;

}


/* ぐるなびコーナー */

#gnv {
	width: 542px;
	margin-top: 10px;
}

#gnv img {
	padding: 4px;
}


#gnv .title {
	height: 34px;
	background:url("img/gnv_title.gif") top left no-repeat;
}

#gnv .border {
	background-color:#ffffff;
	width: 540px;
	_width: 542px;
	border-left: #C70000 1px solid;	
	border-right: #C70000 1px solid;
	border-bottom: #C70000 1px solid;
}

#gnv .body {
	padding: 4px;
}

#gnv .col_l {
	float: left;
	width: 233px;

}

#gnv .col_r {
	float: right;
	width: 293px;
}

#gnv .arrow {
	margin-left: 28px;
	padding-left: 8px;
	background: url(img/arrow01.gif) center left no-repeat;
}

#gnv .arrow_inline {
	margin-left: 4px;
	padding-left: 8px;
	background: url(img/arrow01.gif) center left no-repeat;
}

#gnv .plane_indent {
	margin-left: 28px;
	padding-left: 8px;
}

#gnv .restgide {
	float: left;
	height: 120px;
	width: 170px;
	padding-top: 10px;
}

/* 入隊状況 */

#enter {
	width: 542px;
}

#enter .title {
	height: 24px;
	background-color:#66CCFF;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
}

#enter .border {
	background-color:#FFFFFF;
	width: 540px;
	border-left: #66ccff 1px solid;
	border-right: #66ccff 1px solid;
	border-bottom: #66ccff 1px solid;
}

#enter .body {
	padding: 4px;
	border-color: #66ccff;
}

#enter ul {
	list-style: none;
	padding-left: 24px;
	margin-bottom: 10px;
}

#hokkaido {
	width:520px;
	margin-bottom: 10px;
}

#hokkaido .title {
	background-image: url(img/hokkaido.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 28px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 20px;
}

#hokkaido .graph {
	background-image: url(img/graph_h.gif);
	width:520px;
	height:20px;
	margin-left: 10px;
}

#miyagi {
	width:520px;
	margin-bottom: 10px;
}

#miyagi .title {
	background-image: url(img/miyagi.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 28px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 20px;
}

#miyagi .graph {
	background-image: url(img/graph_m.gif);
	width:520px;
	height:20px;
	margin-left: 10px;
}

#sizuoka {
	width:520px;
	margin-bottom: 10px;
}

#sizuoka .title {
	background-image: url(img/sizuoka.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 28px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 20px;
}

#sizuoka .graph {
	background-image: url(img/graph_s.gif);
	width:520px;
	height:20px;
	margin-left: 10px;
}

#okinawa {
	width:520px;
	margin-bottom: 10px;
}

#okinawa .title {
	background-image: url(img/okinawa.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 28px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 20px;
}

#okinawa .graph {
	background-image: url(img/graph_r.gif);
	width:520px;
	height:20px;
	margin-left: 10px;
}

/*　トップに戻る　*/

.top {
	font-size:12px;
	font-weight: bold;
	text-align: right;
	color: #3366CC;
	text-decoration: none;
	padding: 10px;
}


/*  おすすめのお店 */

.shopgenre {
	margin: 10px 0;
}

.recommend_l {
	width: 259px;
	float: left;
}


.recommend_r {
	width: 259px;
	float: left;
	margin-left: 24px;
}


/* コンテスト告知ページ */

.contest {
	font-size: 12px;
	line-height:175%;
}


.kakomi {
	margin-top: 10px;
	background-color: #fffeea;
	color: #333333;
	font-size: 10px;
	border: solid 1px #333333;
	padding: 10px;
	line-height:150%;
}

.kakomi .midashi {
	text-align: center;
	background-color: #cccccc;
	margin: 10px 0;
}



/*キャンペーンページ */

#wrapper .campaign {
	width: 550px;
	margin: 0 auto;
}

#wrapper .campaign .textbody {
	text-align: justify;
	margin: 10px 0;
	font-size:12px;
}

#wrapper .campaign .sponcertitle {
	text-align: center;
	margin: 0px 100px;
	padding: 3px;
	background-color:#ff3300;
	color: #ffffff;
	font-size: 120%;
}

#wrapper .campaign .sponcershop {
	text-align: center;
	margin: 0px 100px;
	padding: 10px;
	background-color:#fffcbe;
	font-size: 120%;
}

#wrapper .campaign .formtitle {
	background-color:#dedede;
	border-right: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-top: 1px #666666 solid;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 2px;
}

#wrapper .campaign .inputmail {
	border-right: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	text-align: center;
	padding: 20px;
	margin: 0 0 10px 0;
}


#wrapper .campaign .inputenquete {
	border-right: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	text-align: center;
	padding: 20px;
	margin: 0 0 10px 0;
}

#wrapper .campaign .inputenquete tr {
	text-align: left;
}

#wrapper .campaign .inputenquete .label1 {
	padding: 0 10px 15px 0;
	width: 35%;
}

#wrapper .campaign .inputenquete .label2 {
	padding: 0 0 15px 0;
	width: auto;
}

/* 隊員一覧 */


#userlist {
	background-color: #fffa92;
}

#userlist h2 {
	display: none;
}

#userlist .example {
	margin: 20px 0;
	padding-bottom: 5px;
	border-bottom: #0099ff 1px solid;
}

#userlist dl {
	padding: 10px;
	line-height: 200%;
	border-left: 1px solid #0099ff;
	border-right: 1px solid #0099ff;
	border-bottom: 1px solid #0099ff;
}

#userlist dt {
	background:url("img/seach_ico_blogtitle.gif") 0 4px no-repeat ;
	border-bottom: 1px dotted #666666;
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

#userlist dd {
	display: inline;
	line-height: 130%;
	color: #0033ff;
}

#userlist dd.blogtitle {
	background:url("img/seach_ico_blogtitle.gif") top left no-repeat ;
}

#userlist dd.author {
	background:url("img/seach_ico_author.gif") top left no-repeat ;
}

#userlist dd.desc {
	background:url("img/seach_ico_desc.gif") top left no-repeat ;
	color: #0099ff;
}

#userlist dd.vote {
	background:url("img/ico_vote.gif") top left no-repeat ;
}

#userlist dd.totalentry {
	background:url("img/ico_totalentry.gif") top left no-repeat ;
}

#userlist dd.time {
	background:url("img/seach_ico_date.gif") top left no-repeat ;
}

#userlist dd.number {
	background:url("img/seach_ico_number.gif") top left no-repeat ;
}

#userlist dt,dd {
	padding-left: 18px;
}



#userlist .pagenation {
	display: block;
	margin-top: 20px;
	border-top: #0099ff 1px solid;
	text-align: center;
	word-spacing: 100px;
}

#userlist .tab {
	background: url("img/userlist_img/bg.gif") top left no-repeat ;
	margin: 0;
	padding: 0;
}

#userlist .current {
	font-weight: bold;
}



/* ========== フッタ ========== */

#footer {
	width: 712px;
	clear:both;				/* 回り込み解除 */
	padding-top: 10px;
}


#footer h4 {
	border-top: 1px solid #00a7e6;
	border-bottom: 1px solid #00a7e6;
	background-color:#b0def5;
	height: 24px;
	text-align: center;
	line-height: 24px;
}

#footer .otonari {
	margin-top :10px;
	text-align: center;
}

#footer .banner {
	border-top: 1px solid #999999;
	margin-top :10px;
	padding-top :10px;
	text-align: center;
}

#footer .copyright {
	margin-top: 10px;
	width: 712px;
	height: 35px;
}

#footer img {
	padding: 0 2px;
}

#footer .menu {
	border-top: 1px solid #999999;
	margin-top :10px;
	padding-top :10px;
	text-align: center;
}

/* 大賞発表（award） */

#award {
	font-size: small;
	line-height: 150%;
}

#award a {
	text-decoration: none;
}

#award .gpx {
	padding: 10px;
	background: #ffffcc;
}

#award h2 {
	font-size: medium;
	display: block;
	font-weight: normal;
	line-height: 175%;
}

#award h3 {
	font-size: large;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}

#award h4 {
	font-size: small;
	font-weight: normal;
	padding-left: 2em;
	text-indent: -1em;
}

#award .author {
	font-size: large;
	font-weight: bold;
}

#award .title a {
	color: #0066ff;
	font-size: large;
	font-weight: bold;
}

#award .bloglink {
	text-indent: 1em;
}
/* ========== その他 ========== */

.clear {
	clear:both;				/* 回り込み解除 */
}


.attention {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dotboader01 {
	border-top: 1px dotted #cccccc;
}