@charset "utf-8";
/*
	Site Name: AIM
	Description: layout setting
	Version: 0.9
	Author: HAGIWARA Mizuho & SHIKATA Satoru
*/

/*
===== CONTENTS ===========================================

	1: BASE LAYOUT

==========================================================

/*
===== 1: BASE LAYOUT ==========================================
*/

#areaAll {
    width: 990px;
}

#nav_g {
    float: left;
}

#site {
    clear: left; 
    width: 980px;
    /* background: #b44c7e url(../images/bg_all.gif) repeat-y; */
    background-color: #000000;
    padding: 0;
}

#header {
    width: 980px;
    padding: 1px 0 0 0;
}

#contents {
    clear: both;
    width: 970px;
    background: #ffffff url(../images/bg_content.gif) repeat-y;
    margin: 0 10px 10px 10px;
    padding-bottom: 30px;
}

#main {
    width: 626px;
    float: left;
}

#mainContents {
    margin: 20px 10px 0 10px;
}

#side_r {
    width: 344px;
    float: right;
}

#footer {
    clear: both;
    width: 990px;
    height: 88px;
    background-color: #a8a8a8;
    color: #ffffff;
}
