@charset "utf-8";
/* CSS Document */

/*=====================================================================================================================

　　Background Base

=====================================================================================================================*/


body {color: #363636;font-family: Arial, Helvetica, sans-serif;font-size: 12px;line-height: 160%;background-color: #000000;}


#wrapper {background-image: url(../images/skin/bg.jpg);background-repeat: repeat-x;background-position: top;background-color: #FFFFFF;}


#container {width: 1000px;margin-right: auto;margin-left: auto;}




/*=====================================================================================================================

　　Header

=====================================================================================================================*/

#header {width: 1000px;height: 60px;padding-top: 40px;}



/*=====================================================================================================================

　　Contents - Frames

=====================================================================================================================*/



#contents {height: 400px;width: 1000px;}


/*　Next Division　-------------------------------------------------------*/

#main {float: left;width: 740px;height: 400px;}

#navi {float: right;width: 240px;padding-top: 145px;}



/*=====================================================================================================================

　　Footer

=====================================================================================================================*/

#footer {width: 1000px;padding-top: 10px;height: 90px;color: #FFFFFF;text-align: right;}

/*=====================================================================================================================

　　Cookie Consent

=====================================================================================================================*/
.cc-banner .cc-message {font-size: 14px;}
a.cc-btn {text-decoration: none;}
a.cc-btn:hover {text-decoration: none;}

