@charset "UTF-8";
/* CSS Document */

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #ccc;
	height: auto;
	min-height: 630px;
	background:  #393332;
}

* {
	margin: 0;
	padding: 0;
}

.love {
	color: #DDDD88;
}

a img { 
	border: none;
}

a, a:link {
	color: #000;
	text-decoration: none; 
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:visited, a:active, a:focus { 
	text-decoration: none;
}

div#container {
	overflow: hidden;
	width: 100%;
	background: url(../img/body_bk.png) repeat-x top #FFFFFF;
	min-width: 950px;
	height: 630px;
	position: absolute;
	margin-top: -220px;
	top: 50%;
}

div#content {
	position: relative;
	width: 950px;
	height: 630px;
	margin: auto;
	background-image: url(../img/image.png);
	background-repeat: no-repeat;
}

div#main {
	height: 630px;
}


/* ~~ ロゴ ~~ */
div#logobox {
	height: 30px;
	position: absolute;
	top: 60px;
	left: 47px;
}

/* ~~ 言語選択 ~~ */
.sns {
	width: 450px;
	margin: 0px auto;
	text-align: right;
	position: absolute;
	top: 15px;
	left: 55px;
	z-index: 800;
}

.sns ul li {
	float: left;
	vertical-align: bottom;
	height: 40px;
	list-style: none;
}

.sns ul li.sns_g {
	margin-right: -10px;

}

.sns ul li.sns_f {
	margin-right: 20px;
	margin-bottom: 5px;
}

.sns ul li.sns_t {
	margin-right: 10px;
}

/* ~~ 言語選択 ~~ */
div#languages {
	color: #DEDEDE;
	width: 950px;
	position: absolute;
	margin: 0px auto;
	text-align: right;
	font-size: 12px;
	top: 18px;
}

/* ~~ カウンター ~~ */
div#twittercount {
	height: 30px;
	position: absolute;
	top: 149px;
	left: 56px;
	width: 540px;
}

img.analyser {
	cursor: pointer;
}

/* ~~ 会社概要 ~~ */
#company {
	position:absolute;
	left:826px;
	top:74px;
	width:94px;
	height:64px;
	z-index:1;
}

#company_cont {
	padding:10px;
	background:#fff;
}

/* ~~ 笑顔 ~~ */
#smile {
	position:absolute;
	left:825px;
	top:151px;
	width:87px;
	height:60px;
	z-index:1;
}

#smile_cont {
	padding:10px;
	background:#fff;
}

#smile_cont h2, #company_cont h2{
	color: #7895AC;
	padding-bottom: 0.5em;
}

#smile_cont h2 span.ss {
	 color:#A65B67;
}

#smile_cont p, #company_cont p {
	color: #555;
	padding-bottom: 1em;
}

/* ~~ twitter部分グラデ ~~ */
div#tweetcover {
	height: 82px;
	width: 227px;
	position: absolute;
	top: 434px;
	left: 700px;
	font-size: 11px;
	background: url(../img/twitter_front.png) bottom no-repeat;
	z-index: 600;
}

/* ~~ twitter ~~ */
div#tweet {
	height: 188px;
	width: 217px;
	position: absolute;
	top: 228px;
	left: 700px;
	font-size: 11px;
	padding: 30px 5px;
	overflow: hidden;
	color: #5D5C5C;
}

/* ~~ 世界地図 ~~ */
div#worldmap {
	width: 694;
	height: 356px;
	position: absolute;
	top: 190px;
}

/* ~~ lovetreeボタン ~~ */
div#lovetree {
	height: 130px;
	width: 130px;
	position: absolute;
	top: 418px;
	left: 50px;
	z-index: 500;
}

/* ~~ フッター ~~ */
.footer {
	height: 130px;
	width: 100%;
	position: absolute;
	top: 590px;
	left: 50px;
	z-index: 500;
}

.footersns {
	width: 950px;
	margin: 0px auto;
	text-align: right;
	
}

.footersns ul li {
	float: right;
	vertical-align: bottom;
	height: 40px;
	list-style: none;
}

.footersns ul li.sns_g {
	margin-right: -10px;

}

.footersns ul li.sns_f {
}

.footersns ul li.sns_t {
	margin-right: -10px;
}

.counter_num, .counter_dot {
	display:inline-block;
	width:16px;
	height:26px;
	border:0;
	margin:0;
	padding:0;
	background-image:url(../img/img_no.png);
	background-position: 0 0px;
	overflow: hidden;
	/display: inline;
	/zoom: 1;
}
.counter_dot {
	width:17px;
	background-image:url(../img/comma.png);
}

.tw_block a {
	color:#dddd88;
	text-decoration:underline;
}
.tw_block a:hover {
	color:#ddddbb;
}

.created_at {
	text-align:right;
	font-size:10px;
	border-top:1px solid #222222;
}
