/* CSS Document */
/*******************************************************************************
*                                                                              *
*  Web Site  :  http://www.takeda-design-room.com/                             *
*  Author    :  N.T                                                            *
*  Modified  :  15-Sep-2006                                                    *
*                                                                              *
*******************************************************************************/


/* General
*******************************************************************************/
* 
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
img {
    border: 0px;
}

#wrap {
	width: 800px;
	height: 100%;
	min-height: 100%;
	position: relative;
	margin:0px;
}


html {
    height: 100%;
}

/*etc
******************************************************/
.clear_01 {
    width: 100%;
    height: 1px;
    font-size: 1px;
    clear: both;
}

/*ヘッダー
******************************************************/

#wrap #header{
	width:800px;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000000;
	color:#FFFFFF;
	height: 72px;
}

#wrap #header #logo{
	width:121px;
	height:24px;
	margin:9px 0px 0px 15px;
}

#wrap #header #logo span{
	display:none;
}

#wrap #header li{
	float:left;
	width:199px;
	height:20px;
	margin:0px 1px 0px 0px;
	padding:6px 0px 6px 0px;
}

* html #wrap #header li {
	float:left;
	width:198px;
	height:20px;
	margin:0px 0px 0px 0px;
	padding:6px 0px 6px 0px;
}

#wrap #header li a {
	height:22px;
	margin-bottom:0px;
	width:199px;
	border-bottom-style:solid;	
	border-bottom-color:#D8D8D8;
	border-bottom-width:3px;
}

#wrap #header li a:hover {
	border-bottom-style:solid;	
	border-bottom-color:#880044;
	border-bottom-width:3px;
}

#wrap #header li a span{
display:none;
}

#wrap h2{
	margin-top:25px;
}

#wrap .nomaltext{
	font-size:12px;
	line-height:18px;
	width: 577px;
}

/*メイン
******************************************************/

#main-inner{
	width:581px;
	padding:15px 30px 50px 30px;
	background:url(../img/mian_shadow.jpg) repeat-y;
}


/*フッダー
******************************************************/

#wrap address{
	font-style:normal;
	width:300px;
	padding:12px 0px 0px 11px;
	color:#FFFFFF;
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	float: left;
}
