/* sitewide */
.navi {
	margin-left: 10px;
	margin-top: 30px;
	font-size: medium ;
	font-weight: bolder;
	overflow: visible;
}

#col1 {
        position: absolute;
        left: 0px;
        top: 30px;
        bottom: 50px ;
        width: 40px;
        margin: 0px;
        padding: 0px;
}

#col2 {
        margin-left: 50px;
        margin-right: 120px;
        margin-top: 45px;
        padding-bottom: 10px;
}

#img_tools {
}

body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	display: block;
}

h2 {
	padding: 5px ;
	margin-bottom: 5px ;
	padding-bottom: 0px ;
	border-bottom: 2px dotted #aaa ;
}

h4 {
	font-family: verdana, sans-serif;
	font-weight: bold;
	margin-left: 10px;
	color: #4466bb;
}

a {
	text-decoration: none;
}

#content {
	bottom: 440px;
	border: 1px solid black;
	right: 250px;
	position: absolute;
	width: 151px;
	padding: 0;
}

input {
	margin: 0px;
	border: 1px solid black ;
	padding: 1px;
}

textarea {
	border: 1px solid black ;
	padding: 1px;
}

button {
	border: 1px solid black ;
	padding: 1px;
}
.borderless {
	border: 1px solid black ;
	padding: 0px ;
}

form {
	margin-left: 10px;
}

ul {
	list-style-type: hiragana-iroha ; 
}

li {
	vertical-align: top;
}

#menu {
        position:absolute;
        top:10px;
        right:10px;
        height:22px;
        width:100%;
        line-height:20px;
        text-align:right;
        border-bottom: 1px solid #DDD;
}

#menu a, #menu a:visited {
        margin:0;
        text-decoration: none;
        color: #999;
        padding: 5px;
}

#menu a#current, a:visited#current, #menu a:hover {
        padding-left:4px;
        padding-right:4px;
        padding-top:4px;
        border-left: #DDD solid 1px;
        border-right: #DDD solid 1px;
        border-top:#DDD solid 1px;
        border-bottom:#FFF solid 1px;
        background:white;
        color: #000;
}

#menu a:hover {
        background: transparent;
}

