@charset "UTF-8";

body {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    line-height: 1.4em;
    color: #1F1F1F;
}

a:link {
    color: #3F4FAF;
}

a:visited {
    color: #2F2F7F;
}

a:hover {
    color: #5F4F8F;
    text-decoration: underline;
}

fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px 0px;
}

a.image {
    text-decoration: none;
}

a.t_link {
	display: block;
	vertical-align: text-bottom;
	width: 30px;
	height: 12px;
	float: right;
	background-image: url(/bbs/img/link_nega.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

a.t_link:hover {
	background-image: url(/bbs/img/link_posi.gif);
}

h1 {
    font-size: 1em;
}

#slider {
    width: 90%;
}

.header {
    border: 1px solid gray;
    width: 90%;
    font-size: 0.9em;
    margin-left: 6px;
    cursor:pointer;
    background:url(../img/header.gif) repeat-x scroll center bottom;
}

.header:hover {
    background:url(../img/header_over.gif) repeat-x scroll center bottom;
}

.canvas {
    overflow:hidden
}

#menu-header {
    border: 1px solid gray;
    width: 80%;
    font-size: 0.9em;
    margin-left: 6px;
    padding: 1px 2px 1px 2px;
    background:url(../img/header.gif) repeat-x scroll center bottom;
}

#skill-header {
    border: 1px solid gray;
    width: 90%;
    font-size: 0.9em;
    margin-left: 6px;
    background:url(../img/header.gif) repeat-x scroll center bottom;
}

#custom-header {
    border: 1px solid gray;
    width: 80%;
    font-size: 0.9em;
    margin-left: 6px;
    margin-top: 6px;
    padding: 1px 2px 1px 2px;
    background:url(../img/header.gif) repeat-x scroll center bottom;
}

div.menu-sub-header {
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    width: 80%;
    font-size: 0.8em;
    margin-left: 6px;
    padding: 0px 2px 0px 2px;
    line-height: 1.4em;
}

#help-header {
    border: 1px solid gray;
    width: 80%;
    font-size: 0.9em;
    margin-left: 6px;
    margin-top: 6px;
    padding: 1px 2px 1px 2px;
    background:url(../img/header.gif) repeat-x scroll center bottom;
}

ul.custom-list {
    padding: 0px;
    margin: 0px;
}

ul.custom-list li {
    display: inline;
    list-style: none inside;
    padding: 0px 0px 0px 1.2em;
    margin: 0px;
}

ul.help-list {
    padding: 0px;
    margin: 0px;
}

ul.help-list li {
    list-style: none inside;
    padding: 0px 0px 0px 1.2em;
    margin: 0px;
}

div#form {
    margin: 2px;
    padding: 10px;
    text-align: left;
}

div#search {
    border: 1px solid gray;
    margin: 10px 2px 4px 2px;
    padding: 10px;
    text-align: left;
    font-size: 0.9em;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

div.column_left {
    width: 20%;
    float: left;
    text-align: left;
}

div.column_middle {
    width: 40%;
    float: left;
    text-align: left;
}

div.column_right {
    font-size: 0.8em;
    text-align: left;
}

div.column_balnk {
    clear: left;
    height: 4px;
    font-size: 0.1em;
}

div.content-area {
    margin: 2px;
    padding: 10px;
    text-align: left;
}

div#content-wrapper {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    text-align: center;
    border:1px solid gray;
}

div.titles {
    border: 1px solid gray;
    width: 80%;
    font-size: 0.8em;
    margin-left: 6px;
    padding: 0px 2px 0px 2px;
    line-height: 1.4em;
}

div.canvas-sub-header {
    border: 1px solid gray;
    width: 90%;
    font-size: 0.9em;
    margin-left: 6px;
    margin-bottom: 3px;
    border-top: 0px;
}

div.profile-header {
    padding-left: 10px;
    line-height: 1.4em;
}

div.profiles {
    border-bottom: 1px solid gray;
    margin-right: 8%;
}

div.right {
    text-align: right;
    padding: 2px 2px 12px 0px;
    font-size: 0.8em;
}

img.new {
	vertical-align: top;
}

legend {
    display: none;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

a:link{
	color:#B66983;
}

a:visited{
	color:#914761;
}

a:active{
	color:#914761;
}

a:hover{
	color:#E36B94;
	text-decoration : underline;
}

