@charset "UTF-8";

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
	
.clearfix {
	width:100%;
 	overflow:hidden;
}


.floatL {
	float: left;
}

.floatR {
	float: right;
}


/*独自クラス（用編集）*/

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "メイリオ", Helvetica, Futura, Consolas, 'Lucida Console', 'Century Gothic', Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}


body {
  background: #f3f3f3;
  font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  color: #333;
}

ul {
	list-style-type: none;	
}

a {
	
}

a:hover {
	
}

/*ヘッダー*/
#header {
	width: 800px;
	height: 70px;
	padding: 4px;
	padding-top: 0;
	margin-left: 16px;
	background: url(../img/header/bg.png) no-repeat;
}

#header h2{
	padding-left: 20px;
	padding-top: 7px;	
	width: 164px;
	height: 20px;	
}

#header h2 a{
	display: block;
	width: 164px;
	height: 20px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/header/logo.png) no-repeat;	
}


/*ナビ*/

#globalnavi {
	width: 760px;
	height: 30px;
	padding: 0 20px;
	padding-top: 13px;
	list-style-type: none;
}

#globalnavi li{
	display: block;
	float: left;
	width: 105px;
	height: 30px;
	padding-left: 2px;
	list-style-type: none;
}

#globalnavi a{
	display: block;
	width: 105px;
	height: 30px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/header/nav.png);		
}

/*ナビ各自*/

#globalnavi .dolls a{
	background-position: 0 0;		
}

#globalnavi .dolls a:hover{
	background-position: 0 -30px;		
}

#dolls_body #globalnavi .dolls a,
#ange #globalnavi .dolls a,
#jewel #globalnavi .dolls a,
#nano #globalnavi .dolls a{
	background-position: 0 -60px;		
}



#globalnavi .company a{
	background-position: -105px 0;		
}

#globalnavi .company a:hover{
	background-position: -105px -30px;		
}


#company_body #globalnavi .company a,
#gallery_body #globalnavi .company a{
	background-position: -105px -60px;		
}



#globalnavi .partydoll a{
	background-position: -210px 0;		
}

#globalnavi .partydoll a:hover{
	background-position: -210px -30px;		
}

#youtube_body #globalnavi .partydoll a{
	background-position: -210px -60px;		
}


#globalnavi .news a{
	background-position: -315px 0;		
}

#globalnavi .news a:hover{
	background-position: -315px -30px;		
}

#news_body #globalnavi .news a,
#news #globalnavi .news a{
	background-position: -315px -60px;		
}



#globalnavi .contact a{
	background-position: -420px 0;		
}

#globalnavi .contact a:hover{
	background-position: -420px -30px;		
}

#contact_body #globalnavi .contact a,
#contact #globalnavi .contact a{
	background-position: -420px -60px;		
}



#globalnavi .life a{
	background-position: -525px 0;		
}

#globalnavi .life a:hover{
	background-position: -525px -30px;		
}

#life_body #globalnavi .life a,
#top_body #globalnavi .life a,
#touch_body #globalnavi .life a,
#fit_body #globalnavi .life a,
#relax_body #globalnavi .life a,
#love_body #globalnavi .life a,
#see_body #globalnavi .life a{
	background-position: -525px -60px;		
}


#globalnavi .order{
	padding-right: 0;
	padding-left: 13px;
}

#globalnavi .order a{
	background-position: -630px 0;		
}

#globalnavi .order a:hover{
	background-position: -630px -30px;		
}

#order_body #globalnavi .order a{
	background-position: -630px -60px;		
}


/*フッター*/


#footer{
	border-top:#bd7f7f 1px solid;
	margin-left:20px;
	padding:24px 0 25px;
	width:800px;
}

#footer p{
	text-align:right;
	margin-bottom:0;
	font-size:10px;
	line-height:1;
}

#footer #footernavi{
	margin-bottom:10px;
}

#footer #footernavi a{
	text-decoration: none;
	color:#333;
}

#footer #footernavi a:hover{
	color:#f60;
}

#footer #footernavi span{
	margin:0 10px;
}




/*コンテナ内共通設定*/
#container {
  width: 840px;
  margin: 0 auto;
  padding: 0 17px;
  background: url(../img/common/bg_container.gif) repeat-y;
}

#container h2{
	
}


#container h3{
	
}

#container h4{
	
}


#container p{
	
}



/*独自クラスここまで*/


/*汎用クラス*/

.boxCenter {
	margin: 0 auto;
}

.hidden {
	display: none;
}

.block {
	display: block;
}

.txHidden {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

.alignR {
	text-align: right !important;
	width: inherit;
}

.alignL {
	text-align: left !important;
	width: inherit;
}

.alignC {
	text-align: center !important;
	width: inherit;
}

.textL {
	font-size: 20px;
}

.textM {
	font-size: 14px;
}

.textS {
	font-size: 10px;
}

.inline {
	display: inline
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.white {
	color: #ffffff !important;
}

.black {
	color: #000000 !important;
}

.red {
	color: #ff0000 !important;
}

.blue {
	color: #0000ff !important;
}

.green{
	color: #00ff00 !important;
}

.yellow{
	color: #ffff00 !important;
}

.pink{
	color: #ff00ff !important;
}


img { 
	border-style:none; 
	vertical-align: bottom;
} /*リンク画像の枠線を消すために記述*/

a { 
    overflow: hidden;
    outline: none;
}/* FireFox リンク選択時の点線を消す */

