﻿@charset "utf-8";


/* ===== Import Files ===== */

@import 'common.css';
@import 'module.css';
@import 'footer.css';



/* ===== Home ===== */
body {
text-align: center;
}

#homeImageArea {
background: url(/img/home_bg.gif) no-repeat right;
width: 670px;
height: 330px;
margin: 20px auto 0;
}

#homeImageArea h1 {
text-align: left;
padding: 75px 0 0 10px;
}

#homeMenuArea {
background: url(/img/menu_arrow.gif) no-repeat;
width: 630px;
margin: 10px auto 0;
text-align: right;
padding: 0.5em 0 2.5em 0;
}

#homeMenuArea h2 {
display: none;
}

#homeMenuArea li {
list-style: none;
padding-left: 40px;
display: inline;
}

#homeInformationArea {
width: 620px;
margin: 0 auto 0;
}

#homeInformationArea h3 {
float: left;
}

#homeInformationArea ul {
float:right;
width: 500px;
padding-bottom: 2em;
}

#homeInformationArea li {
border-bottom: 1px dotted #888;
list-style: none;
padding-left: 16px;
text-align: left;
background: url(/img/info_icon.gif) no-repeat 2px 4px;
}

#bannerArea {
width: 640px;
text-align: right;
margin: 0 auto 1em;
}


