@charset "UTF-8";

/********************************************************
* Global
********************************************************/

* { margin: 0; padding: 0; outline: none; }

a:link {color: #0466a7; text-decoration: underline;}
a:visited {color: #59bafb; text-decoration: underline;}
a:hover, a:active {color: #ff3300; text-decoration: underline;}
body {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'Lucida Grande', sans-serif;
    color: #222;
    background: #f6f7fa;
}
em {
    font-weight: bold;
    font-style: normal;
}
h2 {
    font-size: 1.15em;
    margin-bottom: 0.4em;
}
h3 {
    font-size: 1.1em;
}
h4, h5 {
    font-size: 1em;
}
img { border: 0; }
ul { 
    list-style: disc;
    margin: 1em 1em 1em 3em;
} 
ol {
    margin: 1em 1em 1em 3em;
    padding-left: 0.5em;
}
p {
    line-height: 1.5em;
    margin-bottom: 0.8em;
}

#container {
    width: 880px;
    margin: 1em auto;
    margin-top: 0;
    position: relative;
    background: #fff url(/images/top/background.gif) top right repeat-y;
}

/********************************************************
* Header
********************************************************/

#header, #logo, #logo h1, #logo a { height: 90px; }

#header {
    width: 880px;
    background: #b3c1d1;
}

#logo {
    width: 220px;
    position: relative;
    float: left;
}
#logo h1 {
    width: 220px;
    text-indent: -9999px;
    background: transparent url(/images/top/logo.gif) top left no-repeat;
}
#logo a {
    width: 220px;
    display: block;
    text-decoration: none;
}

/* #site_search { */
/*     position: absolute; */
/*     top: 21px; */
/*     right: 12px; */
/* } */

/********************************************************
* Top menu
********************************************************/

#top_menu {
    padding: 1px 0 1px 0;
}
#top_menu ul {
    list-style: none;
    margin-left: 0;
    width: 100%;
    float: left;
    text-align: left;
    text-indent: 20px;
    background: #d9e0e8;
}
#top_menu ul li {
    display: inline;
}
#top_menu ul li a {
    font-size: 0.85em;
    color: #555;
    text-decoration: none;
    float: left;
    height: 2em;
    padding: 0.4em 0 0 0;
}
#top_menu ul li a:hover {
    color: #333;
    text-decoration: underline;
}

#breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}
#breadcrumb li {
    float: left;
    margin-bottom: 0.4em;
    padding-left: 2px;
    line-height: 3em;
}
#breadcrumb li a {
    padding-right: 15px;
    background: url(/images/top/datadialogsbullet.png) no-repeat right center;
}

/********************************************************
* Main
********************************************************/

#outer_wrap {
    clear: both;
    margin: 1px 0 0 0;
    border: 1px solid #e0e0e0;
    background: #fff url(/images/top/background.gif) top right repeat-y;
}
#main_wrap {
    /* background: #fff; */
}
#main {
    /* background: #fff; */
    /* border-right: 1px solid #e0e0e0; */
    width: 100%;    /* The ie/pc pecularity */
}

#content {
    float: left;
    width: 640px;
    margin: 0 -15px 0 10px;
    padding: 10px 0 10px 0;
}
#content h2 {
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #ccc;
}
#content h3 {
    margin: 0.8em 0 0.1em 0;
    /* padding: 0 0 0 4px; */
    /* border-left: 2px solid #b3c1d1; */
}


#sidebar {
    width: 199px;
    float: right;
    margin: 0px 0px 0px 0px;
    font-size: 0.8em;
    /* background: #f4f4f4; */
}
#sidebar div {
    margin: 0 10px 0.8em;
}
#sidebar h2 {
    color: #555;
    padding: 2px 10px;
    margin-bottom: 0.8em;
    background: #e0e0e0;
}
#sidebar ul {
    margin-left: 1em;
    margin-bottom: 0.8em;
}
#sidebar ul li {
    color: #555;
    font-weight: bold;
    margin: 0 10px;
}
#sidebar ul li ul {
    list-style: circle;
    margin-left: 0.5em;
}
#sidebar ul li ul li {
    color: #76797C;
    font-weight: normal;
}

#site_search {
    text-align: center;
}

/********************************************************
* Footer
********************************************************/

#footer_wrap {
    clear: both;
    width: 880px;
    padding: 1px 0 0 0;
}
#footer {
    padding: 8px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #b3c1d1;
}
#footer a {
    color: #fff;
    text-decoration: none;
}


/********************************************************
* Front page
********************************************************/

#content .front_box {
    margin: 0 0 1em 0;
    padding: 0 0 0 10px;
    border-left: 4px solid #e0e0e0;
}
#content .front_box .app_icon {
    vertical-align: middle;
    margin: 0 4px 0 0;
}

#content .info_box {
    clear: both;
    width: 100%;
    margin: 0.8em 0 0.8em;
}
#content .info_box .info_box_left {
    float: left;
    width: 85px;
}
#content .info_box .info_box_main {
    margin-left: 90px;
}
#content ul.note {
    font-size: 0.8em;
}
#content .info_box h3 {
    margin: 0 0 0.4em 0;
}


/********************************************************
* Others
********************************************************/

img.os_icon {
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.arrow {
    color: #f30;
}

