@charset "utf-8"; 

/*
トップ・カテゴリ・地域・新着・ランキング・マップ・タグ・お問い合わせ・エラーページ内
コンテンツボックス詳細設定CSS


【1】メイン・センター
1-m1 メインイメージ						#screen
1-m2 テーマ画像							#themeimage
1-m3 訪問インタビュー					#interview
1-m4 就活相談室							#counseling

1-m3 最新記事							#newentry
1-c2 最新記事(トップ)					.indextop #newentry
1-m4 ブログ一覧(新着・ランキング)		#bloglist
1-m4-1 ブログ一覧(新規ブログ)			.newblog #bloglist
1-m4-2 ブログ一覧(ランキング)			.popularblog #blogist
1-m8 マップ本体							#mapbox
1-m9 タグ本体							#tagsearch
1-m10 検索								#search


【2】サイド
2-1 イベントお申込						#apply
2-2 本日のイベント						#event
2-3 Information							#information	
2-4 タグクラウド						#tag
2-5 よくある質問						#faq
2-6 会員登録はこちら（ボタン）			#regist
2-7 お問い合わせ（ボタン）				#otoiawase
2-8 バナーエリア						#bnrarea


2-s2 先輩ブログを探す					#seniors_search
2-s2-1 カテゴリ(トップ)					.indextop #category
2-s2-2 カテゴリ(カテゴリ)				.indextop2 #category
2-s2-3 カテゴリ(地域)					.indextop3 #category
2-s2-4 カテゴリ(新規ブログ)				.newblog #category
2-s2-5 カテゴリ(ランキング)				.popularblog #category
2-s3 地域								#area
2-s3-1 地域(トップ)						.indextop #area
2-s3-2 地域(カテゴリ)					.indextop2 #area
2-s3-3 地域(地域)						.indextop3 #area
2-s3-4 地域(新規ブログ)					.newblog #area
2-s3-5 地域(ランキング)					.popularblog #area


2-s4 マップトラックバック				#maptb
2-s5 QRコード							#qr
2-s7 ランキング							#ranking
2-s7-1 ランキング(トップ)				.indextop #ranking
2-s7-2 ランキング(カテゴリ)				.indextop2 #ranking
2-s7-3 ランキング(地域)					.indextop3 #ranking
2-s8 バースデー							#birthday
2-s9 リンク								#link
2-s10 マップカテゴリ					#mapmenu

【3】1カラム
3-1 お問い合わせ						#inquiry
3-2 エラーメッセージ					#errmsg
3-3 利用規約							#rule
3-4 プライバシーポリシー				#privacy

 ※ 数字の前の略語
　m ･･ メイン枠内(2･3カラム共通)
　c ･･ センター枠内(3カラムのメイン枠)
　s ･･ サイド内(2･3カラム共通)
　l ･･ 左サイド内(2･3カラム共通)
　r ･･ 右サイド内(3カラムのみ)

【ボックス内セレクタ一覧】
各ボックス内に主に以下のセレクタを追加でほぼ対応可能
.title {}
.content {}
.unit {}
.comment {}
.more {}
.sw {}
.bt {}
.photoframe {}


【各ページ固有クラス名】
※ body又はページ全体を囲むdiv要素に命名
トップ			.indextop
カテゴリ		.indextop2
地域			.indextop3
ランキング		.popular
新規ブログ		.newblog
タグ検索		.indextag
カレンダー		.indexcalendar
マップ			.map
アンケート結果	.survey
お問い合わせ	.inquiry
エラーページ	.error
プライバシー	.privacy
利用規約		.rule

*/




/*【1】トップページ*/
/*1-m1 メインイメージ*/
#screen {
	margin:0 0 10px;
}
/*1-m2 テーマ画像*/
#themeimage {
	background: url(../img/bg/bg_themeimage.gif) repeat 0 0;
	margin:0 0 20px;
}
#themeimage .subtitle {
	background: url(../img/bg/bg_themeimage_subtitle.gif) no-repeat 0 0;
	padding:31px 7px 0 7px;
	font-size:83.4%;
	color:#fff;
	margin:0;
}
#themeimage .content{
	padding:10px 0 0 0;
}
#themeimage ul {
	padding:0 0 10px;
}
#themeimage ul li {
	display:inline;
	float:left;
	margin:0 5px 0 10px;
}
#themeimage ul li a {
	display:block;
	width:80px;
	height:80px;
	text-align:center;
	background-color:#fff;
}
#themeimage ul li img {
	margin:1px 0 0 0;
}
#themeimage .more {
	width:650px;
	border-top:#fff dotted 1px;
	margin:0 10px 13px;
	padding:5px 0 0 0;
}
#themeimage .more a {
	display:block;
	border:#fff solid 1px;
	padding:0 3px;
	margin:0 0 0 520px;
}
#themeimage .more a:link,#themeimage .more a:visited {color:#fff;}
#themeimage .more a:hover,#themeimage .more a:active {color:#fff;}

/*1-m3 訪問インタビュー	*/
#interview {
	width:330px;
	height:250px;
	position:relative;
	background:url(../img/bg/bg_interview.gif) no-repeat 0 0;
	float:left;
	margin:0 0 20px;
}
#interview .subtitle { text-indent:-9999px; height:75px; margin:0;}
#interview .content {
	padding:0 15px;
}
#interview .rss_img {
	width:54px;
	height:54px;
	float:left;
	margin:0 0 5px;
}
#interview .rss_img a {
	display:block;
	border:#CCC solid 1px;
}
#interview .rss_img img {
	display:block;
	border:#FFF solid 1px;
}
#interview .rss_text {
	clear:both;
	float:right;
	width:230px;
	font-size:117%;
	font-weight:bold;
	margin:0 0 0.3em;
}
#interview .rss_text a {
	background:url(../img/bg/bg_icon_interview.gif) no-repeat 0 50%;
	padding:0 0 0 18px;
}
#interview .rss_text a:link,#interview .rss_text a:visited { text-decoration:none;color:#40C6FF;}
#interview .rss_text a:hover,#interview .rss_text a:active { text-decoration: underline;color:#40C6FF;}


#interview .rss_date,#interview .rss_colon {
	display:none;
}
#interview .rss_desc {
	float:right;
	width:230px;
}
#interview .rss_more {
	display:none;
}
#interview .comment {
	clear:both;
	color:#333;
	font-size:83.4%;
	text-align:center;
	margin:0 0 0.2em;
	padding:2px 0 0 0;
}
#interview .bt {
	text-align:center;
	margin:0;
}
/*#interview .rss_more a {
	background:url(../img/bg/bg_icon_interview_rss_more.gif) no-repeat 100% 50%;
	padding:0 14px 0 0;
}
#interview .rss_more a:link,#interview .rss_more a:visited { text-decoration:underline;color:#40C6FF;}
#interview .rss_more a:hover,#interview .rss_more a:active { text-decoration:none;color:#40C6FF;}*/

#interview .more {
	width:84px;
	height:24px;
	position:absolute;
	top:9px;
	right:19px;
}

/*1-m4 就活相談室*/
#counseling {
	background:#DBE7FC url(../img/bg/bg_counseling.gif) no-repeat 0 0;
	width:330px;
	height:250px;
	float:right;
	margin:0 0 20px;
}
#counseling .subtitle {
	font-size:83.4%;
	color:#333;
	padding:38px 0 6px 5px;
	margin:0;
}
#counseling .content {
	margin:0 5px 0;
	background-color:#fff;
}
#counseling .comment {
	background:url(../img/bg/bg_counseling_comment.gif) no-repeat 0 0;
	padding:27px 0 0 5px;
	color:#333;
	font-size:83.4%;
	margin:0;
}
/*#counseling .rss_list {
	margin:0 0 0 10px;
	line-height:170%;
}
#counseling .rss_list a {
	background:url(../img/bg/bg_icon_counseling.gif) no-repeat 0 50%;
	padding:0 0 0 12px;
}*/

#counseling ul li {
	margin:0 0 0 10px;
	line-height:170%;
}
#counseling ul li a {
	background:url(../img/bg/bg_icon_counseling.gif) no-repeat 0 50%;
	padding:0 0 0 12px;
}
#counseling .more {
	border-top:#0B5FEA dotted 1px;
	padding:3px 0 5px 0;
	text-align:right;
	margin:5px 6px 0;
}
#counseling a:link,#counseling a:visited { text-decoration:none; color:#0B5FEA;}
#counseling a:hover,#counseling a:active { text-decoration:underline; color:#0B5FEA;}

#counseling .bt {
	padding:7px 0 0 0;
}


/*1-m2 最新記事*/
#newentry {} 
#newentry .title {}
#newentry .content {}
#newentry .comment {
	background-color:#ECF7C1;
	color:#333;
	margin:0 0 10px;
	padding:2px 0 1px 8px;
}
#newentry .unit {
	margin:0 10px 8px;
}
#newentry .unit li {
	width:650px;
	border-bottom:#B6E00A dotted 1px;
	padding:2px 0 4px;
}
#newentry .unit li .data {
	width:200px;
	display:inline;
	float:left;
} 
#newentry .unit li .time {
	vertical-align:bottom;
	padding:0 1.0em 0 0;
}
#newentry .unit li h3 {
	float:left;
	display:inline;
	width:235px;
}
#newentry .unit li h3 a {
	background:url(../img/bg/bg_icon_li.gif) no-repeat 0 0.32em;
	padding:0 0 0 8px;
}
#newentry .unit li p {
	float:right;
	width:210px;
	display:inline;
	margin:0;
}
#newentry .unit li p a {
	background:url(../img/bg/bg_icon_li.gif) no-repeat 0 0.32em;
	padding:0 0 0 8px;
}
#newentry .photoframe {
	padding:0 0 8px 0;
	background:url(../img/bg/bg_dotted_line.gif) no-repeat 50% 100%;
	margin:0 0 5px;
}
#newentry .photoframe li {
	width:100px;
	margin:0 0 0 10px;
}
#newentry .photoframe li img {
	border:#ccc solid 1px;
	padding:1px;
}
#newentry .more {
	margin-right:8px;
}
#newentry .more a {
	color:#9CBB1C;
}
#newentry .more a:link,#newentry .more a:visited {
	text-decoration:underline;
}
#newentry .more a:hover,#newentry .more a:active {
	text-decoration: none;
}


/*1-c2 最新記事(トップ)*/
.indextop #newentry {
	background:url(../img/bg/bg_newentry670.gif) no-repeat 0 0;
	padding:22px 0 0 0;
}
.indextop #newentry .subtitle {
	color:#000;
	font-size:83.4%;
	margin:0;
}
.indextop #newentry .content {
	padding:10px 0 0 0;
}
.indextop #newentry .unit{	
}
.indextop #newentry .unit li {}
.indextop #newentry .unit li .data {} 
.indextop #newentry .unit li .time {}
.indextop #newentry .unit li h3 {}
.indextop #newentry .unit li h3 a {}
.indextop #newentry .unit li p {}
.indextop #newentry .unit li p a {}
.indextop #newentry .comment {
	background:none;
}
.indextop #newentry .more {}
.indextop #newentry .bt {}
.indextop #newentry .photoframe {
	padding:0 0 0 8px;
}
.indextop #newentry .photoframe li {
	width:70px;
	margin:0 3px 0 0;
}
.indextop #newentry .photoframe li img {}
.indextop #newentry .more {
	width:650px;
	margin:0 10px 13px;
}
.indextop #newentry .more a {
	display:block;
	border:#B6E00A solid 1px;
	padding:0 3px;
	margin:0 0 0 530px;
}
.indextop #newentry .more a:link,.indextop #newentry .more a:visited {color:#B6E00A;}
.indextop #newentry .more a:hover,.indextop #newentry .more a:active {color:#B6E00A;}



/*1-m4 ブログ一覧(新着・ランキング)*/
#bloglist {}
#bloglist .title {}
#bloglist .comment {
	background-color:#ECF7C1;
	color:#333;
	margin:0 0 10px;
	padding:0 0 2px 8px;
}
#bloglist .content {}
#bloglist li {
	border:1px solid #ccc;
	margin:0 0 5px;
	padding: 2px;
}
#bloglist dl {
}
#bloglist dt {
	width: 600px;
	float: right;
	font-weight: bold;
}
#bloglist dt span {
	margin: 0 10px 0 0;
}
#bloglist dt img {}
#bloglist dt a:link,#bloglist dt a:visited { color:#99CC00;}
#bloglist dt a:hover,#bloglist dt a:active { color:#99CC00;}
#bloglist dd {}
#bloglist .li1 {
	width: 52px;
	height: 52px;
	float: left;
}
#bloglist .li1 a {
	display:block;
	border:1px solid #ccc;
}
#bloglist .li2 {
	width: 600px;
	float: right;
}
#bloglist .unit {}



/*1-m4-1 ブログ一覧(新規ブログ)*/
.newblog #bloglist {}
.newblog #bloglist .title {}
.newblog #bloglist .content {}
.newblog #bloglist dt span {
	color:#000;
}
.newblog #bloglist .unit {}
.newblog #bloglist .comment {}

/*1-m4-2 ブログ一覧(ランキング)*/
.popularblog #bloglist {}
.popularblog #bloglist .title {}
.popularblog #bloglist .content {}
.popularblog #bloglist dt span {
	background-color:#666;
	color:#fff;
	padding:0 2px 0 2px;
}
.popularblog #blogist .unit {}
.popularblog #blogist .comment {}


/*1-m8 マップ本体	*/
#mapbox {}
  /*地図*/
  #mapbox #map {
  	width: 745px;
	height: 600px
  }
  #mapbox .gmnoprint { line-height:1.8;}
  /*マップurl*/
  #mapbox #taCode { width:450px;}
  /*ポップアップ関連*/
  .popup{
	width:200px;
	height:100%;
	text-align:left;
	margin:0 0 0 10px;
  }
  .entry_title img{
	margin:0px 2px 2px 0px;
  }
  .entry_title a:link,.entry_title a:visited,.entry_title a:hover,.entry_title a:active{
	font-weight:bold;
  }
  .entry_excerpt{
	margin:10px 0px 0px 0px;
  }
  .entry_excerpt img{
	margin:0px 4px 4px 0px;
	float:left;
	width:75px;
  }


/*1-m9 タグ本体*/
#tagsearch {}
#tagsearch .title {}
#tagsearch .content {}
#tagsearch li {	margin: 0 0 10px;}
#tagsearch h3 {	display: inline;}
#tagsearch h3 a {	font-size:1.4em;}
#tagsearch h3 span {	margin: 0 5px;}
#tagsearch h4 {	display: inline;}
#tagsearch h4 a:link { color:#666;}
#tagsearch h4 a:visited {}
#tagsearch h4 a:hover , 
#tagsearch h4 a:active {}
#tagsearch p {	margin: 0;}
#tagsearch dl {
	background:url(../img/bg/bg_dot.gif) repeat-x 0 5px;
	padding:10px 0 0;
	text-align: right;
	color: #666;
}
#tagsearch dt {
	font-weight: bold;
	margin: 0 1em 0 0;
	display: inline;
}
#tagsearch dd {	display: inline;}
#tagsearch dd a:link ,
#tagsearch dd a:visited {
	text-decoration:none;
}
#tagsearch dd a:hover ,
#tagsearch dd a:active {
	text-decoration:underline;
}


/*1-m10 検索*/
#search {}
#search .title {}
#search .content {}
#search .unit {}
#search .comment {color: #666;} 
#search .more {}
#search .searchBox{width: 300px;}


/*【2】サイド*/
/*2-1 イベントお申込*/
#apply {
	margin:0 0 5px;
}

/*2-2 本日のイベント*/
#event {
	background:url(../img/bg/bg_event_body.gif) repeat-y 0 0;
	border-bottom:5px solid #F1A3C0;
	padding:0 0 10px;
	margin:0 0 20px;
}
#event .subtitle {
	background:url(../img/bg/bg_event_subtitle.gif) no-repeat 0 0;
	padding:32px 0 5px 10px;
	margin:0;
}
#event .content {
	padding:0 10px;
}
#event ul li {
	margin:0 0 0.5em;
}
#event ul li a:link, #event ul li a:visited { color:#E4007F;}
#event ul li a:hover, #event ul li a:active { color:#E4007F;}

#event .more {
	border-top:#F1A3C0 dotted 1px;	
}
#event .more a {
	display:block;
	border:#F1A3C0 solid 1px;
	padding:0 3px;
	margin:5px 0 0 97px;
}
#event .more a:link,#event .more a:visited {color:#F1A3C0; text-decoration:none;}
#event .more a:hover,#event .more a:active {color:#F1A3C0; text-decoration:underline;}



/*2-3 Information*/
#information {
	padding:0 0 10px;
	margin:0 0 20px;
}
#information .subtitle {
	background:url(../img/bg/bg_information_subtitle.gif) no-repeat 0 0;
	padding:22px 0 0 0;
}
#information .content {
	padding:0 2px;
}
#information ul li {
	margin:0 0 0.5em;
	color:#999;
}
#information ul li a {
	background:url(../img/bg/bg_icon_li.gif) no-repeat 0 0.3em;
	padding:0 0 0 6px;
	margin:0 0 0 0.5em;
}
#information ul li a:link,#event ul li a:visited {color:#7A7A7A;}
#information ul li a:hover,#event ul li a:active {color:#7A7A7A;}

#information .more {
	border-top:#B6E00A dotted 1px;	
}
#information .more a {
	display:block;
	border:#9CBB1D solid 1px;
	padding:0 3px;
	margin:5px 0 0 97px;
}
#information .more a:link,#information .more a:visited {color:#9CBB1D; text-decoration:none;}
#information .more a:hover,#information .more a:active {color:#9CBB1D; text-decoration:underline;}


/*2-4 タグクラウド*/
#tag {
	margin:0 0 20px;
}
.indextop #tag .subtitle {
	background:url(../img/bg/bg_keywords_subtitle.gif) no-repeat 0 0;
	padding:23px 0 0;
}
#tag .content {
	padding:0 10px;
}
#tag li {
	display:inline;
	margin: 0 2px 0 0;
}
#tag li a {
	color:#9CBB1D;
}
#tag li a:link,#tag li a:visited {
	text-decoration:none;
}
#tag li a:hover,#tag li a:active {
	text-decoration:underline;
}
/*2-5 よくある質問*/
#faq {
	margin:0 0 20px;
}
#faq .subtitle {
	background: url(../img/bg/bg_faq_subtitle.gif) no-repeat 0 0;
	padding:23px 0 0 0;
}
#faq ul {
	margin:0 0 0 10px;
	padding:0 0 8px;
}
#faq ul li {}
#faq ul li a {
	background:url(../img/bg/bg_icon_li.gif) no-repeat 0 50%;
	padding:0 0 0 10px;
}
#faq ul li a:link,#faq ul li a:visited { text-decoration:none;}
#faq ul li a:hover,#faq ul li a:active { text-decoration:underline;}

#faq .more {
	border-top:#B6E00A dotted 1px;	
}
#faq .more a {
	display:block;
	border:#9CBB1D solid 1px;
	padding:0 3px;
	margin:5px 0 0 83px;
}
#faq .more a:link,#faq .more a:visited {color:#9CBB1D; text-decoration:none;}
#faq .more a:hover,#faq .more a:active {color:#9CBB1D; text-decoration:underline;}

/*2-6 就活GATEへの掲載について*/
#regist {
	margin:0 0 5px;
}
/*2-7 よくある質問*/
#otoiawse {}

/*2-8 バナーエリア*/
#bnrarea {
	background-color:#EE7800;
}
#bnrarea .content {
	padding:0 5px;
}
#bnrarea ul li {
	margin:0 0 5px;
}
#bnrarea ul li img {
	vertical-align:bottom;
}

/*2-s2 先輩ブログを探す*/					
#seniors_search {
	margin:0 0 20px;
}
#seniors_search .subtitle { margin:0;}
#seniors_search .content {
	padding:0 14px;
}
/*共通*/	
#seniors_search .unit {
	padding:10px 0 8px 8px;	
}
#seniors_search h3 {
	margin:0 0 8px;
	font-size:117%;
	font-weight:bold;
	padding:0 0 2px;
	border-bottom:#37A34A dotted 1px;
}
/*社風・テーマから探す*/
#seniors_search #culture ul {
	padding:0 18px 0 18px;
}
#seniors_search #culture li {
	display:inline;
}
#seniors_search #culture li a {
	background:url(../img/bg/bg_icon_li2.gif) no-repeat 100% 50%;
	padding:0 8px 0 0;
	margin:0 0 0 7px;
	display:inline-block;
	white-space:nowrap;
	zoom:1;
}
/*学生時代のチャレンジから探す*/
#seniors_search #challenge ul {
	padding:0 18px 0 18px;
}
#seniors_search #challenge li {
	display:inline;
}
#seniors_search #challenge li a {
	background:url(../img/bg/bg_icon_li2.gif) no-repeat 100% 50%;
	padding:0 8px 0 0;
	margin:0 0 0 7px;
	display:inline-block;
	white-space:nowrap;
	zoom:1;
}
/*学部系統から探す*/
#seniors_search #faculty ul {
	padding:0 0 0 18px;
}
#seniors_search #faculty li {
	display:inline;
}
#seniors_search #faculty li a {
	background:url(../img/bg/bg_icon_li2.gif) no-repeat 100% 50%;
	padding:0 8px 0 0;
	margin:0 0 0 7px;
	display:inline-block;
	white-space:nowrap;
	zoom:1;
}
#seniors_search a:link,#seniors_search a:visited {text-decoration:underline;}
#seniors_search a:hover,#seniors_search a:active {text-decoration:none;}

/*2-s2-1 カテゴリ(トップ)	*/
.indextop #seniors_search {}
.indextop #seniors_search .title {}
.indextop #seniors_search .content {
	background:url(../img/bg/bg_seniors_search_content.jpg) no-repeat 50% 0;
	border-left:#B6E00A solid 1px;
	border-bottom:#B6E00A solid 1px;
	border-right:#B6E00A solid 1px;
	padding:0 16px;
}
.indextop #seniors_search h3 {
	padding:0;
	border:none;	
}
.indextop #seniors_search .unit {
	border-bottom:1px #37A34A  dotted;
}
/*キーワードから探す*/
#seniors_search #key {
	padding:10px 0 10px 8px;
}
#seniors_search #key th,#seniors_search #key td {
	vertical-align:middle;
}
#seniors_search #key th img {
	margin:0 14px 0 0;
}
#seniors_search #key .searchBox {
	width:352px;
	background-color:#FFF;
	border:#ABABAB solid 1px;
	color:#999;
}
#seniors_search #key button {
	background:none;
	border:none;
	vertical-align: middle;
}
/*社風・テーマから探す*/
.indextop #seniors_search #culture ul {
	padding:0 0 0 18px;
}
.indextop #seniors_search #culture li {
	width:120px;
	float:left;
}
.indextop #seniors_search #culture li a {
	background:url(../img/bg/bg_icon_li.gif) no-repeat 0 50%;
	padding:0 0 0 8px;
	margin:0;
}
/*学生時代のチャレンジから探す*/
.indextop #seniors_search #challenge ul {
	padding:0 0 0 18px;
}
.indextop #seniors_search #challenge li {
	width:120px;
	float:left;
}
.indextop #seniors_search #challenge .point {
	width:240px;
}
.indextop #seniors_search #challenge li a {
	background:url(../img/bg/bg_icon_li.gif) no-repeat 0 50%;
	padding:0 0 0 8px;
	margin:0;
}
/*学部系統から探す*/
.indextop #seniors_search #faculty {
	border-bottom:none;
}
.indextop #seniors_search #faculty ul {
	padding:0 0 0 18px;
}
.indextop #seniors_search #faculty li {
	width:120px;
	float:left;
}
.indextop #seniors_search #faculty li a {
	background:url(../img/bg/bg_icon_li.gif) no-repeat 0 50%;
	padding:0 0 0 8px;
	margin:0;
}


.indextop #seniors_search a:link,.indextop #seniors_search a:visited {text-decoration:none;}
.indextop #seniors_search a:hover,.indextop #seniors_search a:active {text-decoration:underline;}


/*2-s2-1 カテゴリ(カテゴリ)*/
.category {}
.category {
	margin:0 0 10px;
}
.category .title{}
.category .content{
	padding:10px;
	border-bottom:#B6E00A dotted 1px;
}
.category ul li a {
	background:url(../img/bg/bg_icon_li.gif) no-repeat 0 50%;
	padding:0 0 0 8px;
}
.category ul li span {
	padding:0 3px 0 9px;
}


/*サイドの社風・テーマ別共通*/
#cate_cul {
	margin:0 0 20px;
}
/*学部系統別共通*/
#cate_fac {
	margin:0 0 20px;
}
#cate_fac .content {
	padding-top:0;
}
#cate_fac .title {
	margin:0;
}
#cate_fac ul .li1 {
	margin:1.0em 0 0 0;
	font-weight:bold;
	background:url(../img/bg/bg_icon_li.gif) no-repeat 0 50%;
	padding:0 0 0 8px;
}
/*サイドのサークル・活動別共通*/
#cate_cir {
	margin:0 0 10px;
}

/*2-s2-2 カテゴリ(カテゴリ)*/
.indextop2 #category {}
/*2-s2-3 カテゴリ(地域)*/
.indextop3 #category {}
/*2-s2-4 カテゴリ(新規ブログ)*/
.newblog #category {}
/*2-s2-5 カテゴリ(ランキング)*/
.popularblog #category {}

/*2-s3 地域*/
#area {}
#area .title {}
#area .content {}
#area .unit {}
#area .comment {}
#area .more {}
#area strong { font-weight:bold;}

/*2-s3-1 地域(トップ)*/
.indextop #area {}
.indextop #area .title {}
.indextop #area .content {}
.indextop #area .unit {}
.indextop #area .comment {}
.indextop #area .more {}
/*2-s3-2 地域(カテゴリ)*/
.indextop2 #area {}
/*2-s3-3 地域(地域)*/
.indextop3 #area {}
/*2-s3-4 地域(新規ブログ)	*/
.newblog #area {}
/*2-s3-5 地域(ランキング)*/
.popularblog #area {}
/*2-s4 マップトラックバック*/
#maptb {}
#maptb .title {}
#maptb .content {}
#maptb .unit {}
#maptb .comment {
	background: url(../img/bg/bg_dot.gif) repeat-x 0 5px;
	padding: 10px 0 0;
}
#maptb .more {}

/*2-s5 QRコード*/
#qr {}
#qr .title {}
#qr .content {}
#qr .unit {}
#qr .comment {}
#qr .more {}

/*2-s7 ランキング*/
#ranking {
	padding:0 0 8px;
	margin:0 0 10px;
}
#ranking .title {}
#ranking .content {
	border-bottom:#B6E00A dotted 1px;
}
#ranking .unit {}
#ranking .comment {}
#ranking .sw {}
#ranking ol ,
#ranking ul {
	padding:0 0 10px;
	margin:0;
}
#ranking li {
	line-height:2;
	height:2em;
/*hide\*/	overflow:hidden;/*MacIE*/
	padding:1px 5px 0px 35px;
	margin:0;
	text-indent: -35px;
}
#ranking li a {}
#ranking li a:link,#ranking li a:visited {text-decoration:none;}
#ranking li a:hover,#ranking li a:active {text-decoration:underline;}


#ranking li img {
	margin:0 10px 0 5px;
}

#ranking .more {
	padding:5px 0 0;
	margin:0 10px 0 0;
}
#ranking .more a:link,#ranking .more a:visited {
	color:#9Cbb1C;
}
#ranking .more a:hover,#ranking .more a:active {
	color:#9Cbb1C;
}

/*2-s7-1 ランキング(トップ)*/
.indextop #ranking {
	background: url(../img/bg/bg_ranking_body.gif) repeat-y 0 0;
	border-bottom:#DAEF84 5px solid;
	margin:0 0 20px;
}
.indextop #ranking .title {}
.indextop #ranking .content {
	padding:0 5px;
	border:none;
}
.indextop #ranking ol {
	background:url(../img/bg/bg_ranking_ul.gif) repeat-y 0 0;
	border-bottom:1px solid #DAEF84;
	padding:0;
}
.indextop #ranking li {
	border-top:1px solid #DAEF84;
	line-height:200%;
}
.indextop #ranking li a {
	background:url(../img/bg/bg_icon_li.gif) no-repeat 0 0.45em;
	padding:0 0 0 8px;
}


.indextop #ranking .comment {}
.indextop #ranking .more {}
.indextop #ranking .sw {}

/*2-s7-2 ランキング(カテゴリ)*/
.indextop2 #ranking {}
/*2-s7-3 ランキング(地域)*/
.indextop3 #ranking {}
/*2-s8 バースデー*/
#birthday {}
#birthday .title {}
#birthday .content {}
#birthday .unit {}
#birthday .comment {
	background: url(../img/bg/bg_dot.gif) repeat-x 0 100%;
	padding: 0 0 5px;
}
#birthday .more {}
#birthday .sw {}
#birthday .bt {}

/*2-s9 リンク*/
#link {}
#link .title {}
#link .content {}
#link .unit {}
#link .comment {
	margin: 0;
}
#link .more {}
#link .sw {}

/*2-s10 マップカテゴリ*/
#mapmenu {}
#mapmenu .title {}
#mapmenu select {}
#mapmenu ul {}
#mapmenu li {
	margin:0 0 5px;
}

#mapmenu p {
	padding:10px 0 0 0;
}

/*【3】1カラム*/
/*3-1 お問い合わせ*/
#inquiry {
	width: 720px;
	margin: 0 0 0 100px;
	text-align: left;
	padding:20px 0 0 0;
}
#inquiry .title {
	color:#333;
	font-weight: bold;
	background:url(../img/bg/bg_title.gif) no-repeat 0 0.3em;
	padding:0 0 0 14px;
	border-bottom:#B6E00A 2px solid;
	padding:0 0 5px 16px;
	margin:0 0 10px;
}
#inquiry .content {}
#inquiry .comment {}
#inquiry .more {}
#inquiry p {}
#inquiry table {
	margin:0 auto;
	width: 525px;
}

/*3-2 エラーメッセージ*/
#errmsg {
	width: 720px;
	margin: 0 0 0 100px;
	text-align: left;
	padding:20px 0 0 0;
}
#errmsg .title {
	color:#333;
	font-weight: bold;
	background:url(../img/bg/bg_title.gif) no-repeat 0 0.3em;
	padding:0 0 0 14px;
	border-bottom:#B6E00A 2px solid;
	padding:0 0 5px 16px;
	margin:0 0 10px;
}
#errmsg .content {}
#errmsg .comment {}
#errmsg .more {}


/*3-3 利用規約*/
#rule {
	width: 720px;
	margin: 0 0 0 100px;
	text-align: left;
	padding:20px 0 0 0;
}
#rule .title {
	color:#333;
	font-weight: bold;
	background:url(../img/bg/bg_title.gif) no-repeat 0 0.3em;
	padding:0 0 0 14px;
	border-bottom:#B6E00A 2px solid;
	padding:0 0 5px 16px;
	margin:0 0 10px;
}
#rule .content {}
#rule .comment {}
#rule .more {}

/*3-4 プライバシーポリシー*/
#privacy {
	width: 720px;
	margin: 0 0 0 100px;
	text-align: left;
	padding:20px 0 0 0;
}
#privacy .title {
	color:#333;
	font-weight: bold;
	background:url(../img/bg/bg_title.gif) no-repeat 0 0.3em;
	padding:0 0 0 14px;
	border-bottom:#B6E00A 2px solid;
	padding:0 0 5px 16px;
	margin:0 0 10px;
}
#privacy .content {}
#privacy .comment {}
#privacy .more {}





