@charset "utf-8";

/**
 *
 *  サイト共通
 *
 */

/* -------------------------------------------------
   Reset
------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:''; content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse; border-spacing:0;}


/* -------------------------------------------------
   html
------------------------------------------------- */

html{
	overflow-y:scroll;
}


/* -------------------------------------------------
   link base
------------------------------------------------- */
a{
	color:#f30c4e;
}
a:link,
a:visited{
	color:#f30c4e;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


/* -------------------------------------------------
   body
------------------------------------------------- */

body{
	background:#000 url('../images/bg_logo.png') no-repeat 100% 100%;
	background-attachment: fixed;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#fff;
	font-size:12px;
	font-size:75%\9;
	line-height:1.8;
}


/* -------------------------------------------------
   Header
------------------------------------------------- */

#Header{
	margin-top:40px;
	width:960px;
	height:102px;
	position:relative;
}
#Header .logo{
	position:absolute;
	top:0;
	left:0;
}


/* -------------------------------------------------
  GlobalNavi
------------------------------------------------- */

#GlobalNavi{
	line-height:100%;
	width:650px;
	height:54px;
	background:url(../images/gnavi_bg.gif) no-repeat 0 0;
	position:absolute;
	top:0;
	right:0;
}
#GlobalNavi ul{
	width:650px;
	overflow:hidden;
	position:absolute;
	top:16px;
	left:10px;
}
#GlobalNavi ul li{
	float:left;
	margin-right:26px;
}
#GlobalNavi ul li:hover,
#GlobalNavi ul li:visited{
	opacity:0.7;
}
#GlobalNavi ul li.last-child{
	margin-right:0;
}


/* -------------------------------------------------
   Container
------------------------------------------------- */

#Container{
	width:960px;
	margin:0 auto;
}


/* -------------------------------------------------
   Content
------------------------------------------------- */

#Content-inner{
	overflow:hidden;
	width:960px;
	margin-bottom:30px;
}


/* -------------------------------------------------
   Footer
------------------------------------------------- */

#Footer{
	width:960px;
	margin:0 auto;
	padding:30px 0;
}

/* copyright
--------------------------------------- */
#Footer p.copyright small{
	float:right;
	font-size:84%;
	color:#fff;
}


/* -------------------------------------------------
   Other
------------------------------------------------- */

/* clearfix
--------------------------------------- */
.clearfix:before,
.clearfix:after{
	content:"";
	display:table;
}
.clearfix:after{
	clear:both;
}
.clearfix{
	zoom:1;
}


