@charset "UTF-8";



/* 試験運用中 */
.test-run{
	background:#FFDFDC;
	border:1px solid #900;
	color:#900;
	margin:0 0 10px 0;
	padding:3px;
}
.test-run h3{
	font-size:122%;
	float:left;
	line-height:20px;
	margin:0 10px 0 0;
}
.test-run p{
	margin:0;
	line-height:20px;
}
/* /試験運用中 */



/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

body{
	background:url(../img/home/bg_body.jpg) repeat-x center top #C66B66;/* common.css上書き */
}


/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
#header-area{
	position:relative;
	background:url(../img/home/bg_header.jpg) no-repeat center top;
	padding:60px 34px 0 33px; /* common.css上書き */
	height:341px;
}

#header-area h1{
	margin:0;
	padding:0;
}

.globalmenu{
	background:url(../img/common/bg_header_menu.jpg) repeat-x center top;
	
}

.globalmenu ul{
	width:862px;
	margin:0 auto;
}

.globalmenu li{
	float:left;
	line-height:1;
	text-align:center;
}

#header-area .header-utility{
	position:absolute;
	width:240px;
	top:25px;/* common.css上書き */
	left:700px;
	_left:715px; /* for ie6 */
	font-size:77%;
}


/* ------------------------------------------------------------ */
/* コンテンツ大枠 */
/* ------------------------------------------------------------ */

#contents-area{
	background:url(../img/common/bg_contents.gif) no-repeat center top;
	width:900px;
	margin:0 auto;
	padding:20px 0 0 0;
}

#contents-area .sitepath{
	font-size:77%;
	padding:5px;
	margin:0;
}

#contents-area .sitepath a:link,
#contents-area .sitepath a:visited{
	color:#333;
}
#contents-area .sitepath a:hover,
#contents-area .sitepath a:active{
	color:#666;
}


/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */
#main-area{
	margin:0 0 20px 0;	
}

#main-area .pagetitle{
	margin:0 0 30px 0;
}
.section{
	margin:0;
	padding:0 0 10px 0;
	border-bottom:0px
}

.pagetop{
	text-align:right;
	margin:0 auto 0px auto;
	font-family: 'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:77%;
}
.pagetop a:link,
.pagetop a:visited{
	background:url(../img/common/icon_pagetop.gif) no-repeat center left;
	text-decoration:none;
	color:#333;
	padding:0 0 0 12px;
}
.pagetop a:hover,
.pagetop a:active{
	background:url(../img/common/icon_pagetop.gif) no-repeat center left;
	text-decoration:none;
	color:#E08601;
	padding:0 0 0 12px;
}


/* ------------------------------------------------------------ */
/* 神社を知る */
/* ------------------------------------------------------------ */

.know-area{
	float:left;
	width:580px;
}

.know-area .know{
	margin: 0 10px 0px 0;	
	float:left;
	width: 280px;
	height:120px;
}

.know-area .know h3{
	position: relative;
	padding-left: 85px;
	font-weight: bold;
	font-size:107%;
	background:none;
	margin:0 0 5px 0;
	width: 195px;
	line-height:1.4;
	
	
}

.know-area .know img {
	position: absolute;
	top: 0px;
	left: 0;
	padding: 2px;
}
 
.know-area .know h3.firstChild,
.know-area .know h3:first-child {
	border-top: 0;
	padding-top: 0;
}
 
.know-area .know h3 a {
	padding-left: 15px;
}

.know-area .know h3 a:hover img,
.know-area .know h3 a:active img {
	filter: alpha(opacity=60);
	opacity:0.6;
	-moz-opacity:0.6;
}

 

 
.know-area .know h3.firstChild img,
.know-area .know h3:first-child img {
	top: 0;
}
 
.know-area .know p {
	margin-bottom: 15px;
	padding-left: 100px;
	height: 50px;
}
 
.know-area > p {
	min-height: 30px;
	height: auto;
}



/* ------------------------------------------------------------ */
/* お知らせ */
/* ------------------------------------------------------------ */

.information-area{
	width:264px;
	float:right;
}


/* ------------------------------------------------------------ */
/* 神社を探す */
/* ------------------------------------------------------------ */
.search-area{
	clear:both;
}

.search-area .search-bg{
	background:url(../img/home/bg_search_border.gif) no-repeat center bottom ;
}

.search-area .search{
	background:url(../img/home/bg_search.jpg) repeat-x center bottom;
	width:263px;
	height:237px;
	float:left;
}

/* 探し方を横に並べたときの真ん中（ここに左右の余白をあてること） */
.center{
	margin:0 36px 0 35px;
}

.search-area .search p{
	padding:10px 10px 0;
}


/* 地図から探す */
.area{
	background:url(../img/home/bg_search_area.jpg) no-repeat bottom right;
	height:237px;
}

/* 市町村から探す */
.address .address-list{
	padding:0px 10px 10px 10px;
}

.address .address-list a{
	margin:0 10px 0 0;
	line-height:1.6;
}

/* キーワードから探す */
.keyword .input-area{
	padding:0px 10px 0;
}
.keyword .input-area input{
	width:173px;
	height:20px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 0 0 5px;
	float:left;
	margin:0 8px 0 0;
}
.keyword h4{
	font-size:100%;
	padding:5px 0 0 10px;
	margin:0 0 0 0;
}
.keyword p.hint{
	font-size:77%;
	margin:0 0 0 0;
	padding:0 0 0 10px;
}


/* ------------------------------------------------------------ */
/* デザインパーツ */
/* ------------------------------------------------------------ */

h2{
	background:none;
	height:auto;
	line-height:1;
	padding:0;
	position:relative;
	margin:0 0 1em 0;
}

.section h3{
	margin:0;
	padding:0;
	background:none;
}


