/** ブラウザ初期設定*/
html{
    height:100%;
    padding-top:0px;
    padding:0px;
    margin:0px;
}

body{
	height:100%;
    width:100%;
    margin:0px;
    padding-top:0px;
    padding:0px;
}
/** ブラウザ初期END*/

/** ヘッダーの領域確保*/
#header{
    width:871px;
    height:40px;
    border-style:solid;
    border-width:1px;
    background:#FFCCCC;
    color:#000000;
    padding-top:0px;
    padding:0px;
    margin-top:0px;
    margin-left:193px;
}

#header_box{
	margin-left:50px;
}

#content{
        background:#FFEEEE;
        color:#990000;
        padding:10px 20p 40px 20px;
}


#header_box li{
	font-size:9pt;
    border-style:solid;
    border-color:#000000;
    border-width: 1px 1px 1px;
    background-color: #FFCCCC;
    width:220px;
    padding:3px 10px;
    margin-top:5px;
    margin-right:50px;
    margin-bottom:3px;
    text-align:center;
    float:left;
    display:inline;
}
#title_box{
	width:680px;
	height:30px;
	margin-top:30px;
	margin-right:90px;
	margin-left:224px;
	border-style:solid;
	border-width:1px;
	background-color:#FFCCCC;
	color:#000000;
	font-weight:bold;
	padding:3px 10px;
	font-size:16pt;
}



#n_left_box{	
    position:absolute;
	width:192px;
	top:0px;
	bottom:40px;
	left:0;
	float:left;
/*    background-color: #FFCCAC;*/
}

#n_right_box{	
    position:absolute;
	width:192px;
	top:0px;
	right:0;
	bottom:40px;
	float:left;
/*    background-color: #FFCCAC;*/

}

#left_box{
	position:absolute;
	top:110px;
	right:95.2%;
	bottom:40px;
	left:0;
	float:left;

/*	background-color:#ccaa55;*/
}

#main_small{
	position:absolute;
	top:110px;
	right:20%;
	left:20%;
	bottom:auto;
/*	background-color:#aabbff;*/
}

#main_big{
	position:absolute;
	top:120px;
	right:4.8%;
	left:4.8%;
	bottom:auto;
    line-height:18px;
/*	background-color:#aabbff;*/
}


#main_full{
	position:absolute;
	top:110px;
	right:20%;
	left:20%;
	bottom:40;
	left:20%;
	background-color:#aabbff;
}


#right_box{
	position:absolute;
	top:110px;
	right:0;
	left:95.2%;
	bottom:40px;
	float:left;

/*	background:#11ffaa;*/
}

/** フッダー設定*/
.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
		position:absolute;
	right:193px;
	left:193px;
	bottom:0px;
	height:40px;
	background-color:#FFCCCC;
	border-style:solid;
	border-width:1px;
}

#footer_box{
	background-color:#FFCCCC;
	margin-top:12px;
	margin-left:10px;
	color:#ffffff;
	font-size:12pt;
}
