@charset 'utf-8';

/**
 *
 *  トップページ
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
html,body
{
}

/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/
#Page
{
}


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

#Header
{
}

/* global_navi */
#Header .global_navi
{
    width: 980px;
    margin: 0 auto;
}
#Header .global_navi .title-logo
{
}
#Header .global_navi #Navi
{
}
#Header .global_navi #Navi > ul > li
{
    float: left;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content{

}

#Content img{
}

#Content .unit{
	width:100%;
}

#Content .unit001{ background:url(../images/img_001_bg.jpg) repeat-x; }
#Content .unit009{ background:#FF0064 repeat; }
#Content .unit012{ background:url(../images/img_012_bg.jpg) repeat; }
#Content .unit021{ background:url(../images/img_021_bg.jpg) repeat-x; }
#Content .unit030{ background:#E8FAFF repeat; }
#Content .unit036{ background:#FFDCE9 repeat; }

#Content .unit039{ background:#FFD8E1 repeat; }
#Content .unit041{ background:#FF0064 repeat; }
#Content .unit042{ background:url(../images/img_042_bg.jpg) repeat; }
#Content .unit049{ background:url(../images/img_049_bg.jpg) repeat; }
#Content .unit053{ background:url(../images/img_053_bg.jpg) repeat; }
#Content .unit054{ background:url(../images/img_054_bg.jpg) repeat; }
#Content .unit061{ background:url(../images/img_061_bg.jpg) repeat; }




#Content h1,
#Content p{
	width:1200px;
	margin:0 auto;
	text-align:center;
}


#Content .unit062{
	margin:0 auto 50px;
	width:1200px;
	position:relative;
}

#Content .unit062 .bt{
	position: absolute;
	top: 424px;
	left: 470px;
	z-index: 100;
	width: 619px;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer
{
}
#Footer .footer_inner
{
    width: 980px;
    margin: 0 auto;
}
#Footer .footer_inner .copy
{
}
