@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

/* ▼グローバルナビ
--------------------------------------- */

#gloabalnave_bg{
	width:auto;
	height:40px;
	background-color:#FFF;
	border-bottom:1px solid #F00;
}

#globalnave{
	width:700px;
	height:40px;
	background-color:#FFF;
	margin:0 auto;
}

#globalnave .merurulog{
	width:185px;
	height:28px;
	float:left;
	background-image:url(img/meruru_logo.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:7px 0 7px 0px;
}


#globalnave .merurulog a{
	width:155px;
	height:28px;
	display:block;
	position:absolute;
}

#globalnave .merurulog span{
	width:155px;
	height:28px;
	display:block;
	visibility:hidden;
}

#globalnave .sharearea{
	width:auto;
	height:28px;
	padding:7px 0 0 0px;
	float:right;
}

#globalnave .sharearea .twitter{
	padding:2px 0 0 0;
	float:left;
}

#globalnave .sharearea .facebook{
	padding:2px 0 0 5px;
	float:left;
}


/* ▼コンテンツ
--------------------------------------- */

.header{
	width:700px;
	height:280px;
	margin:0 auto;
	background-image:url(img/header.jpg);
	text-indent:-9999px;
	border-bottom:1px solid #cb114e;
	border-left:1px solid #cb114e;
	border-right:1px solid #cb114e;
}

.content_container{
	width:700px;
	height:auto;
	margin:0 auto;
	border:1px solid #cb114e;
	margin-top:15px;
}

.content_title01{
	width:700px;
	height:40px;
	padding:0 0 20px 0;
}

.content_wpimg{
	width:700px;
	height:230px;
}

.content_wptext{
	width:660px;
	margin:0 auto;
	padding:20px 0 40px 0;
	text-align:left;
	font-size:12px;
	line-height:16px;
	color:#333;
}

.content_title02{
	width:700px;
	height:25px;
}

.content_enqimg{
	width:700px;
	height:180px;
	padding:15px 0 15px 0;
}

.content_line{
	width:700px;
	height:10px;
	background-color:#cb114e;
}

.content_oubo{
	width:680px;
	height:auto;
	margin:0 auto;
}

.content_oubo .title{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#ff0000;
}

.content_oubo .text01{
	font-size:12px;
	line-height:16px;
	color:#333;
}

.content_oubo .text02{
	font-size:10px;
	line-height:14px;
	color:#F00;
}

.copyright{
	width:700px;
	height:40px;
	text-align:center;
	font-size:10px;
	line-height:40px;
	color:#333;
}