*{
	margin: 0px;
	padding: 0px;
}

.no{
	display:none;
}

.c-both{
	clear: both;
	font-size: 0px;
}

body{
	background-color: #fff;
	font-size: 10pt;
	color: #333;
}

#hid{
	display: none;
}

#page_area{
	width: 765px;
	background-image: url('../img/page_line_right.gif');
	background-repeat: repeat-y;
	background-position: 100% 0px;
}

/*ヘッダー*/
#header{

}

#header h1{
	font-size: 0pt;
	text-indent: -5000px;
	background-image: url('../img/header.gif');
	background-repeat: no-repeat;
	width: 735px;
	height: 110px;
	display: block;
}

/*メイン*/
#main{
	margin-top: 10px;
	width: 735px;
}

#main_left{
	float: left;
	background-color: #fcfcfc;
}

#main_right{
	float: left;
}

/*メニュー*/
#menu_area{
	width: 173px;
}

#menu_area ul{
	list-style: none;
	margin: 10px 0px 0px 10px;
}

#menu_area li{
	display: inline;
	text-indent: -5000px;
}

#menu_area a{
	overflow:hidden;
	margin-top: 3px;
	height: 32px;
	width: 152px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0px;
}

#menu_area a:hover{
	background-position: 0 -32px;
}

#menu01{	background-image: url('../img/menu_01.gif');}
#menu02{	background-image: url('../img/menu_02.gif');}
#menu03{	background-image: url('../img/menu_03.gif');}
#menu04{	background-image: url('../img/menu_04.gif');}
#menu05{	background-image: url('../img/menu_05.gif');}
#menu06{	background-image: url('../img/menu_06.gif');}
#menu07{	background-image: url('../img/menu_07.gif');}
#menu08{	background-image: url('../img/menu_08.gif');}
#menu09{	background-image: url('../img/menu_09.gif');}
#menu10{	background-image: url('../img/menu_10.gif');}
#menu11{	background-image: url('../img/menu_11.gif');}
#menu12{	background-image: url('../img/menu_12.gif');}

/*つぶやき*/
#tweet_area{
	width: 152px;
	height: 300px;
	margin: 20px 0px 0px 10px;
	background-image: url('../img/tweet_bg.gif');
	background-repeat: no-repeat;
}

#t_day{
	font-size: 10px;
	line-height: 10px;
	color: #fe005a;
	text-align: right;
	margin: 0px 5px 0 0;
	padding-top: 28px;
}

#tweet{
	height: 24px;
	font-size: 12px;
	line-height: 12px;
	margin: 12px; 10px 0 0;
}

#tweet_photo{
	width: 135px;
	height: 180px;
	margin: 21px 0 0 8px;
}

#tweet_link{
	margin-top: 5px;
	text-align: center;
}

#tweet_link a{
	font-size: 10px;
	color:#fe005a;
	text-decoration: none;
}


/*モバイル*/
#mobile_area{
	width: 152px;
	height: 120px;
	margin: 20px 0px 0px 10px;
	background-image: url('../img/mobile.jpg');
	background-repeat: no-repeat;
}

#mobile_area p{
	padding: 30px 0px 0px 12px;
	font-size: 8pt;
	color: #F85476;
}

#mobile_area a{
	color: #fff;
}

#mobile_area a:hover{
	color: #f85476;
}

/*メルマガ*/
#mailmagazine_area{
	width: 152px;
	height: 120px;
	margin: 10px 0px 0px 10px;
	background-image: url('../img/mailmagazine.jpg');
	background-repeat: no-repeat;
}

#mailmagazine_area a{
	text-indent: -5000px;
	width: 152px;
	height: 120px;
	display: block;
	overflow: hidden;
}

#mailmagazine_area div{
	padding: 55px 0px 0px 3px;
	font-size: 8pt;
	color: #F85476;
}

.magazine{
	border: 1px solid #F85476;
	font-size: 8pt;
}

.submit{
	border: 1px solid #F85476;
	background-color: #F4DFE3;
	font-size: 8pt;
	color: #846161;
}

/*ポイント*/
#side_point_area{
	width: 152px;
	height: 120px;
	margin: 10px 0px 0px 10px;
	background-image: url('../img/point.gif');
	background-repeat: no-repeat;
}

#side_point_area a{
	text-indent: -5000px;
	width: 152px;
	height: 120px;
	display: block;
	overflow: hidden;
}

/*ムービー*/
#movie_area{
	width: 173px;
}

#movie_area ul{
	margin: 10px 0px 0px 10px;
	width: 152px;
	list-style: none;
}

#movie_area li{
	display: inline;
	text-indent: -5000px;
}

#movie_area a{
	overflow:hidden;
	margin-top: 3px;
	height: 30px;
	width: 152px;
	display: block;
	background-repeat: no-repeat;
}

#movie01{	background-image: url('../img/movie01.jpg');}

/*カンパニー*/
#company_area{
	margin: 10px 0px 0px 3px;
	padding: 5px 0px 5px 0px;
	width: 167px;
	border-top: dotted 1px #ddd;
}

#company_area h2{
	font-size: 0pt;
	text-indent: -5000px;
	background-image: url('../img/company_logo.gif');
	background-repeat: no-repeat;
	width: 152px;
	height: 20px;
}

#company_area ul{
	margin:5px 0px 0px 10px;
	list-style: none;
}

#company_area li{
	font-size: 8pt;
	color: #846161;
}

#company_area a{
	color: #846161;
	text-decoration: none;
}

#company_area a:hover{
	color: #F85476;
	text-decoration: underline;
}

#contents_area{
	margin-left: 8px;
	width: 550px;
}

/*フッター*/
#footer{
padding: 0 0 20px 0;
	width: 735px;
	background-color: #fff;
	font-size: 9pt;
	color: #555;
}

#footer p{
margin:50px 20px 20px 150px;
font-size:12px;
color:#ccc;
}

#footer a{
	color:#ccc;
	text-decoration: none;
}

#footer a:hover{
	color:#f85476;
	text-decoration: underline;
}

#footer h2{
	font-weight: normal;
	font-size: 8pt;
	color: #ccc;
	text-align: center;
}