@charset "utf-8";

/*
Title:       Nail Dear master styles
Last updata: 2009.8.14
*/

/*--------------------------------------------------------------------
-------------------------------------------------------------- Reset
--------------------------------------------------------------------*/

body,div,pre,p,blockquote,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,pre,
form,fieldset,input,textarea,select,option,table,th,td,tr,embed,object{
	margin:0;
	padding:0;
}

li{list-style-type:none;}
fieldset,table,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}

/*------------------------------------------------------------ Body */

body{text-align:center;background:url(../images/bg_body.gif) repeat-x;width:100%;}

h1,h2,h3,h4,h5,h6,p,li,dt,dd,form,pre,td,th,label,div{
	color:#252525;
	font-size:80%;
	line-height:160%;
}

div p,div li,div dt,div dd,div form,div pre,div td,div th,div label,
div div,div h1,div h2,div h3,div h4,div h5,div h6,
p p,p li,p dt,p dd,p from,p pre, p td,p th,p label,p div,
li p,li li,li dt,li dd,li from,li pre,li td,p th,li label,li div,li h3,
td p,td li,td dt,td dd,td from,td pre,td td,td th,td label,td div,
th p,th li,th dt,th dd,th from,th pre,th td,th th,th label,th div,
label p,label li,label dt,label dd,label form,label pre,label td,label th,label div,
form th,form td{
	font-size:100%;
}

a{overflow:hidden;}
a:link{color: #494949; text-decoration:underline;}
a:visited{color: #494949; text-decoration:underline;}
a:hover{color: #e10085; text-decoration:none;}
a:hover img{filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}

body,h1,h2,h3,h4,h5,h6,td,th,p,div,input,textarea,pre,ul,li,ol{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-weight:normal;
}
th { text-align: left;}


/*--------------------------------------------------------------------
------------------------------------------------------------- Header
--------------------------------------------------------------------*/

#Wrap h1 {
	font-size: 80%;
	padding-top: 3px;
	padding-left: 8px;
}

#Header {
	width: 850px;
	margin-bottom: 11px;
}

p#Logo {
	float: left;
	padding: 19px 0 0 10px;
	width: 100px;
}


/*---------------------------------------------------------- GlbNav */

ul#glbNav {
	text-indent:-9999px;
	float:right;
	width:632px;
	height:30px;
	margin-top: 48px;
}

#glbNav li {
	float: left;
}

#glbNav li a{
	height:30px;
	display:block;
	background:url(../images/glbnav.gif) left top no-repeat;
}

#glbNav li#Nav01{width:73px;}
#glbNav li#Nav02{width:93px;}
#glbNav li#Nav03{width:86px;}
#glbNav li#Nav04{width:143px;}
#glbNav li#Nav05{width:145px;}
#glbNav li#Nav06{width:92px;}

#glbNav li#Nav01 a{background-position:0 0;}
#glbNav li#Nav02 a{background-position:-73px 0;}
#glbNav li#Nav03 a{background-position:-166px 0;}
#glbNav li#Nav04 a{background-position:-252px 0;}
#glbNav li#Nav05 a{background-position:-395px 0;}
#glbNav li#Nav06 a{background-position:-545px 0;}

#glbNav li#Nav01 a:hover{background-position:0 -30px;}
#glbNav li#Nav02 a:hover{background-position:-73px -30px;}
#glbNav li#Nav03 a:hover{background-position:-166px -30px;}
#glbNav li#Nav04 a:hover{background-position:-252px -30px;}
#glbNav li#Nav05 a:hover{background-position:-395px -30px;}
#glbNav li#Nav06 a:hover{background-position:-545px -30px;}


/*--------------------------------------------------------------------
---------------------------------------------------------------- Wrap
--------------------------------------------------------------------*/


#Wrap{
	text-align: left;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#Content {
	width: 850px;
}


/*--------------------------------------------------------------------
-------------------------------------------------------------- Footer
--------------------------------------------------------------------*/

#Footer {
	padding-bottom: 15px;
}

#Footer p.gotop {
	text-align: right;
	margin: 25px 0 15px 0;
}

#Footer ul {
	float: left;
	width: 589px;
}

* html #Footer ul  {
	margin-top: 7px;
}

#Footer li {
	font-size: 80%;
	background: url(../images/icon01.gif) no-repeat 6px 7px;
	float: left;
	padding-left: 18px;
}

#Footer li.first {
	background: none;
	padding: 0;
}

#Footer a:link{color: #494949; text-decoration:none;}
#Footer a:visited{color: #494949; text-decoration:none;}
#Footer a:hover{color: #e10085; text-decoration:underline;}

address {
	background: url(../images/copyright.gif) no-repeat left bottom;
	text-indent: -9999px;
	float: right;
	width: 261px;
	height: 13px;
}

/*--------------------------------------------------------------------
------------------------------------------------------- ContentClear
--------------------------------------------------------------------*/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix {height:1%;}

/*\*//*/
.clearfix{
	display: inline-table;
}
/**/

*:first-child+html .clearfix {height:1%;}


