@charset "Shift_JIS";

/* ------------------------------
     File Name: layout.css
     Created: 2008-08-07
     Last Update: 2009-01-27
------------------------------ */

/* ------------------------------
     div#wrapper
------------------------------ */

div#wrapper {
 width: 920px;
 margin: 0 auto;
 background-color: #fff;
 text-align: left;
 background-color: transparent;
}


/* ------------------------------
     div#header
------------------------------ */

div#header {
 font-size: 75%;   /* 12px */
 padding: 10px 0 3px 0;
 
}


/* ------------------------------
     div#info
------------------------------ */ 




/* ------------------------------
     div#container
------------------------------ */

div#container {
 width: 920px;
 margin: 10px 0;
}

body#cd-cassette div#container {
 background: url(../cd-cassette/img/container_bg.gif) top left repeat-y;
}

body#dvd div#container {
 background: url(../dvd/img/container_bg.gif) top left repeat-y;
}

body#instrument div#container {
 background: url(../instrument/img/container_bg.gif) top left repeat-y;
} 

body#sheet div#container {
 background: url(../sheet/img/container_bg.gif) top left repeat-y;
}

body#event-plan div#container {
 background: url(../event-plan/img/container_bg.gif) top left repeat-y;
}

body#company div#container {
 background: url(../company/img/container_bg.gif) top left repeat-y;
}

body#privilege div#container {
 background: url(../company/img/container_bg.gif) top left repeat-y;
}

body#valentine div#container {
 background: url(../company/img/container_bg.gif) top left repeat-y;
}

/* ------------------------------
     div#main1
------------------------------ */

div#main1 {
 margin: 0 0 10px 0;
 padding-left: 110px;
 font-size: 82%;   /* 13px */
}

 
/* ------------------------------
     div#main2
------------------------------ */

div#main2 {
 float: right;
 width: 740px;
 font-size: 82%;   /* 13px */
}


/* ------------------------------
     div#main3
------------------------------ */

div#main3 {
 float: right;
 width: 740px;
 font-size: 82%;   /* 13px */
 
}


/* ------------------------------
     div#sub-l
------------------------------ */

div#sub-l {
 float: left;
 width: 170px;
 font-size: 82%;   /* 13px */
 padding: 10px 0 0 5px;
}


/* ------------------------------
     div#container2
------------------------------ */

div#container2 {
 width: 740px;
}


/* ------------------------------
     div#content
------------------------------ */

div#content {
 float: left;
 width: 420px;
 
}  


/* ------------------------------
     div#sub-r
------------------------------ */

div#sub-r {
 float: right;
 width: 310px;
 
} 


/* ------------------------------
     div#footer
------------------------------ */

div#footer {
 clear: both;
 width: 900px;   /* for ie */
 font-size: 75%;   /* 12px */
 padding: 10px 10px 5px 10px;
 background: #b4bcc7 url(../common_img/footer_bg.gif) top left repeat-x;
 color: #fff;
}


