/*
------------------------------
   Reset
------------------------------ */

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}

a {
    outline: none;
    color: #00c;
    text-decoration: none !important;
}


a:link, a:visited {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline !important;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }

p strong {
	color: #c00;
	font-size: 16px;
	line-height: 21px;
}

.note {
	font-size: 90%;
}

.more, .ar{ text-align: right; }



/*
------------------------------
   Layout
------------------------------ */

body {
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	background: url("/img/bg_container.gif") center repeat-y #fff;
}

#container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#container-inner {
    height: 100%;
    margin: 0 20px 20px 20px;
}

#maincontents {
    float: right;
    width: 530px;
}

#sidenav {
    float: left;
    width: 200px;
    background: #F2ECE3;
}



/*
------------------------------
   Header
------------------------------ */


#header {
	position: relative;
	margin: 0 0 20px 0;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: none;
}

#header-name {
    height: 60px;
    margin: 0;
    text-indent: -9999px;
    background: url("/img/logo.gif") top left no-repeat;
}

#header-name a {
    display: block;
    width: 200px;
    height: 60px;
}



/*
------------------------------
   Navigation
------------------------------ */

ul#headnav {
	margin: 0 10px 20px 10px;
	list-style: none;
	text-align: center;
	border-right: 1px solid #ccc;
	overflow: hidden;
}

ul#headnav li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
}

ul#headnav li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    border-left: 1px solid #ccc;
}

ul#headnav li a:hover {
	text-decoration: none;
	background: #f1f1f1;
}



/*
------------------------------
   Main Contents
------------------------------ */

#maincontents h2 {
	margin: 0 0 20px 0;
    padding: 5px 0 5px 7px;
    font-size: 18px;
    line-height: 24px;
	font-weight: bold;
    border-left: 5px solid #083f17;
}

#maincontents h3 {
	margin: 0 0 20px 0;
    padding: 5px 0 5px 10px;
    font-size: 14px;
    line-height: 20px;
	font-weight: bold;
    border-bottom: 1px solid #083f17;
}

#maincontents h4 {
	margin: 0 0 20px 0;
    padding: 0 0 0 15px;
    color: #083f17;
    font-size: 14px;
    line-height: 20px;
	font-weight: bold;
}

#maincontents p {
	margin: 0 0 20px 0;
}

#maincontents ul,
#maincontents ol {
	margin: 0 10px 20px 30px;
}

#maincontents dl {
	margin: 0 10px 20px 10px;
}

#maincontents dl dt {
	margin: 0;
	font-weight: bold;
}

#maincontents dl dd {
	margin: 0 0 10px 25px;
}

#maincontents table {
	width: 530px;
	margin: 0 0 20px 0;
	border-top: 1px solid #999;
}

#maincontents table th,
#maincontents table td {
    padding: 5px 10px;
    border-bottom: 1px solid #999;
}


#topicpath{
	margin: 0 10px 15px 10px;
	font-size: 12px;
	line-height: 12px;
}

.contents {
	margin: 0 0 40px 0;
}

* html .contents {
	height: 100%;
}

.contents:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}



/*
------------------------------
   Main Contents
------------------------------ */

#sidenav h3 {
    padding: 10px;
    color: #fff;
    background: #083f17;
}

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

#sidenav ul li {
    margin: 0;
    padding: 10px;
    border-bottom: 1px dashed #999;
}






/*
------------------------------
   Footer
------------------------------ */

#footer {
	clear: both;
	padding: 10px 0 30px 0;
	text-align: center;
}



/*
------------------------------
   HOME Service
------------------------------ */

#mainvisual{
	margin: 0 0 20px 0;
}

#home-service {
	height: 100%;
	margin: 0 0 20px 0;
    padding: 0 15px;
}

#home-eigyo,
#home-business,
#home-hanjyo {
    display: inline;
    float: left;
    padding: 0 5px;
    width: 240px;
    background: url("/img/bg_home_service.gif") center bottom no-repeat;
}

#home-eigyo-inner,
#home-business-inner {
    padding: 10px 10px 15px 10px;
    border-top: 5px solid #2a4218;
}

#home-hanjyo-inner {
    padding: 10px 10px 15px 10px;
    border-top: 5px solid #9a7c32;
}

#home-eigyo h3,
#home-business h3 {
	margin: 0 0 10px 0;
	color: #2a4218;
	font-size: 18px;
	font-weight: bold;
}

#home-hanjyo h3 {
	margin: 0 0 10px 0;
	color: #9a7c32;
	font-size: 18px;
	font-weight: bold;
}

#home-eigyo p,
#home-business p,
#home-hanjyo p {
	margin: 0 0 10px 0;
	font-size: 13px;
}

#home-service p.more {
	text-align: right;
}


#home-sidenav {
	background: #f9fbbd;
}


/*
------------------------------
   Utilities
------------------------------ */

#header:after,
#home-service:after,
#container-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#header:after,
#container-inner:after {
    height: 1%;
}

