﻿* {
    padding: 0px;
    margin: 0px;
    font-family: 'Meiryo UI', 'メイリオ', 'Meiryo', sans-serif;    
}

body {
    background: #EEE;
	font-size: 9pt;

    border:thick;
    width:860px;
    margin:0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

#frame_top {
    background: url(../img/frame_top.png) left top no-repeat;
    padding-top: 20px;
}
#frame_content {
    background: url(../img/frame_middle.png);
}

#frame_footer {
    background: url(../img/frame.png) left bottom no-repeat;
    margin-bottom: 1em;
}

#content {
    width:850px;
    margin-left: 5px;
    background: #ffffff;
}

#footer {
    padding-top: 1em;
    padding-bottom: 1em;
	text-align: center;
}

#site_subtitle {
	margin-bottom: 20px;
	text-align: center;
    color: gray;
}

#site_title a {
	color: black;
}

h1 {
	text-align: center;
}
h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 1em;
}

table {
    margin-bottom: 1em;
}

ol, ul {
    margin-left: 2em;
	margin-bottom: 1em;
}

ol li, ul li {
    margin-bottom: 0.2em;
}

a {
    color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
    border: 1px gray solid;
}
a img.none {
    border-style: none;
}
a img.vcenter {
    vertical-align: middle;
}

pre {
    margin-bottom: 1em;
    padding: 0.5em;
}
pre.sample {
    border: thin silver solid;
    background:#f0f0ff;
}

.clearBoth {
	clear: both;
	margin:0;
	padding:0;
}
.clearLeft {
    clear: left;
	margin:0;
	padding:0;
}
.clearRight {
    clear: right;
	margin:0;
	padding:0;
}

.center { text-align: center; }
.right { text-align: right; }
.warn { color: red; }

img.right {
    float: right;
}

#access {
	background: #f7f7f7;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
    border-top: 1px #c0c0c0 solid;
    border-bottom: 1px #c0c0c0 solid;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 828px;

    /* div.menu liのmarginと値を調整しないとIE，Fxで同じ表示にならない */
	padding-top: 4px;
	padding-bottom: 4px;
}
#access .menu-header ul,
div.menu ul {
	list-style-type: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;

    /* div.menuのpaddingと値を調整しないとIE，Fxで同じ表示にならない */
	margin-top: 0px;
	margin-bottom: 4px;
}
#access a {
	color: #666;
	display: block;
	line-height: 28px;
	padding: 0 10px;
	text-decoration: none;
}
#access li:hover > a {
	background: #e0e0ff;
	color: #000;
}
#access ul li.page_item {
	background: #f7f7f7;
    border: 1px #f7f7f7 solid;
}
#access ul li.current_page_item {
	background: #f0f0ff;
    border: 1px #a0a0f0 solid;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
}

