/*////////////////////////////////////////////////////////////

Miss Dance Drill Team International Japan. - common.css

------------------------------------------------------------

    0. Header
    1. Global Navi
    2. Container
		3. Content
		4. PanKuzu
		5. SideMenu
		6. MainArea
		7. Footer

////////////////////////////////////////////////////////////*/


body{
	margin:0;
	padding:0;
	font-size:80%;
	background-color:#FDF0F5;
}

/* all */
body div.all{
	width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;

}


/* ------------------------------------------------------------
    0. Header
   ------------------------------------------------------------ */

body div.all div#header{
	width:1000px;
	height:70px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

body div.all div#header div#logo{
	margin:0 0 0 84px;
	width:80px;
	height:70px;
	float:left;
}

/* IE6 HACK */
* html body div.all div#header div#logo{
	margin:0 0 0 42px;
}

body div.all div#header img.headtext{
	margin:50px 0 0 0;
	width:255px;
	height:20px;
	float:left;
}

body div.all div#header div.headmenu{
	margin:5px 86px 0 0;
	width:263px;
	height:15px;
	float:right;
}

/* IE6 HACK */
* html body div.all div#header div.headmenu{
	margin:5px 43px 0 0;
}



/* ------------------------------------------------------------
    1. GlobalNavi
   ------------------------------------------------------------ */

body div.all ul#globalNavi{
	margin:0;
	padding:0;
	width:1000px;
	height:51px;
}

body div.all ul#globalNavi li{
	list-style:none;
	margin:0;
	height:51px;
	float:left;
}


/* ------------------------------------------------------------
    2. Container
   ------------------------------------------------------------ */


body div#container{
	width:1000px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#fa97bb;
	float:left;
}



/* ------------------------------------------------------------
    3. Content
   ------------------------------------------------------------ */

body div.content{
	width:860px;
	background-color:#FFFFFF;
	margin-left:69px;
	float:left;
}

/* IE6 HACK */
* html body div.content{
	width:860px;
	margin:0 0 0 34.5px;
}



/* ------------------------------------------------------------
    4. PanKuzu
   ------------------------------------------------------------ */

body div.content div.pankuzu{
	font-size:95%;
	width:845px;
	height:23px;
	color:#999999;
	padding:9px 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}

body div.content div.pankuzu a{
	text-decoration:none;
	color:#F51D82;
}





/* ------------------------------------------------------------
    5. SideMenu
   ------------------------------------------------------------ */

body div.content div.side{
	width:190px;
	float:left;
}

body div.content div.side div.local{
	width:160px;
	margin:0 0 0 15px;
	float:left;
}

/* IE6 HACK */
* html body div.content div.side div.local{
	width:160px;
	margin:0 0 0 7.5px;
	float:left;
}

body div.content div.side div.local a.menu{
	display:block;
	width:160px;
	height:40px;
	margin:0 0 8px 0;
	float:left;
}

body div.content div.side div.local a.solomenu{
	display:block;
	width:160px;
	height:40px;
	margin:0 0 56px 0;
	float:left;
}

body div.content div.side div.local img.partner{
	margin-top:30px;;
}

body div.content div.side div.local a.spbn{
	display:block;
	width:160px;
	height:90px;
	margin:0 0 5px 0;
	float:left;
}

body div.content div.side div.local a.bn{
	display:block;
	width:160px;
	height:45px;
	margin:0 0 5px 0;
	float:left;
}




/* ------------------------------------------------------------
    6. MainArea
   ------------------------------------------------------------ */

body div.content div.main{
	width:655px;
	float:left;
	color:#666666;
}

body div.content div.main h1{
	margin:0 0 -15px 0;
	width:655px;
	height:95px;
}

body div.content div.main dl.text{
	margin-bottom:30px;
}

body div.content div.main dl.text dt{
	margin:30px 0 15px 10px;
	font-size:14px;
	width:623px;
	height:22px;
	padding:9px 0 0 15px;
	background-image:url(../images/sub_midashi.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	float:left;
}

/* IE6 HACK */
* html body div.content div.main dl.text dt{
	margin-left:5px;
}

body div.content div.main dl.text dd{
	margin:0 0 0 20px;
	line-height:150%;
	width:613px;
	float:left;
	font-size: 100%;
}

/* IE6 HACK */
* html body div.content div.main dl.text dd{
	margin:0 0 0 10px;
}

body div.content div.main img.gotoTop{
	float:right;
	border:none;
	margin-top:50px;
}

body div.content div.main div.gotoTop{
	float:right;
}

body div.content div.main div.gotoTop a{
	color:#f51d82;
	text-decoration:none;
	margin-right:13px;
}

/* ------------------------------------------------------------
    7. Footer
				Privacy Policy
				CopyRight
   ------------------------------------------------------------ */

body div#footer{
	width:860px;
	height:50px;
	padding-top:7px;
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	margin-left:69px;
	float:left;
}

/* IE6 HACK */
* html div#footer{
	width:860px;
	height:50px;
	padding-top:7px;
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	margin-left:34.5px;
	float:left;
}


body div#footer a{
	display:block;
	width:150px;
	height:18px;
	padding-top:5px;
	text-indent:20px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:90%;
	background-image:url(../images/footarrow.gif);
	background-repeat:no-repeat;
	float:left;
}

body div#footer div#copy{
	width:420px;
	height:18px;
	float:right;
	background-image:url(../images/footcopy2009.gif);
	background-repeat:no-repeat;
}
.all #container .content .main .text dd table tr td {
	color: #999999;
}
