@charset "UTF-8";


/*
Theme Name: 天津 向とゆかいな仲間たち2
Description: 天津 向とゆかいな仲間たち テーマ2
Author: CIDER inc.
Version: 0.1
*/




/* base */

html, body{
	-webkit-text-size-adjust: none;
	background: #FE8801;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
}

body{
	position: relative;
}

.block{
	width: 960px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.main{
	margin-top: 40px;
	padding-bottom: 70px;
}

.main2{
	width: 677px;
	float: right;
}

#main1{
	width: 566px;
	float: left;
}

.new{
	width: 41px;
	height: 10px;
	background: url(./images/common/new.png) no-repeat 0 0;
}

/* header */

header{
	padding-top: 30px;
}

#logo{
	display: block;
	width: 227px;
	height: 99px;
	background: url(./images/common/logo.png) no-repeat 0 0;
	float: left;
	position: relative;
}

	#logo img{
		position: absolute;
		/*
		width: 43px;
		height: 43px;
		top: 29px;
		left: 140px;
		*/
		width: 37px;
		height: 37px;
		top: 32px;
		left: 143px;
	}
	
#global-menu{
	float: right;
	margin-top: 25px;
}

	#global-menu ol{
		list-style: none;
		margin-top: 15px;
		line-height: 1;
	}

	#global-menu li{
		float: left;
		width: 120px;
	}
	
	#global-menu li.wide{
		width: 165px;
	}
	
	#global-menu li.last{
		width: auto;
	}
	
	#global-menu a{
		display: block;
		background-position: 0 0;
		background-repeat: none;
		font-size: 13px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
	}
	
	#global-menu a:hover,
	#global-menu a.current{
		color: #fff;
	}


/* footer */

footer{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	border-top: solid 3px #000;
	padding: 10px 0;
	background: #FE8801;
	z-index: 10;
}

#contact-link{
	float: left;
	width: 257px;
	height: 24px;
	background: url(./images/common/contact-link.png) no-repeat 0 0;
	margin-top: 2px;
}

#contact-link:hover{
	background-position: 0 -24px;
}

#sns{
	float: left;
	margin-left: 40px;
	padding-top: 3px;
}

	#sns .fb-like{
		float: left;
	}
	
#twitter{
	float: left;
	margin-left: 10px;
}

#copyright{
	float: left;
	font-size: 9px;
	padding-top: 7px;
	line-height: 2em;
}

	#copyright p{
		float: left;
		margin-top: -1px;
	}

#cider-inc{
	width: 199px;
	height: 21px;
	background: url(./images/common/cider-inc.png) no-repeat 0 0;
	float: right;
	margin-left: 20px;
	display: block;
}

#cider-inc:hover{
	background-position: 0 -21px;
}




