@charset "UTF-8";

/*--------------- base body ----------*/

body {
	font-family: sans-serif;
	font-size:14px;
	color: #202020;
	background-color: #ffffff;
	background-image:url(../img/bg01.gif);
	background-repeat:repeat;
	text-align: center;
	line-height: 1.4em;
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,p {
	margin: 0px;
	padding: 0px;
}

img {
    border-style: none;
}

/*--------------- main container bg white ----------*/
#container {
    background-color: #ffffff;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 750px;
}


/*--------------- header h1 text ----------*/
#header-discription{
    background-image:url(../img/header_plane02.jpg);
    background-repeat:no-repeat;
    padding:2px 0px 0px 0px;
    width:730px;
}

#header-discription h1{
    font-family: sans-serif;
    font-size: 12px;
    color:#cccccc;
    text-align:right;
    margin-right:0px;
    font-weight:normal;
}

#header-discription a {
    text-decoration: none;
    color: #999999;
}

#header-discription a:link {
    text-decoration: none;
    color: #999999;
}

#header-discription a:link:hover {
    text-decoration: none;
    color: #FF3300;
}

#header-discription a:link:active {
    text-decoration: none;
    color: #FF3300;
}

#header-discription a:visited {
    text-decoration: none;
    color: #999999;
}

#header-discription a:visited:hover {
    text-decoration: none;
    color: #FF3300;
}

#header-discription a:visited:active {
    text-decoration: none;
    color: #999999;
}


/*--------------- header img ----------*/
#header {
    margin:1px 0px 10px 0px;
    padding:0px;
    width:750px;
    height: 181px;
    text-align:center;
}

#header-others {
    margin:2px 0px 10px 0px;
    padding:0px;
    width:750px;
    height: 100px;
    text-align:center;
}

#header img{
    border-width:0px;
    border-color:#FFFFFF;
    border-style:none;
    position: relative;
}

#header h1 {
    font-family: sans-serif;
    font-size: 14px;
    margin: 0;
    position: relative;
    left: 20px;
    top: 15px;
    border:0px;
}

/*--------------- main contents area ----------*/
#content {
    width: 555px;
    float: right;
}

#main {
    line-height: 1.5em;
    letter-spacing: 0.05em;
    margin-top: 0;
    margin-bottom: 0;
}

.right-contents {
    padding: 0px 25px 10px 20px;
    color: #202020
}

/*--------------- main link setup -----------------*/
#main a {
    text-decoration: none;
    color: #FF3300;
}

#main a:link {
    text-decoration: none;
    color: #0033CC;
}

#main a:link:hover {
    text-decoration: underline;
    color: #FF3300;
}

#main a:link:active {
    text-decoration: underline;
    color: #0033CC;
}

#main a:visited {
    text-decoration: none;
    color:#0033CC;
}

#main a:visited:hover {
    text-decoration: underline;
    color: #FF3300;
}

#main a:visited:active {
    text-decoration: underline;
    color: #FF3300;
}

#main h2 {
    font-size:14px;
    color:#666666;
    font-weight:bold;
    background-image:url(../img/main_h2_a.jpg);
    background-repeat:no-repeat;
    margin:15px 0px 5px 0px;
    padding: 5px 10px 3px 25px;
    height:30px;
    clear: both;
}

#main h3 {
    font-size:14px;
    color: #3567A3;
    margin-top: 20px;
    padding-top: 0px;
    margin-left: 5px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding-bottom: 3px;
    clear: both;
}

#main h4 {
    font-size:12px;
    color: #1F191A;
    margin-top: 10px;
    padding-top: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    padding-bottom: 3px;
    clear: both;
}

#menu {
    font-size:14px;
    background-color: #f3f3cc;
    text-align: left;
    margin-bottom: 15px;
}

#main p {
    margin-top: 8px;
    margin-left: 7px;
    margin-bottom: 5px;
    font-size: 12px;
}

#main ul {
    padding: 0;
    list-style: none;
}

#main ul li {
    position: relative;
    padding: 0.5em 0.75em 0.1em 2.0em;
    margin-bottom: 1px;
    color: #202020;
    font-size: 12px;
    font-family: sans-serif;
}

#main ul li:after,ul li:before{
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main ul li:before{
    top: 0.5em;
    left: 0.2em;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(40,153,251,0.50);
}

#main ul li:after{
    top: 0.7em;
    left: 0.6em;
    width: 11px;
    height: 11px;
    background: rgba(95,111,252,0.30);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

#comment-data {
    float: left;
    width: 180px;
    padding-right: 15px;
    margin-right: 15px;
    text-align: left;
    border-right: 1px dotted #BBB;
}

.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/*---------------- SIDE MENU --------------------*/
#side {
    font-size:12px;
    line-height: 140%;
    width: 195px;
    float: left;
}

#side .left-contents {
    padding: 0px 5px 10px 10px;
    width:195px;
}

#side h2 {
    font-family: sans-serif;
    font-size: 100%;
    color: #333333;
    background-image:url(../img/menu-top.jpg);
    background-repeat:no-repeat;
    padding-top: 6px;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    height:30px;
}

#side h3 {
    font-family: sans-serif;
    color: #333333;
    padding-top: 3px;
    padding-left: 10px;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding-bottom: 3px;
    clear: both;
}

#side p {
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
} 

#side ul {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    list-style-type: none;
}

#side li{
    margin-bottom:5px;
}

.li a, .li a:link {
    font-size: 100%;
    text-decoration: none;
    color: #666666;
    background-color: #ffffff;
    text-align: left;
    line-height: 120%;
    background-image:url(../img/menu.jpg);
    background-repeat:no-repeat;
    padding:7px 0px 0px 20px;
    margin-top: 3px;
    height:30px;
    display: block;
}

.li a:hover {
    text-decoration:none;
    color:#666666;
    font-weight:bold;
    background-color: #ffffff;
    background-image:url(../img/menu-hover.jpg);
    background-repeat:no-repeat;
    padding:7px 0px 0px 20px;
}

#side img {
    margin-top: 0px;
    border-style: none;
    margin-bottom: 3px;
    border:0px;
}

li.text{
    font-weight:normal;
}

/*------------------ side bn area -------------------*/
#side-bn{
    margin-top:10px;
}

#side-bn img{
    border:0px;
    margin-top:0px;
}

/*--------------- table  -----------------*/
#hyo01{
    border-collapse:collapse;
    width:80%;
}

#hyo01 td{
    text-align:left;
    border-width:1px;
    border-color:#cccccc;
    border-style:solid;
    border-collapse:collapse;
    font-size:12px; 
    width: 150px;
    vertical-align:top;
}

#hyo01 th{
    border-top:none;
    border-left:none;
    border-right:none;
}

.red{
    color: rgba(219,21,25,1.00);
}

/*-------------------- button ---------------*/
.btn1 {
    width: 168px;
    height: 28px;
    line-height: 28px;
}

.btn1 a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    text-align: center;
    color: #00BCD4;
    background: rgba(40,153,251,0.50);
    transition: .4s;
}

.btn1 a:hover{
    background: rgba(1,137,255,0.64);
}

/*-------------------- footer ---------------*/
#footer {
    background-image: url(../img/footer01.jpg);
    background-repeat:no-repeat;
    background-color:#FFFFFF;
    margin:5px 0px 0px 0px;
    padding:0px;
    height:50px;
    width:750px;
    text-align: center;
    clear: both;
}

.footer-txt{
    padding-top:20px;
    color: #e9e9e9;
    font-family: sans-serif;
    font-weight: bold;
}

