@CHARSET "windows-31j";


body{
	font-size: 1em;
    background-image: url('../image/okishakyo/background.gif');
    background-repeat: repeat;
}
a:link {
	color: blue;
}

a:visited {
	color:red;
}

div#wrapper {
    border-top: 2px solid #FF6600;
    border-right: 3px outset #FF6600;
    border-bottom: 3px outset #FF6600;
    border-left: 2px solid #FF6600;
    background-color: #FFFFFF;	
}

div#header {
    margin: 0;
    padding: 0;
    height: 65px;
    background-image: url('../image/okishakyo/stripes.gif');
    background-repeat: repeat;
}

div#body {
    padding: 1em 1.5em;	
}

div#footer_wrapper {
	padding: 0 0.5em;
    font-size: 1em;
}

div#footer_topicpath {
    margin: 2em 0 0 0;	
}

div#attach {
    margin: 0 1em;
    font-size: small;	
}

div#body p {
    text-indent: 0em;
    line-height: 1.7em;
}

div#body li {
    line-height: 1.7em;	
}

div#body td {
	background-color: white
}

div#body table {
	background-color: black;
}

h1.title{
    border-bottom: 2px solid gray;
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 1em 0;
}

h2 {
    font-size: 1.5em;
    color: #FA391A;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0em;
    padding: 0.2em 0em 0em 2em;
    border-bottom: 4px solid #FFE6B4;
    background: url('../image/okishakyo/h2.gif') no-repeat left center;
}

h3 {
    font-size: 1.3em;
    color: #FA391A;
    font-weight: bold;
    margin: 0.5em 0 0 0.5em;
    padding: 0.2em 0em 0em 2em;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 4px dotted #FFE6B4;
}

h4 {
    font-size: 1.1em;
	font-weight: bold;
    color: #FA391A;
    margin: 0.5em 0 0 0.5em;
    padding: 0.2em 0em 0em 3em;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px dotted #C1C1C1;
}

hr.full_hr {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom-width: 1px;
    border-color: #C0C0C0;
    border-style: solid;
    width: 98%;
}

/** menubar **/
td.menubar {
    width:15%;
    vertical-align:top;
}

div#menubar {
    width:100%;
    padding:0;
    margin:2em;
    word-break:break-all;
}

div#menubar ul {
    margin: 5px;
    padding: 0px;
	list-style: none;
    font-size: 1.2em;
}

div#menubar li {
	margin: 1em 0;
    background-image: url('../image/okishakyo/list_img.jpg');
    background-position: left center; 
    background-repeat: no-repeat; 
    padding-left: 12px;
}